littleheads

Verified contract

Active on Ethereum with 764 txns
Deployed by via 0x71ba9854 at 17502556
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots

No balances found for "littleheads"

0xe1367b3ac5e7cc822a7b74b7a83a2bf4f137380067a13af352a9ceb6144313ff
0x4461ab93e9297e2597cc9f355f1bed2e23a2bbf17e76bf005f5a88909bcae291
0x404bab34acd3a211af582988ab9dbf1c176e4809bdd3b502274868772ed2750f
0xd191f119282446f9ccb0a60bac21be1a2323f8aa6e714f2b4875cf5f656d4069
0x7a5b09035a9dac08b61334bec3e171d8bbabc6f718e2131d5055e498ebada60d
0x1b74a74825ac673c2c7a05cdc1d26e6f51e1867293f4db810e08e41248354013
0x484856c3fedbbb3958c85e7041ef71cc9063a33c26f90d76a76de5ec9ce57be4
0xc930cec6e1e4d7bac2973e1a95eb581a4dadbf05395c8bc5117ec43c32e48e6b
0x65e77f1eeaadcfbb5de913b4efbfb1eaefb17d17bac983e524bc671532a99603
0xa7b6136110ee576a79d90a3b58f23eb202499544b0d51604aef80456b36954a1

Functions
Getter at block 21218420
OPERATOR_FILTER_REGISTRY(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseTokenURI(view returns (string)
ipfs://bafybeiaklaq6mmgce5yobqjzfoyjeuovqwrzvfgi3ibk7l7tdaa37unzxu/
mintRules(view returns (uint64 totalSupplyuint64 maxPerWalletuint64 whitelistMaxPerWalletuint64 freePerWalletuint64 whitelistFreePerWalletuint256 priceuint256 whitelistPrice)
(totalSupply=1777, maxPerWallet=15, whitelistMaxPerWallet=10, freePerWallet=1, whitelistFreePerWallet=10, price=1000000000000000, whitelistPrice=2000000000000000)
name(view returns (string)
littleheads
owner(view returns (address)
0xfe5361e534aa22e9052b50605b8f932fc42a2f2f
symbol(view returns (string)
lh
totalMinted(view returns (uint256)
1777
totalReleased(view returns (uint256)
1509500000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
1777
Read-only
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)
nonFreeAmount(address _owneruint256 _amountuint256 _freeAmountview returns (uint256)
numberMinted(address _ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
releasable(address accountview returns (uint256)
releasable(address tokenaddress accountview returns (uint256)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
totalReleased(address tokenview returns (uint256)
State-modifying
airdrop(address _touint256 _amount
approve(address operatoruint256 tokenIdpayable 
mint(uint256 _amountpayable 
release(address account
release(address tokenaddress account
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseTokenURI
setMintRules(struct IERC721DropMintRules _mintRules
setRoot(bytes32 _newRoot
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whitelistMint(uint256 _amountbytes32[] _proofpayable 
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
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address[] _payeesuint256[] _shares
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidEtherValue(
InvalidProof(
InvalidQueryRange(
MaxPerWalletOverflow(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TotalSupplyOverflow(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(