ethairdrop.io
Verified contract
Active on
Ethereum with 31,885 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EA | ERC-20 | 17.86731K | -- | -- | |
TDT | ERC-20 | 1.812K | -- | -- | |
CYST | ERC-20 | 10 | -- | -- | |
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11528935 | 4 years ago | | | 0 | 0.0017762961 | |
| 11236093 | 4 years ago | | | 0 | 0.00044721600 | |
| 11182712 | 4 years ago | | | 0 | 0.00096540839 | |
| 11182599 | 4 years ago | | | 0 | 0.0018634000 | |
| 11182498 | 4 years ago | | | 0 | 0.0015498496 | |
| 11069403 | 4 years ago | | | 0 | 0.00098636672 | |
| 11010360 | 4 years ago | | | 0 | 0.0011214056 | |
| 10925233 | 4 years ago | | | 0 | 0.0028734201 | |
| 10645434 | 4 years ago | | | 0 | 0.0080447040 | |
| 10645428 | 4 years ago | | | 0 | 0.011232460 |
ABI
ABI objects
Getter at block 21166875
decimals() view returns (uint256)
18
distributionFinished() view returns (bool)
true
name() view returns (string)
ethairdrop.io
symbol() view returns (string)
EA
totalDistributed() view returns (uint256)
1726085527721609461228052876
totalRemaining() view returns (uint256)
1273914472278390538771947124
totalSupply() view returns (uint256)
3000000000000000000000000000
value() view returns (uint256)
560086585516140854980
Read-only
add_amount(address) view returns (uint256)
add_count(address) view returns (uint256)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
unlockUnixTime(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
finishDistribution() returns (bool)
getTokens() payable
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
withdraw()
withdrawForeignTokens(address _tokenContract) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Distr(address indexed to, uint256 amount)
DistrFinished()
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
fallback()
This contract contains no error objects.