Lazy Things

Verified contract

Active on Ethereum with 1,659 txns
Deployed by via 0xf3480a66 at 15517394
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots

No balances found for "Lazy Things"

0x87f49a03c3676f020245e86beff2ceb1a4c669100cac606766c5e8cb2e3b1c6c
0xae97a516a889fcb379916621681aa6deb4df256992453747b8dc6c7cbba52615
From
0xbc6432b3d3d263dc2b230dc56aff02f9741b9c78ff9ef91d854cb3f48344c851
From
0xb2e20d643eee081f1fb13a686b1ca9a136a82dbe9d413db431593c893d7eeb49
0xbee95d6123c4e0ce75f886b10adf54a9406f6d2041650152bb9decd98e3c663a
0x298a03d755cf148268b838c1082f1ca3364c0c03373c44eb1a65e53172570b8b
0x0311d2b071f4930667a690ebab70815784b8cb7b899a0a662ca3a494649d8075
0x4928481f1ab8bef42971b524c51c2ff22aef8c794efa269c4487ee17c0172064
0x5e7bb66e710efc0dbcb833a8d222103223cb048a89215fae67008f6f093f1d7f
0x6a6d3b6583e4d2c4eaf4bac541e36f235d360e3e43ab31a9dcf8aafc14c0ddd9
From

Functions
Getter at block 20911548
ListWhitelistMerkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PRICE(view returns (uint256)
0
allowedToContract(view returns (bool)
false
getMaxSupply(view returns (uint256)
10000
isPublicSaleOn(view returns (bool)
false
maxPerAddressDuringMint(view returns (uint256)
20
maxSupply(view returns (uint256)
10000
name(view returns (string)
Lazy Things
nextOwnerToExplicitlySet(view returns (uint256)
0
owner(view returns (address)
0xeb7164ce8860ceb6a972997ef1fe422b2ef152bf
saleConfig(view returns (uint32 publicMintStartTimeuint32 MintStartTimeuint256 Priceuint256 AmountForWhitelist)
(publicMintStartTime=1662942320, MintStartTime=1662942320, Price=0, AmountForWhitelist=20)
symbol(view returns (string)
LT
totalSupply(view returns (uint256)
10000
Read-only
_addressTransferToContract(addressview returns (bool)
_transferToContract(uint256view returns (bool)
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getOwnershipData(uint256 tokenIdview returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owneraddress operatorview returns (bool)
isInTheWhitelist(bytes32[] _merkleProofview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
InitInfoOfSale(uint32 publicMintStartTimeuint32 mintStartTimeuint256 priceuint256 amountForWhitelist
PublicMint(uint256 quantitypayable 
approve(address touint256 tokenId
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowAddressToContract(address[] _addressbool[] _allow
setAllowToContract(
setAllowTokenToContract(uint256 _tokenIdbool _allow
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setListWhitelistMerkleRoot(bytes32 _merkleRoot
setMintStartTime(uint32 timestamp
setPublicMintStartTime(uint32 timestamp
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(uint256 maxBatchSize_uint256 collectionSize_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(