Schitzuki

Verified contract

Proxy

Active on Ethereum with 18 txns
Deployed by via 0xbb74d3bf at 18604678
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots

No balances found for "Schitzuki"

0x617b5a00c7ce25097f636c162e01960744d553595e61033bb48b8063616b94fc
0x14ede12acc2e9da38f5c53f84d0236e9a1ea180f733c188b26e4a0fcf25cdaa1
0x5ff61df3711b45e4f3759882e3f29e9ce83ea97e70285412b0b40d2039e6d0fa
0xb52850ebc805c6fc0a4e20d8813ca35e2fd31072852e5a5083ab324059ff0f1d
0x92b4277aca158bea23b493e7536dd1098ebd0c8a0671bc75c99ac95665644e40
0x237050c1bdf8575ead71f699c11d325e954bae1d5acf803d34570c2de19aa490
0xf3c98f44c8acf90b2f8866736e431eabdb13bf5210e05f90c4ce8db4a6d86b4e
0x1332ac90789494fe3284de4089447567f7ca0294d660b9e9e351a387acdd46f6
0x5f3309a1f828f608eaf718bb4f96001b3710055c0589b9ff72af72bd3c9107b3
0xe613dd20c9ed26ce4fe8d8081e22be3fefa2c0d7a2539064197d5c372df92054

Functions
Getter at block 20912457
implementation(view returns (address)
0x870449a3306f77cbbd240b794fc5f26dca0f27d7
baseURI(view returns (string)
ipfs://bafybeic2ry5ppxc6vegm6a2vov3vgzzgbxcvdxrw7sdr72gqmmj4roq4e4/
costPublic(view returns (uint256)
1000000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
5
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
true
maxFreeSupply(view returns (uint256)
2222
maxMintPublic(view returns (uint256)
15
maxMintWL(view returns (uint256)
0
maxSupply(view returns (uint256)
2222
name(view returns (string)
Schitzuki
owner(view returns (address)
0x8d2fb80ca2bdea3b2a37fa0cae4fffc55d89685a
symbol(view returns (string)
SCHTZ
totalSupply(view returns (uint256)
65
whitelistRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _walletbytes32[] _merkleProofview returns (bool)
mintedByAddress(addressview returns (uint256)
mintedByAddressWL(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address _addressview returns (uint256[])
State-modifying
upgradeTo(address newImplementation
airdrop(uint256 _quantityaddress _recipient
approve(address touint256 tokenIdpayable 
decreaseMaxSupply(uint256 _newMaxSupply
devMint(uint256 _quantity
initialize(string namestring symbolstruct InitParams params
mint(uint256 _quantitypayable 
mintFree(uint256 _quantity
mintPaid(uint256 _quantitypayable 
mintWL(uint256 _quantitybytes32[] _merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setCostPublic(uint256 _newCostPublic
setCostWL(uint256 _newCostWL
setFreePerWallet(uint256 _newFreePerWallet
setMaxFreeSupply(uint256 _maxFreeSupply
setMaxMintPublic(uint256 _newMaxMintPublic
setMaxMintWL(uint256 _newMaxMintWL
setPublicMintEnabled(
setRenderer(address newRenderer
setUseRenderer(bool use
setWLmintEnabled(
setWhitelistRoot(bytes32 _merkleRoot
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(payable 
Events
Upgraded(address indexed implementation
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(address _logic
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(