Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AXIS | ERC-20 | 30K | $0.058088 |
$1,742.64 | |
USDT | ERC-20 | 956.083819 | $1.001 |
$957.04 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21137604 | 3 days ago | | | 0 | 0.0010691272 | |
| 21009316 | 21 days ago | | | 0 | 0.00044147752 | |
| 20756488 | 2 months ago | | | 0 | 0.000049251730 | |
| 20746477 | 2 months ago | | | 0 | 0.00015463226 | |
| 20710112 | 2 months ago | | | 0 | 0.000066119343 | |
| 20677308 | 2 months ago | | | 0 | 0.00014479651 | |
| 20657113 | 2 months ago | | | 0 | 0.000098226200 | |
| 20653043 | 2 months ago | | | 0 | 0.000089063925 | |
| 20649451 | 2 months ago | | | 0 | 0.000093753860 | |
| 20649451 | 2 months ago | | | 0 | 0.000093753860 |
ABI
ABI objects
Getter at block 21160594
INITIAL_SUPPLY() view returns (uint256)
24000000000000000000000000
cap() view returns (uint256)
24000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
AXIS
paused() view returns (bool)
false
symbol() view returns (string)
AXIS
totalSupply() view returns (uint256)
24000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
pause()
renounceMinter()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.