Frameshift Gate

Verified contract

Proxy

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

No balances found for "Frameshift Gate"

0x7cb2a99606df790825a6695407bbede0c47cbc61096b043032e68fc2a77c685c
0x2bb681b19858bd160e88f7b41568b7c61479e16f1c181591207da96727889b20
0xca04c056659fd17cdd4c6ac6415b4653b691e5623fbe220dbdcf239cd206c23b
0x43643325db95ec09ced1cf446a97ae810fb7ad8276d3dc582d65deb9baa8a606
0xbc7367304ad8a8e9cceb67591e323de3c81d62067c351d2ec69401743bad82ec
0x84a4c77c612b40cf52d4c49657fdd14dab5eba6b89f4abf1d90dd98c6e1dedfa
0x8229512fadbc99f7304dcd12feb08619ac14a69a1cd59bc558cacd531f994855
0x85ac85f791d27fd88816af1895b7b8213f2588c67e0939361ed0d68f0615038c
0x03c33b940b1331fdb0e9885b9d873251af33c44e3553e46314581ae90db9fd11
0xa1c9567ca1bbb3881714b5b5c8c7798aba5d5063b916a51cb798e8da73700ad9

Functions
Getter at block 21976957
contractVersion(view returns (uint32)
1
metadataRenderer(view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name(view returns (string)
Frameshift Gate
owner(view returns (address result)
0xa0109aa618dba7a07a80a76ed71d07710b217077
payoutRecipient(view returns (address)
0xa0109aa618dba7a07a80a76ed71d07710b217077
royaltyBps(view returns (uint256)
0
symbol(view returns (string)
DF0138
totalMinted(view returns (uint256)
541
totalSupply(view returns (uint256)
541
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(