Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 10K | $0.999944 |
$9,999.44 | |
IAG | ERC-20 | 167.745529K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161740 | an hour ago | | | 0 | 0.0010329085 | |
| 21159782 | 8 hours ago | | | 0 | 0.0013273670 | |
| 21158175 | 13 hours ago | | | 0 | 0.0010193323 | |
| 21155730 | a day ago | | | 0 | 0.00040663989 | |
| 21155675 | a day ago | | | 0 | 0.00042215250 | |
| 21153720 | a day ago | | | 0 | 0.00053439282 | |
| 21150025 | 2 days ago | | | 0 | 0.00051868752 | |
| 21150022 | 2 days ago | | | 0 | 0.00055299010 | |
| 21149331 | 2 days ago | | | 0 | 0.00047225989 | |
| 21128851 | 5 days ago | | | 0 | 0.00065450270 |
ABI
ABI objects
Getter at block 21162185
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0x9aa5f056751d066943ad8d5c74c0604c97d2b7e57f2942c2429a5b0ee9005118
SNAPSHOT_ROLE() view returns (bytes32)
0x5fdbd35e8da83ee755d5e62a539e5ed7f47126abede0b8b10f9ea43dc6eed07f
decimals() view returns (uint8)
18
name() view returns (string)
IAGON
symbol() view returns (string)
IAG
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
nonces(address owner) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
snapshot()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Snapshot(uint256 id)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.