Axelar Wrapped USDC
Verified contract
Active on
Base with 247,534 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($507.48)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 505 | $1.00 |
$505 | |
cbBTC | ERC-20 | 0.000025 | $99,094.00 |
$2.48 | |
USA | ERC-20 | 1 | $0.000815 |
$0 | |
Cheems | ERC-20 | 10.134582M | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 1.338581K | -- | -- | |
SPOT | ERC-20 | 1K | -- | -- | |
BASS | ERC-20 | 1.30832 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22730154 | 4 minutes ago | | | 0 | 0.0000046978017 | |
| 22729943 | 11 minutes ago | | | 0 | 0.0000046965829 | |
| 22729943 | 11 minutes ago | | | 0 | 0.0000046965829 | |
| 22729551 | 24 minutes ago | | | 0 | 0.0000029622162 | |
| 22729510 | 25 minutes ago | | | 0 | 1.1184240e-7 | |
| 22728483 | an hour ago | | | 0 | 0.000000507173199870 | |
| 22728483 | an hour ago | | | 0 | 0.000000507633921594 | |
| 22727972 | an hour ago | | | 0 | 0.0000047331472 | |
| 22727927 | an hour ago | | | 0 | 0.000000083277000000 | |
| 22727525 | 2 hours ago | | | 0 | 0.0000046966360 |
ABI
ABI objects
Getter at block 22730270
DOMAIN_SEPARATOR() view returns (bytes32)
0x0004c43ad6dfda1dbc91908af2e9fce1d16f5982a04b2068519c74ce6cfaeae2
cap() view returns (uint256)
0
decimals() view returns (uint8)
6
name() view returns (string)
Axelar Wrapped USDC
owner() view returns (address)
0xe432150cce91c13a887f7d836923d5597add8e31
symbol() view returns (string)
axlUSDC
totalSupply() view returns (uint256)
1091978546130
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()