Fishy Fam
Verified contract
Active on
Ethereum with 26,454 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
No balances found for "Fishy Fam"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21137660 | 4 days ago | | | 0 | 0.00095983958 | |
| 21079111 | 12 days ago | | | 0 | 0.00073713704 | |
| 21079109 | 12 days ago | | | 0 | 0.00074587856 | |
| 21079106 | 12 days ago | | | 0 | 0.00073566330 | |
| 21044006 | 17 days ago | | | 0 | 0.00054131976 | |
| 21008721 | 22 days ago | | | 0 | 0.00045686044 | |
| 21003037 | 22 days ago | | | 0 | 0.00013901063 | |
| 20987944 | 24 days ago | | | 0 | 0.00080787258 | |
| 20968861 | a month ago | | | 0 | 0.00050055360 | |
| 20951749 | a month ago | | | 0 | 0.00019637932 |
ABI
ABI objects
Getter at block 21163256
MAX_ORDER() view returns (uint256)
3
MAX_SUPPLY() view returns (uint256)
10000
MAX_WALLET() view returns (uint256)
3
PRICE() view returns (uint256)
30000000000000000
WHALE_WALLET() view returns (uint256)
15
burned() view returns (uint256)
0
isMainsaleActive() view returns (bool)
false
isPresaleActive() view returns (bool)
false
name() view returns (string name_)
Fishy Fam
owner() view returns (address)
0xe5c4151d4e737a5f0c9d3df213e0e6852a844bfe
symbol() view returns (string symbol_)
FF
totalReleased() view returns (uint256)
294296530020000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256 totalSupply_)
9999
whalePass() view returns (address)
0xfd15831377e0b08246629d5ba9a06dd60c438923
Read-only
balanceOf(address owner) view returns (uint256 balance)
getApproved(uint256 tokenId) view returns (address approver)
isApprovedForAll(address owner, address operator) view returns (bool isApproved)
isDelegate(address addr) view returns (bool)
isOwnerOf(address account, uint256[] tokenIds) view returns (bool)
ownerOf(uint256 tokenId) view returns (address owner)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool isSupported)
tokenByIndex(uint256 index) view returns (uint256 tokenId)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
tokens(uint256) view returns (address owner)
walletOfOwner(address account) view returns (uint256[] wallet)
State-modifying
Events addPayee(address account, uint256 shares_)
approve(address to, uint256 tokenId)
burnFrom(address account, uint256[] tokenIds)
mint(uint256 quantity, bytes signature) payable
mintTo(address[] recipient, uint256[] quantity) payable
release(address account)
renounceOwnership()
resetCounters()
resurrect(address[] recipient, uint256[] tokenIds)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool isPresaleActive_, bool isMainsaleActive_)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newPrefix, string _newSuffix)
setDelegate(address addr, bool isDelegate_)
setMax(uint256 maxOrder, uint256 maxSupply, uint256 maxWallet)
setPayee(uint256 index, address account, uint256 newShares)
setPrice(uint256 price)
setSecret(string secret)
setSigner(address signer)
setWhale(address whale)
transferBatch(address from, address to, uint256[] tokenIds, bytes data)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
fallback()
receive()
This contract contains no error objects.