Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,622.74)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
XRP20 | ERC-20 | 97.6234M | $0.000014 |
$1,359.89 | |
UNI | ERC-20 | 29.5 | $8.91 |
$262.85 | |
XRP2 | ERC-20 | 116.972303K | -- | -- | |
HQG | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21201036 | 8 minutes ago | | | 0 | 0.00097181930 | |
| 21200979 | 20 minutes ago | | | 0 | 0.00062172532 | |
| 21200730 | an hour ago | | | 0 | 0.00086822905 | |
| 21200705 | an hour ago | | | 0 | 0.00057907246 | |
| 21200685 | an hour ago | | | 0 | 0.00061833414 | |
| 21200531 | 2 hours ago | | | 0 | 0.00069721188 | |
| 21200011 | 4 hours ago | | | 0 | 0.00062928470 | |
| 21199680 | 5 hours ago | | | 0 | 0.00058849966 | |
| 21199520 | 5 hours ago | | | 0 | 0.00050919128 | |
| 21199094 | 7 hours ago | | | 0 | 0.00087655802 |
ABI
ABI objects
Getter at block 21201075
decimals() view returns (uint8)
18
hardCap() view returns (uint256)
100000000000000000000000000000
name() view returns (string)
XRP20
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
XRP20
totalSupply() view returns (uint256)
89735014237028954637344170712
Read-only
allowance(address from, address to) view returns (uint256)
balanceOf(address account) view returns (uint256)
isWhitelisted(address) view returns (bool)
State-modifying
Events approve(address to, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address to, uint256 subtractedValue) returns (bool)
increaseAllowance(address to, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
whitelistAddress(address _address, bool _status)
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_, address _to)
This contract contains no fallback and receive objects.
This contract contains no error objects.