☀️gm☀️

Verified contract

Proxy

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

No balances found for "☀️gm☀️"

0x6a5df56864a3db0a82c8212fd7ecc1948ce6e29c0c1dd043b168afdd89fae0bf
0x33a4a5d78e018332d20d878a5030077e413b98ed18457e3f813d5a7862f02788
0x571f9fb2170bcaacf95f1eacf52329f205e40d4fca98be1bc9e6e3d7b5959d26
0xae7d877c63ee6c7f199bcf1791c088897debb92e92569e52a32c53ce9fef80d5
0x05764f6655ef1b473ddb7e021b73729476b4da014e62e582a60c64367ce74ae5
0x1faf0fad2aa934a96f6539ff38e8fc69416c87da8b9758c035d1048a6adc4b12
0x907a4847d1cd047eb8a2ed6f8dd096c278cf2821c80f7e0138051062dbfc69e1
0xadeecc526fa7cb267ffba76d4f05a7b0eb168c572eaf6bfce9e539104eed6661
0xfc15a0af16a773eda1b8f21520ca97fe73aa8d584b4a29ac0a0455a6f578cfc5
0x49ee87abfbb6ffa2f64e9b6012b480392743d268e06669830e2fe833fd016f2e

Functions
Getter at block 22772661
contractVersion(view returns (uint32)
1
metadataRenderer(view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name(view returns (string)
☀️gm☀️
owner(view returns (address result)
0xe272f4bad34dc6e5a9b21ce060f973b9d6d0face
payoutRecipient(view returns (address)
0xe272f4bad34dc6e5a9b21ce060f973b9d6d0face
royaltyBps(view returns (uint256)
0
symbol(view returns (string)
DF0126
totalMinted(view returns (uint256)
361
totalSupply(view returns (uint256)
361
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(