Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 33.94729K | $1.00 |
$33,947.29 | |
BUSD | ERC-20 | 659.811 | $0.997549 |
$658.19 | |
USDT | ERC-20 | 1.709226 | $1.001 |
$1.71 | |
TUSD | ERC-20 | 1 | $1.002 |
$1 | |
GUSD | ERC-20 | 1 | $1.002 |
$1 | |
USDP | ERC-20 | 1 | $1.00 |
$1 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20998909 | a month ago | | | 0 | 0.00091024479 | |
| 19848950 | 7 months ago | | | 0 | 0.00048704380 | |
| 19848928 | 7 months ago | | | 0 | 0.00020370184 | |
| 19696979 | 7 months ago | | | 0 | 0.0011214102 | |
| 19641215 | 8 months ago | | | 0 | 0.0050863791 | |
| 19599477 | 8 months ago | | | 0 | 0.0010129500 | |
| 19599458 | 8 months ago | | | 0 | 0.00036738874 | |
| 19599452 | 8 months ago | | | 0 | 0.00037658434 | |
| 19599437 | 8 months ago | | | 0 | 0.00039616577 | |
| 19403379 | 9 months ago | | | 0 | 0.0033550822 |
ABI
ABI objects
Getter at block 21300584
DOMAIN_SEPARATOR() view returns (bytes32)
0xaf6d0e2f1bcde6507c941ad32d49576ab77cb41054c49a370e47453f04d68839
decimals() pure returns (uint8)
18
name() pure returns (string)
Wrapped USD
snapshot() view returns (struct Snapshot)
(27, 2768259863313000000000000, 2863440303313000000000000)
symbol() pure returns (string)
WUSD
totalSupply() view returns (uint256)
34605810147753922385491
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
epochOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 amount) returns (bool)
increaseAllowance(address spender, uint256 amount) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
unwrap(address fiatcoin, uint256 amount)
wrap(address fiatcoin, uint256 amount, address referrer)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Unwrap(address indexed account, address fiatcoin, uint256 amount)
Wrap(address indexed account, address fiatcoin, uint256 amount, address referrer)
constructor(address[] fiatcoins)
This contract contains no fallback and receive objects.
This contract contains no error objects.