Lunchbox
Verified contract
Active on
Ethereum with 8,306 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LNCH | ERC-721 | 1 | -- | -- | |
LNCH | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21309414 | 6 hours ago | | | 0 | 0.00084635410 | |
| 21006311 | a month ago | | | 0 | 0.00021672735 | |
| 21006309 | a month ago | | | 0 | 0.00021704336 | |
| 20925714 | 2 months ago | | | 0 | 0.00040951085 | |
| 20868975 | 2 months ago | | | 0 | 0.00040372406 | |
| 20756768 | 3 months ago | | | 0 | 0.00062300096 | |
| 20707443 | 3 months ago | | | 0 | 0.000060700068 | |
| 20705417 | 3 months ago | | | 0 | 0.000033811722 | |
| 20679342 | 3 months ago | | | 0 | 0.00014121483 | |
| 20603771 | 3 months ago | | | 0 | 0.000038474736 |
ABI
ABI objects
Getter at block 21311342
MAX_SUPPLY() view returns (uint256)
10000
_baseTokenURI() view returns (string)
https://nft.bueno.art/api/contract/hm90PlN6Vo585UExCw_pO/chain/1/metadata/
burnStart() view returns (uint256)
1670976000
hkContract() view returns (address)
0xb20e024da94fef84b5dbde3a639048952de58169
name() view returns (string)
Humankind Lunchbox
owner() view returns (address)
0xc358522c2eb462e4886f4c5a53e5e380a616b63a
paused() view returns (bool)
true
publicPrice() view returns (uint256)
90000000000000000
publicStart() view returns (uint256)
1668795480
symbol() view returns (string)
LNCH
totalBurned() view returns (uint256)
5008
totalReleased() view returns (uint256)
676470000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
3351
Read-only
amountMintedForOwner(address _address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getAmountMintedForPhase(address _address, uint8 phaseIndex) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getDataForPhase(uint64 phaseIndex) view returns (struct LunchboxPhase)
getPhaseMintTotal(address _address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
numberBurnedForOwner(address _address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
phases(uint256) view returns (uint64 amountMinted, uint64 maxPerWallet, uint64 price, uint64 startTime, bytes32 merkleRoot)
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, 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(uint64[] qtys, address[] recipients)
approve(address to, uint256 tokenId) payable
bulkUpdatePhaseSettings(uint64[] phaseIndices, struct LunchboxPhase[] _phases)
claimLunchbox(uint256 quantity, bytes32[] proof, uint8 phaseIndex) payable
claimLunchboxes(uint256[] quantities, bytes32[][] proofs, uint8[] phaseIndices) payable
claimPublicLunchbox(uint256 quantity) payable
openLunchbox(address minter, uint256 tokenId)
pauseMint()
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 baseURI)
setRedemptionContract(address _hkContract)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
unpauseMint()
updateBurnStart(uint256 _burnStart)
updatePhaseSettings(uint64 phaseIndex, struct LunchboxPhase phase)
updatePhaseStart(uint64 phaseIndex, uint64 phaseStart)
updatePublicPrice(uint256 newPrice)
updatePublicStart(uint256 _publicStart)
withdraw()
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(struct LunchboxPhase[] _phases, uint256 _publicStart, uint256 _burnStart, address[] _withdrawAddresses, uint256[] _withdrawPercentages, string _baseUri, address _royaltyAddress, uint96 _royaltyAmount)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidAirdrop()
InvalidPhaseParameters()
InvalidPrice()
InvalidProof()
InvalidQueryRange()
InvalidRedemptionContract()
MaxPerWallet()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotOwnerOfToken()
NotStarted()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SaleClosed()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()