This contract is being backfilled. You may encounter incomplete storage history.
The latest block we've processed for this chain is 21213421, which is 15 minutes old. We're running behind the tip but working to resolve the issue.

Dirt

Verified contract

Active on Ethereum with 564 txns
Deployed by via 0x599fe1f9 at 14517280
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Dirt"

0xf377818bdb3124bf7bc3b626ec370a60c2b184056788c02583b8e47c43ec1f97
0xb546999447c634bf2335c417560c3b506c975721a1bf94502039d0bcb707932a
0x6ec989013720cc2429d2074556b8e45338819d7165711494766db59753c9a78d
0x7325d89401eb252faa9a777e3a8f568aa3267b5e1fb05701cdc3dfb147e38403
0x8e0745a4ed7479e5cd407221834665ec19bf42295f1d0c9ea3f2ce9ae4277c0e
0x8481a6346b1994cd200c05acbdd11fd1cd330e40e922221d87d914b703d0976d
0x4b6e87b42a278203d167160b50cc3d1681162d8e6ed5047497bc5cc7c8baf61b
0xca5401f93b18628678b154bf18a11a8eb5d27dc9a5c52c77bdb218cc794b9709
0xa50d3350bfda890e70b541e3b35ccf72bcce1375eace585b7d89e51c9625bbbf
0x22e96c5c2f91a0af40e7f19d87966f0143e6fa6df57d57bb4111223d8abc0f9b

Functions
Getter at block 21213420
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
ipfs://QmPu7UxCDfckrRKswohJwLopXbX3gcCh5WXbQAuj7wjMVN/1.json
maxMintAmountPerTx(view returns (uint256)
2
maxSupply(view returns (uint256)
555
merkleRoot(view returns (bytes32)
0xd22ecc5c1c71477443e62c2d99d50bc7a9ebf4c5398c8f6099c47c42a8b768eb
name(view returns (string)
Dirt
owner(view returns (address)
0x83997cb40c4b5cf1dcc7b445bb2dda6197e02e97
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
ADT
totalSupply(view returns (uint256)
555
uriPrefix(view returns (string)
ipfs://QmPu7UxCDfckrRKswohJwLopXbX3gcCh5WXbQAuj7wjMVN/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
true
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
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(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

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