the little frens NFT

Verified contract

Active on Ethereum with 25,898 txns
Deployed by via 0x6f9ad8ad at 15634748
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional variable
Native
Value $34.76
0xeee893799fd27bdd20aa07c994fb2eb8a66ce33bf2a2d4ecf5a6d3ed9cd96d39
0xf0e41a624bee8be7a27b10e80c398519f2f3a2a7e53506dc3560244769ceee9c
0x26bc064a0b08ec82cbec2d6c326bc8e414822494ca5b05c9fb0ce59257abe7a4
0xf0cf06fedf90532fb3c9d0e3033b88965e020cc8bac8ddca0dcfa981339fb873
0x0b8928d403b7e2d777f08c2ee368257650b31c4569a0ee3b8d32141c18a938fe
0x8f3bdbf97d28aa49ffff09c5424f7bd38092acab255d8d4924961e24aa424753
0x2a70b2604fcf29101675541e575252f71e050798ce484ef06a2db75cba230b2c
0x9002dc6c1b713886d79524d435b5ae288cd91c3ce17109cc204ce87fa32b917a
0xd17d08aad6d33585106882edae65f6ef9373937268db869f6fccf3fc3a571349
0x61211830c80f04ae06dbe75844a3d49fb66bef4715be36a43324ea42a5b94208

Functions
Getter at block 21124524
admin(view returns (address)
0x464b01d24e1542fabf96c22fb6ea4bc84bea96d3
baseURI(view returns (string)
https://metadata-v2.s3.us-west-1.amazonaws.com/metadata/
contractURI(view returns (string)
countFreeMintPerAddress(view returns (uint256)
1000
genesisSmartContractAddress(view returns (address)
0xc6ec80029cd2aa4b0021ceb11248c07b25d2de34
maxSupply(view returns (uint256)
100000
name(view returns (string)
the little frens NFT
owner(view returns (address)
0x4475f712004d52964644cdf54280d1d9e58ce378
partner1Address(view returns (address)
0x4475f712004d52964644cdf54280d1d9e58ce378
partner2Address(view returns (address)
0x747b5cc00104cde2ffd450c46468bc2b7e57ad15
paused(view returns (bool)
false
prizeContractAddress(view returns (address)
0xe948d9d3b97606304a8db0538bdd0b6465c9dfcb
symbol(view returns (string)
LITTLEFRENS
totalSupply(view returns (uint256)
28540
Read-only
addressFreeMintCount(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenId_view returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
usedGenesisAndPrizes(uint256uint256view returns (bool)
State-modifying
approve(address touint256 tokenIdpayable 
evolveGenesis(uint256 genesisId_uint256 l3PrizeId_uint256[] prizeIdList_uint256[] amountList_bytes signature_uint256 nonce_
evolveLittle(uint256 id_bool isEvolve_uint256[] prizeIdList_uint256[] amountList_bytes signature_uint256 nonce_
freeMint(uint256 amount_bytes signature_uint256 nonce_
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setAdmin(address admin_
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI_
setContractURI(string contractURI_
setCountFreeMintPerAddress(uint256 countFreeMintPerAddress_
setGenesisSmartContractAddress(address genesisSmartContractAddress_
setMaxSupply(uint256 maxSupply_
setMinNonce(uint256 minNonce_
setPartnerAddresses(address partner1Address_address partner2Address_
setPrizeContractAddress(address prizeContractAddress_
setRoyalty(address royaltyReceiverAddress_uint96 royaltyFee_
togglePaused(bool paused_
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
AdminChanged(address admin_
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
LittleEvolve(address to_uint256 mintedId_uint256[] prizeIdList_uint256[] amountList_uint256 nonce_
LittleFreeMint(address to_uint256 mintedId_uint256 amountuint256 nonce_
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string name_string symbol_string baseURI_address royaltyReciverAddress_uint96 royaltyFee_
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(