Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,195.98)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 3.215043K | $1.001 |
$3,218.26 | |
OVR | ERC-20 | 5.124467K | $0.142455 |
$730.01 | |
DAI | ERC-20 | 247.717078 | $1.00 |
$247.72 | |
HQG | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243024 | 17 minutes ago | | | 0 | 0.00049301289 | |
| 21243016 | 19 minutes ago | | | 0 | 0.00050057287 | |
| 21242990 | 24 minutes ago | | | 0 | 0.00046333843 | |
| 21242730 | an hour ago | | | 0 | 0.00036141465 | |
| 21242655 | 2 hours ago | | | 0 | 0.00054372812 | |
| 21242415 | 2 hours ago | | | 0 | 0.00031769389 | |
| 21242256 | 3 hours ago | | | 0 | 0.00077753481 | |
| 21241632 | 5 hours ago | | | 0 | 0.00044720898 | |
| 21240846 | 8 hours ago | | | 0 | 0.00031689768 | |
| 21240435 | 9 hours ago | | | 0 | 0.00046633018 |
ABI
ABI objects
Getter at block 21243108
decimals() view returns (uint8)
18
name() view returns (string)
OVR
owner() view returns (address)
0x8c19cf0135852ba688643f57d56be72bb898c411
symbol() view returns (string)
OVR
totalSupply() view returns (uint256)
89893756860873132851561673
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(address _from, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, 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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _tokenName, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.