Framed TopHat

Verified contract

Proxy

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

No balances found for "Framed TopHat"

0x1c704930d740b6e536bf71532c34c639c36571ff32f9e853b3ed16810c475dab
0x8a0387ee8db3f3ef5d2558dbc3091b561d70a7537e0e12097c6322aa9407c167
0xef6051df31db9ed000cc94d03248da5a997d4a5c22553aa80ef80b9110997edd
0xbaf11a1f06508da0b92798babc150789c61d4adc575ef11e443b71def5fdb548
0x79fe7539f4cb3524721555dcab0b5569ac4a6894a3b93dcebe26cc45d3113d62
0xd04e15836a945f882ac32d7019bdc8d4a8e3a36499154c9fbcd9e36f6a7fe4d0
0x13edc9e7ea4345dcc07c38c637378a174dba6a1651aa377bd1452f927b55ec42
0xff7f89d673af11bdce45bc7a18c7e12b062ccc8a1d5537c0014777377f88665c
0x46135376204ef09c9a58c0525d2e627fa168fd60c44c728f2c94370171ff18bd
0x2cba24fc505b563fcb0c6699cd0659d641d5aafa69f1c061c4a37da4455d760b

Functions
Getter at block 22933111
contractVersion(view returns (uint32)
1
metadataRenderer(view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name(view returns (string)
Framed TopHat
owner(view returns (address result)
0x07e3f99e3a6e6d8c546f7ceaf76762c4288e6100
payoutRecipient(view returns (address)
0x07e3f99e3a6e6d8c546f7ceaf76762c4288e6100
royaltyBps(view returns (uint256)
0
symbol(view returns (string)
DF0038
totalMinted(view returns (uint256)
64
totalSupply(view returns (uint256)
64
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(