MythicSeed
Verified contract
Active on
Ethereum with 7,263 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc716…6677
Balances ($0.00)
No balances found for "MythicSeed"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21260233 | 2 hours ago | | | 0 | 0.00051053573 | |
| 21258101 | 9 hours ago | | | 0 | 0.00050468424 | |
| 21257474 | 12 hours ago | | | 0 | 0.00053100138 | |
| 21257460 | 12 hours ago | | | 0 | 0.00049634338 | |
| 21257009 | 13 hours ago | | | 0 | 0.00037451010 | |
| 21256997 | 13 hours ago | | | 0 | 0.00036369129 | |
| 21256965 | 13 hours ago | | | 0 | 0.00040351637 | |
| 21256891 | 14 hours ago | | | 0 | 0.00036128982 | |
| 21256665 | 14 hours ago | | | 0 | 0.00023085510 | |
| 21255102 | 20 hours ago | | | 0 | 0.00050085164 |
ABI
ABI objects
Getter at block 21260935 getPermittedContractReceivers() view returns (address[]) getSecurityPolicy() view returns (struct CollectionSecurityPolicy) getWhitelistedOperators() view returns (address[])
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
getTransferValidator() view returns (address transferValidator)
0xa000027a9b2802e1ddf7000061001e5c005a0000
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 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)
mintLimits(address) view returns (uint256)
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) payable
mint(uint256 amount_, struct MythicSeedMintRequest request_, bytes signature_)
ownerMint(address[] accounts_, uint256[] amounts_)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool 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 level, uint120 listId)
setToCustomSecurityPolicy(uint8 level, uint120 operatorWhitelistId, uint120 permittedContractReceiversAllowlistId)
setToCustomValidatorAndSecurityPolicy(address validator, uint8 level, uint120 listId)
setToCustomValidatorAndSecurityPolicy(address validator, uint8 level, uint120 operatorWhitelistId, uint120 permittedContractReceiversAllowlistId)
setToDefaultSecurityPolicy()
setTokenRoyalty(uint256 tokenId_, address receiver_, uint96 feeNumerator_)
setTransferValidator(address transferValidator_)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AutomaticApprovalOfTransferValidatorSet(bool autoApproved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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_, uint256 maxSupply_, string prefix_, string suffix_, address royaltyReceiver_, uint96 royaltyFeeNumerator_, address signer_, address stakedMythicSeedAddress_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
CreatorTokenBase__FunctionDeprecatedUseTransferValidatorInstead()
CreatorTokenBase__InvalidTransferValidatorContract()
CreatorTokenBase__SetTransferValidatorFirst()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
ShouldNotMintToBurnAddress()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()