Based Motorcycle Hotdog

Verified contract

Proxy

Active on Base with 528 txns
Deployed by via 0xec557f1d at 16487564
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x8fef8121ab00a64c14b2dc10a7b4c1c8d76f11734866829083bc530d25c7bda3
0xde88a2aafa7ba350d74167dd3d3c9bde720f7c6dce3598b0d2489b13f4ca14f7
0x6a73ec556b49c0e03a16242a05f433e69ace0599650124714134cca9d364c357
0x0332fe2c390afbf867760d9916360db6a306bcd0187aae482a092980edadde20
0x94734c6c3dc6e38da8e190a35460357024966ab1d83d4ced7357c99cab92963c
0xaf15b33a10b8be42eed098ed30ca3e54d9d731418e92c5e7018ced6e76dca5e6
0xd91da8fd610787f5f2b84264cd746d5b2cb0c88f491a2cbaae19dd48b70e82dc
0x56986e51d632044229f30bdac4a7b791f5e0eb73bf39e378f0dc736624302ac3
0x85963d107eb4ecae803f8956c2ea4df62bfaa4405fc6a05e82d843a90dd4e1e4
0x3924aa89e0f001008a223f38143c90ad675698c1599bc48d650fcb4fcfd6a093

Functions
Getter at block 23940861
contractVersion(view returns (uint32)
1
metadataRenderer(view returns (address)
0x000000000000771c0df6de1451d9175b03c1f44f
name(view returns (string)
Based Motorcycle Hotdog
owner(view returns (address result)
0xdbd894f5495418ff7bb1c1a21a077c391c1f6602
payoutRecipient(view returns (address)
0xdbd894f5495418ff7bb1c1a21a077c391c1f6602
royaltyBps(view returns (uint256)
0
symbol(view returns (string)
MOTOD
totalMinted(view returns (uint256)
5061
totalSupply(view returns (uint256)
5061
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(