This Or That

Verified contract

Active on Ethereum with 977 txns
Deployed by via 0x8f30d0c5 at 16062336
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional variables

No balances found for "This Or That"

0x71b945d2601aa44bf2ec86ed849e97cee8064621a4afdcad6eb8a7700f6f419a
0x940e895a01ac18def30591212b9660f53e30ac902be3c0f1b2ed38280fdd175a
0xc897497f236a79d94037db2f43947894270771df1ce02dd91deb04386924f760
0xf9804d36a32ca7abcbd7eac920c94b30bff9710ff53c840e0671f8a59debbdd4
0x60d0c8b223c03088998dcb3a2865212e25a1ed9fd1bdf9408cd8759071baaa1c
0x379428679074f1f37de174dfb054d6d9246be83bcc0c991f4912b2f16b6629ff
0xcf70e80633b9b7e910391f6c50b0caba9db446e03c403e468c29f71a8fc8c70d
0xd224d6caa5758a81741345fbe0fea39e57a07d619e2e2f4182a9f2a65bdd3ac0
0x3059d12c74df80ed57faec8befa26e72a4fd2504a7208ec01f30859ee41243ed
0x17b145e27b5ce2061edd3f2fae2df357da5195cbfb7e3cd21c8856b5a5003063

Functions
Getter at block 21097841
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
hiddenMetadataUri(view returns (string)
maxLimitPerWallet(view returns (uint256)
2
maxMintAmountPerTx(view returns (uint256)
2
maxSupply(view returns (uint256 _mintSupply)
2000
merkleRoot(view returns (bytes32)
0x29ce1d9314e360c5eb4b79a61dd3c65e662823e5eb9f1cb6f8c5b1a2b8152582
name(view returns (string)
This Or That
owner(view returns (address)
0xa65101570048dc72b718a17a6d72e13e0b8054d1
price(view returns (uint256)
0
publicMinted(view returns (uint256)
600
publicSale(view returns (bool)
true
revealed(view returns (bool)
true
supplyLimit(view returns (uint256)
600
symbol(view returns (string)
TOT
teamMinted(view returns (uint256)
199
totalSupply(view returns (uint256)
1728
uriSuffix(view returns (string)
.json
whitelistSale(view returns (bool)
true
wlMinted(view returns (uint256)
928
wlmaxLimitPerWallet(view returns (uint256)
2
wlmaxMintAmountPerTx(view returns (uint256)
2
wlprice(view returns (uint256)
0
wlsupplyLimit(view returns (uint256)
1200
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicMintCount(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
wlMintCount(addressview returns (uint256)
State-modifying
MassAirdrop(address[] receivers
OwnerMint(uint256 _mintAmountaddress _receiver
PublicMint(uint256 _mintAmountpayable 
WlMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
approve(address touint256 tokenIdpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setPrice(uint256 _price
setRevealed(bool _state
setUriSuffix(string _uriSuffix
setmaxLimitPerWallet(uint256 _maxLimitPerWallet
setpublicSale(bool _publicSale
setsupplyLimit(uint256 _supplyLimit
seturi(string _uri
setwlMerkleRootHash(bytes32 _merkleRoot
setwlPrice(uint256 _wlprice
setwlSale(bool _whitelistSale
setwlmaxLimitPerWallet(uint256 _wlmaxLimitPerWallet
setwlmaxMintAmountPerTx(uint256 _wlmaxMintAmountPerTx
setwlsupplyLimit(uint256 _wlsupplyLimit
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _uri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(