0x6bfd66132c73918ec46304799f75c92819938b3c

Unverified contract

Proxy

Active on Base with 19 txns
Deployed by via 0xee67f486 at 23679554
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 "0x6bfd66132c73918ec46304799f75c92819938b3c"

0xfe452b34eee71c4b33a4a01a755aed4129a1d97ac886ec7d0b55f0b1d6557807
0x7e17fe8c2f51f322f656319611657cdfe2c0edf3cd024ad3ca51fb5949526785
0x32c890754d68b4f133dcdb5202ec0a1131bd0836832e732ab07658198b7f06d9
0xbd7eb8e0d8cbed7b6fb771fce290651d9605efc124e82e4d13d8f181c5d6f6d0
0xe495dccc4b9d4f2931d9393717864bcd2cea24bf1bb4642934e9e57e4b361663
0x9eb90fec1557e2151d8ca089c4e8a3ab9600f07608ec6e1cdaed8b13de04d7ba
0x41afaf930b12a222e3f7859f11eaacd69d50d7bbbdbacdaf27badb497f1cc0ca
0xe7d2d40b348e05960a9edc923ae652bf80de59d5ee640279010b6c8a83a727ee
0x670cc1721ad2a85711827cc230a2dd6fdd53714264d32c10ba7977ef43a45b76
0x94d933434d1f4e7a0a52a308938efee524b96b82e15476eca3901ce85c2ec7d2

Functions
Getter at block 23787284
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractType(pure returns (bytes32)
0x4d61726b6574706c616365563300000000000000000000000000000000000000
contractURI(view returns (string)
ipfs://QmRe5z2fqnCKR4Gu4gZsMpgwjdF321iYK6q6H8wCU2Z4cy/0
contractVersion(pure returns (uint8)
3
defaultExtensions(view returns (address)
0xa789ba1bca53ebbf221698b51145c0a14c0966e9
 
getAllExtensions(view returns (struct IExtensionExtension[] allExtensions)
getFlatPlatformFeeInfo(view returns (addressuint256)
(0xd954bb185991e0e11b90704f35beec3ce54078d2, 0)
getPlatformFeeInfo(view returns (addressuint16)
(0xd954bb185991e0e11b90704f35beec3ce54078d2, 250)
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

This contract contains no constructor objects.

Fallback and receive
fallback(
receive(
Errors
InvalidCodeAtRange(uint256 _sizeuint256 _startuint256 _end
WriteError(