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 |
---|---|---|---|---|---|
CINU | ERC-20 | 269.9991K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269014 | 21 hours ago | | | 0 | 0.00037905257 | |
| 21268100 | a day ago | | | 0 | 0.00030157190 | |
| 21257944 | 2 days ago | | | 0 | 0.00052856579 | |
| 21252974 | 3 days ago | | | 0 | 0.00069552054 | |
| 21235857 | 6 days ago | | | 0 | 0.0010055622 | |
| 21232822 | 6 days ago | | | 0 | 0.00043396149 | |
| 21228021 | 7 days ago | | | 0 | 0.00058887382 | |
| 21224609 | 7 days ago | | | 0 | 0.00084695137 | |
| 21219305 | 8 days ago | | | 0 | 0.00045793046 | |
| 21213080 | 9 days ago | | | 0 | 0.00072722519 |
ABI
ABI objects
Getter at block 21275302
allowlistMerkleRoot() view returns (bytes32)
0x4284693f3825f15fa33d63a47f12b09b0de1b30ca5ff9c361e021fc7ee3866fc
chainlinkFee() view returns (uint256)
2000000000000000000
chainlinkKeyHash() view returns (bytes32)
0xaa77729d3466ca35ae8d28b3bbac7cc36a5031efdc430821c02bc31a238af445
dreamersMerkleRoot() view returns (bytes32)
0xcfc0192ec85da2026fc8873877b66bbbe892d59ffddf5c18dfa5a38c1966682c
name() view returns (string)
Boki
owner() view returns (address)
0xec55f60f305bfe7874e43df5d5b45ef11e3343d3
publicBokiRemaining() view returns (uint256)
0
publicMintSigner() view returns (address)
0x91040fce32c36400a746c71bb899787ac532c335
revealed() view returns (bool)
true
saleStatus() view returns (uint8)
1
symbol() view returns (string)
BOKI
tokenOffset() view returns (uint256)
936
totalSupply() view returns (uint256)
7777
Read-only
allowlistSalePurchased(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
dreamersPresalePurchased(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 _tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
signaturesUsed(bytes) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events allowlistSale(bytes32[] _proof) payable
approve(address to, uint256 tokenId)
bokiBirth(uint256 _quantity, uint256 _nonce, bytes _signature) payable
dreamersSale(bytes32[] _proof) payable
rawFulfillRandomness(bytes32 requestId, uint256 randomness)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setChainlinkConfig(uint256 _fee, bytes32 _keyhash)
setMerkleRoots(bytes32 _dreamersMerkleRoot, bytes32 _allowlistMerkleRoot)
setPostRevealBaseURI(string _URI)
setPreRevealURI(string _URI)
setPublicMintSigner(address _signer)
setSaleStatus(uint8 _status)
startReveal(string _newURI) returns (bytes32 requestId)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawFunds()
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 _preRevealURI, address _withdrawalAddress, address _vrfCoordinator, address _linkAddress, bytes32 _chainlinkKeyHash, uint256 _chainlinkFee)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()