littlefrens
Verified contract
Active on
Ethereum with 2,890 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 "littlefrens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18721066 | a year ago | | | 0 | 0.0013130073 | |
| 16734307 | 2 years ago | | | 0 | 0.0012767340 | |
| 16704298 | 2 years ago | | | 0 | 0.0014293554 | |
| 16657230 | 2 years ago | | | 0 | 0.0014207549 | |
| 16571191 | 2 years ago | | | 0 | 0.0013535242 | |
| 16404510 | 2 years ago | | | 0 | 0.00080800140 | |
| 16404509 | 2 years ago | | | 0 | 0.00080994009 | |
| 16307225 | 2 years ago | | | 0 | 0.00074546180 | |
| 16303051 | 2 years ago | | | 0 | 0.00065419200 | |
| 16272073 | 2 years ago | | | 0 | 0.00062938877 |
ABI
ABI objects
Getter at block 21256414
baseURI() view returns (string)
https://ipfs.io/ipfs/QmSBJ9RpNJqJJzaTvArK4UGg3FDK2Ykn9LAkSbftRJoEy5/
counter() view returns (uint256)
4001
maxPerTx() view returns (uint256)
2
maxPerWallet() view returns (uint256)
4
maxSupply() view returns (uint256)
4000
name() view returns (string)
littlefrens
owner() view returns (address)
0x0eb0b890faab5f408fe6c8b45563abcd16925f61
publicMintStatus() view returns (bool)
true
salePrice() view returns (uint256)
0
symbol() view returns (string)
LFRENS
totalSupply() view returns (uint256)
4000
whitelistPrice() view returns (uint256)
0
Read-only
_minted(address) view returns (uint256)
_whitelisted(address) view returns (bool)
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 addToWhitelist(address[] whitelisted)
approve(address to, uint256 tokenId)
publicMint(uint256 amount) 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)
setMaxPerTx(uint256 max)
setMaxPerWallet(uint256 max)
setMaxSupply(uint256 supply)
setPublicMintStatus()
setSalePrice(uint256 price)
setWhitelistPrice(uint256 price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.