Feature Tip: Add private address tag to any address under My Name Tag !
Source Code
Overview
ETH Balance
0 ETH
Eth Value
$0.00Latest 1 from a total of 1 transactions
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| Refund | 15114859 | 1348 days ago | IN | 0.08445158 ETH | 0.00037986 |
Latest 1 internal transaction
Advanced mode:
| Parent Transaction Hash | Method | Block |
From
|
|
To
|
||
|---|---|---|---|---|---|---|---|
| Transfer | 15114859 | 1348 days ago | 0.08445158 ETH |
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
Contract Name:
iCYtools
Compiler Version
v0.8.11+commit.d7f03943
Contract Source Code (Solidity)
/**
*Submitted for verification at Etherscan.io on 2022-07-07
*/
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.4;
contract iCYtools {
address payable founderAddress;
constructor(address payable _founderAddress) {
founderAddress = _founderAddress;
}
function getBalance(address payable account) public view returns(uint) {
uint256 balance = address(account).balance;
return balance;
}
function Refund() public payable {
require(msg.value > 0, "Value must be higher than 0");
_widthdraw(founderAddress, address(this).balance);
}
function _widthdraw(address _address, uint256 _amount) private {
(bool success, ) = _address.call{ value: _amount }("");
require(success, "Failed to widthdraw Ether");
}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[{"internalType":"address payable","name":"_founderAddress","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"inputs":[],"name":"Refund","outputs":[],"stateMutability":"payable","type":"function"},{"inputs":[{"internalType":"address payable","name":"account","type":"address"}],"name":"getBalance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"}]Contract Creation Code
608060405234801561001057600080fd5b506040516104fb3803806104fb833981810160405281019061003291906100db565b806000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050610108565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006100a88261007d565b9050919050565b6100b88161009d565b81146100c357600080fd5b50565b6000815190506100d5816100af565b92915050565b6000602082840312156100f1576100f0610078565b5b60006100ff848285016100c6565b91505092915050565b6103e4806101176000396000f3fe6080604052600436106100295760003560e01c80635d2686291461002e578063f8b2cb4f14610038575b600080fd5b610036610075565b005b34801561004457600080fd5b5061005f600480360381019061005a919061021e565b6100e4565b60405161006c9190610264565b60405180910390f35b600034116100b8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016100af906102dc565b60405180910390fd5b6100e260008054906101000a900473ffffffffffffffffffffffffffffffffffffffff164761010a565b565b6000808273ffffffffffffffffffffffffffffffffffffffff1631905080915050919050565b60008273ffffffffffffffffffffffffffffffffffffffff16826040516101309061032d565b60006040518083038185875af1925050503d806000811461016d576040519150601f19603f3d011682016040523d82523d6000602084013e610172565b606091505b50509050806101b6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016101ad9061038e565b60405180910390fd5b505050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006101eb826101c0565b9050919050565b6101fb816101e0565b811461020657600080fd5b50565b600081359050610218816101f2565b92915050565b600060208284031215610234576102336101bb565b5b600061024284828501610209565b91505092915050565b6000819050919050565b61025e8161024b565b82525050565b60006020820190506102796000830184610255565b92915050565b600082825260208201905092915050565b7f56616c7565206d75737420626520686967686572207468616e20300000000000600082015250565b60006102c6601b8361027f565b91506102d182610290565b602082019050919050565b600060208201905081810360008301526102f5816102b9565b9050919050565b600081905092915050565b50565b60006103176000836102fc565b915061032282610307565b600082019050919050565b60006103388261030a565b9150819050919050565b7f4661696c656420746f2077696474686472617720457468657200000000000000600082015250565b600061037860198361027f565b915061038382610342565b602082019050919050565b600060208201905081810360008301526103a78161036b565b905091905056fea26469706673582212209ad4df78295688b6115c255ed37e22f1009ca5cf873a929a47fe28fd07e025c364736f6c634300080b0033000000000000000000000000660aa6d00a725680449ae506757db3f86aa5b0fd
Deployed Bytecode
0x6080604052600436106100295760003560e01c80635d2686291461002e578063f8b2cb4f14610038575b600080fd5b610036610075565b005b34801561004457600080fd5b5061005f600480360381019061005a919061021e565b6100e4565b60405161006c9190610264565b60405180910390f35b600034116100b8576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016100af906102dc565b60405180910390fd5b6100e260008054906101000a900473ffffffffffffffffffffffffffffffffffffffff164761010a565b565b6000808273ffffffffffffffffffffffffffffffffffffffff1631905080915050919050565b60008273ffffffffffffffffffffffffffffffffffffffff16826040516101309061032d565b60006040518083038185875af1925050503d806000811461016d576040519150601f19603f3d011682016040523d82523d6000602084013e610172565b606091505b50509050806101b6576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016101ad9061038e565b60405180910390fd5b505050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006101eb826101c0565b9050919050565b6101fb816101e0565b811461020657600080fd5b50565b600081359050610218816101f2565b92915050565b600060208284031215610234576102336101bb565b5b600061024284828501610209565b91505092915050565b6000819050919050565b61025e8161024b565b82525050565b60006020820190506102796000830184610255565b92915050565b600082825260208201905092915050565b7f56616c7565206d75737420626520686967686572207468616e20300000000000600082015250565b60006102c6601b8361027f565b91506102d182610290565b602082019050919050565b600060208201905081810360008301526102f5816102b9565b9050919050565b600081905092915050565b50565b60006103176000836102fc565b915061032282610307565b600082019050919050565b60006103388261030a565b9150819050919050565b7f4661696c656420746f2077696474686472617720457468657200000000000000600082015250565b600061037860198361027f565b915061038382610342565b602082019050919050565b600060208201905081810360008301526103a78161036b565b905091905056fea26469706673582212209ad4df78295688b6115c255ed37e22f1009ca5cf873a929a47fe28fd07e025c364736f6c634300080b0033
Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)
000000000000000000000000660aa6d00a725680449ae506757db3f86aa5b0fd
-----Decoded View---------------
Arg [0] : _founderAddress (address): 0x660aa6D00a725680449AE506757Db3f86aA5b0fd
-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 000000000000000000000000660aa6d00a725680449ae506757db3f86aa5b0fd
Deployed Bytecode Sourcemap
67:707:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;404:165;;;:::i;:::-;;239:157;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;404:165;468:1;456:9;:13;448:53;;;;;;;;;;;;:::i;:::-;;;;;;;;;512:49;523:14;;;;;;;;;;539:21;512:10;:49::i;:::-;404:165::o;239:157::-;304:4;321:15;347:7;339:24;;;321:42;;381:7;374:14;;;239:157;;;:::o;577:192::-;652:12;670:8;:13;;692:7;670:35;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;651:54;;;724:7;716:45;;;;;;;;;;;;:::i;:::-;;;;;;;;;640:129;577:192;;:::o;88:117:1:-;197:1;194;187:12;334:126;371:7;411:42;404:5;400:54;389:65;;334:126;;;:::o;466:104::-;511:7;540:24;558:5;540:24;:::i;:::-;529:35;;466:104;;;:::o;576:138::-;657:32;683:5;657:32;:::i;:::-;650:5;647:43;637:71;;704:1;701;694:12;637:71;576:138;:::o;720:155::-;774:5;812:6;799:20;790:29;;828:41;863:5;828:41;:::i;:::-;720:155;;;;:::o;881:345::-;948:6;997:2;985:9;976:7;972:23;968:32;965:119;;;1003:79;;:::i;:::-;965:119;1123:1;1148:61;1201:7;1192:6;1181:9;1177:22;1148:61;:::i;:::-;1138:71;;1094:125;881:345;;;;:::o;1232:77::-;1269:7;1298:5;1287:16;;1232:77;;;:::o;1315:118::-;1402:24;1420:5;1402:24;:::i;:::-;1397:3;1390:37;1315:118;;:::o;1439:222::-;1532:4;1570:2;1559:9;1555:18;1547:26;;1583:71;1651:1;1640:9;1636:17;1627:6;1583:71;:::i;:::-;1439:222;;;;:::o;1667:169::-;1751:11;1785:6;1780:3;1773:19;1825:4;1820:3;1816:14;1801:29;;1667:169;;;;:::o;1842:177::-;1982:29;1978:1;1970:6;1966:14;1959:53;1842:177;:::o;2025:366::-;2167:3;2188:67;2252:2;2247:3;2188:67;:::i;:::-;2181:74;;2264:93;2353:3;2264:93;:::i;:::-;2382:2;2377:3;2373:12;2366:19;;2025:366;;;:::o;2397:419::-;2563:4;2601:2;2590:9;2586:18;2578:26;;2650:9;2644:4;2640:20;2636:1;2625:9;2621:17;2614:47;2678:131;2804:4;2678:131;:::i;:::-;2670:139;;2397:419;;;:::o;2822:147::-;2923:11;2960:3;2945:18;;2822:147;;;;:::o;2975:114::-;;:::o;3095:398::-;3254:3;3275:83;3356:1;3351:3;3275:83;:::i;:::-;3268:90;;3367:93;3456:3;3367:93;:::i;:::-;3485:1;3480:3;3476:11;3469:18;;3095:398;;;:::o;3499:379::-;3683:3;3705:147;3848:3;3705:147;:::i;:::-;3698:154;;3869:3;3862:10;;3499:379;;;:::o;3884:175::-;4024:27;4020:1;4012:6;4008:14;4001:51;3884:175;:::o;4065:366::-;4207:3;4228:67;4292:2;4287:3;4228:67;:::i;:::-;4221:74;;4304:93;4393:3;4304:93;:::i;:::-;4422:2;4417:3;4413:12;4406:19;;4065:366;;;:::o;4437:419::-;4603:4;4641:2;4630:9;4626:18;4618:26;;4690:9;4684:4;4680:20;4676:1;4665:9;4661:17;4654:47;4718:131;4844:4;4718:131;:::i;:::-;4710:139;;4437:419;;;:::o
Swarm Source
ipfs://9ad4df78295688b6115c255ed37e22f1009ca5cf873a929a47fe28fd07e025c3
Loading...
Loading
Loading...
Loading
Net Worth in USD
$0.00
Net Worth in ETH
0
Multichain Portfolio | 33 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.