Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "OvO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21024996 | a month ago | | | 0 | 0.00010502033 | |
| 21024996 | a month ago | | | 0 | 0.00018447834 | |
| 20995902 | a month ago | | | 0 | 0.00042757665 | |
| 20975842 | a month ago | | | 0 | 0.00040493694 | |
| 20975705 | a month ago | | | 0 | 0.00054624409 | |
| 20975681 | a month ago | | | 0 | 0.00071831995 | |
| 20668438 | 3 months ago | | | 0 | 0.000033473693 | |
| 20598339 | 3 months ago | | | 0 | 0.000025185494 | |
| 20551906 | 3 months ago | | | 0 | 0.000026814217 | |
| 20548872 | 3 months ago | | | 0 | 0.000041293000 |
ABI
ABI objects
Getter at block 21246279
name() view returns (string)
OvO
owner() view returns (address)
0x244a807084a3eb9fd5fe88aa0b13aec8401577bd
symbol() view returns (string)
OvO
tokenId() view returns (uint256)
2200
total() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(address recipient, uint256 num)
mint(address recipient)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.