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 "Rookiez"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101283 | a month ago | | | 0 | 0.00042022797 | |
| 21097781 | a month ago | | | 0 | 0.00016502968 | |
| 17997812 | a year ago | | | 0 | 0.00029182451 | |
| 17997812 | a year ago | | | 0 | 0.00029110343 | |
| 17237196 | 2 years ago | | | 0 | 0.0045325862 | |
| 17237195 | 2 years ago | | | 0 | 0.0045101530 | |
| 16688331 | 2 years ago | | | 0 | 0.0017643490 | |
| 16352273 | 2 years ago | | | 0 | 0.00035776613 | |
| 15836836 | 2 years ago | | | 0 | 0.00036907200 | |
| 15828782 | 2 years ago | | | 0 | 0.00046338098 |
ABI
ABI objects
Getter at block 21420569
cost() view returns (uint256)
0
hiddenMetadataUri() view returns (string)
ipfs://QmboDCzQTXRR42sN4of1VKkFSSJDuRhVXUMejBe3JNYBLv/
maxMintAmount() view returns (uint256)
3
maxMintAmountPerTx() view returns (uint256)
15
maxSupply() view returns (uint256)
7777
merkleRoot() view returns (bytes32)
0xb78b2bc37c8ef76a457bb940aee713585dd50ffadf240f342fbed056e9f5abee
name() view returns (string)
Rookiez
onlyWhitelisted() view returns (bool)
false
owner() view returns (address)
0x0d8ff5d221a7e6197abc38edf5c0932dc69f2b57
paused() view returns (bool)
true
revealed() view returns (bool)
false
symbol() view returns (string)
RKZ
totalSupply() view returns (uint256)
7777
uriPrefix() view returns (string)
uriSuffix() view returns (string)
.json
wlSupply() view returns (uint256)
1200
Read-only
allowlist(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isAllowed(address _address) view returns (uint256)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address[] _receiver)
mintWhiteList(uint256 _mintAmount, bytes32[] _merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmount(uint256 _maxMintAmount)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxSupply(uint256 _maxSupply)
setMerkleRoot(bytes32 _merkleRoot)
setOnlyWhitelisted(bool _state)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWlSupply(uint256 _wlSupply)
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)
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()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()