Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
No balances found for "Ovr"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19645915 | 7 months ago | | | 0 | 0.00030007597 | |
| 19645915 | 7 months ago | | | 0 | 0.00029933659 | |
| 19645914 | 7 months ago | | | 0 | 0.00028670603 | |
| 18911127 | a year ago | | | 0 | 0.00022389498 | |
| 18911056 | a year ago | | | 0 | 0.00025212504 | |
| 18694567 | a year ago | | | 0 | 0.0016347110 | |
| 18301632 | a year ago | | | 0 | 0.00013607090 | |
| 18301631 | a year ago | | | 0 | 0.00013885635 | |
| 17343790 | a year ago | | | 0 | 0.0018090454 | |
| 17009680 | 2 years ago | | | 0 | 0.00047470254 |
ABI
ABI objects
Getter at block 21218441
FREE_SUPPLY() view returns (uint256)
35
MAX_SUPPLY() view returns (uint256)
1000
MINT_LIMIT() view returns (uint256)
2
PRICE() view returns (uint256)
29000000000000000
PROJECT_ADDRESS() view returns (address)
0x893a497ebc37785d862219516464ac42bef40bb6
PUBLIC_TX_LIMIT() view returns (uint256)
4
RL_ADDRESS() view returns (address)
0xc9b5553910ba47719e0202ff9f617b8be06b3a09
WL_SUPPLY() view returns (uint256)
2500
isFreeActive() view returns (bool)
false
isPublicActive() view returns (bool)
false
isWlSaleActive() view returns (bool)
false
name() view returns (string)
Ovr
owner() view returns (address)
0xdc9d21267b02efb1343bba2eae7c49e54ecc48b7
symbol() view returns (string)
OVR
totalSupply() view returns (uint256)
572
Read-only
balanceOf(address owner) view returns (uint256)
freeMinted(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
usedDigests(bytes32) view returns (bool)
wlMinted(address) view returns (uint256)
State-modifying
Events allowMint(bytes32[] proof, uint256 numberOfTokens) payable
approve(address to, uint256 tokenId)
freeMint(bytes32[] proof) payable
publicMint(uint64 expireTime, bytes sig, uint256 numberOfTokens) payable
renounceOwnership()
reveal(bool revealed, string _baseURI)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setFreeSaleRoot(bytes32 _freeRoot)
setMaxSupply(uint256 _supply)
setWLMintLimit(uint256 _mintLimit)
setWLSaleRoot(bytes32 _wlRoot)
setWlPrice(uint256 _price)
toggleFreeMintStatus()
togglePublicMintStatus()
toggleWlMintStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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(bytes32 _wlRoot, bytes32 _freeMint, address _signer)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()