Pixotchi
Verified contract
Proxy
Active on
Base with 162,483 txns
Unified storage
Map
Table
Raw
Constants and immutables
10
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
Balances ($5,724.04)
Native
Value
$5,724.04
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 1.743108 | $3,283.81 |
$5,724.04 | |
SKIPUP | ERC-20 | 0.01 | $0.167564 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 2.193658K | -- | -- | |
BLOWN | ERC-20 | 77.694207 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22757920 | a few seconds ago | | | 0 | 0.0000060058560 | |
| 22757914 | a few seconds ago | | | 0 | 0.0000059977783 | |
| 22757909 | a few seconds ago | | | 0 | 0.0000059977783 | |
| 22757789 | 5 minutes ago | | | 0 | 0.0000059977783 | |
| 22757779 | 5 minutes ago | | | 0 | 0.0000028114612 | |
| 22757769 | 5 minutes ago | | | 0 | 0.0000047153316 | |
| 22757755 | 6 minutes ago | | | 0 | 0.0000059977783 | |
| 22757751 | 6 minutes ago | | | 0 | 0.0000059977783 | |
| 22757671 | 8 minutes ago | | | 0 | 0.0000061326285 | |
| 22757655 | 9 minutes ago | | | 0 | 0.0000061326285 |
ABI
ABI objects
Getter at block 22757922 getAllExtensions() view returns (struct IExtensionExtension[] allExtensions)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractType() pure returns (bytes32)
0x5069786f74636869526f75746572000000000000000000000000000000000000
contractVersion() pure returns (uint8)
1
defaultExtensions() view returns (address)
0x9b6094a1a170f8fda9602044fc646df6e1af7955
Read-only
getExtension(string extensionName) view returns (struct IExtensionExtension)
getImplementationForFunction(bytes4 _functionSelector) view returns (address)
getMetadataForFunction(bytes4 functionSelector) view returns (struct IExtensionExtensionMetadata)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address member)
getRoleMemberCount(bytes32 role) view returns (uint256 count)
hasRole(bytes32 role, address account) view returns (bool)
hasRoleWithSwitch(bytes32 role, address account) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
State-modifying
Events _disableFunctionInExtension(string _extensionName, bytes4 _functionSelector)
addExtension(struct IExtensionExtension _extension)
disableFunctionInExtension(string _extensionName, bytes4 _functionSelector)
enableFunctionInExtension(string _extensionName, struct IExtensionExtensionFunction _function)
grantRole(bytes32 role, address account)
initializeRouter()
removeExtension(string _extensionName)
renounceRole(bytes32 role, address account)
replaceExtension(struct IExtensionExtension _extension)
revokeRole(bytes32 role, address account)
ExtensionAdded(string indexed name, address indexed implementation, struct IExtensionExtension extension)
ExtensionRemoved(string indexed name, struct IExtensionExtension extension)
ExtensionReplaced(string indexed name, address indexed implementation, struct IExtensionExtension extension)
FunctionDisabled(string indexed name, bytes4 indexed functionSelector, struct IExtensionExtensionMetadata extMetadata)
FunctionEnabled(string indexed name, bytes4 indexed functionSelector, struct IExtensionExtensionFunction extFunction, struct IExtensionExtensionMetadata extMetadata)
Initialized(uint8 version)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
constructor(PixotchiRouterSimpleRouterConstructorParams _simpleRouterV3Params)
fallback()
receive()
InvalidCodeAtRange(uint256 _size, uint256 _start, uint256 _end)
WriteError()