Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 2.4K | -- | -- | |
LZPZ | ERC-20 | 3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21809225 | a day ago | | | 0 | 6.3951960e-7 | |
| 21752537 | 2 days ago | | | 0 | 4.2149585e-7 | |
| 21743705 | 2 days ago | | | 0 | 0.000000700234709500 | |
| 21742781 | 2 days ago | | | 0 | 0.000000809135078400 | |
| 21742073 | 2 days ago | | | 0 | 4.2441473e-7 | |
| 21741959 | 2 days ago | | | 0 | 7.1737771e-7 | |
| 21722187 | 3 days ago | | | 0 | 4.3215169e-7 | |
| 21721136 | 3 days ago | | | 0 | 4.3215169e-7 | |
| 21706286 | 3 days ago | | | 0 | 6.9113396e-7 | |
| 21706276 | 3 days ago | | | 0 | 6.9476399e-7 |
ABI
ABI objects
Getter at block 21848381
OWNER() view returns (address)
0x16364a6b7ac1d7085346ce6a144a1fd35ba80871
checkEndless() view returns (bool)
true
checkMaxPerWallet() view returns (bool)
false
checkOnlyCorePayoutPercent() view returns (uint256)
0
checkTotalPayoutPercent() view returns (uint256)
100
checkUnlimitedSupply() view returns (bool)
true
coreTeam() view returns (address)
0x3cd76a3e1ae288c11459b986362ff2f63ba0a379
maxPerWallet() view returns (uint256)
0
maxSupply() view returns (uint256)
0
mintEndDate() view returns (uint256)
0
mintPause() view returns (bool)
false
mintPrice() view returns (uint256)
0
mintStartDate() view returns (uint256)
0
name() view returns (string)
Lazy Camp
payoutOwnerAddress() view returns (address)
0x16364a6b7ac1d7085346ce6a144a1fd35ba80871
payoutOwnerPercent() view returns (uint256)
90
payoutRefPercent() view returns (uint256)
10
symbol() view returns (string)
LZC
tokenMinted() view returns (uint256)
10582
totalSupply() view returns (uint256)
10582
Read-only
_addressData(address) view returns (uint256 WalletMinted, uint256 WithdrawStatus)
_payoutAddress(uint256) view returns (address)
_payoutPercent(uint256) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payoutCoreTeamAddress(uint256) view returns (address)
payoutCoreTeamPercent(uint256) view returns (uint256)
payoutFinalAddress(uint256) view returns (address)
payoutFinalPercent(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
devMint(uint256 _mintAmount, address _mintTo)
mint(uint256 _mintAmount) payable
mint(uint256 _mintAmount, address _ref) payable
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 _newBaseURI)
setCoreTeam(address _address)
setMaxPerWallet(uint256 _maxperwallet)
setMaxSupply(uint256 _maxSupply)
setMintPrice(uint256 _mintPrice)
setNewEndDate(uint256 _mintEndDate)
setNewStartDate(uint256 _mintStartDate)
setPause(bool _pauseStatus)
setPayoutCoreTeam(address[] _address, uint256[] _percent)
setPayoutOwnerAddress(address _ownerAddress)
setPayoutOwnerPercent(uint256 _percent)
setPayoutRefPercent(uint256 _percent)
transferETH(address _minter, address _ref, uint256 _cost) payable
transferFrom(address from, address to, uint256 tokenId) 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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _nftName, string _nftToken, uint256 _mintPrice, string _newBaseURI, uint256 _mintStartDate, uint256 _mintEndDate, uint256 _maxSupply, uint256 _maxPerWallet)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()