Look Mum Series

Verified contract

Active on Ethereum with 251 txns
Deployed by via 0x68050acf at 18116202
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional variables

No balances found for "Look Mum Series"

0xbde3d5276e1793ccb6ada12578ed2beb31ccd3608cb25d0837e723fea49b5bf6
0xf262d6dc99b37848deecbe09fd75d615f86e070060d37621940920e0eeda88cb
0xa1cc17fe7bb8c38898bb461e7a78b509c8587b9c24fc468d4c8d56aaa5692561
0xf14f9c8b49b50d5d9a64a81a83b6482667ca1eb12f6889fd862a29dbc2d6ed8e
0x980b5cb4190dc0a039e61e71be3c49976223f0fb110e1d23ccb88f08ae172ce6
0x1d280f130bdc73bf41650e3d584cd6ca27758bc52e2773ecbd5d4ed945fb07e9
0xe5b4b42e65a598e689d46b732885dab102c814345565939df41d9fe051a79c65
0x1d537514071aacd5446c14911206657e0984cac106e76f620129bbd3d322fe0b
0x944cd0883152834b6f093d2341225225a5584ae8885c1cbba8dc036dccf9c481
0xe6bde796fbead2faefed40b2d993d0f1556d2717752fd9f6515a4bcd3410ed7a

Functions
Getter at block 20891898
MAX_SUPPLY(view returns (uint256)
230
PUBLIC_SUPPLY(view returns (uint256)
7
RESERVED(view returns (uint256)
15
SEC_RESERVED(view returns (uint256)
0
WHITELIST_SUPPLY(view returns (uint256)
215
baseExtension(view returns (string)
.json
contractAddress1(view returns (address)
0x3517104f66b81263cd684ca985ce9934dd59c0ac
contractAddress2(view returns (address)
0xc3b3155c41106f1718b12923fe421e3751f1993e
merkleRoot(view returns (bytes32)
0x518ddfce0abecfacd570fa92554cf5c0b981c964559e1a1d097b56f6584a454d
mintPrice(view returns (uint256)
27000000000000000
name(view returns (string)
Look Mum Series
operatorFilteringEnabled(view returns (bool)
true
owner(view returns (address)
0x59de7273191e6bf1907d614e94ecfbe8e5fb7318
provenanceHash(view returns (string)
publicSaleStatus(view returns (bool)
true
symbol(view returns (string)
Look Mum Series
totalClaimed(view returns (uint256)
45
totalSupply(view returns (uint256)
230
whiteListPrice(view returns (uint256)
27000000000000000
whiteListSaleStatus(view returns (bool)
false
Read-only
Claimed(addressview returns (uint256)
balanceOf(address ownerview returns (uint256)
functionLocked(bytes4view returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isUk(addressview returns (bool)
minter(addressview returns (bool)
numberMinted(address accountview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address operatoruint256 tokenIdpayable 
assignMinterRole(address _minter
lockFunction(bytes4 id
publicMint(address touint256 quantitybool _isUkpayable 
publicSale(bool _enable
renounceOwnership(
reserve(address to
revokeMinterRole(address _minter
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
secondaryReserve(address touint256 quantity
setApprovalForAll(address operatorbool approved
setBaseExtension(string _newBaseExtension
setBaseURI(string _newBaseURI
setMerkleRoot(bytes32 _merkleRoot
setMintPrice(uint256 _newPrice
setOperatorFilteringEnabled(bool value
setProvenanceHash(string _provenanceHash
setPublicSupply(uint256 _newSupply
setRoyalties(address receiveruint96 royaltyFraction
setSecondaryReserve(uint256 amount
setWhiteListPrice(uint256 _newPrice
setWhiteListSupply(uint256 _newSupply
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
whiteListMint(address touint256 quantitybool _isUkbytes32[] merkleProofpayable 
whiteListSale(bool _enable
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address _royaltyReceiveruint96 _royaltyFraction
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyReservedTokens(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
FunctionLocked(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
ProvenanceHashAlreadySet(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WithdrawFailed(