FluidReserveContractProxy
Verified contract
Proxy
Active on
Ethereum with 172 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($2,656,156.98)
Native
Value
$1,195,945.22
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 348.644631 | $3,430.27 |
$1,195,945.22 | |
wstETH | ERC-20 | 230.950425 | $4,071.40 |
$940,291.56 | |
stETH | ERC-20 | 80.055994 | $3,427.37 |
$274,381.51 | |
USDC | ERC-20 | 100.463174K | $1.00 |
$100,463.17 | |
WBTC | ERC-20 | 0.679589 | $94,512.00 |
$64,229.32 | |
USDT | ERC-20 | 59.156033K | $1.00 |
$59,156.03 | |
GHO | ERC-20 | 19.11657K | $0.999351 |
$19,104.16 | |
cbBTC | ERC-20 | 0.027281 | $94,791.00 |
$2,586 | |
sUSDe | ERC-20 | 0 | $1.13 |
$0 | |
0x9f18…b6a3 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21259339 | a day ago | | | 0 | 0.0020092213 | |
| 21257059 | 2 days ago | | | 0 | 0.0011772479 | |
| 21248966 | 3 days ago | | | 0 | 0.0023365310 | |
| 21248526 | 3 days ago | | | 0 | 0.0018609071 | |
| 21248324 | 3 days ago | | | 0 | 0.0014391450 | |
| 21248167 | 3 days ago | | | 0 | 0.0012212591 | |
| 21247527 | 3 days ago | | | 0 | 0.0016049137 | |
| 21247284 | 3 days ago | | | 0 | 0.0014869905 | |
| 21246730 | 3 days ago | | | 0 | 0.0026153187 | |
| 21246726 | 3 days ago | | | 0 | 0.0018268967 |
ABI
ABI objects
Getter at block 21270051 proxiableUUID() view returns (bytes32) renounceOwnership() view
LIQUIDITY() view returns (address)
0x52aa899454998be5b000ad077a46bbe360f4e497
owner() view returns (address)
0x2386dc45added673317ef068992f19421b481f4c
Read-only
getProtocolTokens(address protocol_) view returns (address[] result_)
isAuth(address) view returns (bool)
isRebalancer(address) view returns (bool)
State-modifying
Events approve(address[] protocols_, address[] tokens_, uint256[] amounts_)
initialize(address[] _auths, address[] _rebalancers, address owner_)
rebalanceFToken(address protocol_, uint256 value_) payable
rebalanceVault(address protocol_, uint256 value_) payable
revoke(address[] protocols_, address[] tokens_)
transferFunds(address[] tokens_)
transferOwnership(address newOwner)
updateAuth(address auth_, bool isAuth_)
updateRebalancer(address rebalancer_, bool isRebalancer_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
LogAllow(address indexed protocol, address indexed token, uint256 newAllowance, uint256 existingAllowance)
LogRebalanceFToken(address indexed protocol, uint256 amount)
LogRebalanceVault(address indexed protocol, int256 colAmount, int256 debtAmount)
LogRevoke(address indexed protocol, address indexed token)
LogTransferFunds(address indexed token)
LogUpdateAuth(address indexed auth, bool isAuth)
LogUpdateRebalancer(address indexed rebalancer, bool isRebalancer)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
constructor(address logic_, bytes data_)
fallback()
receive()
receive()
FluidReserveContractError(uint256 errorId_)
FluidSafeTransferError(uint256 errorId_)