ChameleonTravelClub
Verified contract
Proxy
Active on
Ethereum with 3,584 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 "ChameleonTravelClub"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21385872 | 7 hours ago | | | 0 | 0.0010645431 | |
| 21385724 | 7 hours ago | | | 0 | 0.0013108760 | |
| 21385724 | 7 hours ago | | | 0 | 0.0013108760 | |
| 21378557 | a day ago | | | 0 | 0.0010169577 | |
| 21378554 | a day ago | | | 0 | 0.00076939875 | |
| 21378544 | a day ago | | | 0 | 0.0010625959 | |
| 21378516 | a day ago | | | 0 | 0.00074530063 | |
| 21378394 | a day ago | | | 0 | 0.00088448971 | |
| 21375794 | 2 days ago | | | 0 | 0.0011078392 | |
| 21371085 | 2 days ago | | | 0 | 0.00093982531 |
ABI
ABI objects
Getter at block 21387879
MAX_SUPPLY() view returns (uint256)
1000
baseTokenURI() view returns (string)
https://nft.chameleontravel.club/collection/metadata/
fcfsMerkleRoot() view returns (bytes32)
0xe4b52c4408af2091492197e92c11260d8246b0d88bc3c6c80c4ca98e8fad4a03
fcfsmintStartAt() view returns (uint256)
1700398800
merkleRoot() view returns (bytes32)
0x4b9ace2f434a2d68851e8d37b68080b1c4acb2aae224705dd2e36f37699ee005
name() view returns (string)
ChameleonTravelClub
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0xcc17a8d9b185d896bb8636dd989f5bf05e6573d0
symbol() view returns (string)
CTC
totalSupply() view returns (uint256)
1000
whitelistMintEndAt() view returns (uint256)
1700402400
whitelistMintStartAt() view returns (uint256)
1700400000
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address account) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address operator, uint256 tokenId) payable
burn(uint256 tokenId)
fcfsMint(bytes32[] proof)
initialize(uint256 _start, uint256 _end)
mint(bytes32[] proof)
renounceOwnership()
reserveMint()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setMerkleRoot(bytes32 root, bytes32 fcfsRoot)
setMintPeriod(uint256 startAt, uint256 endAt, uint256 fcfsStartAt)
setOperatorFilteringEnabled(bool value)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
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)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AlreadyMinted()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
EOAOnly()
ERC2981InvalidDefaultRoyalty(uint256 numerator, uint256 denominator)
ERC2981InvalidDefaultRoyaltyReceiver(address receiver)
ERC2981InvalidTokenRoyalty(uint256 tokenId, uint256 numerator, uint256 denominator)
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenId, address receiver)
ExceedMaxSupply()
InvalidInitialization()
InvalidMintPeriod()
InvalidProof()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
ReentrancyGuardReentrantCall()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()