NounishFish
Verified contract
Active on
Ethereum with 880 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($2,800.24)
Native
Value
$2,800.24
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.784125 | $3,571.16 |
$2,800.24 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18228969 | a year ago | | | 0 | 0.00034739542 | |
| 17515956 | a year ago | | | 0 | 0.0020590038 | |
| 16384303 | 2 years ago | | | 0 | 0.0013212620 | |
| 16057769 | 2 years ago | | | 0 | 0.00021901010 | |
| 16015100 | 2 years ago | | | 0 | 0.00062664660 | |
| 16015085 | 2 years ago | | | 0 | 0.00076907036 | |
| 16014789 | 2 years ago | | | 0 | 0.00086843145 | |
| 15770099 | 2 years ago | | | 0 | 0.0019583490 | |
| 15535111 | 2 years ago | | | 0 | 0.00063120738 | |
| 15535107 | 2 years ago | | | 0 | 0.00085742533 |
ABI
ABI objects
Getter at block 21289699
maxTokens() view returns (uint256)
6969
maxTokensPerTxn() view returns (uint256)
10
mintedReservedTokens() view returns (uint256)
10
name() view returns (string)
NounishFish
owner() view returns (address)
0x34eced1a67b27cbec2dca6f50f00e251111f2587
paused() view returns (bool)
false
publicSaleIsActive() view returns (bool)
true
reservedTokens() view returns (uint256)
10
seed() view returns (uint256)
6803
symbol() view returns (string)
⌐◧-◨
tokenPrice1() view returns (uint256)
0
tokenPrice2() view returns (uint256)
0
totalReleased() view returns (uint256)
138375000000000000
totalShares() view returns (uint256)
100
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)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
shares(address account) 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)
State-modifying
Events approve(address to, uint256 tokenId)
mintReservedTokens(uint8 amount, address to)
pause()
publicMint(uint8 amount) payable
release(address account)
renounceOwnership()
revealTokens()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setMintPrice(uint256 _tokenPrice1, uint256 _tokenPrice2)
setPublicSale(bool _publicSaleIsActive)
setTokenURI(uint256 tokenId, string _tokenURI)
setUnrevealedBaseURI(string _URI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
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)
Paused(address account)
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)
Unpaused(address account)
constructor(uint256 _maxTokens, uint8 _maxTokensPerTxn, uint256 _reservedTokens)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()