Original Good Game Logo

Verified contract

Proxy

Active on Base
Deployed by via 0x93e8209c at 11010322
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Original Good Game Logo"

0x3d5da74fafd06c2bfb472b4d96d3826621ff6ec60d22ab4c242ad3c56aa4a57d
0x3140e076b7ff19f7b690e8be191b84e2cc2e9928c90a296f5dc6e38c2edf0e42
0xc8f679ba4ccd62a41ad56726cbe4ca6ec274158b700fefb3b3fe06c46cade3dd
0xcf860dbf02b8a8e235c1af09f2abe2367988dd55457024f86fc8d8f2b4e087d9
0x675a19921d240759f49b617f4d282085eaaa90428b8392869f5af0a6606387f0
0x72029e30458031e577262d4c104bb693ea5b7d40a7ccd99f72d2a77dfade144e
0xc52e7347afc65eb71c7a585c4161396d940ce5b49d3ca2c2b3cba8a5bfd9e2c8
0xc186e4e2fe79a9f033bc1840950bb1835c147704b695c64208357b8bde5dcc38
0x9cb7cf6122eab19ef556fe82b2faaa32e7e1327f0c200ca385c27899c79e1699
0xb434f04a0505dadad7d6598f4fb8a9922d53e631c3ea705f01da4e39d4645e6b

Functions
Getter at block 22766456
contractVersion(view returns (uint32)
1
metadataRenderer(view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name(view returns (string)
Original Good Game Logo
owner(view returns (address result)
0xb45d96b850170257ccefca304d8cd691d1efbc0e
payoutRecipient(view returns (address)
0xb45d96b850170257ccefca304d8cd691d1efbc0e
royaltyBps(view returns (uint256)
0
symbol(view returns (string)
DF0281
totalMinted(view returns (uint256)
491
totalSupply(view returns (uint256)
491
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(