Low Effort Drop by @Liang

Verified contract

Proxy

Active on Base with 975 txns
Deployed by via 0x3f253be1 at 10070528
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Low Effort Drop by @Liang"

0xa875fd2291fa1cf0c1a5d8ed886249921e37d72c544a57ec095d615a6be356db
0xc400ed9aa2a4b3f4c06256ed171aef44cc608a2c4ee906e803ead84975d72ad0
0xf75e0a9f4af3f1c0e6d7575ae13365a8ab6d28ab1f2b18879d3a9e5764935715
0xefa9a9bb81423353d47a12732fb46ce8923ae28b3e72e5fd3385daa6e41c23cc
0xc9e0ae01c59b39604dbe7af313646913aa5ad260c4ba207a9343cab5d6eb41e2
0xe647125b7de5a15d89d75075bdcb0fa8598821ddb0c8738e9ac11f3b00fc2257
0xb72fe1dfb86b0cc0bed30c6c705741a31a1f8098b498be9e3fed7f721cfbde01
0x1afc4b8828a8658e00900135fb08d23d455e2940a6e83672c09afa5de9b29a44
0xbd9a13636d4c4c7134cfe311c44bc073a02d46e65d585800e63e20ae60c4a16e
0x8022d0f8786df7307857f6baf96bf6d9c4ec8fe9c62a86f1ca18162ea5f16175

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isMintModuleApproved(addressview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
ownershipHandoverExpiresAt(address pendingOwnerview returns (uint256 result)
royaltyInfo(uint256uint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addMintModule(address mintModule
adminMint(address touint256 quantity
approve(address touint256 tokenIdpayable 
cancelOwnershipHandover(payable 
completeOwnershipHandover(address pendingOwnerpayable 
initialize(struct Mint721Configuration configaddress mintModuleRegistry_address _metadataRendererbytes metadataRendererConfigaddress[] mintModulesbytes[] mintModuleDataaddress creator
mint(address touint256 quantity
refreshMetadata(
removeMintModule(address mintModule
renounceOwnership(payable 
requestOwnershipHandover(payable 
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setMetadataRenderer(address _metadataRenderer
setRoyalty(uint256 bps
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwnerpayable 
updateExternalConfiguration(address[] configurablebytes[] configData
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress 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 oldOwneraddress indexed newOwner
RoyaltyUpdated(uint256 bps
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyInitialized(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InvalidMintModuleData(
InvalidRoyalty(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
ModuleUpdateFailed(
NewOwnerIsZeroAddress(
NoHandoverRequest(
OnlyEOAAdminMintAllowed(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
UnapprovedMintModule(
Unauthorized(