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 "oddBOi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21166548 | a month ago | | | 0 | 0.0022444199 | |
| 20891955 | 2 months ago | | | 0 | 0.00017105388 | |
| 20708337 | 3 months ago | | | 0 | 0.00012677910 | |
| 20308078 | 5 months ago | | | 0 | 0.00015433088 | |
| 20247128 | 5 months ago | | | 0 | 0.00011569429 | |
| 20199138 | 5 months ago | | | 0 | 0.00011494616 | |
| 19894305 | 7 months ago | | | 0 | 0.00020304253 | |
| 19800047 | 7 months ago | | | 0 | 0.00017525270 | |
| 19240100 | 10 months ago | | | 0 | 0.0012983457 | |
| 19223932 | 10 months ago | | | 0 | 0.00096518068 |
ABI
ABI objects
Getter at block 21401930
MAX_PUB_MINT() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
999
MAX_WL_MINT() view returns (uint256)
1
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
Royalty() view returns (address)
0x063e43a0233ac996ab27a15abcd3ce0a7b7075ce
getMerkleRoot() view returns (bytes32)
0x26a45f4855fccb50c743423702a06caf93c2d05621bda0e6083f329120de4d93
isRevealed() view returns (bool)
true
name() view returns (string)
oddBOi
owner() view returns (address)
0x063e43a0233ac996ab27a15abcd3ce0a7b7075ce
pause() view returns (bool)
false
placeholderTokenUri() view returns (string)
https://red-impressive-butterfly-349.mypinata.cloud/ipfs/QmUZYAzzUHggQcp8HLNdpiPjYsLa8tuj25AdtFtcQbxP9T/oddboiprereveal.json
publicSale() view returns (bool)
false
symbol() view returns (string)
oddBOi
totalSupply() view returns (uint256)
999
whiteListSale() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hasClaimed(address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalPublicMint(address) view returns (uint256)
totalWhitelistMint(address) view returns (uint256)
State-modifying
Events RoyaltyReciever(address _Royalty)
approve(address operator, uint256 tokenId) payable
mint(uint256 _quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setMaxSupply(uint256 _MAX_SUPPLY)
setMerkleRoot(bytes32 _merkleRoot)
setPlaceHolderUri(string _placeholderTokenUri)
setTokenUri(string _baseTokenUri)
teamMint(uint256 quantity)
togglePublicSale()
toggleReveal()
toggleWhiteListSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(bytes32[] _merkleProof, uint256 _quantity) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TokenDoesNotExist(uint256 id)
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()