Fish-tank NFT
Verified contract
Active on
Ethereum with 893 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) |
---|---|---|---|---|---|---|---|
| 20956296 | 22 days ago | | | 0 | 0.00042156041 | |
| 20746517 | 2 months ago | | | 0 | 0.000039634287 | |
| 20746465 | 2 months ago | | | 0 | 0.000040746350 | |
| 20746408 | 2 months ago | | | 0 | 0.000047714042 | |
| 19546546 | 7 months ago | | | 0 | 0.00088742286 | |
| 19348562 | 8 months ago | | | 0 | 0.0022483219 | |
| 18897669 | 10 months ago | | | 0 | 0.00054697170 | |
| 18494454 | a year ago | | | 0 | 0.00035989712 | |
| 17094807 | 2 years ago | | | 0 | 0.0016790506 | |
| 16911466 | 2 years ago | | | 0 | 0.00070514756 |
ABI
ABI objects
Getter at block 21116101
IsAllowed() view returns (bool _isAllowed)
true
MaxMint() pure returns (uint256 _maxMint)
10
MintPrice() view returns (uint256 _price)
90000000000000000
name() view returns (string)
Fish-tank NFT
owner() view returns (address)
0x366c307289543a5e30a4ea1e5905a74b5300d6cf
symbol() view returns (string)
FISH-TANK
totalSupply() view returns (uint256)
1111
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokenIds(address _owner) view returns (uint256[] tokenIds)
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)
State-modifying
Events approve(address to, uint256 tokenId)
giveAway(address _to, uint256 _amount)
mint(uint256 num) payable
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)
startPresale()
startPublicSale()
teamMint()
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.
This contract contains no error objects.