LostParadigms

Verified contract

Active on Ethereum with 1,975 txns
Deployed by via 0x43b75d41 at 16058516
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "LostParadigms"

0x69cfc211de7e9f53d963f0e7d399fb23cc93031c55019b17d901856e303ff718
0x2d8d106141332aa57e0778581da38123ca8e26a65d58d692b501864d28856786
0xf80670ea0183ff427d29c10bc0d6303569281f355a5de35bcb1bbfe1286d5670
0xae0087acafcd0a192eded806081f329e9703715f5de51342cee89356e01f49b4
0xd10a85e20e5d7728907f47b59b528ea4cb10af25ded3ed893fb7f4ecb71cece7
0x2279a98683f741b6e3e8a0a5eb10a8a9b8a337947c6b8b8ff2bf28a2d880e219
0x4e2fcf9f33a72acc8b86b04c9eebd8e72b1f606febed20c85651859c3ba663fd
0xe4565618093be112a95780e701510eae5de1baad55f1f47cb780d31e628bee12
0x413cf3355d267b5e74f158541bb58ccbf8d6c99a211628a3dcdbb74ef22cb7bd
0x112e24201b57e02bd33f28539443b791b1c5623ac0864f18e62b9a8f40246c8a

Functions
Getter at block 21227359
ALLOWLIST_TOKEN_PRICE(view returns (uint256)
22200000000000000
MAX_PUBLIC_MINT_PER_WALLET(view returns (uint256)
10
PUBLIC_TOKEN_PRICE(view returns (uint256)
33300000000000000
TOTAL_MAX_SUPPLY(view returns (uint256)
10001
allowListMintActive(view returns (bool)
false
filteringEnabled(view returns (bool)
true
firstBlockHashToUse(view returns (uint256)
16121309
firstEntropy(view returns (uint256)
103795257280765512821540440979686616839682091767918214548925038626428746172600
freeMintCount(view returns (uint256)
0
 
getFirstRevealIds(view returns (uint256[])
haltMintState(view returns (bool)
true
name(view returns (string)
LostParadigms
owner(view returns (address)
0xcdb4e1a13aa31fdd07ad382500a292b1c6c182a7
provenanceHash(view returns (bytes32)
0x5c9a7916dcf90aac52158d8d2b90bc7770b8c875834a43c57c3577972d29f59d
provenanceMetadata(view returns (string)
publicMintActive(view returns (bool)
false
secondBlockHashToUse(view returns (uint256)
16121340
secondEntropy(view returns (uint256)
22945116914607750814587109616851264290604416014121816610627373858481816201088
signatureVerifier(view returns (address)
0xeeeb2ad1828b9e206149be38e9bb6460ef20f40e
symbol(view returns (string)
LOSTPARADIGMS
totalSupply(view returns (uint256)
3332
Read-only
balanceOf(address ownerview returns (uint256)
getAddressMintCounts(address _addressview returns (struct LostParadigmsMintCounts)
getApproved(uint256 tokenIdview returns (address)
getSecondRevealIds(uint256 supplyview returns (uint256[])
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
shuffle(uint256 seeduint256 amountpure returns (uint256[])
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
allowListMint(struct LostParadigmsAllowListMintParams ppayable 
approve(address touint256 tokenIdpayable 
burn(uint256 tokenId
firstCommit(
firstReveal(
flipAllowListActive(
flipPublicMintActive(
haltMint(
ownerMint(uint256 _numberToMint
ownerMintToAddress(address _recipientuint256 _numberToMint
publicMint(bytes _signatureaddress mintToAddressuint256 _mintCountpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
secondCommit(
secondReveal(
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFilteringEnabled(bool _filteringEnabled
setProvenanceHash(bytes32 newProvenanceHash
setProvenanceMetadata(string newProvenanceMetadata
setSignatureVerifier(address _signatureVerifier
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawFunds(
withdrawFundsToAddress(address _addressuint256 amount
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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AllowlistNotActive(
AlreadyRevealed(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
CallerIsNotEOA(
FirstCommitCompleted(
FirstCommitNotCompleted(
FirstRevealCompleted(
FirstRevealIncomplete(
MaxAllocationExceeded(
MaxFreeAllocationExceeded(
MaxPublicAllocationExceeded(
MintERC2309QuantityExceedsLimit(
MintIsHalted(
MintToZeroAddress(
MintZeroQuantity(
NotEnoughETHSent(
NotRevealed(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
PublicMintNotActive(
PurchaseExceedsMaxSupply(
SecondCommitCompleted(
SecondCommitNotCompleted(
SecondRevealCompleted(
TooEarlyForReveal(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
UnrecognizedHash(