MultiSend
Verified contract
Active on
Ethereum with 1,447 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) |
---|---|---|---|---|---|---|---|
| 20687002 | 3 months ago | | | 0.038127 | 0.00024022593 | |
| 20687002 | 3 months ago | | | 0 | 0.00088977000 | |
| 20684938 | 3 months ago | | | 0 | 0.00059618145 | |
| 20684938 | 3 months ago | | | 0.052937 | 0.00047895411 | |
| 20684938 | 3 months ago | | | 0 | 0.0024351743 | |
| 20679875 | 3 months ago | | | 0.197156 | 0.00039857103 | |
| 20679875 | 3 months ago | | | 0 | 0.0010447601 | |
| 20679267 | 3 months ago | | | 0 | 0.00095593960 | |
| 20677757 | 3 months ago | | | 0 | 0.00062419585 | |
| 20677757 | 3 months ago | | | 0 | 0.0024935107 |
ABI
ABI objects
Getter at block 21286682
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)
withdrawEth(address returnee, uint256 amount) returns (bool success)
withdrawToken(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.