The Seed
Verified contract
Active on
Ethereum with 1,068 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 "The Seed"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15094125 | 2 years ago | | | 0 | 0.00028863085 | |
| 14580396 | 3 years ago | | | 0 | 0.0018309964 | |
| 14578897 | 3 years ago | | | 0 | 0.0026901967 | |
| 14567727 | 3 years ago | | | 0 | 0.00098123970 | |
| 14567727 | 3 years ago | | | 0 | 0.0017098468 | |
| 14561064 | 3 years ago | | | 0 | 0.0015594444 | |
| 14556930 | 3 years ago | | | 0 | 0.00052157700 | |
| 14556114 | 3 years ago | | | 0 | 0.0012152423 | |
| 14555833 | 3 years ago | | | 0 | 0.0010987779 | |
| 14555801 | 3 years ago | | | 0 | 0.0018253495 |
ABI
ABI objects
Getter at block 21287434
collectionSize() view returns (uint256)
333
name() view returns (string)
The Seed
owner() view returns (address)
0x473a49e81e4508d2e6dc74b6caa4a75b29b6b4b5
saleIsActive() view returns (bool)
true
symbol() view returns (string)
SEED
totalSupply() view returns (uint256)
329
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
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)
flipSaleState()
mint()
ownerMint(uint256 _amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
AuxQueryForZeroAddress()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()