OFC x Base

Verified contract

Proxy

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

No balances found for "OFC x Base"

0x1acc31da8415faa51df2fb1d2336ac4a23a54ba604e1fec14796e640338d9d39
0x356456013f54ba21654d321d57066449f24ffb0c75d81799137730401735ce04
0x2c348301ff9519645541aecf02d53d9e552472dceb4af3e69dd7cf2a41a4d274
0x92375666c9b9ad53744062099fc270de8c1f90be5882c51f91f8f80418e89629
0x4696793e97943bedaf8e5e3fe6a99bf66c8cbc5c0a1241f74c7c1689698e4e96
0x04520436cd34b2d48d7d025a5a8b3cf76f83d3911890be89f4dbd3971f209153
0x8e6dfba694bc2bd4f819c72b95cd96e42622c278ca7ee10a83bd793eb9cd108d
0xb926e56cb6750cf27b24b3c9506d32405a94a24bf969e6f199b6e7b2b3fc12dd
0x6abdb1d1aae49d8b9f903421783e7870455950e45b26f8f94ea7627bdab5d796
0xdbcfc40ca8c048a7d2b2b1073ebba3d6f235f4f689cf4136a4f4c3d7db4fd73e

Functions
Getter at block 23197970
contractVersion(view returns (uint32)
1
metadataRenderer(view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name(view returns (string)
OFC x Base
owner(view returns (address result)
0xb6d58bda2ef9b8a0e8d24dbac75287ad0722bd65
payoutRecipient(view returns (address)
0xb6d58bda2ef9b8a0e8d24dbac75287ad0722bd65
royaltyBps(view returns (uint256)
0
symbol(view returns (string)
OFC
totalMinted(view returns (uint256)
10088
totalSupply(view returns (uint256)
10088
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(