MarketplaceV3

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x31e5ee43 at 19746547
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots

No balances found for "MarketplaceV3"

No transactions found for "MarketplaceV3"


Functions
Getter at block 22750981
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractType(pure returns (bytes32)
0x4d61726b6574706c616365563300000000000000000000000000000000000000
contractURI(view returns (string)
contractVersion(pure returns (uint8)
3
defaultExtensions(view returns (address)
0xa789ba1bca53ebbf221698b51145c0a14c0966e9
getAllExtensions(view returns (struct IExtensionExtension[] allExtensions)
[]
getFlatPlatformFeeInfo(view returns (addressuint256)
(0x0000000000000000000000000000000000000000, 0)
getPlatformFeeInfo(view returns (addressuint16)
(0x0000000000000000000000000000000000000000, 0)
getPlatformFeeType(view returns (uint8)
0
getRoyaltyEngineAddress(view returns (address royaltyEngineAddress)
0xef770dfb6d5620977213f55f99bfd781d04bbe15
Read-only
getExtension(string extensionNameview returns (struct IExtensionExtension)
getImplementationForFunction(bytes4 _functionSelectorview returns (address)
getMetadataForFunction(bytes4 functionSelectorview returns (struct IExtensionExtensionMetadata)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address member)
getRoleMemberCount(bytes32 roleview returns (uint256 count)
hasRole(bytes32 roleaddress accountview returns (bool)
hasRoleWithSwitch(bytes32 roleaddress accountview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
_disableFunctionInExtension(string _extensionNamebytes4 _functionSelector
addExtension(struct IExtensionExtension _extension
disableFunctionInExtension(string _extensionNamebytes4 _functionSelector
enableFunctionInExtension(string _extensionNamestruct IExtensionExtensionFunction _function
getRoyalty(address tokenAddressuint256 tokenIduint256 valuereturns (address[] recipientsuint256[] amounts)
grantRole(bytes32 roleaddress account
initialize(address _defaultAdminstring _contractURIaddress[] _trustedForwardersaddress _platformFeeRecipientuint16 _platformFeeBps
multicall(bytes[] datareturns (bytes[] results)
onERC1155BatchReceived(addressaddressuint256[]uint256[]bytesreturns (bytes4)
onERC1155Received(addressaddressuint256uint256bytesreturns (bytes4)
onERC721Received(addressaddressuint256bytesreturns (bytes4)
removeExtension(string _extensionName
renounceRole(bytes32 roleaddress account
replaceExtension(struct IExtensionExtension _extension
revokeRole(bytes32 roleaddress account
setContractURI(string _uri
setFlatPlatformFeeInfo(address _platformFeeRecipientuint256 _flatFee
setPlatformFeeInfo(address _platformFeeRecipientuint256 _platformFeeBps
setPlatformFeeType(uint8 _feeType
setRoyaltyEngine(address _royaltyEngineAddress
Events
ContractURIUpdated(string prevURIstring newURI
ExtensionAdded(string indexed nameaddress indexed implementationstruct IExtensionExtension extension
ExtensionRemoved(string indexed namestruct IExtensionExtension extension
ExtensionReplaced(string indexed nameaddress indexed implementationstruct IExtensionExtension extension
FlatPlatformFeeUpdated(address platformFeeRecipientuint256 flatFee
FunctionDisabled(string indexed namebytes4 indexed functionSelectorstruct IExtensionExtensionMetadata extMetadata
FunctionEnabled(string indexed namebytes4 indexed functionSelectorstruct IExtensionExtensionFunction extFunctionstruct IExtensionExtensionMetadata extMetadata
Initialized(uint8 version
PlatformFeeInfoUpdated(address indexed platformFeeRecipientuint256 platformFeeBps
PlatformFeeTypeUpdated(uint8 feeType
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoyaltyEngineUpdated(address indexed previousAddressaddress indexed newAddress
Constructor
constructor(MarketplaceV3MarketplaceConstructorParams _marketplaceV3Params
Fallback and receive
fallback(
receive(
Errors
InvalidCodeAtRange(uint256 _sizeuint256 _startuint256 _end
WriteError(