More Info
Private Name Tags
ContractCreator
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Loading...
Loading
Similar Match Source Code This contract matches the deployed Bytecode of the Source Code for Contract 0x61A61B4C...B02f855D3 The constructor portion of the code might be different and could alter the actual behaviour of the contract
Contract Name:
IntermediateWallet
Compiler Version
v0.4.24+commit.e67f0147
Optimization Enabled:
Yes with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2018-08-30 */ pragma solidity ^0.4.24; contract ERC20BasicCutted { function balanceOf(address who) public view returns (uint256); function transfer(address to, uint256 value) public returns (bool); } contract IntermediateWallet { address public wallet =0x0B18Ed2b002458e297ed1722bc5599E98AcEF9a5; function () payable public { wallet.transfer(msg.value); } function tokenFallback(address _from, uint _value) public { ERC20BasicCutted(msg.sender).transfer(wallet, _value); } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"constant":false,"inputs":[{"name":"_from","type":"address"},{"name":"_value","type":"uint256"}],"name":"tokenFallback","outputs":[],"payable":false,"stateMutability":"nonpayable","type":"function"},{"constant":true,"inputs":[],"name":"wallet","outputs":[{"name":"","type":"address"}],"payable":false,"stateMutability":"view","type":"function"},{"payable":true,"stateMutability":"payable","type":"fallback"}]
Deployed Bytecode
0x60806040526004361061004b5763ffffffff7c01000000000000000000000000000000000000000000000000000000006000350416633b66d02b8114610095578063521eb273146100c8575b6000805460405173ffffffffffffffffffffffffffffffffffffffff909116913480156108fc02929091818181858888f19350505050158015610092573d6000803e3d6000fd5b50005b3480156100a157600080fd5b506100c673ffffffffffffffffffffffffffffffffffffffff60043516602435610106565b005b3480156100d457600080fd5b506100dd6101b1565b6040805173ffffffffffffffffffffffffffffffffffffffff9092168252519081900360200190f35b60008054604080517fa9059cbb00000000000000000000000000000000000000000000000000000000815273ffffffffffffffffffffffffffffffffffffffff90921660048301526024820184905251339263a9059cbb92604480820193602093909283900390910190829087803b15801561018157600080fd5b505af1158015610195573d6000803e3d6000fd5b505050506040513d60208110156101ab57600080fd5b50505050565b60005473ffffffffffffffffffffffffffffffffffffffff16815600a165627a7a72305820279e0527345897644520b182de839cfe5601dd0b13e162fb4a033b137a237b4a0029
Swarm Source
bzzr://279e0527345897644520b182de839cfe5601dd0b13e162fb4a033b137a237b4a
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
Loading...
Loading
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.