Shikigai

Verified contract

Active on Ethereum with 5,124 txns
Deployed by via 0xbee5b25a at 15628296
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Shikigai"

0x0df80ab222833ad821c3254f0c56398de7f8a82f01cfbd05b3887377b2733ef2
0x194fa65d22f317e5589d50298e71fe9bd4465de671c7b401bfc3eddd07926d3e
0xa0e986ed96b9774187b9923050be75f6d6e6bb96308f41fa9b5d171506c64459
0xac6ed8924f8737b879894162f505cd7a1af17d09bc7176566f76eee0736ec88e
0xc17c115aec341ca4477a92a33e68d1afa93389128dcd7a28b9e2e72940d53aff
0x306ccbc324361fd294d5a1c52ecb7d14f1d86c23e5cb7866adb6ae9f8ec93bca
From
0x577587a55e662f0db1e6fbad6905726f886e0be1afc8f45605984d541474dc4d
0x16825cc03d9f26880bcbb76ec94fc9aeb3e5c6d127a0cd6ce2f74a6f3548217d
0x7042d3162fad0166423112ced9da5ec88f27f4903664caec953253b33456ee5c
0x7dfb07a61da5a1bc6edd0e8194b7ccaedabbe917a920393a17d89ff335186788

Functions
Getter at block 20932504
DISTRICT_BITMASK(view returns (uint48)
4095
SECTION_BITMASK(view returns (uint48)
15
allowlistPrice(view returns (uint256)
88000000000000000
currSalesPhase(view returns (uint8)
8
ichiroSupply(view returns (uint48)
1160
jiroSupply(view returns (uint48)
1335
maxAllowancePublic(view returns (uint8)
15
maxDistrictSupply(view returns (uint48)
2730
metadataURI(view returns (string)
https://skg-metadata.s3.amazonaws.com/
name(view returns (string)
Shikigai
owner(view returns (address)
0xee9341b035a9f99a5ad4886048a7fc434061d385
publicPrice(view returns (uint256)
44000000000000000
saburoSupply(view returns (uint48)
1207
symbol(view returns (string)
SKG
totalSupply(view returns (uint256)
3702
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
numberMintedNonPublic(address ownerview returns (uint64)
numberMintedPublic(address ownerview returns (uint64)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
burn(uint256 _tokenId
demoteSalesPhase(uint8 amount
devMint(uint48 _inputConfigaddress _to
nonPublicMint(bytes32[] _proofuint48 _inputConfigpayable 
promoteSalesPhase(uint8 amount
publicMint(bytes32 _rbytes32 _suint8 _vuint48 _inputConfigpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setMaxAllowancePublic(uint8 _amount
setMaxDistrictSupply(uint48 _newSupply
setMerkleRoot(bytes32 newRoot_
setPublicMintPrice(uint256 _mintPrice
setSigner(address newSigner_
setURI(string _uri
setWlMintPrice(uint256 _mintPrice
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(uint256 _amountaddress _to
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
MintedCounters(uint48 indexed supplyCountersuint48 indexed userConfig
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
SalesPhaseChanged(uint8 indexed newPhase
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
CallerIsContract(
CannotMintFromContract(
InsufficientFunds(
InvalidMerkleProof(
InvalidMintAmount(
InvalidMintPriceChange(
InvalidSalesPhaseChange(
InvalidSupplyChangeAmount(
InvalidWithdrawalAmount(
MintAmountExceedsSupply(
MintAmountExceedsUserAllowance(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawalFailed(
WrongSalesPhase(