Kaiju Queenz
Verified contract
Active on
Ethereum with 5,548 txns
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 "Kaiju Queenz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21253939 | 3 days ago | | | 0 | 0.00058294102 | |
| 21253932 | 3 days ago | | | 0 | 0.00065199803 | |
| 21211908 | 9 days ago | | | 0 | 0.00049087224 | |
| 21102372 | 25 days ago | | | 0 | 0.00013049694 | |
| 20810676 | 2 months ago | | | 0 | 0.00089645178 | |
| 20719318 | 3 months ago | | | 0 | 0.000061474878 | |
| 20672660 | 3 months ago | | | 0 | 0.00015749033 | |
| 20484527 | 4 months ago | | | 0 | 0.00093692974 | |
| 20321178 | 4 months ago | | | 0 | 0.00040251984 | |
| 20273777 | 5 months ago | | | 0 | 0.00028647306 |
ABI
ABI objects
Getter at block 21278506
MAX_MINT_PER_TX() view returns (uint256)
2
MAX_NFTS_PER_PUBLIC_ADDRESS() view returns (uint256)
2
MAX_SUPPLY() view returns (uint256)
3333
MINT_COST() view returns (uint256)
66600000000000000
PRESALE_MINT_LIMIT() view returns (uint256)
2
merkleRoot() view returns (bytes32)
0x17daab6c426a3a182c7957f42a5a39414237169c7a7cb8d1a228c066b09b7229
name() view returns (string)
Kaiju Queenz
onlyWhitelisted() view returns (bool)
false
owner() view returns (address)
0x67e1fba738347907a2cf1ab6ce5adf52e2c1008c
paused() view returns (bool)
false
reveal() view returns (bool)
true
symbol() view returns (string)
QUEENZ
totalSupply() view returns (uint256)
3333
Read-only
addressMintedBalance(address) view returns (uint256)
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)
presaleAddressMintedBalance(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
verify(bytes32[] proof) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
ownerMint(uint256 _mintAmount)
pause(bool _state)
publicMint(uint256 _mintAmount) payable
renounceOwnership()
revealNow()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI, string _newBlindURI)
setMerkleRoot(bytes32 _merkleRoot)
setOnlyWhitelisted(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes32[] _merkleProof, uint256 _mintAmount) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
IsPaused(bool state)
IsWhitelisted(bool state)
NewMint(address indexed from)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StopPurchase()
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI, string _initBlindURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.