JustAFish
Verified contract
Active on
Ethereum with 9,915 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 "JustAFish"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20016814 | 6 months ago | | | 0 | 0.00028012052 | |
| 19637901 | 7 months ago | | | 0 | 0.00071405403 | |
| 19624419 | 8 months ago | | | 0 | 0.00081172670 | |
| 18967491 | a year ago | | | 0 | 0.00034141931 | |
| 18581053 | a year ago | | | 0 | 0.00067477966 | |
| 18262833 | a year ago | | | 0 | 0.00028517424 | |
| 17697872 | a year ago | | | 0 | 0.00035070915 | |
| 17596611 | a year ago | | | 0 | 0.00078128326 | |
| 17532957 | a year ago | | | 0 | 0.00067533546 | |
| 17244977 | 2 years ago | | | 0 | 0.0016556951 |
ABI
ABI objects
Getter at block 21270770
MAX_PRESALE_PURCHASE() view returns (uint256)
2
MAX_PUBLIC_PURCHASE() view returns (uint256)
4
MAX_RESERVE() view returns (uint256)
26
MAX_TOKENS() view returns (uint256)
6969
merkleRoot() view returns (bytes32)
0xd7407a85a778580cd724f52f9a44b92937a4eb7116d344402abbdacce6861ed1
name() view returns (string)
JustAFish
owner() view returns (address)
0xb038c8babd6bf00257531d15194d00332db18a3c
preSaleIsActive() view returns (bool)
false
saleIsActive() view returns (bool)
true
symbol() view returns (string)
FISH
tokenPrice() view returns (uint256)
3300000000000000
totalSupply() view returns (uint256)
6969
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isClaimed(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events adminMint(address to, uint256 numberOfTokens)
approve(address to, uint256 tokenId)
changeMaxPublicMint(uint256 newAmount)
changePrice(uint256 newPrice)
flipPreSaleState()
flipSaleState()
mint(uint256 numberOfTokens) payable
preMint(uint256 numberOfTokens, bytes32[] merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string baseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMerkleRoot(bytes32 newRoot)
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)
priceChange(address _by, uint256 price)
constructor()
receive()
This contract contains no error objects.