Persona
Verified contract
Active on
Ethereum with 18,282 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 "Persona"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21285620 | 2 hours ago | | | 0 | 0.00046516634 | |
| 21285420 | 3 hours ago | | | 0 | 0.00035228534 | |
| 21284621 | 5 hours ago | | | 0 | 0.00041774952 | |
| 21281393 | 16 hours ago | | | 0 | 0.00097010242 | |
| 21281227 | 17 hours ago | | | 0 | 0.0011853520 | |
| 21280744 | 19 hours ago | | | 0 | 0.0011105973 | |
| 21279651 | a day ago | | | 0 | 0.00066833066 | |
| 21277874 | a day ago | | | 0 | 0.00047415328 | |
| 21277295 | a day ago | | | 0 | 0.00037605825 | |
| 21274716 | 2 days ago | | | 0 | 0.00042799626 |
ABI
ABI objects
Getter at block 21286231 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)
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
getSecurityPolicy() view returns (struct CollectionSecurityPolicy)
(0, 0, 0)
getTransferValidator() view returns (address)
0x721c0078c2328597ca70f5451fff5a7b38d4e947
name() view returns (string)
Persona
owner() view returns (address)
0xcc1ac5953d11f9acf64d885a3bb4da82e76ec1e0
paused() view returns (bool)
false
symbol() view returns (string)
PRSN
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)
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)
This contract contains no fallback and receive objects.
CreatorTokenBase__InvalidTransferValidatorContract()
CreatorTokenBase__SetTransferValidatorFirst()
ShouldNotMintToBurnAddress()