LittleOnes

Verified contract

Active on Ethereum with 262 txns
Deployed by via 0xea192765 at 15459936
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "LittleOnes"

0x6e07bfc48d6a337db6e3a8e7a3530c7edaa90b6bdb3099d164abde08c1840c4e
From
0x0766d9f9e15fcacc01d93dd88b9c2fa27f7a87a4e798a9699aca09a2cef6c7c0
From
0x2fed2a16a17a4d0982fd193d5f53c5093d86cca0fb10e80674af2af52e55c3db
0xb8308f99b24868761f96c4ce873ed5c7223cc5569c96422ee7e8fb2488417d22
0x1d052046b9abf6387cd6c7f529983f5c3766a17da01a5f90ec327b2ca268e319
0x58591b39b86fd1b117ec41553b2b3df92aefa1c951f9fd9503ba6dfc9081eb35
0xcf8d8095e19f136a6389886bc3991f24abf0fdb3e682c926b90f2f6eaf9dbd55
0x9ae230f6a1d76a330ce707da770574162174b5725d2e1725a992988b6f162a39
0x1c694e726f0edd62a01090282d6cda44d61590dfda7f5f80de812ca502a566e7
0x918093f4ddad3aeceb50a1c73c523df1af558b9eac9985abd194238e58ab06a8

Functions
Getter at block 21205760
baseUri(view returns (string)
ipfs://bafybeidwwmgqge32gv7zo3csf7fxf3ck2zpll3dczgq2vtlhnqqahf6qim/
collectionSize(view returns (uint256)
4444
maxFree(view returns (uint256)
1
maxMintPerTx(view returns (uint256)
20
name(view returns (string)
LittleOnes
open(view returns (bool)
true
owner(view returns (address)
0x7f8429ed0bb8119ee8f8467d7de90a870348f363
price(view returns (uint256)
6000000000000000
symbol(view returns (string)
LiO
totalSupply(view returns (uint256)
626
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
allowlistMint(uint256 _quantity
approve(address touint256 tokenId
mint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setMaxFree(uint256 _newMaxFree
setMaxMintPerTx(uint256 _newMaxMintPerTx
setOpen(bool _value
setPrice(uint256 _newPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
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
MaxMintPerTxChanged(uint256 newMaxMintPerTx
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PriceChanged(uint256 newPrice
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symboluint256 _priceuint256 _maxMintPerTxuint256 _collectionSizeuint256 _maxFree
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(