Shinsekai Drifters
Verified contract
Active on
Ethereum with 3,472 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Shinsekai Drifters"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21233166 | 9 days ago | | | 0 | 0.00067191696 | |
| 21232928 | 9 days ago | | | 0 | 0.00040746721 | |
| 21072299 | a month ago | | | 0 | 0.00075890868 | |
| 20786513 | 2 months ago | | | 0 | 0.00082075932 | |
| 20669305 | 3 months ago | | | 0 | 0.00013373598 | |
| 20208519 | 5 months ago | | | 0 | 0.00021090130 | |
| 19629813 | 8 months ago | | | 0 | 0.00090019096 | |
| 19052448 | 10 months ago | | | 0 | 0.00051771765 | |
| 18959967 | a year ago | | | 0 | 0.0011589746 | |
| 18869116 | a year ago | | | 0 | 0.00072055208 |
ABI
ABI objects
Getter at block 21296319
hiddenMetadataUri() view returns (string)
ipfs://Qmf2woUDm5yMmvSobNbBpqf17d9oegY3pty4hbMUjW7qWw/
isPublicSaleOn() view returns (bool)
true
maxMintAmountPublic() view returns (uint256)
3
maxMintAmountWhitelist() view returns (uint256)
3
maxSupply() view returns (uint256)
5555
name() view returns (string)
Shinsekai Drifters
owner() view returns (address)
0x1b0f32cf7818d8c750d2ae7b734f0366b756ce54
paused() view returns (bool)
false
publicPrice() view returns (uint256)
0
publicSaleStartTime() view returns (uint32)
1648357200
revealed() view returns (bool)
true
symbol() view returns (string)
DRIFT
totalSupply() view returns (uint256)
5555
whitelistPrice() view returns (uint256)
0
Read-only
allowlistCount(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
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)
State-modifying
Events allowlistMint(bytes32[] merkleProof, uint256 _mintAmount) payable
approve(address to, uint256 tokenId)
devMint(uint256 _mintAmount)
publicMint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPublic(uint32 _maxMintAmountPublic)
setMaxMintAmountWhitelist(uint32 _maxMintAmountWhitelist)
setMaxSupply(uint32 _maxSupply)
setPause(bool _state)
setPublicPrice(uint32 _publicPrice)
setPublicSaleStartTime(uint32 timestamp)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setWhitelistMerkleRoot(bytes32 merkleRoot)
setWhitelistPrice(uint32 _whitelistPrice)
toggleReveal()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()