Based yoyo

Verified contract

Proxy

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

No balances found for "Based yoyo"

0x3628dd5b180e828f3e4fa9a785a733fec5731ef30cde628732b7cabb3a1d0cc4
0x0e390c1febd8658d4f916ed6d902cf803d569c50c182b7e75636c008f9ebdacb
0x1a2dd82727186fb7939c129030bb3e1192f82d13d84ca277e2e1293f0b87872e
0x4cdeca87239afa88f812ee59693c1b34477b546d94d2dfcb3dfa767192b6cc24
0x8aa466ccc6d9c7cfadc6e023610475c7654c6ef2081d125866ff6932ff4d7843
0x780ab2a390a692ae930e026e3872f45a04bbc09f43a2748dbed539ca4ba00595
0xd2d9314d71ff97a4f74b5c89fd6cb74d5396507873b6271f8eb1517767aecee3
0x64ab7e6da055d462d7a38b904bd20c2ae75cde5fa94362659d54cb969dfd0d01
0x2b6c4eba30a10e5958549b741f90563724801633af57e49d710d299fde65cf9d
0x40e3b2daae13a9522cf4ea75295206d91e535648bff59d9c1d16d7806cabbb5a

Functions
Getter at block 23062635
contractVersion(view returns (uint32)
1
metadataRenderer(view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name(view returns (string)
Based yoyo
owner(view returns (address result)
0x055723af679eed7e5c785560cc0f81d58650898c
payoutRecipient(view returns (address)
0x055723af679eed7e5c785560cc0f81d58650898c
royaltyBps(view returns (uint256)
0
symbol(view returns (string)
BAS
totalMinted(view returns (uint256)
43766
totalSupply(view returns (uint256)
43766
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(