Persona

Verified contract

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

No balances found for "Persona"

0x56f953496d14a07419453fd27e9532ca18429f1d186916f7b08baaf300459dd6
0x9437a1ad886a8c2f679109ee3aa06d11aa88098c827d4723896ace1b227c1961
0x217ba1e0fcd2a50a97d57aca770d1d7184810f97625823dbc57115abab1fab15
0x31c36e8714e89acde21ab9468787506eecd722a4d5d42dc733a1ab3c35dd2b03
0x3eccb5af9058585aba94d07e35955157d13064dd774e5bbc00e7bca3b0405a06
0xb14c64b29a1b1fc03186ea5197bb8b41958cb41c815755504e9caf022ad3546b
0x1f53acd2cc91af20cc249bba440be0e07d4736b41d47f6ecd28881bc41c5eae0
0xa8588398f74ebd1e63a4703b7824a3b1e273df3b076db3cedef01e46a5381347
0xafa97ac6faa319fc6804f1cac14bf282b7df5192dfec82ade561418ffecacd3a
0xb70d2855003f3c61470161f7f24eec6ad147cf086130e7190a72e48b2114dcf1

Functions
Getter at block 20890037
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)
20231126
VERSION_BasicERC721CWithBasicRoyalties(view returns (uint256)
20231019
contractURI(view returns (string)
https://api.xter.io/asset/nft/meta/ethereum/0xbabafdd8045740449a42b788a26e9b3a32f88ac1
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[])
name(view returns (string)
Persona
owner(view returns (address)
0xcc1ac5953d11f9acf64d885a3bb4da82e76ec1e0
paused(view returns (bool)
false
symbol(view returns (string)
PRSN
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
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 royaltyFeeNumerator
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CreatorTokenBase__InvalidTransferValidatorContract(
CreatorTokenBase__SetTransferValidatorFirst(
ShouldNotMintToBurnAddress(