AirDropForERC223
Verified contract
Active on
Ethereum with 514 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8873…6b75
Balances ($0.00)
No balances found for "AirDropForERC223"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6409076 | 6 years ago | | | 0 | 0.00034166000 | |
| 6409057 | 6 years ago | | | 0 | 0.00027919000 | |
| 6408577 | 6 years ago | | | 0 | 0.0048344120 | |
| 6407170 | 6 years ago | | | 0 | 0.0050761326 | |
| 6405459 | 6 years ago | | | 0 | 0.0048344120 | |
| 6404413 | 6 years ago | | | 0 | 0.0054387135 | |
| 6404388 | 6 years ago | | | 0 | 0.0054387135 | |
| 6403518 | 6 years ago | | | 0 | 0.0030215075 | |
| 6403244 | 6 years ago | | | 0 | 0.0024172060 | |
| 6403075 | 6 years ago | | | 0 | 0.0048344120 |
ABI
ABI objects
Getter at block 21257445
airDropAmount() view returns (uint256)
100000000000
endTime() view returns (uint256)
1538060399
getRemainingToken() view returns (uint256)
0
getTotalAirDroppedAmount() view returns (uint256)
50000000000000
getTotalNumberOfAddressesReceivedAirDrop() view returns (uint256)
500
isValidAirDropForAll() view returns (bool)
false
isValidAirDropForIndividual() view returns (bool)
false
owner() view returns (address)
0x9cb31ed1cd96347b6d0f5a2494a87d474ff18c16
startTime() view returns (uint256)
1535760000
stop() view returns (bool)
true
token() view returns (address)
0x88735c50abbb3658ca4d03e37240ff99a9426b75
Read-only
arrayAirDropReceivers(uint256) view returns (address)
invalidAirDrop(address) view returns (bool)
isTestAccount(address) view returns (bool)
State-modifying
Events receiveAirDrop()
toggle()
tokenFallback(address _from, uint256 _value, bytes _data)
transferOwnership(address newOwner)
updateInfo(uint256 _startTime, uint256 _endTime, uint256 _airDropAmount)
withdraw(address _address)
LogAirDrop(address indexed receiver, uint256 amount)
LogInfoUpdate(uint256 startTime, uint256 endTime, uint256 airDropAmount)
LogStart()
LogStop()
LogWithdrawal(address indexed receiver, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(uint256 _startTime, uint256 _endTime, uint256 _airDropAmount, address _tokenAddress, address[] _testAccounts)
This contract contains no fallback and receive objects.
This contract contains no error objects.