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 "Aden"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21236572 | 5 days ago | | | 0 | 0.0023974863 | |
| 21099417 | 24 days ago | | | 0 | 0.00035732256 | |
| 21092394 | 25 days ago | | | 0 | 0.00055658536 | |
| 21091861 | 25 days ago | | | 0 | 0.00062823475 | |
| 21089375 | a month ago | | | 0 | 0.00043353929 | |
| 21084699 | a month ago | | | 0 | 0.00070203653 | |
| 21083482 | a month ago | | | 0 | 0.00061625238 | |
| 21083431 | a month ago | | | 0 | 0.00056600161 | |
| 21083182 | a month ago | | | 0 | 0.00063533685 | |
| 21082022 | a month ago | | | 0 | 0.00079969216 |
ABI
ABI objects
Getter at block 21273333
decimals() view returns (uint8)
18
name() view returns (string)
Aden
owner() view returns (address)
0xd7f7799f3cc6f5da2c1d413a1c7211fe91d9baf6
symbol() view returns (string)
ADN
totalSupply() view returns (uint256)
50000000000000000000000000000
Read-only
LockList(address) view returns (bool)
LockedTokens(address) view returns (uint256)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events LockTokens(address Account, uint256 amount)
UnLockTokens(address Account)
UserLock(address Account, bool mode)
approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool)
burnFrom(address Account, uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.