Siku

Verified contract

Implementation

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

No balances found for "Siku"

No transactions found for "Siku"


Functions
Getter at block 21212287
MAX_LIMIT(view returns (uint256)
0
MAX_LIMIT_PER_WALLET(view returns (uint256)
0
MINT_PRICE(view returns (uint256)
0
baseTokenURI(view returns (string)
enabledGroup1(view returns (bool)
false
enabledGroup2(view returns (bool)
false
merkleRoot1(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
merkleRoot2(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintStart(view returns (uint256)
0
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
priceGroup1(view returns (uint256)
0
priceGroup2(view returns (uint256)
0
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
symbol(view returns (string)
totalSupply(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
whitelistedOnlyMint(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
verifyMerkleProof(bytes32[] proofbytes32 rootview returns (bool)
whitelistMinted(addressview returns (uint256)
State-modifying
approve(address touint256 tokenId
enableMintGroup1(bool _enabled
enableMintGroup2(bool _enabled
increaseLimit(uint256 _increment
initialize(string _namestring _symbolstring _baseTokenURIuint256 _mintPriceuint256 _maxLimituint256 _maxPerWalletuint256 _whitelistPrice1uint256 _whitelistPrice2bytes32 _merkleRoot1bytes32 _merkleRoot2
mint(uint256 quantitybytes32[] _merkleProofpayable 
ownerMint(uint256 quantityaddress beneficiary
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseTokenURI
setLimitPerWallet(uint256 _maxLimitPerWallet
setMintPrice(uint256 _price
setPriceGroup1(uint256 _price
setPriceGroup2(uint256 _price
setRoot1(bytes32 _merkleRoot1
setRoot2(bytes32 _merkleRoot2
startMint(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
withdraw(address _beneficiary
Events
AdminChanged(address previousAdminaddress newAdmin
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BeaconUpgraded(address indexed beacon
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Upgraded(address indexed implementation
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
onlyWhitelistedAllowed(