CCP - PREMIUM PASS
Verified contract
Active on
Ethereum with 2,804 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x721c…e947
Balances ($0.00)
No balances found for "CCP - PREMIUM PASS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21165035 | 11 hours ago | | | 0 | 0.0010431093 | |
| 21152253 | 2 days ago | | | 0 | 0.00050971747 | |
| 21152240 | 2 days ago | | | 0 | 0.00076345263 | |
| 21140306 | 4 days ago | | | 0 | 0.00087320495 | |
| 21138250 | 4 days ago | | | 0 | 0.00095084031 | |
| 21136581 | 4 days ago | | | 0 | 0.0020286476 | |
| 21136578 | 4 days ago | | | 0 | 0.0019538416 | |
| 21136576 | 4 days ago | | | 0 | 0.0019661906 | |
| 21130261 | 5 days ago | | | 0 | 0.00061088025 | |
| 21128179 | 6 days ago | | | 0 | 0.0014066351 |
ABI
ABI objects
Getter at block 21168403 getPermittedContractReceivers() view returns (address[]) getWhitelistedOperators() view returns (address[])
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
getSecurityPolicy() view returns (struct CollectionSecurityPolicy)
(0, 0, 0)
getTransferValidator() view returns (address)
0x721c0078c2328597ca70f5451fff5a7b38d4e947
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isContractReceiverPermitted(address receiver) view returns (bool)
isOperatorWhitelisted(address operator) view returns (bool)
isTransferAllowed(address caller, address from, address to) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
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)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
incTokenIdCounter(uint256 limit) returns (uint256)
mint(address to, uint256 tokenId)
mintBatch(address to, uint256[] tokenId)
pause()
renounceOwnership()
resetOwner(address _newOwner)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setGateway(address _gateway)
setMaxTokenID(uint256 _maxTokenId)
setToCustomSecurityPolicy(uint8 level, uint120 operatorWhitelistId, uint120 permittedContractReceiversAllowlistId)
setToCustomValidatorAndSecurityPolicy(address validator, uint8 level, uint120 operatorWhitelistId, uint120 permittedContractReceiversAllowlistId)
setToDefaultSecurityPolicy()
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
setTransferValidator(address transferValidator_)
setURI(string newBaseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
DefaultRoyaltySet(address indexed receiver, uint96 feeNumerator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokenRoyaltySet(uint256 indexed tokenId, address indexed receiver, uint96 feeNumerator)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
TransferValidatorUpdated(address oldValidator, address newValidator)
Unpaused(address account)
constructor(string name, string symbol, string baseURI, address gateway, address trustedForwarder, address royaltyReceiver, uint96 royaltyFeeNumerator, uint256 _maxTokenId)
This contract contains no fallback and receive objects.
CreatorTokenBase__InvalidTransferValidatorContract()
CreatorTokenBase__SetTransferValidatorFirst()
ShouldNotMintToBurnAddress()