AXIA COIN
Verified contract
Active on
Ethereum with 4,658 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($399.81)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 400 | $0.999516 |
$399.81 | |
AXC | ERC-20 | 9.243273 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21060475 | a month ago | | | 0 | 0.00032552017 | |
| 19995731 | 6 months ago | | | 0 | 0.00020524642 | |
| 19922790 | 6 months ago | | | 0 | 0.00022228643 | |
| 19786935 | 7 months ago | | | 0 | 0.00023532615 | |
| 19720314 | 7 months ago | | | 0 | 0.00068937176 | |
| 19720311 | 7 months ago | | | 0 | 0.00069567999 | |
| 19615938 | 8 months ago | | | 0 | 0.00088911345 | |
| 19615206 | 8 months ago | | | 0 | 0.0013145382 | |
| 19557007 | 8 months ago | | | 0 | 0.00083534005 | |
| 19534656 | 8 months ago | | | 0 | 0.0016722802 |
ABI
ABI objects
Getter at block 21299661
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decimals() view returns (uint8)
18
getMaxTotalSupply() view returns (uint256)
72560000000000000000000000000
name() view returns (string)
AXIA COIN
owner() view returns (address)
0x1c3a9c5e1504b044e89c7c48410348fdb226efb3
symbol() view returns (string)
AXC
totalSupply() view returns (uint256)
72560000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
exempted(address account) view returns (bool)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
batchGrantAdmin(address[] to_grant_list)
batchRevokeAdmin(address[] to_revoke_list)
batchUpdateBalances(address[] to_add_list, uint256[] to_add_amounts, address[] to_sub_list, uint256[] to_sub_amounts) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
exemptSelf() returns (bool)
grantRole(bytes32 role, address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
multiMint(address[] to_list, uint256[] amounts)
renounceRole(bytes32 role, address account)
revertExemptSelf() returns (bool)
revokeRole(bytes32 role, address account)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.