BatchTransfer
Verified contract
Active on
Ethereum with 122 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xef69…81ea
Balances ($0.00)
No balances found for "BatchTransfer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7664538 | 6 years ago | | | 0 | 0.018497874 | |
| 7664534 | 6 years ago | | | 0 | 0.018588066 | |
| 7664521 | 6 years ago | | | 0 | 0.000055434000 | |
| 6591810 | 6 years ago | | | 0 | 0.00063477600 | |
| 6588022 | 6 years ago | | | 0 | 0.0037023100 | |
| 6583806 | 6 years ago | | | 0 | 0.00022332800 | |
| 6583806 | 6 years ago | | | 0 | 0.0053431600 | |
| 6583800 | 6 years ago | | | 0 | 0.0053431600 | |
| 6583796 | 6 years ago | | | 0 | 0.0053429040 | |
| 6583794 | 6 years ago | | | 0 | 0.0053431600 |
ABI
ABI objects
Getter at block 21329966
owner() view returns (address)
0xadf9c6d6a69d29a466b1b2182144e8b831e09a1e
standardToken() view returns (address)
0xef69369f6ed0b0e3551f45efa942b164fdff81ea
totalUserTransfered() view returns (uint256)
200
Read-only
balanceOf(address _owner) view returns (uint256 balance)
contractAdmins(address) view returns (bool)
userTransfered(address) view returns (bool)
State-modifying
Events batchTransfer(address[] _recipients, uint256[] _values) returns (bool)
changeOwner(address _newOwner)
claimTokens(address _token) returns (bool result)
setContractAdmin(address _admin, bool _isAdmin)
setContractToken(address _addressContract)
OwnerChanged(address indexed previousOwner, address indexed newOwner)
TransferToken(address indexed from, address indexed to, uint256 value)
constructor(address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.