FlashBorrowerSolver
Verified contract
Active on
Ethereum with 85 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.0084 | $3,202.72 |
$26.9 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157284 | an hour ago | | | 0 | 0.063462037 | |
| 21152799 | 16 hours ago | | | 0 | 0.041239401 | |
| 21148318 | a day ago | | | 0 | 0.037861769 | |
| 21143968 | 2 days ago | | | 0 | 0.088159887 | |
| 21141208 | 2 days ago | | | 0 | 0.027881724 | |
| 21137554 | 3 days ago | | | 0 | 0.098101496 | |
| 21125641 | 4 days ago | | | 0 | 0.10299714 | |
| 21122345 | 5 days ago | | | 0 | 0.17091797 | |
| 21110724 | 7 days ago | | | 0 | 0.014566608 | |
| 21108066 | 7 days ago | | | 0 | 0.035207892 |
ABI
ABI objects
Getter at block 21157697
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
SOLVER_EXECUTION_ROLE() view returns (bytes32)
0x4208d9aa7c658dc4c5bcda3bc04e7a99676d37c39bb0ff92589c9a5c464646a4
SOLVER_RECOVERY_ROLE() view returns (bytes32)
0x080f48546d472b593fe966fe6eb27f7ffae3db1952dad4640f0d261382ae9817
getSystemRegistry() view returns (address)
0x2218f90a98b0c070676f249ef44834686daa4285
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events execute(address vault, struct IStrategyRebalanceParams rebalanceParams, bytes data) payable
grantRole(bytes32 role, address account)
onFlashLoan(address, address tokenIn, uint256, uint256, bytes data) returns (bytes32)
recover(address[] tokens, uint256[] amounts, address[] destinations) payable
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
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)
TokensRecovered(address[] tokens, uint256[] amounts, address[] destinations)
constructor(address _systemRegistry)
receive()
ArraysLengthMismatch()
CannotRenounceOwnership()
DynamicStateVariableLengthInvalid()
ExecutionFailed(bytes32 command)
InvalidCalltype()
OnlyAutoPool()
SingleReturnValuePermittedStatic()
SingleReturnValuePermittedVariable()
StaticStateVariableLengthInvalid()
ValueCallNoValueIndicated()
ZeroAddress(string name)
ZeroParam(string name)