Frames Dev Chat
Verified contract
Proxy
Active on
Base with 523 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…1a82
0x0000…f44f
Balances ($0.00)
No balances found for "Frames Dev Chat"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22483789 | 6 days ago | | | 0 | 1.7915717e-7 | |
| 13208318 | 7 months ago | | | 0 | 0.000010253400 | |
| 13038452 | 7 months ago | | | 0 | 0.0000063066500 | |
| 12819397 | 8 months ago | | | 0 | 9.7290269e-7 | |
| 12342551 | 8 months ago | | | 0 | 0.000088369987 | |
| 10477512 | 9 months ago | | | 0 | 0.000000004971960018 | |
| 10385872 | 9 months ago | | | 0 | 0.000000048716460600 | |
| 10291133 | 9 months ago | | | 0 | 0.000000048714074300 | |
| 10182585 | 10 months ago | | | 0 | 0.000000027796027002 | |
| 10178089 | 10 months ago | | | 0 | 0.000000057776267700 |
ABI
ABI objects
Getter at block 22758378
contractVersion() view returns (uint32)
1
metadataRenderer() view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name() view returns (string)
Frames Dev Chat
owner() view returns (address result)
0xac63f316a93e4f5d800dafd93c291dcd510b1a59
payoutRecipient() view returns (address)
0xac63f316a93e4f5d800dafd93c291dcd510b1a59
royaltyBps() view returns (uint256)
0
symbol() view returns (string)
DF0043
totalMinted() view returns (uint256)
508
totalSupply() view returns (uint256)
508
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMintModuleApproved(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
royaltyInfo(uint256, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addMintModule(address mintModule)
adminMint(address to, uint256 quantity)
approve(address to, uint256 tokenId) payable
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
initialize(struct Mint721Configuration config, address mintModuleRegistry_, address _metadataRenderer, bytes metadataRendererConfig, address[] mintModules, bytes[] mintModuleData, address creator)
mint(address to, uint256 quantity)
refreshMetadata()
removeMintModule(address mintModule)
renounceOwnership() payable
requestOwnershipHandover() payable
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setMetadataRenderer(address _metadataRenderer)
setRoyalty(uint256 bps)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner) payable
updateExternalConfiguration(address[] configurable, bytes[] configData)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address 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 oldOwner, address indexed newOwner)
RoyaltyUpdated(uint256 bps)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AlreadyInitialized()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidMintModuleData()
InvalidRoyalty()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
ModuleUpdateFailed()
NewOwnerIsZeroAddress()
NoHandoverRequest()
OnlyEOAAdminMintAllowed()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
UnapprovedMintModule()
Unauthorized()