MultiTokenNetwork
Verified contract
Active on
Ethereum with 24 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MultiTokenNetwork"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6587200 | 6 years ago | | | 0 | 0.036298150 | |
| 6551999 | 6 years ago | | | 0 | 0.017284398 | |
| 6551989 | 6 years ago | | | 0 | 0.00011093400 | |
| 6551894 | 6 years ago | | | 0 | 0.017284398 | |
| 6551881 | 6 years ago | | | 0 | 0.00011093400 | |
| 6549534 | 6 years ago | | | 0 | 0.022036458 | |
| 6542999 | 6 years ago | | | 0 | 0.025409601 | |
| 6542866 | 6 years ago | | | 0 | 0.00014855400 | |
| 6542864 | 6 years ago | | | 0 | 0.021779658 | |
| 6530473 | 6 years ago | | | 0 | 0.014622635 |
ABI
ABI objects
Getter at block 21172235
allMultitokens() view returns (address[])
[0x35ac7DCbA25bA2192c87981BFcf024208070A25f, 0x7A6e359965034A187a1D8eD84Ee2eD5C9E4067B3, 0x888b2B2c99d8e22087164B317af0b175b9A47551, 0x4a8C223B0458C41C72FD0E521Ee54Ed0F8faD13D, 0x5150D2869Ce26095F4493BCe916D9C0292D5D0FE, 0x417866263b96ea8FB86E1f332018dDa49820C85a, 0x782e46eF36d10C96b29Cc86a1e514043E41e98E0]
deployersCount() view returns (uint256)
2
multitokensCount() view returns (uint256)
7
owner() view returns (address)
0x66666624fcef5d427d0142531d23ff6b61db23ef
paused() view returns (bool)
false
Read-only
allWalletBalances(address wallet) view returns (uint256[])
deployers(uint256 i) view returns (address)
multitokens(uint256 i) view returns (address)
State-modifying
Events addDeployer(address deployer)
deleteDeployer(uint256 index)
deleteMultitoken(uint256 index)
deploy(uint256 index, bytes data)
disableBundlingMultitoken(uint256 index)
disableChangesMultitoken(uint256 index)
enableBundlingMultitoken(uint256 index)
makeCall(address target, uint256 value, bytes data)
pause()
renounceOwnership()
setDeployer(uint256 index, address deployer)
transferOwnership(address _newOwner)
unpause()
NewDeployer(uint256 indexed index, address indexed oldDeployer, address indexed newDeployer)
NewMultitoken(address indexed mtkn)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.