LuckyFish
Verified contract
Active on
Ethereum with 3,685 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($24,379.82)
Native
Value
$24,379.82
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 6.3678 | $3,828.61 |
$24,379.82 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21289999 | 13 days ago | | | 0 | 0.00016985443 | |
| 21040539 | 2 months ago | | | 0 | 0.00010735671 | |
| 21040518 | 2 months ago | | | 0 | 0.00011364826 | |
| 20655625 | 3 months ago | | | 0 | 0.000026605700 | |
| 20655594 | 3 months ago | | | 0 | 0.000028640312 | |
| 20543351 | 4 months ago | | | 0 | 0.000040297510 | |
| 20486559 | 4 months ago | | | 0 | 0.00013075515 | |
| 20344988 | 5 months ago | | | 0 | 0.000059550842 | |
| 20094767 | 6 months ago | | | 0 | 0.00026358264 | |
| 19817160 | 7 months ago | | | 0 | 0.00018546953 |
ABI
ABI objects
Getter at block 21382831
baseURI() view returns (string)
ipfs://bafybeiftb5wbj5q3yjk2qex74lbrbm5u2ae2vshafwvrepsezdlgkzkfg4/
maxSupply() view returns (uint256)
3000
name() view returns (string)
LuckyFish
owner() view returns (address)
0x3817fdefe40b8b861e313ae0bfe97df269f18fd2
signerAddress() view returns (address)
0x0439130b7432ab858937a029efdc3179142b3c3c
symbol() view returns (string)
LF
totalSupply() view returns (uint256)
3000
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
cutSupply(uint256 newSupply)
mint(uint64 quantity, uint64 maxPerWallet, uint128 unitPrice, bytes signature) 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 newBaseURI)
setSignerAddress(address newSignerAddress)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()