Adapter

Verified contract

Active on Ethereum with 1,049 txns
Deployed by via 0xc64f6099 at 21099018
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Native
Value $14,407.73
ERC-20
Value $8,865.93
ERC-20
Value $3,004.26
ERC-20
Value $1,825.86
ERC-20
Value $1,757.38
ERC-20
Value $1,410.24
ERC-20
Value $1,210.13
ERC-20
Value $794.53
ERC-20
Value $455.58
ERC-20
Value $443.84
0xffc695d95ea7075315aca4377985452ebe05f895f0c04780f17ca00f4a26ec51
0xc29100d0b91aaa0f9ac94f6f9d3260aeb5eba752a0350457d959e9ee5d75be01
0xab484b44078401b7295527ba5926bdcfc8e78af33606ba478bdd7512bb669608
0x6303728e4342e570f29e89d2182bfc971ae13116dc6f89efb36bfe4be6cee593
0x6791e831e9e4ea13c3b98274ed65bb292bed0a3509852ad71ae26a8eb9602060
0xda39c0453cdadb5d9b80aabcd88849adb3aff99ac0340d1c15b110699b4625bc
0x70654bcf28241caa2d0f2c4c5665b52731c2b7ad34f8ee2ba680d666033e2fca
0xb69907c352451a15ed5175ea5e2744107f5f23ea4ca1b34e4ecc37171ed25555
0xc513e13b305bd16acca7da7c01ca6d15ac1fb620e8397f4153ed5ff0a932bb04
0xf654791f3e5f315c0d1d94eca8bc46afd96fd0574a00180287e4ce87a2ce9026

Functions
Getter at block 21187263
DOMAIN_SEPARATOR(view returns (bytes32)
0x82ee5d4af512b33859c08c96ea6f73fe0a641013fbf1174cf13a1a2b6c9ead75
 
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