FISH GAME
Verified contract
Active on
Ethereum with 1,691 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 GAME"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21043260 | a month ago | | | 0 | 0.00055897293 | |
| 19021879 | a year ago | | | 0 | 0.00080319165 | |
| 18581826 | a year ago | | | 0 | 0.00084147945 | |
| 16874401 | 2 years ago | | | 0 | 0.00033971760 | |
| 16599045 | 2 years ago | | | 0 | 0.0012824923 | |
| 16599039 | 2 years ago | | | 0 | 0.0012783416 | |
| 16578315 | 2 years ago | | | 0 | 0.0017463103 | |
| 16536631 | 2 years ago | | | 0 | 0.0011826480 | |
| 16531507 | 2 years ago | | | 0 | 0.00074692800 | |
| 16335098 | 2 years ago | | | 0 | 0.00076506713 |
ABI
ABI objects
Getter at block 21325246
FISH_MAINSALE_PRICE() view returns (uint256)
75000000000000000
FISH_MAX_COUNT() view returns (uint256)
3333
FISH_PRESALE_LIMIT_PER_WALLET() view returns (uint256)
2
FISH_PRESALE_PRICE() view returns (uint256)
50000000000000000
FISH_PUBLICSALE_LIMIT_PER_TRANSACTION() view returns (uint256)
2
locked() view returns (bool)
false
name() view returns (string)
FISH GAME
owner() view returns (address)
0x12854d0bd17853ce57a171ff7d5534ae09eff2b5
presaleLive() view returns (bool)
false
saleLive() view returns (bool)
false
symbol() view returns (string)
FISHER
totalSupply() view returns (uint256)
1600
totalTokensSoldInPresale() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presalePurchasedCount(address addr) view returns (uint256)
presalerListPurchases(address) 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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
buy(uint256 tokenQuantity) payable
founderMint(uint256 tokenQuantity)
gift(address[] receivers)
lockMetadata(bool _assertion)
presaleBuy(bytes signature, uint256 tokenQuantity) 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 URI)
setSignerAddress(address addr)
set_FISH_MAINSALE_PRICE(uint256 _mainSalePrice)
set_FISH_MAX_COUNT(uint256 _maxCount)
set_FISH_PRESALE_LIMIT_PER_WALLET(uint256 _newValue)
set_FISH_PRESALE_PRICE(uint256 _presalePrice)
set_FISH_PUBLICSALE_LIMIT_PER_TRANSACTION(uint256 _newValue)
togglePresaleStatus()
toggleSaleStatus()
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.