This contract is being backfilled. You may encounter incomplete storage history.

LuckyFish

Verified contract

Active on Ethereum with 3,682 txns
Deployed by via 0xcd9f038b at 15299132
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $16,455.67
0xa438069ba8021ea1cf0f6c9b448ceb0580381c9f8852859e7e885f8b7fdf7501
0x09d109f02e02a2ec8fb4e6b06081cef44816e5703a3d3f8a349e91aab3173833
0xb3cf6627f3b3491a4a7b6ce1fa97f43b1c826dfeda939d83b40ec121e43126d3
0x14cb7b7b385ab6740fe3ab2ed5cfca78118be8e59d7c19fec56b7bf5aacf1427
0x82d4017f92dc4855555a8d6c19396cc2e1816d123dbbec19fc2feeeb1d54d742
0xe5b741711960f361e2b9092698d4422f1711c79ea79c9baafc17e4b535a05e8e
0x821fc82324d5cae871a1908f83e89a584f9528610a3972db32a2684de75ce235
0x5a7e595a9a2a15b9f16be33b84d329dc8e82dfbe786d9e46af7c08f0b8191bd6
0x0ad3e5226952348cf49cc59d4eb96dcbadb91f8d4af193c7a9576f079fd45705
0x6e5551f740a8ec7e0980b91db3e6376f2a3f9c234bbf37a9ff3ba768c69c2aa6

Functions
Getter at block 20804657
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
cutSupply(uint256 newSupply
mint(uint64 quantityuint64 maxPerWalletuint128 unitPricebytes signaturepayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string newBaseURI
setSignerAddress(address newSignerAddress
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(