Axelar Wrapped USDT
Verified contract
Active on
Base with 15,219 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.000755 |
$0 | |
OHNO | ERC-20 | 3.010101 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22745666 | 7 hours ago | | | 0 | 0.0000055300174 | |
| 22718058 | a day ago | | | 0 | 5.3125140e-7 | |
| 22710344 | a day ago | | | 0 | 0.0000055314521 | |
| 22695012 | a day ago | | | 0 | 9.5582328e-7 | |
| 22687688 | 2 days ago | | | 0 | 0.0000014484675 | |
| 22667805 | 2 days ago | | | 0 | 0.0000014161716 | |
| 22656713 | 2 days ago | | | 0 | 7.2404725e-7 | |
| 22655924 | 2 days ago | | | 0 | 6.2180160e-7 | |
| 22655549 | 2 days ago | | | 0 | 9.5658395e-7 | |
| 22628186 | 3 days ago | | | 0 | 9.6022102e-7 |
ABI
ABI objects
Getter at block 22758435
DOMAIN_SEPARATOR() view returns (bytes32)
0xbb15e1b9cc5bb6b7e2f0d8ee1399ad7925f578be2f88ae1164a99acc7643ac9b
cap() view returns (uint256)
0
decimals() view returns (uint8)
6
name() view returns (string)
Axelar Wrapped USDT
owner() view returns (address)
0xe432150cce91c13a887f7d836923d5597add8e31
symbol() view returns (string)
axlUSDT
totalSupply() view returns (uint256)
20355983171
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()