Token

Verified contract

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

No balances found for "Token"

0x61b9a6b2b2e35179b40bb89c8a408131c7d4338ac06a0930596b09cd7bde683b
0x5edd11cbbdcc91afb08ffda23414fb33386ede74583a0d359d782de1a9369c3d
0xdf987d62722fe3e2de422ae05f00710cb04fe445dde4846b0b59776dfd34f458
0xc5634d01b68defede645d4d1a0535e9c3fdfe783e0935f67eac84cf06f49a11b
0xd60a938b63fa31e010363217679c3c68cbce10b05178b45c33ee71ccbcebcf69
0xa86c5e1be6d1259626d4cc4e6870f90036d57eb86f1b63f759ad4dbc3f63fbeb
0x58c1db528c6f9eac76f246e05a2463698a2aa21fe7978bf0868115f9d0b02f6e
0x6a7a7d9d1901cadf7b5a50caff1ca12686af6bd1a8573232cb03ea8fe8dc8170
0x62121349c830776e0f25f19d0adf97af89eb51e2b07b68008aa66813cbd1d80b
0x642d5dc34ae4e146ba1f31c5417509d41b06a762d187864cf3285021c3accb7c

Functions
Getter at block 20869778
DEFAULT_LIST_ID(view returns (uint120)
0
DEFAULT_TRANSFER_SECURITY_LEVEL(view returns (uint8)
0
DEFAULT_TRANSFER_VALIDATOR(view returns (address)
0x721c00182a990771244d7a71b9fa2ea789a3b433
autoApproveTransfersFromValidator(view returns (bool)
false
 
getPermittedContractReceivers(view returns (address[])
 
getSecurityPolicy(view returns (struct CollectionSecurityPolicy)
getTransferValidator(view returns (address transferValidator)
0x0000000000000000000000000000000000000000
 
getWhitelistedOperators(view returns (address[])
maxSupply(view returns (uint256)
777
name(view returns (string)
TODAY - Ancient Seed
owner(view returns (address)
0xe0df109467001715658df05c95b10438e96b3616
paused(view returns (bool)
true
prefix(view returns (string)
https://ipfs.io/ipfs/QmNfK85dAKuwWYnXZfBhddTi7fdPuqbEGcdoVvP9asBEDh/
signer(view returns (address)
0x6a1564e5a692f425917ec9177d2b440b9148771b
suffix(view returns (string)
.json
symbol(view returns (string)
ANCIENT
totalSupply(view returns (uint256)
777
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool isApproved)
isContractReceiverPermitted(address receiverview returns (bool)
isOperatorWhitelisted(address operatorview returns (bool)
isTransferAllowed(address calleraddress fromaddress toview returns (bool)
mintLimits(addressview returns (uint256)
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 tokenIdpayable 
mint(uint256 amount_struct TokenMintRequest request_bytes signature_
ownerMint(address[] accounts_uint256[] amounts_
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setAutomaticApprovalOfTransfersFromValidator(bool autoApprove
setDefaultRoyalty(address receiver_uint96 feeNumerator_
setMaxSupply(uint256 maxSupply_
setPrefix(string prefix_
setSigner(address signer_
setSuffix(string suffix_
setToCustomSecurityPolicy(uint8 leveluint120 listId
setToCustomSecurityPolicy(uint8 leveluint120 operatorWhitelistIduint120 permittedContractReceiversAllowlistId
setToCustomValidatorAndSecurityPolicy(address validatoruint8 leveluint120 listId
setToCustomValidatorAndSecurityPolicy(address validatoruint8 leveluint120 operatorWhitelistIduint120 permittedContractReceiversAllowlistId
setToDefaultSecurityPolicy(
setTokenRoyalty(uint256 tokenId_address receiver_uint96 feeNumerator_
setTransferValidator(address transferValidator_
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpause(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
AutomaticApprovalOfTransferValidatorSet(bool autoApproved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
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 name_string symbol_uint256 maxSupply_string prefix_string suffix_address royaltyReceiver_uint96 royaltyFeeNumerator_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
CreatorTokenBase__FunctionDeprecatedUseTransferValidatorInstead(
CreatorTokenBase__InvalidTransferValidatorContract(
CreatorTokenBase__SetTransferValidatorFirst(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
ShouldNotMintToBurnAddress(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(