Based Frames

Verified contract

Proxy

Active on Base with 1,781 txns
Deployed by via 0x3c18e6f2 at 10062395
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Based Frames"

0xd33e9ed802af93bb691290ac23daee7f3d8d90503cb8f64a7c489c84b49030a2
0x18037b59cb01c13dba70d1db1f02417cf70b8c38fabe0e3dafc34c2dbd771162
0x6b9bcdd041e7974aca32b96cd7b571db7457dd49e6a98d8755cb1d1ae98c0b21
0x1785cd5f874e9313da7393584309637faca249ed2a5423da267d8f887f381a35
0x22a0133599ec9efa6fb5b9fa7bc5094afbbe7ca47c1e7c9b3815292867a2565c
0xf2ad8cbab50d400acb2eb92a1b02d6b20c7c83db8b0e2e8dc07a379ed448f7d9
0xbe7ddd1c4369da2269abdb777ac84490bd2de08e33609c96732952c5c91f29eb
0x9c949bd113b86d8f86c367333a3f93efd950533e98fe19aa0f60e039d5c337f2
0xb46121c5cc68749633d185cc3baaecd76bd26280dbde63fe31652273a23018d1
0x103a0893312e86191a780495f67014d9bc2c78ff691e5016e14ea1c2b0023e9f

Functions
Getter at block 22770650
contractVersion(view returns (uint32)
1
metadataRenderer(view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name(view returns (string)
Based Frames
owner(view returns (address result)
0xaeda6e27328311024bd576b7076130abd7873281
payoutRecipient(view returns (address)
0xaeda6e27328311024bd576b7076130abd7873281
royaltyBps(view returns (uint256)
0
symbol(view returns (string)
DF0046
totalMinted(view returns (uint256)
1723
totalSupply(view returns (uint256)
1723
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(