Axelar Wrapped OP
Verified contract
Active on
Base with 2,618 txns
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.000894 |
$0 | |
OHNO | ERC-20 | 2 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22084157 | 13 hours ago | | | 0 | 3.4725750e-7 | |
| 22076191 | 17 hours ago | | | 0 | 5.9500276e-7 | |
| 22075851 | 18 hours ago | | | 0 | 4.1757825e-7 | |
| 22075056 | 18 hours ago | | | 0 | 5.5455190e-7 | |
| 22074548 | 18 hours ago | | | 0 | 5.4832084e-7 | |
| 22070303 | 21 hours ago | | | 0 | 5.6054083e-7 | |
| 21979309 | 3 days ago | | | 0 | 1.3980300e-7 | |
| 21873053 | 5 days ago | | | 0 | 2.4051498e-7 | |
| 21868712 | 6 days ago | | | 0 | 2.2230240e-7 | |
| 21842607 | 6 days ago | | | 0 | 5.3667400e-7 |
ABI
ABI objects
Getter at block 22107605
DOMAIN_SEPARATOR() view returns (bytes32)
0x24e24f5bf0f275fb27926ad3a834c5c8365acf9f5f0055b86354e37890c3cade
cap() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
Axelar Wrapped OP
owner() view returns (address)
0xe432150cce91c13a887f7d836923d5597add8e31
symbol() view returns (string)
axlOP
totalSupply() view returns (uint256)
88673035829764102408739
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()