littleheads
Verified contract
Active on
Ethereum with 764 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "littleheads"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17517410 | a year ago | | | 0 | 0.00076901567 | |
| 17515955 | a year ago | | | 0 | 0.0022810356 | |
| 17512666 | a year ago | | | 0 | 0.00086253373 | |
| 17503444 | a year ago | | | 0 | 0.00043349195 | |
| 17503276 | a year ago | | | 0 | 0.00065233412 | |
| 17503275 | a year ago | | | 0 | 0.00065549067 | |
| 17503275 | a year ago | | | 0 | 0.00069335454 | |
| 17503134 | a year ago | | | 0 | 0.00087393889 | |
| 17503126 | a year ago | | | 0 | 0.00046049466 | |
| 17503124 | a year ago | | | 0 | 0.00046990071 |
ABI
ABI objects
Getter at block 21218420
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseTokenURI() view returns (string)
ipfs://bafybeiaklaq6mmgce5yobqjzfoyjeuovqwrzvfgi3ibk7l7tdaa37unzxu/
mintRules() view returns (uint64 totalSupply, uint64 maxPerWallet, uint64 whitelistMaxPerWallet, uint64 freePerWallet, uint64 whitelistFreePerWallet, uint256 price, uint256 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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nonFreeAmount(address _owner, uint256 _amount, uint256 _freeAmount) view returns (uint256)
numberMinted(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
totalReleased(address token) view returns (uint256)
State-modifying
Events airdrop(address _to, uint256 _amount)
approve(address operator, uint256 tokenId) payable
mint(uint256 _amount) payable
release(address account)
release(address token, address account)
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 _baseTokenURI)
setMintRules(struct IERC721DropMintRules _mintRules)
setRoot(bytes32 _newRoot)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
whitelistMint(uint256 _amount, bytes32[] _proof) payable
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)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address[] _payees, uint256[] _shares)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidEtherValue()
InvalidProof()
InvalidQueryRange()
MaxPerWalletOverflow()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TotalSupplyOverflow()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()