Lonely Shadows: Shadow Mint Passes

Verified contract

Active on Ethereum with 425 txns
Deployed by via 0xc6da7d49 at 13521024
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Lonely Shadows: Shadow Mint Passes"

0x80dbdc1cc82d2c8bbd264f1a71397fd411dd1e06accfec9e8fcf2c882b25166e
0x490b79a581837cf65f716503734c629dcb8c5d23627d1911d8f77fbcd4eff35d
0x6984ee0f1e58eae8ff0ca71de49c66ee19f0e983155b98bded1ed7d9cfe7e4e1
0x98f420771262e8b4a21d0f80a4d0b29888220aba2cabe96682b47e5220c1601d
0x38362b28814e39f12ae97db7639980be7ccfbec9802b97edb696d3633bdb0116
0x70252fa2ec7387dbee3719b2032c6953badd20280795c5a93d252825336a255d
0xa695a46a749e6ee3fc5fdf3305807ed33976f99649c49dba304564a18b3fbcab
0x66a037cd693e94839364805b3f08f86adf371205efe27e170ca49e49fef07ec8
0x3aba3319845f46af4287231f8238fd1a7b74124c0b40aa8e8d13efd7e255ce62
0xbd6854fc2480142b8a624ce6afd8335279d2352d8b95d5f84a76da7cda4a5698

Functions
Getter at block 20892780
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
_contractURI(view returns (string)
ipfs://QmWnRYjnvEgQd1ko96VhzyK3omVkMe3G7E6Cc4XfZi3P4X
contractURI(view returns (string)
ipfs://QmWnRYjnvEgQd1ko96VhzyK3omVkMe3G7E6Cc4XfZi3P4X
name(view returns (string)
Lonely Shadows: Shadow Mint Passes
name_(view returns (string)
Lonely Shadows: Shadow Mint Passes
owner(view returns (address)
0x79d45a243a556e50634efabff9d2eb431d833303
paused(view returns (bool)
false
symbol(view returns (string)
LONELYSHADOWSPASS
symbol_(view returns (string)
LONELYSHADOWSPASS
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
getClaimedMps(uint256 poolIdaddress userAdressview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getTokenSupply(uint256 mpIndexview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
isSaleOpen(uint256 mpIndexview returns (bool)
makeLeaf(address _addruint256 amountview returns (string)
mintPasses(uint256view returns (bytes32 merkleRootbool saleIsOpenuint256 windowOpensuint256 windowClosesuint256 mintPriceuint256 maxSupplyuint256 maxPerWalletuint256 maxMintPerTxnstring ipfsMetadataHashaddress redeemableContract)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
uri(uint256 _idview returns (string)
verifyMerkleProof(bytes32[] merkleProofuint256 mpIndexuint256 amountview returns (bool)
State-modifying
addMintPass(bytes32 _merkleRootuint256 _windowOpensuint256 _windowClosesuint256 _mintPriceuint256 _maxSupplyuint256 _maxMintPerTxnstring _ipfsMetadataHashaddress _redeemableContractuint256 _maxPerWallet
burn(address accountuint256 iduint256 value
burnBatch(address accountuint256[] idsuint256[] values
burnFromRedeem(address accountuint256 mpIndexuint256 amount
claim(uint256 numPassesuint256 amountuint256 mpIndexbytes32[] merkleProofpayable 
claimMultiple(uint256[] numPassesuint256[] amountsuint256[] mpIndexsbytes32[][] merkleProofspayable 
editMaxPerWallet(uint256 _maxPerWalletuint256 _mpIndex
editMintPass(bytes32 _merkleRootuint256 _windowOpensuint256 _windowClosesuint256 _mintPriceuint256 _maxSupplyuint256 _maxMintPerTxnstring _ipfsMetadataHashaddress _redeemableContractuint256 _mpIndexbool _saleIsOpenuint256 _maxPerWallet
editTokenIPFSMetaDataHash(string _ipfsMetadataHashuint256 _mpIndex
editTokenMaxMintPerTransaction(uint256 _maxMintPerTxnuint256 _mpIndex
editTokenMaxSupply(uint256 _maxSupplyuint256 _mpIndex
editTokenMintPrice(uint256 _mintPriceuint256 _mpIndex
editTokenRedeemableContract(address _redeemableContractuint256 _mpIndex
editTokenWhiteListMerkleRoot(bytes32 _merkleRootuint256 _mpIndex
editTokenWindowCloses(uint256 _windowClosesuint256 _mpIndex
editTokenWindowOpens(uint256 _windowOpensuint256 _mpIndex
grantRole(bytes32 roleaddress account
mint(address touint256 numPassesuint256 mpIndex
mintBatch(address touint256[] numPassesuint256[] mpIndexs
pause(
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setContractURI(string uri
setOwner(address _addr
setURI(string baseURI
transferOwnership(address newOwner
turnSaleOff(uint256 mpIndex
turnSaleOn(uint256 mpIndex
unpause(
withdrawEther(address _touint256 _amount
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
Claimed(uint256 indexaddress indexed accountuint256 amount
ClaimedMultiple(uint256[] indexaddress indexed accountuint256[] amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Unpaused(address account
Constructor
constructor(string _namestring _symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.