Wrapped UST Token
Verified contract
Active on
Ethereum with 355,048 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($34,527.73)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UST | ERC-20 | 694.200408K | $0.025351 |
$17,598.33 | |
UST | ERC-20 | 361.462062K | $0.025624 |
$9,262.16 | |
USDT | ERC-20 | 5.972012K | $1.001 |
$5,977.98 | |
GUSD | ERC-20 | 1.092K | $0.996195 |
$1,087.84 | |
USDC | ERC-20 | 583.163916 | $0.999049 |
$582.61 | |
LUNA | ERC-20 | 159.613824K | $0.000069 |
$11.02 | |
MIR | ERC-20 | 220.036552 | $0.016078 |
$3.54 | |
INUINU | ERC-20 | 3.232323B | $0.00 |
$3.23 | |
sUSD | ERC-20 | 1 | $1.012 |
$1.01 | |
TSP | ERC-20 | 446.685035M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157481 | 2 hours ago | | | 0 | 0.00081878412 | |
| 21157041 | 3 hours ago | | | 0 | 0.00062081166 | |
| 21155206 | 9 hours ago | | | 0 | 0.00047835894 | |
| 21155068 | 10 hours ago | | | 0 | 0.00044495512 | |
| 21154998 | 10 hours ago | | | 0 | 0.00045277909 | |
| 21154996 | 10 hours ago | | | 0 | 0.00032382047 | |
| 21154996 | 10 hours ago | | | 0 | 0.00048339472 | |
| 21154996 | 10 hours ago | | | 0 | 0.00032382047 | |
| 21154993 | 10 hours ago | | | 0 | 0.00034892502 | |
| 21154993 | 10 hours ago | | | 0 | 0.00034892502 |
ABI
ABI objects
Getter at block 21157929
decimals() view returns (uint8)
18
name() view returns (string)
Wrapped UST Token
owner() view returns (address)
0x9123077acafb3d743c68418304b2a11566cc1175
symbol() view returns (string)
UST
totalSupply() view returns (uint256)
294537378093005794239793908
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount, bytes32 to)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceOwnership()
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)
Burn(address indexed _sender, bytes32 indexed _to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.