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 "ADMX"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19090902 | 10 months ago | | | 0 | 0.0010288446 | |
| 18301818 | a year ago | | | 0 | 0.00012729917 | |
| 15322249 | 2 years ago | | | 0 | 0.0012030726 | |
| 13283631 | 3 years ago | | | 0 | 0.0028623940 | |
| 12806116 | 3 years ago | | | 0 | 0.00039564000 | |
| 12369066 | 4 years ago | | | 0 | 0.0040595400 | |
| 12369023 | 4 years ago | | | 0 | 0.0041034510 | |
| 12265382 | 4 years ago | | | 0 | 0.0046956920 | |
| 12239610 | 4 years ago | | | 0 | 0.0072358960 | |
| 12183225 | 4 years ago | | | 0 | 0.0070385121 |
ABI
ABI objects
Getter at block 21315784
decimals() view returns (uint8)
18
name() view returns (string)
ADMX
symbol() view returns (string)
ADMX
totalFrozen() view returns (uint256)
2163458090655988525829292
totalSupply() view returns (uint256)
9081255033281062264121798
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.