Strawberries
Verified contract
Active on
Ethereum with 3,572 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
Balances ($0.00)
No balances found for "Strawberries"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20663229 | 2 months ago | | | 0 | 0.00012750630 | |
| 18921604 | 10 months ago | | | 0 | 0.00050026398 | |
| 18802535 | a year ago | | | 0 | 0.00085298713 | |
| 17965202 | a year ago | | | 0 | 0.00075024442 | |
| 17960375 | a year ago | | | 0 | 0.00037168500 | |
| 17960374 | a year ago | | | 0 | 0.00037186500 | |
| 16929766 | 2 years ago | | | 0 | 0.0010315453 | |
| 16858991 | 2 years ago | | | 0 | 0.00065346317 | |
| 16768924 | 2 years ago | | | 0 | 0.00054045597 | |
| 16709608 | 2 years ago | | | 0 | 0.00056668715 |
ABI
ABI objects
Getter at block 21166492
contractURI() view returns (string)
https://www.thefruitnft.com/strawberry.json
currentSeedsCost() view returns (uint256)
2000000000000000000
name() view returns (string)
Strawberries
price() view returns (uint256)
50000000000000000
symbol() view returns (string)
STRBRY
totalSupply() view returns (uint256)
5433
Read-only
_tokenIdToHash(uint256 _tokenId) view returns (string)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hashToMetadata(string _hash) view returns (string)
hashToSVG(string _hash) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 _tokenId) view returns (string)
traitTypes(bytes, uint256) view returns (string traitName, string traitType, string traitLayout, string traitColors)
walletOfOwner(address _wallet) view returns (uint256[])
State-modifying
Events addTraitLayoutChunk(uint256 _traitTypeIndex, uint256 _traitIndex, string traitLayout)
addTraitTypes(uint256 _traitTypeIndex, struct StrawberriesTrait[] traits)
approve(address to, uint256 tokenId)
burnForMint(uint256 _tokenId)
clearTraits()
mintStrawberry(uint256 _times) payable
mintStrawberryWithSeeds(uint256 _times)
recoverGas(uint32 _version, uint256 _traitTypeIndex)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setSeedsAddress(address _seedsAddress)
transferFrom(address from, address to, uint256 tokenId)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.