Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.00142 | $3,594.39 |
$5.1 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18888928 | a year ago | | | 0 | 0.00096961470 | |
| 16932027 | 2 years ago | | | 0 | 0.0011823886 | |
| 16417096 | 2 years ago | | | 0 | 0.00074793266 | |
| 16195074 | 2 years ago | | | 0 | 0.00064841649 | |
| 16100526 | 2 years ago | | | 0 | 0.00055566471 | |
| 16100332 | 2 years ago | | | 0 | 0.00059789128 | |
| 15942972 | 2 years ago | | | 0 | 0.00085310374 | |
| 15906108 | 2 years ago | | | 0 | 0.00056816948 | |
| 15838565 | 2 years ago | | | 0 | 0.00063074989 | |
| 15787746 | 2 years ago | | | 0 | 0.00094839655 |
ABI
ABI objects
Getter at block 21289353
amountForPublicSale() view returns (uint256)
10
getPublicSaleStatus() view returns (bool)
true
name() view returns (string)
FISH
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x0b8cc15b339cf281a5e8a98a727ab33d94545160
publicPrice() view returns (uint256)
3000000000000000
publicSalePerMint() view returns (uint256)
10
publicSaleStatus() view returns (bool)
true
symbol() view returns (string)
Feeding Frenzy
totalSupply() view returns (uint256)
3333
Read-only
balanceOf(address owner) view returns (uint256)
cooldownOf(uint256 tokenId) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
levelOf(uint256 tokenId) view returns (uint256)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
sizeOf(uint256 tokenId) view returns (uint256)
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)
typeOf(uint256 tokenId) view returns (uint256)
upgradeTimeOf(uint256 tokenId) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
eat(uint256 atkId, uint256 defId)
publicSaleMint(uint256 quantity) payable
renounceOwnership()
reserveMint(uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setOwnersExplicit(uint256 quantity)
setPublicSaleStatus(bool status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
upgrade(uint256 tokenId) payable
withdrawMoney()
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.