Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VRA | ERC-20 | 5K | $0.006982 |
$34.91 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21302497 | 4 hours ago | | | 0 | 0.00071758167 | |
| 21300084 | 12 hours ago | | | 0 | 0.00037324171 | |
| 21025896 | a month ago | | | 0 | 0.00019095316 | |
| 21022594 | a month ago | | | 0 | 0.00091815555 | |
| 21018370 | a month ago | | | 0 | 0.00037161631 | |
| 21010569 | a month ago | | | 0 | 0.00034474144 | |
| 21004397 | a month ago | | | 0 | 0.00017520764 | |
| 21004242 | a month ago | | | 0 | 0.00017613247 | |
| 20999986 | a month ago | | | 0 | 0.00093934255 | |
| 20997785 | a month ago | | | 0 | 0.00047955825 |
ABI
ABI objects
Getter at block 21303774
DOMAIN_SEPARATOR() view returns (bytes32)
0x8fd43e4effb61101ea78d0b9743a106992f7aa384ece528f91d7687163b93ed8
decimals() view returns (uint8)
18
name() view returns (string)
THEONE
symbol() view returns (string)
THE ONE
totalSupply() view returns (uint256)
1000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(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 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) 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)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.