MultiSend
Verified contract
Active on
Ethereum with 305 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "MultiSend"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21229555 | an hour ago | | | 0 | 0.0015489292 | |
| 21229555 | an hour ago | | | 0.061945 | 0.0013146915 | |
| 21229555 | an hour ago | | | 0 | 0.0079348103 | |
| 21225787 | 14 hours ago | | | 0 | 0.027821930 | |
| 21224477 | 18 hours ago | | | 0.627071 | 0.0027814810 | |
| 21222297 | a day ago | | | 0 | 0.0050348007 | |
| 21222297 | a day ago | | | 0.253146 | 0.0022413087 | |
| 21217564 | 2 days ago | | | 0 | 0.0031962102 | |
| 21215216 | 2 days ago | | | 0 | 0.0013465350 | |
| 21215216 | 2 days ago | | | 0 | 0.0034364100 |
ABI
ABI objects
Getter at block 21229904
This contract contains no getter function objects.
Read-only
admins(address) view returns (bool)
State-modifying
Events removeAdmin(address admin) returns (bool success)
sendErc20(address tokenAddress, address[] recipients, uint256[] amounts) returns (bool)
sendEth(address[] recipients, uint256[] amounts) payable returns (bool)
setAdmin(address admin) returns (bool success)
withdraw(address returnee, address tokenAddress, uint256 amount) returns (bool success)
AdminRemoved(address indexed oldAdmin)
AdminSet(address indexed newAdmin)
Transfer(address indexed from, address indexed to, address indexed tokenAddress, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.