Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AXN | ERC-20 | 1.979693B | -- | -- | |
HEX2T | ERC-20 | 1.257388B | -- | -- | |
HEX3T | ERC-20 | 1.25676B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20787519 | 2 months ago | | | 0 | 0.00036047359 | |
| 20254259 | 4 months ago | | | 0 | 0.000066951777 | |
| 20250831 | 4 months ago | | | 0 | 0.000051551506 | |
| 20250825 | 4 months ago | | | 0 | 0.000077222078 | |
| 20157615 | 5 months ago | | | 0 | 0.000089972107 | |
| 20157482 | 5 months ago | | | 0 | 0.000086159874 | |
| 20157478 | 5 months ago | | | 0 | 0.000082835717 | |
| 20157475 | 5 months ago | | | 0 | 0.00013163571 | |
| 19730161 | 7 months ago | | | 0 | 0.00015548772 | |
| 18888490 | 10 months ago | | | 0 | 0.0011109600 |
ABI
ABI objects
Getter at block 21160431
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decimals() view returns (uint8)
18
getMinterRole() pure returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
getNow() view returns (uint256)
1731279791
getSetterRole() pure returns (bytes32)
0x61c92169ef077349011ff0b1383c894d86c5f0b41d986366b58a6cf31e93beda
getSwapTOken() view returns (address)
0xed1199093b1abd07a368dd1c0cdc77d8517ba2a0
getSwapperRole() pure returns (bytes32)
0x724f6a44d576143e18c60911798b2b15551ca96bd8f7cb7524b8fa36253a26d8
name() view returns (string)
AXION
symbol() view returns (string)
AXN
totalSupply() view returns (uint256)
87452568624332438631563266228420325029115
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getSwapTokenBalance(uint256) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address from, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
init(address[] instances)
initDeposit(uint256 _amount)
initSwap()
initWithdraw(uint256 _amount)
mint(address to, uint256 amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, address _swapToken, address _swapper, address _setter)
This contract contains no fallback and receive objects.
This contract contains no error objects.