ADE Token
Verified contract
Active on
Ethereum with 4,819 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ADE Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20904129 | 2 months ago | | | 0 | 0.00014793008 | |
| 11202832 | 4 years ago | | | 0 | 0.0011239360 | |
| 11110599 | 4 years ago | | | 0 | 0.0011747321 | |
| 11110159 | 4 years ago | | | 0 | 0.00088095403 | |
| 11091998 | 4 years ago | | | 0 | 0.00099455070 | |
| 11091682 | 4 years ago | | | 0 | 0.0016608280 | |
| 11091619 | 4 years ago | | | 0 | 0.0017823520 | |
| 11091364 | 4 years ago | | | 0 | 0.0012152400 | |
| 11020722 | 4 years ago | | | 0 | 0.0026330201 | |
| 11020522 | 4 years ago | | | 0 | 0.0022279400 |
ABI
ABI objects
Getter at block 21259408
airAmount() view returns (uint256)
100000000
airLimitCount() view returns (uint256)
1
airSender() view returns (address)
0x8888888888888888888888888888888888888888
decimals() view returns (uint8)
8
name() view returns (string)
ADE Token
owner() view returns (address)
0xba1ffdfc147b6a2a7c67e7baaa2a795a258acf97
symbol() view returns (string)
ADE
totalSupply() view returns (uint256)
36000000000000000
Read-only
airCountOf(address) view returns (uint256)
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
lockedAddresses(address, uint256) view returns (uint256 remain, uint256 endtime)
State-modifying
Events airdrop()
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
changeAirAmount(uint256 newAirAmount)
changeAirLimitCount(uint256 newAirLimitCount)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Airdrop(address indexed from, uint256 indexed count, uint256 tokenValue)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.