Third Eye Club

Verified contract

Active on Ethereum with 1,922 txns
Deployed by via 0x2b57a241 at 14853277
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Third Eye Club"

0x909d0892789a9c7783fbeb67c1440589d42dbaaf606805ea508c9fb0906283d8
0x48a4174c08b1d0b3b38e5a2907a9e42a2518ec59a4cbf47024ffbf562201dc7b
0x4f3ccf46390f1f4073d8317ed36d6dd0b6320fc606ebeffc0bdee338ef83e70c
0xb87fb81561aab3b63bc0f46bfd78c50ce6016ef3a46bf4c19dc1fac490df9ec9
0xb8de324af07450257937ab1be3546dbe17ad68cead4671e69dfc47068f5210c8
0x68f16b89eaf74afcd4bd152abe3ec37f782a3019413e7e4a0147b416cfd9549c
0xbd4432569b10f14c063149a57d8c84e66d90ee40ee5ac844bbcae4c145835906
0xa16b397712cbec745b7e680d79721d8fa91b5d9d30c193ce0255d3ce30f77bcd
0xbacb6452fdeb0e1451c5a773ccc346cdf5c21041d8dfb82ff2f4771065257e36
0x726187adf5fd9ad18709c77f63a20770ac6ecd7994f9732c5226b9051a8f087e

Functions
Getter at block 21402392
MAX_SUPPLY(view returns (uint16)
9333
contractURI(view returns (string)
ipfs://Qmc3pqzH1bGJoZNpcBLUJ1McDKfbska8dxMU84Je2424U5/contract.json
getPrice(view returns (uint256)
0
getSaleStatus(view returns (uint8)
3
maxPerAddress(view returns (uint8)
100
name(view returns (string)
Third Eye Club
owner(view returns (address)
0xd8a6242fb4d3d96b3c3432e724ee6c669a0fdc4f
proxyRegistryAddress(view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol(view returns (string)
TEC
totalSupply(view returns (uint256)
2000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address _owneraddress _operatorview returns (bool isOperator)
isWhitelisted(address accountbytes32[] proofview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256uint256 valueview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
lockMetadata(
publicSaleMint(uint256 numpayable 
renounceOwnership(
reserveMint(address _touint8 _amount
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setMaxPerAddress(uint8 _newMaxPerAddress
setPrice(uint208 _newPrice
setRoyalties(address recipientuint256 value
setSaleStatus(uint8 status
setWhitelistMerkleRoot(bytes32 root
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 numbytes32[] proofpayable 
withdrawAll(payable 
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 baseURIaddress royaltyRecipientuint256 royaltyValueaddress _proxyRegistryAddress
Fallback and receive

This contract contains no fallback and receive objects.

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