Los Muertitos

Verified contract

Active on Ethereum with 1,771 txns
Deployed by via 0x5431dcca at 14763173
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $0.06
0xf71868c8237bdd75ceafa1a220eda7d9051e2bc3d3a3c530f14919fc053f23cb
0x45162b7202e555075fc9784401b9cfdf8edc05339f0311960a1122a1204cb9a2
0x023bd0d715eff84ef13dd874498e3b709b74e8dac0a9b752ce9d0b4a5b9d885d
0x7112cf56309c5f00cac8b96e406f7690920d31402741365e7b259f931c76a1dd
0xabd56c985dd169a19ca8f6c8ee8f936bf5d434366c67700a58419f220f0f1b2d
0xaf1a21a4d45a28cac4cfa1eac091733396993745004fdb62c68a763c4cb39c73
0x8c7b572bac5f4f0e65f4c529d85d77a878a441414bb67cae79fd025f1b912d40
0x32691b35580516fd0229f5bfb6911ada7c5db74f0051b3dc7f67c8a4fd21587e
0x328cf49add49b181a55aba5c6942751784b2f51f410e0139aaca4c5b39de3635
0x8c20ee45454718d2633018844fe0f16dfe67f41ba76c74d34689c8f4db7a7dd5

Functions
Getter at block 21225819
cost(view returns (uint256)
0
hiddenMetadataUri(view returns (string)
ipfs://QmVrXtCbads4D7aqkQbYxvTdZENPmA6NHjZrX9FPaeFHk5/hidden.json
maxMintAmountPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
10000
merkleRoot(view returns (bytes32)
0x614d2834b62be6672b2a93fe5b310aaf0578f14c647eaf581cd1e76541918af4
name(view returns (string)
Los Muertitos
owner(view returns (address)
0xe85ce824b2a1ea7729033bf84b3ddb4c42376d72
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
LMTT
totalSupply(view returns (uint256)
10000
uriPrefix(view returns (string)
ipfs://QmQWzD4T6Q5gojH72RFXiUG3bDG3fHnwDtLngwEMcTa7ts/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
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(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(