Piggy Club

Verified contract

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

No balances found for "Piggy Club"

0xdb128943aaf9ba3eb03831ee5a6102d7205888e33a044b3e2a5d59c2719707d1
0x4d47d8071ca3c300f2f737aa861ad993a6315a804c702f35790cf0ed7233b505
0xa26dff5593778857588c130749b9b83a99ece4dca225b2195dc205aa2fd5edb4
0x3d51fd7d5587ebcf525e2d744aad9979d3f810e440d978fce618f42d0f61f89f
0x94ca9797a9375909580725d93c56974f8b677a6e90354449dc127621e663ec43
0x0a58d06c7f079050912e35ddef821f18cd32d4489cd228cfbadc1e6f1b5e3047
0x904cbff4142cbe981da781fff62b4e4eb406eaa96f166669bb6db2c2cff51ee6
0x47d5c63d140e7ac5289271cbf7cd060ef8b69406482598b6e3c7d681940dd3d0
0xd8533b862f9301c6c392c132f22430b9798f0525c60f0b02f2fe1810cf531749
0xc1b9501489bb83ef3f6886f19eb96b2760ac8cb91681fedc7e61b050da8625a8

Functions
Getter at block 20952452
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/0x6cbad21f63566741c80abb0c1ff1c36b95498677
gateway(view returns (address)
0x7127f0feaef8143241a5fac62ac5b7be02ef26a9
getPermittedContractReceivers(view returns (address[])
[]
getSecurityPolicy(view returns (struct CollectionSecurityPolicy)
(0, 0, 0)
getTransferValidator(view returns (address)
0x0000721c310194ccfc01e523fc93c9cccfa2a0ac
getWhitelistedOperators(view returns (address[])
[]
maxTokenId(view returns (uint256)
2222
name(view returns (string)
Piggy Club
owner(view returns (address)
0x78189acc264dc02482f637f4742c600c1258ca24
paused(view returns (bool)
false
symbol(view returns (string)
CTPC
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(