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 "System"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16386789 | 2 years ago | | | 0 | 0.0021347230 | |
| 16372008 | 2 years ago | | | 0 | 0.0016494525 | |
| 16341810 | 2 years ago | | | 0 | 0.0011451232 | |
| 16300547 | 2 years ago | | | 0 | 0.0022666333 | |
| 16278527 | 2 years ago | | | 0 | 0.00040761392 | |
| 16266452 | 2 years ago | | | 0 | 0.00027320505 | |
| 16259873 | 2 years ago | | | 0 | 0.00081680654 | |
| 16259870 | 2 years ago | | | 0 | 0.0010613927 | |
| 16259862 | 2 years ago | | | 0 | 0.00081534712 | |
| 16259856 | 2 years ago | | | 0 | 0.00092005153 |
ABI
ABI objects
Getter at block 21209693
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURL() view returns (string)
cost() view returns (uint256)
20000000000000000
maxPublicTokensPerWallet() view returns (uint256)
10
maxSupply() view returns (uint256)
3333
maxWLTokensPerWallet() view returns (uint256)
3
merkleRoot() view returns (bytes32)
0x65f82c7332b4c12d5037af561131f5f29d356c0ce5e41db8ceb9c9d0fdc6db76
name() view returns (string)
System
owner() view returns (address)
0x3a346fe5c30cb94aa924ec9ecdefb8c9f4212af0
revealed() view returns (bool)
false
saleState() view returns (uint8)
0
symbol() view returns (string)
DS
totalSupply() view returns (uint256)
148
unRevealedURL() view returns (string)
ipfs://QmcSMpkXH2WkK1suqpRGYvr43NPKu6oFMiPj6caXBJywy5
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(uint256, address) view returns (uint256)
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[])
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(address _to, uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURL(string _baseUrl)
setCost(uint256 _cost)
setMaxPublicTokensPerWallet(uint256 _maxPublicTokensPerWallet)
setMaxWLTokensPerWallet(uint256 _maxWLTokensPerWallet)
setMerkleRoot(bytes32 _merkleRoot)
setRevealed(bool _state)
setSaleState(uint256 newSaleState)
setUnRevealedURL(string _unRevealedURL)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(address _to, uint256 _mintAmount, bytes32[] _merkleProof) payable
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()