This Or That
Verified contract
Active on
Ethereum with 977 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
No balances found for "This Or That"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16257935 | 2 years ago | | | 0 | 0.00050833869 | |
| 16257934 | 2 years ago | | | 0 | 0.00052896420 | |
| 16159228 | 2 years ago | | | 0 | 0.00072965017 | |
| 16159228 | 2 years ago | | | 0 | 0.00072832282 | |
| 16159220 | 2 years ago | | | 0 | 0.00064387676 | |
| 16156126 | 2 years ago | | | 0 | 0.00070898476 | |
| 16156126 | 2 years ago | | | 0 | 0.00070898476 | |
| 16156126 | 2 years ago | | | 0 | 0.00070898476 | |
| 16156126 | 2 years ago | | | 0 | 0.00070898476 | |
| 16156126 | 2 years ago | | | 0 | 0.00070898476 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicMintCount(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
wlMintCount(address) view returns (uint256)
State-modifying
Events MassAirdrop(address[] receivers)
OwnerMint(uint256 _mintAmount, address _receiver)
PublicMint(uint256 _mintAmount) payable
WlMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
approve(address to, uint256 tokenId) 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)
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 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 _uri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()