AdEx Network
Verified contract
Active on
Ethereum with 66,615 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,461.81)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ADX | ERC-20 | 7.776708K | $0.18155 |
$1,411.86 | |
USDT | ERC-20 | 50 | $0.998921 |
$49.95 | |
ADX | ERC-20 | 36.368807K | -- | -- | |
UNIP | ERC-20 | 19.5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157270 | 2 hours ago | | | 0 | 0.00058361102 | |
| 21156960 | 3 hours ago | | | 0 | 0.00030487325 | |
| 21156832 | 4 hours ago | | | 0 | 0.00038556377 | |
| 21156781 | 4 hours ago | | | 0 | 0.00063399217 | |
| 21156647 | 4 hours ago | | | 0 | 0.00038259141 | |
| 21156530 | 5 hours ago | | | 0 | 0.00031108046 | |
| 21156447 | 5 hours ago | | | 0 | 0.00028856019 | |
| 21156089 | 6 hours ago | | | 0 | 0.00061360893 | |
| 21155523 | 8 hours ago | | | 0 | 0.00032119080 | |
| 21155512 | 8 hours ago | | | 0 | 0.00036072719 |
ABI
ABI objects
Getter at block 21157913
PREV_TOKEN() view returns (address)
0x4470bb87d77b963a013db939be332f927f2b992e
decimals() view returns (uint8)
18
name() view returns (string)
AdEx Network
supplyController() view returns (address)
0x9b370599b2bf61806ddca1379257f26377472bee
symbol() view returns (string)
ADX
totalSupply() view returns (uint256)
201582735581273942673681884
Read-only
allowance(address owner, address spender) view returns (uint256 remaining)
balanceOf(address owner) view returns (uint256 balance)
State-modifying
Events approve(address spender, uint256 amount) returns (bool success)
changeSupplyController(address newSupplyController)
mint(address owner, uint256 amount)
swap(uint256 prevTokenAmount)
transfer(address to, uint256 amount) returns (bool success)
transferFrom(address from, address to, uint256 amount) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address supplyControllerAddr, address prevTokenAddr)
This contract contains no fallback and receive objects.
This contract contains no error objects.