Skytopia Mayor Pass

Verified contract

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

No balances found for "Skytopia Mayor Pass"

0x05360339eab5a825695b340d09a2255d9c9ce0ebac0a6d4d36a620d7e13dcb76
0xe13c99e28d8e468ebd3d7baa59dc6cac04a894c6ba80efc9b566056fb07ca811
0x397c8e8e964ee04e863225d53b33cb2c5f331ebdcc8f78637d7d8611da9332e9
0x0fbc68dd433f01344c9232fbcf783172d244eeb1795f171fe00d48a07e88b8c3
0x47fc5bb3949c2dd54644a655b41c13269cef4e0a484a597fcee871ee0eae6b1d
0xa8c71b336069a4457454579f4c92107148db78622ce7c64a103d003692d2a7a3
0xc030edb1c07bf670d455d44acf743c23e0b5f1cc4dad2734366b070c55a05241
0xc6fe9e947185f58a6d64ad0c5865290c2006d77557a158b3a0dfeacd5c725072
0x0afe854eacdc5767c97087dc96e9b6bdf3855ad3aa0c0ce07e1941e985b4e74e
0xa879163aa5810768eb6caa21c231951db3d0821f2ea608b7a20b6dfabd449b14

Functions
Getter at block 20906846
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/0x883aae302e1be55d895484d4d9feb60891872c45
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[])
[]
name(view returns (string)
Skytopia Mayor Pass
owner(view returns (address)
0x10611f346591739365d94ff99e76ab87681000dd
paused(view returns (bool)
false
symbol(view returns (string)
SMP
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(