son of larvagod

Verified contract

Proxy

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

No balances found for "son of larvagod"

0x080548ab623002f8849403906445c8e391a4122628c83857b89cdbf1ffbeb60d
0xf64404ef051cecf06010ddbe70ed2664f16905e06617711dae9d44f607711c57
0xc9ebfb8e4bdfd65429c65360ce276090f2dcea5c0c8c5c0575a086fef67ac1ca
0x56ee8c6738091197be6a6e09784fb393bbea55d5015c444ebfb3ed6821a852a2
0xc5ef871e991dc309d2538b4894ae6f8b809fb257a07af0431a486687e4c94801
0x1ccff95177b99dee19f94cc4d6a421c0d15ab424fa6030c2d9030c5109218ae2
0xf8387aff36bca657664b9008ba90af884846b09177715925c20cc7ac9a264bd1
0x75feb3a4557d974885dba464b541cb745bdaf2ad4983d07f3e7cfe07a72affcf
0xe235d41a3441d40e477998e2b6042af0cfe36c28becffb405898b9359a10c6a9
0xc063f2c72378a29e7217f0c9072b66da4cb16526e978510c1db31d10fd390166

Functions
Getter at block 21877235
contractVersion(view returns (uint32)
1
metadataRenderer(view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name(view returns (string)
son of larvagod
owner(view returns (address result)
0xe91614ccd48902aa74bad72a6ee149149fe712e5
payoutRecipient(view returns (address)
0xe91614ccd48902aa74bad72a6ee149149fe712e5
royaltyBps(view returns (uint256)
0
symbol(view returns (string)
DF0105
totalMinted(view returns (uint256)
86
totalSupply(view returns (uint256)
86
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(