Axelar
Verified contract
Active on
Ethereum with 124,694 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,643.85)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AXL | ERC-20 | 8.310018K | $0.799499 |
$6,643.85 | |
APU | ERC-20 | 1 | $0.001155 |
$0 | |
AXL | ERC-20 | 24.529M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157492 | a minute ago | | | 0 | 0.0010437507 | |
| 21157490 | 2 minutes ago | | | 0 | 0.00066151998 | |
| 21157445 | 11 minutes ago | | | 0 | 0.00058400856 | |
| 21157432 | 13 minutes ago | | | 0 | 0.00087566885 | |
| 21157417 | 16 minutes ago | | | 0 | 0.00088576868 | |
| 21157266 | an hour ago | | | 0 | 0.00092533735 | |
| 21157220 | an hour ago | | | 0 | 0.00073939132 | |
| 21157185 | an hour ago | | | 0 | 0.00058259274 | |
| 21157169 | an hour ago | | | 0 | 0.00060674609 | |
| 21157168 | an hour ago | | | 0 | 0.0013924170 |
ABI
ABI objects
Getter at block 21157497
DOMAIN_SEPARATOR() view returns (bytes32)
0xc2ef7c4f9bcedc4065bf96c4c353adec4d6a3fa9ce6507c4922f082e950b9921
cap() view returns (uint256)
0
decimals() view returns (uint8)
6
name() view returns (string)
Axelar
owner() view returns (address)
0x4f4495243837681061c4743b74b3eedf548d56a5
symbol() view returns (string)
AXL
totalSupply() view returns (uint256)
100926407619515
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()