Low Effort Drop by @Liang
Verified contract
Proxy
Active on
Base with 975 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…1a82
0x0000…f44f
Balances ($0.00)
No balances found for "Low Effort Drop by @Liang"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14272595 | 6 months ago | | | 0 | 0.0000044458918 | |
| 14173789 | 6 months ago | | | 0 | 0.0000028330165 | |
| 13356355 | 6 months ago | | | 0 | 0.0000012242116 | |
| 12716713 | 7 months ago | | | 0 | 2.4739795e-7 | |
| 12510431 | 7 months ago | | | 0 | 0.0000024318136 | |
| 12210832 | 7 months ago | | | 0 | 1.7284258e-7 | |
| 12128163 | 7 months ago | | | 0 | 0.0000010673972 | |
| 11948590 | 7 months ago | | | 0 | 1.4936134e-7 | |
| 11905469 | 8 months ago | | | 0 | 0.0000082445685 | |
| 11666078 | 8 months ago | | | 0 | 0.000000032575891784 |
ABI
ABI objects
Getter at block 21851945
contractVersion() view returns (uint32)
1
metadataRenderer() view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name() view returns (string)
Low Effort Drop by @Liang
owner() view returns (address result)
0x17826c1842044c1e1b8380b182799b4cffeb32f2
payoutRecipient() view returns (address)
0x17826c1842044c1e1b8380b182799b4cffeb32f2
royaltyBps() view returns (uint256)
0
symbol() view returns (string)
DF0078
totalMinted() view returns (uint256)
936
totalSupply() view returns (uint256)
936
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMintModuleApproved(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
royaltyInfo(uint256, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addMintModule(address mintModule)
adminMint(address to, uint256 quantity)
approve(address to, uint256 tokenId) payable
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
initialize(struct Mint721Configuration config, address mintModuleRegistry_, address _metadataRenderer, bytes metadataRendererConfig, address[] mintModules, bytes[] mintModuleData, address creator)
mint(address to, uint256 quantity)
refreshMetadata()
removeMintModule(address mintModule)
renounceOwnership() payable
requestOwnershipHandover() payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setMetadataRenderer(address _metadataRenderer)
setRoyalty(uint256 bps)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner) payable
updateExternalConfiguration(address[] configurable, bytes[] configData)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
MetadataRendererUpdated(address renderer)
MetadataUpdate(uint256 _tokenId)
ModuleAdded(address module)
ModuleRemoved(address module)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
RoyaltyUpdated(uint256 bps)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyInitialized()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidMintModuleData()
InvalidRoyalty()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
ModuleUpdateFailed()
NewOwnerIsZeroAddress()
NoHandoverRequest()
OnlyEOAAdminMintAllowed()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
UnapprovedMintModule()
Unauthorized()