ChameleonTravelClub

Verified contract

Proxy

Active on Ethereum with 3,584 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"

0x72341b81e6146b6907ee3655707c7175d7eedd197b63aceb4aa18614565de569
0xef050aef93890b9d4df396265a9fdb1658a89b00982e73bf1ef80788fa092ef5
0xabceb8016f9a1ac67311e5adf8a57835ec90eca41ec82ffd4e4b1518b3ab28d3
0x2ccb84343770a5e5609ec949e023e8729597bdc14d5a4fa8f4a2f9f6f408196a
0x76b8d324efa04516888564fdeb8f56fd069915401d01ad26806334a0bd72d903
0xc78ba72496c425c012c587383c9a6ca7d8746bb4ca1efc2ccd32db108cd2aee5
0xc77dd8f7fa7b21cdaa7eee1ab38c850e19ee6e2981aa6e66b944a773eeea62a0
0xaa457caca77df48a2cf46ff2238908d230a9f3cff12874a2e6c82c2f4ef87b5c
0xfa6170c6befd9cbaf088a34eec7407d9d69c1fca9df1a9cc985df46b24e47cca
0xcf05c6546e41e71ecb6731bd26aac3c84bf16eae3c3af0b242146da40484207f

Functions
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 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(