only for a moment

Verified contract

Proxy

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

No balances found for "only for a moment"

0xaf58e4cff87c38cfe621a0a47b0196de57baed259559ade5ada3ddfeb2c42541
0xeb1c347c9a70365c24af36330d783e4c55d3794386953f7fd80c95fa57555899
0xada177e6bfcc3b07e105c0671b1beff3c9d303e0231b6ae1673ac320a155eb49
0xb057d6546201f235322d9d0f9ce63de181050f518b2283906ac9d1f4c1daf282
0xc77c71ab550bc171af0a73666326444ed5619b130500e267ad2bce6318f58db2
0x5bde8376e1128c440bef70ecc7f67d9d59e66a8a49dd9bc777edb913b511016c
0xbcc7660f2c1f52c31e0c4658edc69d11241493a2b514117d4529bf72e1164e83
0x337129c52d3992a61655ee38e03baa007d4ccc4df1d1cadd430b99f126c5f74f
0x607c477ea2d40e3ce15f3a9eefa975ae3765e130a73ed3b64c229c0fdae1e43a
0x175bce8cb75fa5b2179a982e5a36cd21e0992605595f006d31ef36ae7bfa1d34

Functions
Getter at block 22778072
contractVersion(view returns (uint32)
1
metadataRenderer(view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name(view returns (string)
only for a moment
owner(view returns (address result)
0x70376014a7d7e05d0591f49d206421476be68b02
payoutRecipient(view returns (address)
0x70376014a7d7e05d0591f49d206421476be68b02
royaltyBps(view returns (uint256)
0
symbol(view returns (string)
BASED
totalMinted(view returns (uint256)
2066
totalSupply(view returns (uint256)
2066
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(