FISH Tank
Verified contract
Proxy
Active on
Ethereum with 7,484 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 49 additional slots
0xb25a…e606
Balances ($19,373.90)
Native
Value
$19,373.9
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 6.039414 | $3,207.91 |
$19,373.9 | |
FISH | ERC-20 | 50 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21140356 | 3 days ago | | | 0 | 0.00046240413 | |
| 21103540 | 8 days ago | | | 0 | 0.00011395440 | |
| 21098395 | 8 days ago | | | 0 | 0.00010736205 | |
| 21098392 | 8 days ago | | | 0 | 0.00010689168 | |
| 21098391 | 8 days ago | | | 0 | 0.00015566447 | |
| 21037513 | 17 days ago | | | 0 | 0.00024961440 | |
| 21008444 | 21 days ago | | | 0 | 0.00037399544 | |
| 20925046 | a month ago | | | 0 | 0.00094049200 | |
| 20848258 | a month ago | | | 0 | 0.00035942517 | |
| 20848120 | a month ago | | | 0 | 0.00061534508 |
ABI
ABI objects
Getter at block 21158364
logic() view returns (address)
0x7b0fce54574d9746414d11367f54c9ab94e53dca
auctionEnd() view returns (uint256)
1647559116
auctionLength() view returns (uint256)
604800
auctionState() view returns (uint8)
2
curator() view returns (address)
0xe9221da11e30d7ae31cfbc48664b111e5d01e86b
decimals() view returns (uint8)
18
fee() view returns (uint256)
0
id() view returns (uint256)
0
lastClaimed() view returns (uint256)
1647561202
livePrice() view returns (uint256)
820020720399582461982
name() view returns (string)
FISH Tank
reservePrice() view returns (uint256)
820020720399582461982
reserveTotal() view returns (uint256)
756879138356772399016475479217000000000000000000
settings() view returns (address)
0xe0fc79183a22106229b84ecdd55ca017a07eddca
symbol() view returns (string)
FISH
token() view returns (address)
0x65de7da4eba5ed248e3dc1c4d3e1e10abe96aadf
totalSupply() view returns (uint256)
6844145222891910701409193
vaultClosed() view returns (bool)
false
votingTokens() view returns (uint256)
923000016375144496426184038
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
winning() view returns (address)
0xb25a1d02b029d53212e4c356b6daad419762e606
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
userPrices(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
bid() payable
cash()
claimFees()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
end()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _curator, address _token, uint256 _id, uint256 _supply, uint256 _listPrice, uint256 _fee, string _name, string _symbol)
kickCurator(address _curator)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
redeem()
removeReserve(address _user)
start() payable
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
updateAuctionLength(uint256 _length)
updateCurator(address _curator)
updateFee(uint256 _fee)
updateUserPrice(uint256 _new)
Approval(address indexed owner, address indexed spender, uint256 value)
Bid(address indexed buyer, uint256 price)
Cash(address indexed owner, uint256 shares)
PriceUpdate(address indexed user, uint256 price)
Redeem(address indexed redeemer)
Start(address indexed buyer, uint256 price)
Transfer(address indexed from, address indexed to, uint256 value)
Won(address indexed buyer, uint256 price)
constructor(address _logic, bytes _initializationCalldata)
fallback()
receive()
This contract contains no error objects.