Krakenz

Verified contract

Active on Ethereum with 1,251 txns
Deployed by via 0xc673dba0 at 16471478
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Krakenz"

0x7a45c7e5c0b2032d80b4976220bca0fdfa9826c237c895137fe132806b834697
0x674e388c88af6cfe7afd38160956dfd49d28cd762b0d7639b11614062001ea88
0x2ecd6ee2135931a2a82d4e6911df9278de8be3596ea8608b4a315b620364c112
0xbeff39db271239ea5f812539b724bb67169605960f64a6527b6bc65baf5e55b2
0x73981a182371d6f07798501dbf3fca49ffef5732e691b87660f4b40ba59c5cb0
0xc230f92890d65ed946d5058f0a2d535e3cbf16e0a6cf67db2f2b87c24f70f2b4
0x6d3cd341c264f409c5ebf500a41c7b5fb10a40e2b1b8c55c0628c186c0916a7a
0x6c70e1e102e3e92ad257b2b8ecace8e6c0949c89bbcf22c0a524affad1f4c914
0x386b01c8c0f51c311e1d26b280e3d2671ad68a9be6d44112423af834037a3f23
0x9292de4bd4bb1bd2d914b8395198c02ce814a6aaddf8227d82cb5983d4969f12

Functions
Getter at block 21226808
maxSupply(view returns (uint256)
3333
mintPrice(view returns (uint256)
0
name(view returns (string)
Krakenz
owner(view returns (address)
0xa63d6f391d3e5157cdd4b77147aed2f3d96da08b
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
Krakenz
totalSupply(view returns (uint256)
3333
whitelistMint(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
numberMintedWl(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
WLmint(bytes32[] proofuint256 _mintAmountpayable 
approve(address touint256 tokenIdpayable 
mint(uint256 _mintAmountpayable 
pause(bool _state
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseExtension(string _newBaseExtension
setBaseURI(string _newBaseURI
setMaxPerUser(uint256 _newMaxPerUser
setMerkleRoot(bytes32 _NewMerkleRoot
setMintPrice(uint256 _newMintPrice
setNotRevealedURI(string _notRevealedURI
setOnlyWhitelisted(bool _state
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _initBaseURIstring _initNotRevealedUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
ExceedsMaxPerUser(
ExceedsMaxSupply(
InsufficientFunds(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotPublic(
NotWhitelistMint(
NotWhitelisted(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
Paused(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(