Pixotchi

Verified contract

Proxy

Active on Base with 162,483 txns
Deployed by via 0xd64bb65d at 15073608
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
Native
Value $5,724.04
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0xf60eb9b3775cdc3eb2126f18481a8b7255f8db4fd56ad00ca9354446d542478d
0xfaab5fd907db5ca02e640976890bf344df3aca4d5dea737d8cce13c82cefd337
0x1e10f6886cceaa39766f4667dfbc7e8917005165a86385c9b0d300a1ce81b059
0x223b4f0c347e1a10d7d6d8ecbc5c8714a42db6e58506d0a175e3f7c08aee45c6
0x696f21c3584d276abc4567f7ae4e2421862b9bf1e525787079f06e2bf1dcbd66
0xb6fd3cdeadba6e413599ae6c08f0ed0d5d992907f268abb0a28f86f6cdfec5ee
0x9d6086d9f04d32dd62a03fd67ee1c2c37fb810082bb805399ebc07a5206465fd
0x6e54be33d69888b8f54517694969ddbb8a825f5de7856854067b1a284eeae18b
0x816a96922be5aad8e783c6c09b7fa1307e3217e995c402c71fd9be871e90dcc3
0x251eb04c97895aa5b5f121e3ce0cdc173399ade4537858dcfff1315aa44a7132

Functions
Getter at block 22757922
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractType(pure returns (bytes32)
0x5069786f74636869526f75746572000000000000000000000000000000000000
contractVersion(pure returns (uint8)
1
defaultExtensions(view returns (address)
0x9b6094a1a170f8fda9602044fc646df6e1af7955
 
getAllExtensions(view returns (struct IExtensionExtension[] allExtensions)
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)
State-modifying
_disableFunctionInExtension(string _extensionNamebytes4 _functionSelector
addExtension(struct IExtensionExtension _extension
disableFunctionInExtension(string _extensionNamebytes4 _functionSelector
enableFunctionInExtension(string _extensionNamestruct IExtensionExtensionFunction _function
grantRole(bytes32 roleaddress account
initializeRouter(
removeExtension(string _extensionName
renounceRole(bytes32 roleaddress account
replaceExtension(struct IExtensionExtension _extension
revokeRole(bytes32 roleaddress account
Events
ExtensionAdded(string indexed nameaddress indexed implementationstruct IExtensionExtension extension
ExtensionRemoved(string indexed namestruct IExtensionExtension extension
ExtensionReplaced(string indexed nameaddress indexed implementationstruct IExtensionExtension extension
FunctionDisabled(string indexed namebytes4 indexed functionSelectorstruct IExtensionExtensionMetadata extMetadata
FunctionEnabled(string indexed namebytes4 indexed functionSelectorstruct IExtensionExtensionFunction extFunctionstruct IExtensionExtensionMetadata extMetadata
Initialized(uint8 version
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Constructor
constructor(PixotchiRouterSimpleRouterConstructorParams _simpleRouterV3Params
Fallback and receive
fallback(
receive(
Errors
InvalidCodeAtRange(uint256 _sizeuint256 _startuint256 _end
WriteError(