Bytecode-generated storage layout

We've generated a storage layout (with no variable labels) from this contract's bytecode. We've also started a backfill to track the inferred variables.

Adapter

Verified contract

Active on Base with 1,550 txns
Deployed by via 0xbaca5dfe at 22099287
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $557.82
ERC-20
Value $1,741.01
ERC-20
Value $1,105.34
ERC-20
Value $808.94
ERC-20
Value $450.82
ERC-20
Value $373.87
ERC-20
Value $358.74
ERC-20
Value $346.84
ERC-20
Value $340.33
ERC-20
Value $151.23
0x71ea07ee17343e2a93e115a921f5502b96f77c7c16e1740f0da10d2cd817031f
0xf9ccc2c729b13dd14111c856e8cca835856b1781be32ae3d05eba6cc12dc891a
0x9af8f9b8f1d111f9fdc9fb6fa703c30f088ca1eb2900b12483f2b7ba737da23f
0x00f4296ff6bf3ae0fa4413c39ad2504113d95f7b249f0d65394069b94542a429
0x1c06dc4bed9f8205beb53bb225ca78158e0306ba654f5f8a43e1add741fe8f6c
0x34d4c134beaf95f2b93679a14b2983e70cbeb88083e8ac326e1185f5ef1304cd
0x40f5b3f5bb94c31987859e28dc24d64ca29792e2dd7d779181722d5db80fd6bd
0x379663a8c267245a1f0de67aea69e09d46169a9acd646605eaf7131004469dd9
0x882d3b68e5a6d59f49c298285be13547969924eb8b23b472f139ccb04794c66d
0x766764dc35bb96dbdd3bb05945859f62b211765a0f5f16bf381858dfb348417c

Functions
Getter at block 22747378
DOMAIN_SEPARATOR(view returns (bytes32)
0x456655464cb9c6f9614885c9a1b26d6b66144224a4f428f36da646af34aedd8f
 
getModules(view returns (struct IAdapterModule[])
owner(view returns (address)
0x0abfd500b000f206400bee0e0409000380090896
Read-only

This contract contains no read-only function objects.

State-modifying
install(address module
transferOwnership(address _newOwner
uninstall(address module
Events
ModuleInstalled(address indexed module
ModuleUninstalled(address indexed module
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Constructor
constructor(address _owner
Fallback and receive
fallback(
receive(
Errors
ModuleNotFound(
ModuleNotInstalled(address module
ModuleNotRegistered(
SelectorAlreadySet(bytes4 selectoraddress oldModule
UnauthorizedAccount(address account