Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "ThePurge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16418642 | 2 years ago | | | 0 | 0.0011880466 | |
| 16399710 | 2 years ago | | | 0 | 0.0013829153 | |
| 16320887 | 2 years ago | | | 0 | 0.0013861940 | |
| 16313324 | 2 years ago | | | 0 | 0.00073245622 | |
| 16125309 | 2 years ago | | | 0 | 0.00064076843 | |
| 16091942 | 2 years ago | | | 0 | 0.00086642868 | |
| 15913829 | 2 years ago | | | 0 | 0.00037472693 | |
| 15904000 | 2 years ago | | | 0 | 0.00085621937 | |
| 15903977 | 2 years ago | | | 0.0039 | 0.0014728435 | |
| 15896461 | 2 years ago | | | 0.0117 | 0.0014803710 |
ABI
ABI objects
Getter at block 21420099
cost() view returns (uint256)
3900000000000000
freeMint() view returns (uint256)
1
freeSupply() view returns (uint256)
1556
hiddenMetadataUri() view returns (string)
ipfs://CID/
maxMintAmountPerTx() view returns (uint256)
5
maxMintAmountPerW() view returns (uint256)
5
maxSupply() view returns (uint256)
2222
merkleRootog() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
merkleRootwl() view returns (bytes32)
0xa5b7c02ba01ba924ae9a626f38f11fc1e5152608d4338c110c924275ffec9d64
name() view returns (string)
ThePurge
owner() view returns (address)
0x1fb7036597802e01ce6556c9053487a7d8048174
paused() view returns (bool)
false
presaleM() view returns (bool)
false
publicM() view returns (bool)
true
revealed() view returns (bool)
true
symbol() view returns (string)
TPE
totalSupply() view returns (uint256)
1893
uriPrefix() view returns (string)
https://bafybeiawjhxsp7ks6e3jnc4xyrhg7ryj5sh6ifzyssxuebffv2qd6ayzt4.ipfs.nftstorage.link/
uriSuffix() view returns (string)
.json
Read-only
WalletMint(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintCounter(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
presaleClaimed(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mintForAddress(uint256 _mintAmount, address _receiver)
presaleMint(address account, uint256 _mintAmount, bytes32[] _proofwl) payable
publicSaleMint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxMintAmountPerW(uint256 _maxMintAmountPerW)
setMerkleRoot(bytes32 _merkleRootwl)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
togglePause()
togglePresale()
togglePublicSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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(string _tokenName, string _tokenSymbol, uint256 _maxSupply, uint256 _maxMintAmountPerTx, uint256 _maxMintAmountPerW, string _hiddenMetadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()