Adapter
Verified contract
Active on
Ethereum with 1,049 txns
Slot
XX
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
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 4.56455 | $3,156.44 |
$14,407.73 | |
USDC | ERC-20 | 8.857071K | $1.001 |
$8,865.93 | |
USDT | ERC-20 | 2.99826K | $1.002 |
$3,004.26 | |
DAI | ERC-20 | 1.822218K | $1.002 |
$1,825.86 | |
stETH | ERC-20 | 0.556037 | $3,160.55 |
$1,757.38 | |
SOL | ERC-20 | 6.558322 | $215.03 |
$1,410.24 | |
WBTC | ERC-20 | 0.013609 | $88,923.00 |
$1,210.13 | |
PEPE | ERC-20 | 34.756498M | $0.000023 |
$794.53 | |
DOGE | ERC-20 | 1.219241K | $0.373656 |
$455.58 | |
PSP | ERC-20 | 24.318918K | $0.018251 |
$443.84 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21187242 | 5 minutes ago | | | 0 | 0.0077694693 | |
| 21187012 | an hour ago | | | 0 | 0.012208014 | |
| 21186897 | an hour ago | | | 0 | 0.0079217299 | |
| 21186888 | an hour ago | | | 0 | 0.0071258954 | |
| 21186857 | an hour ago | | | 0 | 0.0098709863 | |
| 21186752 | 2 hours ago | | | 0 | 0.015308466 | |
| 21186749 | 2 hours ago | | | 0 | 0.014377164 | |
| 21186738 | 2 hours ago | | | 0 | 0.016061531 | |
| 21186712 | 2 hours ago | | | 0 | 0.012004420 | |
| 21186643 | 2 hours ago | | | 0 | 0.0065075378 |
ABI
ABI objects
Getter at block 21187263 getModules() view returns (struct IAdapterModule[])
DOMAIN_SEPARATOR() view returns (bytes32)
0x82ee5d4af512b33859c08c96ea6f73fe0a641013fbf1174cf13a1a2b6c9ead75
owner() view returns (address)
0x0abfd500b000f206400bee0e0409000380090896
Read-only
This contract contains no read-only function objects.
State-modifying
Events install(address module)
transferOwnership(address _newOwner)
uninstall(address module)
ModuleInstalled(address indexed module)
ModuleUninstalled(address indexed module)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _owner)
fallback()
receive()
ModuleNotFound()
ModuleNotInstalled(address module)
ModuleNotRegistered()
SelectorAlreadySet(bytes4 selector, address oldModule)
UnauthorizedAccount(address account)