Axelar Wrapped WBTC
Verified contract
Active on
Base with 3,727 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.000636 |
$0 | |
OHNO | ERC-20 | 2 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22925411 | 3 minutes ago | | | 0 | 0.0000013798784 | |
| 22925351 | 5 minutes ago | | | 0 | 0.0000013845037 | |
| 22911560 | 8 hours ago | | | 0 | 0.0000011310549 | |
| 22909036 | 9 hours ago | | | 0 | 7.8609700e-7 | |
| 22907018 | 10 hours ago | | | 0 | 0.0000010959117 | |
| 22901908 | 13 hours ago | | | 0 | 0.0000013727555 | |
| 22901892 | 13 hours ago | | | 0 | 0.0000013678292 | |
| 22901498 | 13 hours ago | | | 0 | 9.9864050e-7 | |
| 22901486 | 13 hours ago | | | 0 | 9.9130157e-7 | |
| 22901336 | 13 hours ago | | | 0 | 9.2374515e-7 |
ABI
ABI objects
Getter at block 22925495
DOMAIN_SEPARATOR() view returns (bytes32)
0x830918e5f8247379263e20394c701bfe6463cdb29976a859cb38416fdb8be434
cap() view returns (uint256)
0
decimals() view returns (uint8)
8
name() view returns (string)
Axelar Wrapped WBTC
owner() view returns (address)
0xe432150cce91c13a887f7d836923d5597add8e31
symbol() view returns (string)
axlWBTC
totalSupply() view returns (uint256)
144698550
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()