PalioAI Aura

Verified contract

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

No balances found for "PalioAI Aura"

0x644edb54a12cfdcaed2c47b05a6cce2bdeb232f42ce6625903be730ae1c1fb16
0x67847678675f244f7a1533ca5985c02a5708624358bb80dde535701fca1a6443
0x4efd65c6eced7ca60b0ee5e34e975f174f57c406d1e4486962cd5e582ca91437
0xc8f968c5e2c720727cf81a5f89cd2657e13b4d2cdbf770818e45f0abd5f44fcb
0x24d0aab8f93da9babd7756b2e601c52486a7b1a26be8652548a8bae0a4a407ba
0xb10d5c4691e7d60a8ea042a80554356cd124ed16290a473d529a4f829fe2dec7
0x159849f0fea6ccc575391f9fb03cc116230bb6623f885ffbf442644e4941c589
0x46138854d91c60bcc3542d85785a2d29d710fca4b69b6f37cd9f06115d71ea7d
0x530476e947a5ee332d7e126e89aca9692b82a264fa11b67d413dcf06bf16ab58
0x61739ed5f6dc2f7dc5a63288bc766daf5b280b82ff2797160053b1039778ad03

Functions
Getter at block 20931882
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/0x7b563a232c197bae03089852a9cfd65395232861
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)
3333
name(view returns (string)
PalioAI Aura
owner(view returns (address)
0x3419467128a7f9b22e8e9f382178fcec451afc43
paused(view returns (bool)
false
symbol(view returns (string)
PAA
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(