Axelar Wrapped UST
Verified contract
Active on
Ethereum with 5,258 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($25.42)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UST | ERC-20 | 1.016K | $0.024745 |
$25.14 | |
UST | ERC-20 | 11.545005 | $0.024256 |
$0.28 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14875775 | 2 years ago | | | 0 | 0.0017944211 | |
| 14869816 | 2 years ago | | | 0 | 0.00085067293 | |
| 14862008 | 2 years ago | | | 0 | 0.0016009320 | |
| 14860843 | 2 years ago | | | 0 | 0.0012744979 | |
| 14860555 | 2 years ago | | | 0 | 0.00092838622 | |
| 14856335 | 3 years ago | | | 0 | 0.0021126659 | |
| 14855923 | 3 years ago | | | 0 | 0.0031755591 | |
| 14855754 | 3 years ago | | | 0 | 0.0024740975 | |
| 14854669 | 3 years ago | | | 0 | 0.0042476905 | |
| 14854503 | 3 years ago | | | 0 | 0.0028561084 |
ABI
ABI objects
Getter at block 21285941
cap() view returns (uint256)
0
decimals() view returns (uint8)
6
name() view returns (string)
Axelar Wrapped UST
owner() view returns (address)
0x4f4495243837681061c4743b74b3eedf548d56a5
symbol() view returns (string)
UST
totalSupply() view returns (uint256)
256593270197
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
depositAddress(bytes32 salt) view returns (address)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(bytes32 salt)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
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)
Frozen(address indexed owner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Unfrozen(address indexed owner)
constructor(string name, string symbol, uint8 decimals, uint256 capacity)
This contract contains no fallback and receive objects.
This contract contains no error objects.