Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000851 |
$0 | |
JASON | ERC-20 | 5.166K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 849.248272 | -- | -- | |
O | ERC-20 | 33.6 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22724922 | 2 minutes ago | | | 0 | 0.000000090668164238 | |
| 22724880 | 4 minutes ago | | | 0 | 0.0000046676017 | |
| 22724688 | 10 minutes ago | | | 0 | 0.000000081911789326 | |
| 22724648 | 11 minutes ago | | | 0 | 0.000000081384471526 | |
| 22724509 | 16 minutes ago | | | 0 | 2.3455839e-7 | |
| 22724053 | 31 minutes ago | | | 0 | 0.0000046663926 | |
| 22723667 | 44 minutes ago | | | 0 | 0.0000046651835 | |
| 22723362 | an hour ago | | | 0 | 0.0000046663926 | |
| 22721672 | 2 hours ago | | | 0 | 0.000000081363378814 | |
| 22720667 | 2 hours ago | | | 0 | 0.0000046676017 |
ABI
ABI objects
Getter at block 22724983
DOMAIN_SEPARATOR() view returns (bytes32)
0x336a9eaef0ecd696ce836b24e2134c93a13799697a137f7af3427bc7941c0669
cap() view returns (uint256)
0
decimals() view returns (uint8)
18
name() view returns (string)
OVN
owner() view returns (address)
0xe432150cce91c13a887f7d836923d5597add8e31
symbol() view returns (string)
OVN
totalSupply() view returns (uint256)
817892741164933304974815
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
depositAddress(bytes32 salt) view returns (address)
nonces(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(bytes32 salt)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
permit(address issuer, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
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 name, string symbol, uint8 decimals, uint256 capacity)
This contract contains no fallback and receive objects.
CapExceeded()
InvalidAccount()
InvalidOwner()
InvalidS()
InvalidSignature()
InvalidV()
NotOwner()
PermitExpired()