Shizuka
Verified contract
Active on
Ethereum with 3,552 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($12,208.63)
Native
Value
$12,208.63
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.36 | $3,633.52 |
$12,208.63 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20925842 | 2 months ago | | | 0 | 0.00022337207 | |
| 20840786 | 2 months ago | | | 0 | 0.00054559808 | |
| 20628138 | 3 months ago | | | 0 | 0.00011289131 | |
| 20550421 | 3 months ago | | | 0 | 0.00010251502 | |
| 20535655 | 3 months ago | | | 0 | 0.00040942623 | |
| 20401958 | 4 months ago | | | 0 | 0.000061875754 | |
| 19972380 | 6 months ago | | | 0 | 0.00034930259 | |
| 19881363 | 6 months ago | | | 0 | 0.00030221798 | |
| 19745334 | 7 months ago | | | 0 | 0.00027328518 | |
| 19745331 | 7 months ago | | | 0 | 0.00037817375 |
ABI
ABI objects
Getter at block 21294385
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 allowlistSaleStartTime, uint32 publicSaleStartTime, uint32 mintEndTime, uint64 mintPrice, uint32 publicSaleKey)
(allowlistSaleStartTime=1646082000, publicSaleStartTime=1646168400, mintEndTime=1647031800, mintPrice=120000000000000000, publicSaleKey=13122)
symbol() view returns (string)
SHIZ
totalSupply() view returns (uint256)
1555
Read-only
_allowlistClaimed(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isAllowlistSaleOn(uint256 allowlistSaleStartTime, uint256 mintEndTime) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isPublicSaleOn(uint256 publicSaleKey, uint256 publicSaleStartTime, uint256 mintEndTime) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowlistMint(bytes32 hash, bytes signature, uint256 quantity, uint256 whitelistLimit) payable
approve(address to, uint256 tokenId)
devMint(uint256 quantity)
publicSaleMint(uint256 quantity, uint256 callerPublicSaleKey) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowlistSaleStartTime(uint32 timestamp)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMintEndTime(uint32 timestamp)
setMintPrice(uint64 price)
setPublicSaleKey(uint32 key)
setPublicSaleStartTime(uint32 timestamp)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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(uint256 maxBatchSize_, uint256 collectionSize_, uint256 amountForDevs_, uint32 publicSaleKey_, uint64 mintPriceWei_, uint32 allowlistSaleStartTime_, uint32 publicSaleStartTime_, uint32 mintEndTime_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()