Shinsekai
Verified contract
Active on
Ethereum with 26,325 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Shinsekai"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21226816 | 3 days ago | | | 0 | 0.00042967514 | |
| 21208790 | 5 days ago | | | 0 | 0.00098899343 | |
| 21202097 | 6 days ago | | | 0 | 0.00035228877 | |
| 21202095 | 6 days ago | | | 0 | 0.00060933409 | |
| 21171590 | 10 days ago | | | 0 | 0.00095772125 | |
| 21171368 | 10 days ago | | | 0 | 0.0011420160 | |
| 21171367 | 10 days ago | | | 0 | 0.0011777241 | |
| 21101429 | 20 days ago | | | 0 | 0.00025107289 | |
| 20997878 | a month ago | | | 0 | 0.00022383983 | |
| 20989567 | a month ago | | | 0 | 0.00068466723 |
ABI
ABI objects
Getter at block 21246097
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 publicSaleStartTime, uint32 publicSaleKey, uint64 portalAccessPrice, uint64 reserveCorpPrice, uint64 publicRegistrationPrice, uint64 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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isPublicSaleOn(uint256 publicPriceWei, uint256 publicSaleKey, uint256 publicSaleStartTime) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
portalAccessClaimed(address) view returns (uint256)
portalAccessClaimedChecker(address) view returns (bool)
publicRegistrationChecker(address) view returns (bool)
publicRegistrationClaimed(address) view returns (uint256)
reserveCorpClaimed(address) view returns (uint256)
reserveCorpClaimedChecker(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
gift(address[] receivers)
portalAccess(bytes32[] _merkleProof, uint256 quantity) payable
publicRegistration(bytes32[] _merkleProof, uint256 quantity) payable
publicSaleMint(uint256 quantity, uint256 callerPublicSaleKey) payable
renounceOwnership()
reserveCorp(bytes32[] _merkleProof, uint256 quantity) payable
reserveGiveaway(uint256 num, address walletAddress)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool 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 whitelistPriceWei2, uint64 whitelistPriceWei1, uint64 publicRegistrationPrice, uint64 publicPriceWei, uint32 publicSaleStartTime)
teamMint(uint256 quantity, address walletAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
withdrawAmount(uint256 _amount)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 amountForTeam_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()