Low Effort Monsters
Verified contract
Active on
Ethereum with 1,743 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Low Effort Monsters"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20607127 | 3 months ago | | | 0 | 0.000049101036 | |
| 20389056 | 4 months ago | | | 0 | 0.00014324192 | |
| 18024249 | a year ago | | | 0 | 0.0012425436 | |
| 17306452 | 2 years ago | | | 0 | 0.0014207824 | |
| 16586741 | 2 years ago | | | 0 | 0.0018745086 | |
| 16308479 | 2 years ago | | | 0 | 0.00074780058 | |
| 15879596 | 2 years ago | | | 0 | 0.00069709065 | |
| 15846041 | 2 years ago | | | 0 | 0.00044497800 | |
| 15831781 | 2 years ago | | | 0 | 0.00048275159 | |
| 15820474 | 2 years ago | | | 0 | 0.00064514800 |
ABI
ABI objects
Getter at block 21284470
_baseTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/bafybeieeyhnd7vdj6ykyvddm5mginmmobcsqmfxmik3erfe7fgnpoob7ae/
merkleRoot() view returns (bytes32)
0x3a8ccf7dfa927bd7bddf4684ea089774b1e2f5769f8dc8d9da5938655ffc35b3
name() view returns (string)
Low Effort Monsters
owner() view returns (address)
0x0d29b64e9409fb0ebbd42636cbef03cb2348f954
presaleMaxPerWallet() view returns (uint256)
3
presalePrice() view returns (uint256)
0
presaleSupply() view returns (uint256)
6843
price() view returns (uint256)
0
saleState() view returns (uint8)
0
supply() view returns (uint256)
6843
symbol() view returns (string)
LEMs
totalSupply() view returns (uint256)
6843
Read-only
addressMintBalance(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
withdrawAddresses(uint256) view returns (address)
withdrawPercentages(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 qty, address recipient)
mint(uint256 qty) payable
presale(uint256 qty, bytes32[] merkleProof) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMerkleRoot(bytes32 _merkleRoot)
setPresalePerWalletMax(uint256 _val)
setPresalePrice(uint256 newPrice)
setPrice(uint256 newPrice)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setSaleState(uint8 _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _baseUri, uint96 _royaltyAmount)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidPrice()
InvalidProof()
InvalidQuantity()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
SaleInactive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()