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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000815 |
$0 | |
COINBASE | ERC-20 | 1K | -- | -- | |
OHNO | ERC-20 | 67.749409 | -- | -- | |
AERO | ERC-20 | 10 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22729224 | 28 minutes ago | | | 0 | 0.000000093386411415 | |
| 22729189 | 30 minutes ago | | | 0 | 0.000000053218622545 | |
| 22729151 | 31 minutes ago | | | 0 | 0.000000093537559170 | |
| 22729112 | 32 minutes ago | | | 0 | 0.000000099137338863 | |
| 22729070 | 33 minutes ago | | | 0 | 0.000000090668111340 | |
| 22726798 | 2 hours ago | | | 0 | 0.000000062459218248 | |
| 22724713 | 3 hours ago | | | 0 | 0.0000046872027 | |
| 22724653 | 3 hours ago | | | 0 | 1.2477691e-7 | |
| 22721526 | 5 hours ago | | | 0 | 0.000000097739777592 | |
| 22719143 | 6 hours ago | | | 0 | 1.1844855e-7 |
ABI
ABI objects
Getter at block 22730071
DOMAIN_SEPARATOR() view returns (bytes32)
0x686cf8d776381b7d174f434265c8a23fc02ac160eb2a80b1919675e7a5a4f27d
cap() view returns (uint256)
0
decimals() view returns (uint8)
6
name() view returns (string)
Axelar
owner() view returns (address)
0xe432150cce91c13a887f7d836923d5597add8e31
symbol() view returns (string)
AXL
totalSupply() view returns (uint256)
1865195468462
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
depositAddress(bytes32 salt) view returns (address)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(bytes32 salt)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
permit(address issuer, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 capacity)
This contract contains no fallback and receive objects.
CapExceeded()
InvalidAccount()
InvalidOwner()
InvalidS()
InvalidSignature()
InvalidV()
NotOwner()
PermitExpired()