Fish Tank NFT
Verified contract
Active on
Ethereum with 2,338 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 "Fish Tank NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21043367 | a month ago | | | 0 | 0.00059218942 | |
| 19587799 | 8 months ago | | | 0 | 0.00062971963 | |
| 18988355 | 10 months ago | | | 0 | 0.00042712470 | |
| 18915173 | a year ago | | | 0 | 0.00041064802 | |
| 18909975 | a year ago | | | 0 | 0.00046862130 | |
| 18866883 | a year ago | | | 0 | 0.00054107482 | |
| 17543249 | a year ago | | | 0 | 0.0024775549 | |
| 17460326 | a year ago | | | 0 | 0.00040663939 | |
| 17425599 | a year ago | | | 0 | 0.00087010500 | |
| 17188677 | 2 years ago | | | 0 | 0.0032591018 |
ABI
ABI objects
Getter at block 21258417
baseURI() view returns (string)
https://thefishtanknft.s3.amazonaws.com/meta/
mintLimit() view returns (uint256)
1
mintOpen() view returns (bool)
true
mintPrice() view returns (uint256)
55550000000000000
mintPublic() view returns (bool)
true
name() view returns (string)
Fish Tank NFT
owner() view returns (address)
0x4839a4d37f338ff99ad3018a5807b71625922254
supplyLimit() view returns (uint256)
5555
symbol() view returns (string)
FISHTANK
totalSupply() view returns (uint256)
1184
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValidAccessMessage(address _add, uint8 _v, bytes32 _r, bytes32 _s) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
staked(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenBalance(address) view returns (uint256)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOwnedBy(address wallet) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
buy(uint256 numberOfTokens, uint8 _v, bytes32 _r, bytes32 _s) payable
collectTokens(uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseUri)
setMintOpen(bool _open)
setMintPublic(bool _open)
stake(uint256 tokenId)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
transferToken(address to, uint256 amount)
unstake(uint256 tokenId)
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(string inputBaseUri)
This contract contains no fallback and receive objects.
This contract contains no error objects.