Third Eye Club
Verified contract
Active on
Ethereum with 1,922 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Third Eye Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21314312 | 12 days ago | | | 0 | 0.00069854921 | |
| 21211049 | a month ago | | | 0 | 0.00044227688 | |
| 21211020 | a month ago | | | 0 | 0.00049393614 | |
| 21211006 | a month ago | | | 0 | 0.00057068161 | |
| 21169891 | a month ago | | | 0 | 0.0012803153 | |
| 21025848 | 2 months ago | | | 0 | 0.00024310833 | |
| 20465313 | 4 months ago | | | 0 | 0.00015659719 | |
| 19840520 | 7 months ago | | | 0 | 0.00019780988 | |
| 19099282 | a year ago | | | 0 | 0.00057683555 | |
| 18920088 | a year ago | | | 0 | 0.00048559141 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool isOperator)
isWhitelisted(address account, bytes32[] proof) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
lockMetadata()
publicSaleMint(uint256 num) payable
renounceOwnership()
reserveMint(address _to, uint8 _amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxPerAddress(uint8 _newMaxPerAddress)
setPrice(uint208 _newPrice)
setRoyalties(address recipient, uint256 value)
setSaleStatus(uint8 status)
setWhitelistMerkleRoot(bytes32 root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint256 num, bytes32[] proof) payable
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI, address royaltyRecipient, uint256 royaltyValue, address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()