Lucky Frens
Verified contract
Active on
Ethereum with 7,071 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 "Lucky Frens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20198131 | 5 months ago | | | 0 | 0.00017963661 | |
| 19835518 | 6 months ago | | | 0 | 0.000085651500 | |
| 19698986 | 7 months ago | | | 0 | 0.00037118436 | |
| 18652370 | a year ago | | | 0 | 0.00087377357 | |
| 17976849 | a year ago | | | 0 | 0.00075718993 | |
| 17905206 | a year ago | | | 0 | 0.00057683114 | |
| 17857329 | a year ago | | | 0 | 0.00070347127 | |
| 17821402 | a year ago | | | 0 | 0.0016810772 | |
| 17763604 | a year ago | | | 0 | 0.0025327763 | |
| 17705186 | a year ago | | | 0 | 0.0010833292 |
ABI
ABI objects
Getter at block 21209448
MAX_SUPPLY() view returns (uint256)
5888
MAX_WALLET_MINT() view returns (uint256)
1
MINT_PRICE() view returns (uint256)
0
baseURI() view returns (string)
ipfs://QmYmZeiKspmSxYoTsF7SyrgBZZq9MMP2seXXNt7rnDLEA7/
name() view returns (string)
Lucky Frens
owner() view returns (address)
0xa5636b33c4aa1fc34d619f497f67b838d7d8cd97
symbol() view returns (string)
LF
totalSupply() view returns (uint256)
5888
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mintNFTs(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxMintPerWallet(uint256 _maxMintNum)
setMintPrice(uint256 _mintPrice)
setRoyaltyInfo(address _receiver, uint96 _royaltyFees)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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(string _newBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()