Little Dinoz

Verified contract

Active on Ethereum with 1,514 txns
Deployed by via 0x74a666df at 15535347
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 "Little Dinoz"

0x9a95ac2899b0e9263d87962e79f5a00db31aa2c0449fc74364daab36502a3c9d
0xa2523cc2dba2ba405381ca9b20e5ee80dc1e6ed3124b4a9b8e7cf00652ef1981
0xd487b4f52232e2386f598b48067eac3a38af2caedef994f56c3c766a342b94e0
0x1715ade69c2319204d15535a8f0eda3be943a4e0db335366cf353c691c03f819
0xc42d80f5cf87d6069b62d53037e79647904631d5e7abce61952831b87490419d
0x1d0df27f0c275667a9f2c4ada8f243eb90bd34850a4e47c9901bdee4cef2b68f
0x0974188533e5e39537bcb0c61441e89a3caaa698af0653271e1884f899803249
0x005bd22ef5956492772104a0216759ad481626b0b212d11b2f79977f63ba55e2
0x30e153324f56b9807704aa852fd2683230eb758c4065aedefd2f38392da93826
0xf9270c502b33fee349a89cf9dbd4dffa13e968a2978822394523db19fd7b5f34

Functions
Getter at block 21279257
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)
Little Dinoz
nextOwnerToExplicitlySet(view returns (uint256)
0
owner(view returns (address)
0xc520f90b6586601ab474b822e3056624edbf172a
saleConfig(view returns (uint32 publicMintStartTimeuint32 MintStartTimeuint256 Priceuint256 AmountForWhitelist)
(publicMintStartTime=1663195530, MintStartTime=1663195530, Price=0, AmountForWhitelist=20)
symbol(view returns (string)
LD
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(