ChameleonTravelClub

Verified contract

Proxy

Active on Ethereum with 3,451 txns
Deployed by via 0x00548989 at 18427751
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ChameleonTravelClub"

0xe19382bef14c34e08d09dba7f82f13d05591652ec51649ad43968d461a74e888
0x137486df53d3261a1cd8ee5cda30b017c13bbd763fbcf381a379db4e5d723c2a
0xb3224ab266c889b48b939212fbbd827a73e7c083ddc968fe553eedce86966d8c
0xe93fb4b073fa8370ee0a23ea0c19bf284c183767e9e1ce78fe4f73111486f2b0
0x588d78c91b59757ec333e8b218834205c8996fec343a8bf8fd71750af0ae497d
0x61e5bbc82a82ec65cb96ccadea066bd7b330cba9da4eed19fb6c113c319b105b
0x8781fbbf675a7304231ad5bd71c42af099385787d9cf9a2f4f419985817261f2
0x03d2d561dcddd211d6d2c148a90abdab9907f78c8d43b2631938a9d9e77c30a9
0x6a1d88175614326029b2ca86b535c53c727d98defb068e89a091b5d2d8e19990
0x1c7e885f199653f35044a825fc58b594122abd24bca3d4438f53184c8b4838f7

Functions
Getter at block 20940303
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 ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address accountview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address operatoruint256 tokenIdpayable 
burn(uint256 tokenId
fcfsMint(bytes32[] proof
initialize(uint256 _startuint256 _end
mint(bytes32[] proof
renounceOwnership(
reserveMint(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setDefaultRoyalty(address receiveruint96 feeNumerator
setMerkleRoot(bytes32 rootbytes32 fcfsRoot
setMintPeriod(uint256 startAtuint256 endAtuint256 fcfsStartAt
setOperatorFilteringEnabled(bool value
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _logicaddress admin_bytes _data
Fallback and receive
fallback(
receive(
Errors
AlreadyMinted(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
EOAOnly(
ERC2981InvalidDefaultRoyalty(uint256 numeratoruint256 denominator
ERC2981InvalidDefaultRoyaltyReceiver(address receiver
ERC2981InvalidTokenRoyalty(uint256 tokenIduint256 numeratoruint256 denominator
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenIdaddress receiver
ExceedMaxSupply(
InvalidInitialization(
InvalidMintPeriod(
InvalidProof(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotInitializing(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
ReentrancyGuardReentrantCall(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(