Aragon Network Token
Verified contract
Active on
Ethereum with 132,860 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
INDEX | ERC-20 | 3.22515 | $3.16 |
$10.19 | |
ANT | ERC-20 | 255.666508 | -- | -- | |
LIST | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157172 | an hour ago | | | 0 | 0.0010472839 | |
| 21156367 | 4 hours ago | | | 0 | 0.00049489100 | |
| 21155900 | 5 hours ago | | | 0 | 0.00038562416 | |
| 21155850 | 5 hours ago | | | 0 | 0.00034124939 | |
| 21155832 | 5 hours ago | | | 0 | 0.00036994474 | |
| 21155831 | 5 hours ago | | | 0 | 0.00058280475 | |
| 21155815 | 5 hours ago | | | 0 | 0.00055149124 | |
| 21155515 | 6 hours ago | | | 0 | 0.00054202948 | |
| 21153829 | 12 hours ago | | | 0 | 0.00048660242 | |
| 21153721 | 12 hours ago | | | 0 | 0.00062003667 |
ABI
ABI objects
Getter at block 21157418
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
TRANSFER_WITH_AUTHORIZATION_TYPEHASH() view returns (bytes32)
0x7c7c6cdb67a18743f49ec6fa9b35f50d52ed05cbed4cc592e13b44501c1a2267
decimals() view returns (uint8)
18
getChainId() pure returns (uint256 chainId)
1
getDomainSeparator() view returns (bytes32)
0x4a44e0f89564d16abd9d93b1a0966eb303d4b7c5cd2c70e74a2d777786797bf9
minter() view returns (address)
0xdff202a4238458bf49a1eee7bc5582a45bbe0e38
name() view returns (string)
Aragon Network Token
symbol() view returns (string)
ANT
totalSupply() view returns (uint256)
43192285432201948816512798
Read-only
allowance(address, address) view returns (uint256)
authorizationState(address, bytes32) view returns (bool)
balanceOf(address) view returns (uint256)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value) returns (bool)
changeMinter(address newMinter)
mint(address to, uint256 value) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferWithAuthorization(address from, address to, uint256 value, uint256 validAfter, uint256 validBefore, bytes32 nonce, uint8 v, bytes32 r, bytes32 s)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizationUsed(address indexed authorizer, bytes32 indexed nonce)
ChangeMinter(address indexed minter)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address initialMinter)
This contract contains no fallback and receive objects.
This contract contains no error objects.