end of childhood

Verified contract

Proxy

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

No balances found for "end of childhood"

0x4c0c03934de5c7f5380d10f91bb2c696b228a300e6bbcdcc7511c66b7bfd95ed
0xba570283b67325ab52fc5b3f96d5d1c1990c8b4cb1638dfdd807cb26e77924d2
0xeb3db64f99ecd96b6b139bff7a54b548c43f4fd43ddb264bc79175019c9ecb8b
0x2bc15fa6f93c1e305cb42c43646f0434e402cfac58cb6b3662843ffea07ad242
0x80904e43b6e7d28c27191762f64b0412110ab5f18682e0d1b545deef5af47726
0xb01050ec18ec1d60e51aaa3b226136f0057d3ff62e41db0e18fb500cf8f6a54f
0x5d30a1d98c3208b5304907c9467e6cdc1eb987379ef09dc3dafda005b1e41183
0xa6467c04cf27f52c23d5fb82b511d48eb0643ab033307068125a1070ab149feb
0xa93df528d71c2631a503da1937db0a32fc296e20d246502d6e92a504e6c7e7f3
0xc0cf8faf0f5b8038724cc9a58b18047aa461d5d4302004f9f180f0a9ff45e5d5

Functions
Getter at block 21876811
contractVersion(view returns (uint32)
1
metadataRenderer(view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name(view returns (string)
end of childhood
owner(view returns (address result)
0x528568c10702db3cb5ab3677692df0287595dc75
payoutRecipient(view returns (address)
0x528568c10702db3cb5ab3677692df0287595dc75
royaltyBps(view returns (uint256)
0
symbol(view returns (string)
DF0248
totalMinted(view returns (uint256)
626
totalSupply(view returns (uint256)
626
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(