Axelar Wrapped LAVA
Verified contract
Active on
Base with 305 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Axelar Wrapped LAVA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22414278 | 2 days ago | | | 0 | 4.3907177e-7 | |
| 22345070 | 4 days ago | | | 0 | 1.3124250e-7 | |
| 22344050 | 4 days ago | | | 0 | 2.6833700e-7 | |
| 22306831 | 4 days ago | | | 0 | 4.4726391e-7 | |
| 22291040 | 5 days ago | | | 0 | 4.7475481e-7 | |
| 22260447 | 5 days ago | | | 0 | 1.6659720e-7 | |
| 22210773 | 7 days ago | | | 0 | 3.8212820e-7 | |
| 22178989 | 7 days ago | | | 0 | 3.3781643e-7 | |
| 22175633 | 7 days ago | | | 0 | 4.7742175e-7 | |
| 22174718 | 7 days ago | | | 0 | 4.2099124e-7 |
ABI
ABI objects
Getter at block 22497990
DOMAIN_SEPARATOR() view returns (bytes32)
0x573c043d37278a09c72c99ef1ab51c9f54532a6f498b0ef1c65cae30b78393cc
cap() view returns (uint256)
0
decimals() view returns (uint8)
6
name() view returns (string)
Axelar Wrapped LAVA
owner() view returns (address)
0xe432150cce91c13a887f7d836923d5597add8e31
symbol() view returns (string)
LAVA
totalSupply() view returns (uint256)
5697290964457
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()