Shinsekai

Verified contract

Active on Ethereum with 26,309 txns
Deployed by via 0xa0b91960 at 14535364
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "Shinsekai"

0x76ee22f1cb1b435d01ed7ba065ce511558dc152cc142771212ccb0f624a63ae2
From
0xd6c0461665be3bcccc9b86a9b9db1caea9a64cf430530d52c29c383083f1dea5
0xd4b06c41cba61e20e6b56b5b7eca2fc0d613b07e74cb9571c14235f704c6419c
0xf65c57d44a92bb3843cf0c8395ab7fe449ecb9fbfd57aa16916eb615b6e4ec59
0xb018db7bf7d4030d181401fe1c32a8a342dcc1fc897bddbd112f74647b722cf8
0x2c4b6930c0aaaffb038dcef5ac07aecdaa2e3237a3fa8726315c28f15b3d019b
0xaf75a9cd56c9bcd2f4e470b3e08149236fab0074565b64ee8967b382bc6eaaa7
0x4fb7d4e35ed16dabfa7d0426c481b4a1e6172d9c2ba06c198d98b16d97f7166d
0x718d8391ff22d29d02defd907dbd36595272d06f70b67936a78fa63ab2886d11
0x952eadfbbd50cadc5e284d97d45b0f5b4762725a4710efda8d8d74b21c19139d

Functions
Getter at block 20791261
amountForTeam(view returns (uint256)
100
name(view returns (string)
Shinsekai
owner(view returns (address)
0x440b547982e0b0c526dfbfd088310d352addfa4f
portalAccessRoot(view returns (bytes32)
0x29e1b785553fecfc2d46bf79c457ff66f013dec5fce5c72a56ca5001f651d001
publicRegistrationRoot(view returns (bytes32)
0x9fa8aa1f206e3091912a2eb7188d19b504ab5d5b4860199e5ae091a5fd82f871
reserveCorpRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
saleConfig(view returns (uint32 publicSaleStartTimeuint32 publicSaleKeyuint64 portalAccessPriceuint64 reserveCorpPriceuint64 publicRegistrationPriceuint64 publicPrice)
(publicSaleStartTime=1649373449, publicSaleKey=100, portalAccessPrice=0, reserveCorpPrice=0, publicRegistrationPrice=0, publicPrice=0)
symbol(view returns (string)
SSK
totalSupply(view returns (uint256)
10000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnershipData(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owneraddress operatorview returns (bool)
isPublicSaleOn(uint256 publicPriceWeiuint256 publicSaleKeyuint256 publicSaleStartTimeview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
portalAccessClaimed(addressview returns (uint256)
portalAccessClaimedChecker(addressview returns (bool)
publicRegistrationChecker(addressview returns (bool)
publicRegistrationClaimed(addressview returns (uint256)
reserveCorpClaimed(addressview returns (uint256)
reserveCorpClaimedChecker(addressview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
gift(address[] receivers
portalAccess(bytes32[] _merkleProofuint256 quantitypayable 
publicRegistration(bytes32[] _merkleProofuint256 quantitypayable 
publicSaleMint(uint256 quantityuint256 callerPublicSaleKeypayable 
renounceOwnership(
reserveCorp(bytes32[] _merkleProofuint256 quantitypayable 
reserveGiveaway(uint256 numaddress walletAddress
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setPortalAccessPrice(uint64 price
setPortalAccessRoot(bytes32 merkle_root
setPublicPrice(uint64 price
setPublicRegistrationPrice(uint64 price
setPublicRegistrationRoot(bytes32 merkle_root
setPublicSaleKey(uint32 key
setPublicSaleStartTime(uint32 time
setReserveCorpPrice(uint64 price
setReserveCorpRoot(bytes32 merkle_root
setupSaleInfo(uint64 whitelistPriceWei2uint64 whitelistPriceWei1uint64 publicRegistrationPriceuint64 publicPriceWeiuint32 publicSaleStartTime
teamMint(uint256 quantityaddress walletAddress
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
withdrawAmount(uint256 _amount
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 amountForTeam_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
MintedQueryForZeroAddress(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(