Siku
Verified contract
Proxy
Active on
Ethereum with 291 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
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
3 additional
variables
Balances ($0.00)
No balances found for "Siku"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19122012 | 10 months ago | | | 0 | 0.0011046625 | |
| 19122010 | 10 months ago | | | 0 | 0.0010955501 | |
| 19122008 | 10 months ago | | | 0 | 0.0010987908 | |
| 18094460 | a year ago | | | 0 | 0.00055399923 | |
| 17018269 | 2 years ago | | | 0 | 0.00073324075 | |
| 16214358 | 2 years ago | | | 0 | 0.00071201894 | |
| 16186658 | 2 years ago | | | 0 | 0.00073955578 | |
| 16082428 | 2 years ago | | | 0 | 0.00061760563 | |
| 15999664 | 2 years ago | | | 0 | 0.00068930392 | |
| 15999528 | 2 years ago | | | 0 | 0.00065048206 |
ABI
ABI objects
Getter at block 21212287 proxiableUUID() view returns (bytes32)
MAX_LIMIT() view returns (uint256)
3333
MAX_LIMIT_PER_WALLET() view returns (uint256)
10
MINT_PRICE() view returns (uint256)
1000000000000000000000
baseTokenURI() view returns (string)
https://metadata.siku.earth/
enabledGroup1() view returns (bool)
true
enabledGroup2() view returns (bool)
true
merkleRoot1() view returns (bytes32)
0x167439613b035568664f988ea61a256e2c5126a22d6fd740682e8acbf20237c9
merkleRoot2() view returns (bytes32)
0x43bd821803e6496452ebf352cb95aae48c1de5faaf1b4561d54f4ce834e21978
mintStart() view returns (uint256)
1657216546
name() view returns (string)
Siku
owner() view returns (address)
0x04ba77e2584bb6d9a696c7ae1c91751b0a38621d
priceGroup1() view returns (uint256)
155000000000000000
priceGroup2() view returns (uint256)
188000000000000000
symbol() view returns (string)
SIKU
totalSupply() view returns (uint256)
333
whitelistedOnlyMint() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
verifyMerkleProof(bytes32[] proof, bytes32 root) view returns (bool)
whitelistMinted(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
enableMintGroup1(bool _enabled)
enableMintGroup2(bool _enabled)
increaseLimit(uint256 _increment)
initialize(string _name, string _symbol, string _baseTokenURI, uint256 _mintPrice, uint256 _maxLimit, uint256 _maxPerWallet, uint256 _whitelistPrice1, uint256 _whitelistPrice2, bytes32 _merkleRoot1, bytes32 _merkleRoot2)
mint(uint256 quantity, bytes32[] _merkleProof) payable
ownerMint(uint256 quantity, address beneficiary)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(address _beneficiary)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
constructor(address _logic, bytes _data)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
onlyWhitelistedAllowed()