MythicSeed

Verified contract

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

No balances found for "MythicSeed"

0x502b47ac349b0e3cbc07af9bef36d308b29d80e12a973a21d2c0bb6fa9da5efe
0x11d398a2f4f1bc63f51f4a498c7c51c0b22e51b347c770600966f3bbf5d3d1ff
0xc03301519683859eaa8e4755f1d8ccf00204c23ecaea1e0f7b24f761ba1a91c6
0x781e28cba4609b20fd7979c6e5eafac6f1873d01053b0506c6ae170a9bc65483
0x7c52fa8d7f425c8e206a0490be2fa75eb53ef720d0ea180a5a1c6b4997cd624a
0x01c89f5b72278b49ab267b57ecfb224ef3ae5cf852f5f1ab8d8544887d1c930f
0x7cf7eb20dac4b4060882ffe10795e587a022623eb5e8a29dfa2d3b39b8517489
0xa9e2169c3d0638222c963bfc2891f0a291a27b3ae0fffaa4a41a84c6c1871605
0xe3927fc5300b2ae1f4cc2e1f18fb18eccd5233cdf57b9da67a93f7eee4e8c434
0x48ac20edde3f0fd47e1d8997021fd81c8402ba39a5dca6a9c253210679576733

Functions
Getter at block 21260935
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
domainSeparator(view returns (bytes32)
0x2689f60327ae292fb023b77ab516d1062a9a1bbd5e8effdb3868d251ffd4dff6
 
getPermittedContractReceivers(view returns (address[])
 
getSecurityPolicy(view returns (struct CollectionSecurityPolicy)
getTransferValidator(view returns (address transferValidator)
0xa000027a9b2802e1ddf7000061001e5c005a0000
 
getWhitelistedOperators(view returns (address[])
maxSupply(view returns (uint256)
5555
name(view returns (string)
Mythic Seed
owner(view returns (address)
0xe0df109467001715658df05c95b10438e96b3616
paused(view returns (bool)
true
prefix(view returns (string)
https://the-garden-production-e50cfb68e40a.herokuapp.com/api/seeds/mythic/
signer(view returns (address)
0x6a1564e5a692f425917ec9177d2b440b9148771b
stakedMythicSeed(view returns (address)
0xc71654806ba08f13be42439e5af292f831eb6677
stakingAddress(view returns (address)
0x21d956eaecce336b714150b8cc8ce36905306bda
suffix(view returns (string)
/metadata
symbol(view returns (string)
(MYTHIC)
totalSupply(view returns (uint256)
5555
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owner_address operator_view returns (bool)
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 MythicSeedMintRequest 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_
setStakingAddress(address stakingAddress_
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_address signer_address stakedMythicSeedAddress_
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(