Dream Seeds NFT
Verified contract
Active on
Ethereum with 635 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Dream Seeds NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20524908 | 3 months ago | | | 0 | 0.00018222708 | |
| 19890602 | 6 months ago | | | 0 | 0.00065684122 | |
| 19442338 | 8 months ago | | | 0 | 0.0020352814 | |
| 19307228 | 9 months ago | | | 0 | 0.0019347360 | |
| 19080075 | 10 months ago | | | 0 | 0.00050632237 | |
| 18772879 | a year ago | | | 0 | 0.0027830662 | |
| 17910866 | a year ago | | | 0 | 0.00051301419 | |
| 17060761 | 2 years ago | | | 0 | 0.0011480522 | |
| 16880405 | 2 years ago | | | 0 | 0.00062455738 | |
| 16735162 | 2 years ago | | | 0 | 0.0032099994 |
ABI
ABI objects
Getter at block 21212093
ERC712_VERSION() view returns (string)
1
MAX_SUPPLY() view returns (uint256)
1300
PRICE_PER_TOKEN() view returns (uint256)
40000000000000000
dreamSeedsBurnableThruAllowlist() view returns (bool)
true
getChainId() view returns (uint256)
1
getDomainSeperator() view returns (bytes32)
0x63d7e78419b4c6f11e2aea05776acee4967bfbf2939017c297344421e7ff44fb
isRevealed() view returns (bool)
true
maxPublicMintPerTransaction() view returns (uint256)
8
name() view returns (string)
Dream Seeds NFT
owner() view returns (address)
0x6a58acf22dfcf85170e8004fb67b48d71bfaf99c
presaleIsActive() view returns (bool)
true
saleIsActive() view returns (bool)
true
symbol() view returns (string)
DREAMSEED
totalSupply() view returns (uint256)
1300
Read-only
allowListBurn(address addr) view returns (bool)
allowListNumAvailableToMint(address addr) view returns (uint8)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNonce(address user) view returns (uint256 nonce)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
burnDreamSeed(uint256 tokenId)
executeMetaTransaction(address userAddress, bytes functionSignature, bytes32 sigR, bytes32 sigS, uint8 sigV) payable returns (bytes)
mintSeed(uint256 numberOfTokens) payable
mintSeedAllowlist(uint8 numberOfTokens) payable
permanentlyDisableAllowlistBurn()
renounceOwnership()
reserveSeed(uint256 numberOfTokens)
reserveSeedGift(uint256 numberOfTokens, address addr)
revealAll(bool state)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setAllowList(address[] addresses, uint8 numAllowedToMint)
setAllowListBurn(address[] addresses, bool allowBurn)
setApprovalForAll(address operator, bool approved)
setMaxPublicMintPerTransaction(uint256 newState)
setPreRevealURI(string _value)
setPresaleState(bool newState)
setRevealedURI(string _value)
setSaleState(bool newState)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MetaTransactionExecuted(address userAddress, address relayerAddress, bytes functionSignature)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.