CCP - PREMIUM PASS

Verified contract

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

No balances found for "CCP - PREMIUM PASS"

0x48be7ffb9381d4964d94d4fa280f6170b8c1c44d850bc96d11a2b9f0accb19b2
0x691f5b68829c61d2ffc708000e68b1a5e2fca7e7922fbb6a00a7ed6473be97a9
0xd9f51efb27a88e555f409f54c8d3f625cf5ca663d90c9e0439ae5f8fe75bba99
0xd0857563c4f662063b5275150614e3f506053badb163bea52c196cf83801fb6d
0xb4617527f1dc509f1df7dea0cbcb3f9a3405d0a26a62b6e5e414fec6afa4791c
0xe351a4abe9f51b5ff67505249eda7fe2ad66650e49e9f888fa756cc57c0fde8b
0x3db8984415987c204680657731cf56a565a31bb8484ea2b722bc9b99cfdac7ae
0x4988819bcdbed347d2e2c71db8667d569db8b993bfbf8e204436c5d02391fb56
0xbfc6e0583eac5a463d48f5e9659b3abff406eef725e9ac3e7a341d7b05ebeea2
0x462d4f9627cee782a2affb2ab71eb9121ff09ffe9b270953f4ce0ddf942a4e33

Functions
Getter at block 21276682
DEFAULT_OPERATOR_WHITELIST_ID(view returns (uint120)
1
DEFAULT_TRANSFER_SECURITY_LEVEL(view returns (uint8)
1
DEFAULT_TRANSFER_VALIDATOR(view returns (address)
0x0000721c310194ccfc01e523fc93c9cccfa2a0ac
VERSION_BasicERC721C(view returns (uint256)
20240129
VERSION_BasicERC721CWithBasicRoyalties(view returns (uint256)
20240129
contractURI(view returns (string)
https://api.xter.io/asset/nft/meta/ethereum/0x1d72373852bbdad6c5ed20176d112e0a3f336160
gateway(view returns (address)
0x7127f0feaef8143241a5fac62ac5b7be02ef26a9
 
getPermittedContractReceivers(view returns (address[])
getSecurityPolicy(view returns (struct CollectionSecurityPolicy)
(0, 0, 0)
getTransferValidator(view returns (address)
0x721c0078c2328597ca70f5451fff5a7b38d4e947
 
getWhitelistedOperators(view returns (address[])
maxTokenId(view returns (uint256)
1111
name(view returns (string)
CCP - PREMIUM PASS
owner(view returns (address)
0x1939ca35e2b41794bdb1e8a99dd0c76590aedae8
paused(view returns (bool)
false
symbol(view returns (string)
CCP
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isContractReceiverPermitted(address receiverview returns (bool)
isOperatorWhitelisted(address operatorview returns (bool)
isTransferAllowed(address calleraddress fromaddress toview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
incTokenIdCounter(uint256 limitreturns (uint256)
mint(address touint256 tokenId
mintBatch(address touint256[] tokenId
pause(
renounceOwnership(
resetOwner(address _newOwner
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setDefaultRoyalty(address receiveruint96 feeNumerator
setGateway(address _gateway
setMaxTokenID(uint256 _maxTokenId
setToCustomSecurityPolicy(uint8 leveluint120 operatorWhitelistIduint120 permittedContractReceiversAllowlistId
setToCustomValidatorAndSecurityPolicy(address validatoruint8 leveluint120 operatorWhitelistIduint120 permittedContractReceiversAllowlistId
setToDefaultSecurityPolicy(
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setTransferValidator(address transferValidator_
setURI(string newBaseURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
DefaultRoyaltySet(address indexed receiveruint96 feeNumerator
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
TokenRoyaltySet(uint256 indexed tokenIdaddress indexed receiveruint96 feeNumerator
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
TransferValidatorUpdated(address oldValidatoraddress newValidator
Unpaused(address account
Constructor
constructor(string namestring symbolstring baseURIaddress gatewayaddress trustedForwarderaddress royaltyReceiveruint96 royaltyFeeNumeratoruint256 _maxTokenId
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CreatorTokenBase__InvalidTransferValidatorContract(
CreatorTokenBase__SetTransferValidatorFirst(
ShouldNotMintToBurnAddress(