CCP - PREMIUM PASS

Verified contract

Active on Ethereum with 2,804 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"

0x3db8984415987c204680657731cf56a565a31bb8484ea2b722bc9b99cfdac7ae
0x4988819bcdbed347d2e2c71db8667d569db8b993bfbf8e204436c5d02391fb56
0xbfc6e0583eac5a463d48f5e9659b3abff406eef725e9ac3e7a341d7b05ebeea2
0x462d4f9627cee782a2affb2ab71eb9121ff09ffe9b270953f4ce0ddf942a4e33
0x018aa628972074e8e2474a713cadc79fc8b903d89e42ebbf3c9b8c4559410213
0x8c042e34cbe25c864495245827d6d1f1733f4e31633be94841725820fa17a4ba
0x58d81dc49794738c016f4d167dfd58439e44eda296370d6d15e4dedc9c9fd2d3
0x8316cf688e5a9c38475556fe1cba54dcb28f9edf0c6395f115b3ac0d59d48227
0x82f668fdd7bdb7e14d7fd940825389a15adafdd7959f218b369c1033b273743a
0x77ea5a590b050749d5cdeb5a8cb401b77498c70595489228a2e3ae365c82c2ec

Functions
Getter at block 21168403
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(