Shizuka

Verified contract

Active on Ethereum with 3,551 txns
Deployed by via 0x3aef1c3f at 14293325
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $8,352.22
0x8c9b7b5a53813eae25ff47f6f2cf164a89847b952a7a46926e87a95b092d0ef4
0x8fe94a14bfef19beb8e8b7982902a14da14fb981242c6ed9569f2f798dad5f06
0x72d1babd106e1ad67f3717e7571f2dfa5cc3626d4bb40e5da88c72539e652e2e
0xa851528ce17a8a0e67fceaa827aeec9a61337bff6d5478e93624bb06ee4c2035
0x4f230ed94918eac695a61d202dc587aa6afc638fabf194356da70d10910901c8
0x63732bd2c7412677c50df4a19888c50ea385d0543be53fb475c11eed79c8ad78
0x8978bc2345f3d73cb0088c30b5afab1f85130f1a3e56942a55ca15902c880332
0x7002b006667b743877985c3c10e1aab8d1a6e3576a6e139486b78d533d1c439c
0xada2214511acae272531fe99fa86ffe514e6466f552ef404c3b96667eb10f217
0x7450960bf5c8454bbfb2ccff5c4ebfb7dae2bf150022cffbbb0aa4721ccf3d16

Functions
Getter at block 20874850
amountForDevs(view returns (uint256)
125
collectionSize(view returns (uint256)
8888
maxBatchSize(view returns (uint256)
2
name(view returns (string)
Shizuka
owner(view returns (address)
0x2e3889f0c0223dfe82b6a720e7b12e3e8aae699a
saleConfig(view returns (uint32 allowlistSaleStartTimeuint32 publicSaleStartTimeuint32 mintEndTimeuint64 mintPriceuint32 publicSaleKey)
(allowlistSaleStartTime=1646082000, publicSaleStartTime=1646168400, mintEndTime=1647031800, mintPrice=120000000000000000, publicSaleKey=13122)
symbol(view returns (string)
SHIZ
totalSupply(view returns (uint256)
1555
Read-only
_allowlistClaimed(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnershipData(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
isAllowlistSaleOn(uint256 allowlistSaleStartTimeuint256 mintEndTimeview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isPublicSaleOn(uint256 publicSaleKeyuint256 publicSaleStartTimeuint256 mintEndTimeview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
allowlistMint(bytes32 hashbytes signatureuint256 quantityuint256 whitelistLimitpayable 
approve(address touint256 tokenId
devMint(uint256 quantity
publicSaleMint(uint256 quantityuint256 callerPublicSaleKeypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowlistSaleStartTime(uint32 timestamp
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMintEndTime(uint32 timestamp
setMintPrice(uint64 price
setPublicSaleKey(uint32 key
setPublicSaleStartTime(uint32 timestamp
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawMoney(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 maxBatchSize_uint256 collectionSize_uint256 amountForDevs_uint32 publicSaleKey_uint64 mintPriceWei_uint32 allowlistSaleStartTime_uint32 publicSaleStartTime_uint32 mintEndTime_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
MintedQueryForZeroAddress(
OwnerIndexOutOfBounds(
OwnerQueryForNonexistentToken(
TokenIndexOutOfBounds(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(