Adamant X
Verified contract
Active on
Ethereum with 783 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
No balances found for "Adamant X"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14236625 | 3 years ago | | | 0 | 0.00095074254 | |
| 13916050 | 3 years ago | | | 0 | 0.0042639199 | |
| 12368225 | 4 years ago | | | 0 | 0.0035714890 | |
| 11372234 | 4 years ago | | | 0 | 0.0013761520 | |
| 11181426 | 4 years ago | | | 0 | 0.0010210160 | |
| 11171019 | 4 years ago | | | 0 | 0.0013296990 | |
| 11154326 | 4 years ago | | | 0 | 0.0014453250 | |
| 11138961 | 4 years ago | | | 0 | 0.0012873681 | |
| 11105538 | 4 years ago | | | 0 | 0.0024736320 | |
| 11105538 | 4 years ago | | | 0 | 0.0026502840 |
ABI
ABI objects
Getter at block 21210834
decimals() view returns (uint8)
18
name() view returns (string)
Adamant X
symbol() view returns (string)
ADX
totalFrozen() view returns (uint256)
1240208711530801000000000
totalSupply() view returns (uint256)
996020786272877975369876902
Read-only
allInfoFor(address _user) view returns (uint256 totalTokenSupply, uint256 totalTokensFrozen, uint256 userBalance, uint256 userFrozen, uint256 userDividends)
allowance(address _user, address _spender) view returns (uint256)
balanceOf(address _user) view returns (uint256)
dividendsOf(address _user) view returns (uint256)
frozenOf(address _user) view returns (uint256)
isWhitelisted(address _user) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _tokens) returns (bool)
bulkTransfer(address[] _receivers, uint256[] _amounts)
burn(uint256 _tokens)
collect() returns (uint256)
distribute(uint256 _tokens)
freeze(uint256 _tokens)
transfer(address _to, uint256 _tokens) returns (bool)
transferAndCall(address _to, uint256 _tokens, bytes _data) returns (bool)
transferFrom(address _from, address _to, uint256 _tokens) returns (bool)
unfreeze(uint256 _tokens)
whitelist(address _user, bool _status)
Approval(address indexed owner, address indexed spender, uint256 tokens)
Burn(uint256 tokens)
Collect(address indexed owner, uint256 tokens)
Freeze(address indexed owner, uint256 tokens)
Transfer(address indexed from, address indexed to, uint256 tokens)
Unfreeze(address indexed owner, uint256 tokens)
Whitelist(address indexed user, bool status)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.