Shiitakes
Verified contract
Active on
Ethereum with 2,044 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "Shiitakes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20159604 | 5 months ago | | | 0 | 0.000063588561 | |
| 20159603 | 5 months ago | | | 0 | 0.000061887797 | |
| 19717543 | 7 months ago | | | 0 | 0.00054111482 | |
| 18910046 | 10 months ago | | | 0 | 0.00044448742 | |
| 18900295 | 10 months ago | | | 0 | 0.0016203220 | |
| 18900090 | 10 months ago | | | 0 | 0.00089854666 | |
| 18869625 | a year ago | | | 0 | 0.00086961433 | |
| 17507949 | a year ago | | | 0 | 0.00068809518 | |
| 17424371 | a year ago | | | 0 | 0.00098479741 | |
| 16954414 | 2 years ago | | | 0 | 0.0017389088 |
ABI
ABI objects
Getter at block 21161521
baseURI() view returns (string)
https://storageapi.fleek.co/442b0e0c-e4a0-4030-8593-4602866417c3-bucket/Metadata/
maxSupply() view returns (uint256)
2000
name() view returns (string)
Shiitakes
owner() view returns (address)
0x940c393379663be4f3a1be5166d3e71ca8d988cc
reserved() view returns (uint16)
0
revealed() view returns (bool)
true
sale() view returns (bool)
true
symbol() view returns (string)
SHII
totalSupply() view returns (uint256)
2000
whitelistSale() view returns (bool)
false
Read-only
alreadyMinted(address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address user, bytes signature) 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)
State-modifying
Events approve(address to, uint256 tokenId)
claimToAdmin(uint16 tokenAmt)
mint(uint256 tokenAmt, bytes signature)
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_)
setRevealed()
setSale()
setTokenURI(uint256 tokenId, string _tokenURI)
setWhitelistSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.
This contract contains no error objects.