Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "FluidVaultT1"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22738910 | 23 minutes ago | | | 0 | 0.000000407471495590 | |
| 22738848 | 25 minutes ago | | | 0 | 7.9065729e-7 | |
| 22738817 | 26 minutes ago | | | 0 | 8.1338453e-7 | |
| 22738789 | 27 minutes ago | | | 0 | 4.8037059e-7 | |
| 22738536 | 36 minutes ago | | | 0 | 8.2894611e-7 | |
| 22738480 | 38 minutes ago | | | 0 | 5.2842639e-7 | |
| 22718021 | 12 hours ago | | | 0 | 0.000025724413 | |
| 22717970 | 12 hours ago | | | 0 | 0.000010564565 | |
| 22714614 | 14 hours ago | | | 0 | 7.7849104e-7 | |
| 22714589 | 14 hours ago | | | 0 | 5.4902375e-7 |
ABI
ABI objects
Getter at block 22739606
LIQUIDITY() view returns (address)
0x52aa899454998be5b000ad077a46bbe360f4e497
VAULT_FACTORY() view returns (address)
0x324c5dc1fc42c7a4d43d92df1eba58a54d13bf2d
VAULT_ID() view returns (uint256)
5
constantsView() view returns (struct StructsConstantViews constantsView_)
(0x52aa899454998be5b000ad077a46bbe360f4e497, 0x324c5dc1fc42c7a4d43d92df1eba58a54d13bf2d, 0x5ddf07980add152d518ae463269e1a97e93ee1a9, 0x8ffab93d924107d79269a23f963ae156687265dc, 0x04c0599ae5a44757c0af6f9ec3b93da8976c150a, 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913, 18, 6, 5, 0x3710677863d9e22796dab696df8c3c41c1f4e310a30a5d4f89e2db30d80fbedd, 0x508ee41a6dd8c95c7731fae67bf62552c15d52a6061dc5dacfda3325bf92a1a0, 0x7ac7d72d51c96678edb2f079f89a24f6486a8935968235ba372d4dde22691903, 0x9630e936763def1135420c6af6e6d7ed3c8aef18eeb5545b7bbb460616442b47)
Read-only
fetchLatestPosition(int256 positionTick_, uint256 positionTickId_, uint256 positionRawDebt_, uint256 tickData_) view returns (int256, uint256, uint256 positionRawCol_, uint256 branchId_, uint256 branchData_)
readFromStorage(bytes32 slot_) view returns (uint256 result_)
updateExchangePrices(uint256 vaultVariables2_) view returns (uint256 liqSupplyExPrice_, uint256 liqBorrowExPrice_, uint256 vaultSupplyExPrice_, uint256 vaultBorrowExPrice_)
State-modifying
Events liquidate(uint256 debtAmt_, uint256 colPerUnitDebt_, address to_, bool absorb_) payable returns (uint256 actualDebtAmt_, uint256 actualColAmt_)
liquidityCallback(address token_, uint256 amount_, bytes data_)
operate(uint256 nftId_, int256 newCol_, int256 newDebt_, address to_) payable returns (uint256, int256, int256)
rebalance() payable returns (int256 supplyAmt_, int256 borrowAmt_)
updateExchangePricesOnStorage() returns (uint256 liqSupplyExPrice_, uint256 liqBorrowExPrice_, uint256 vaultSupplyExPrice_, uint256 vaultBorrowExPrice_)
LogAbsorb(uint256 colAbsorbedRaw_, uint256 debtAbsorbedRaw_)
LogLiquidate(address liquidator_, uint256 colAmt_, uint256 debtAmt_, address to_)
LogOperate(address user_, uint256 nftId_, int256 colAmt_, int256 debtAmt_, address to_)
LogRebalance(int256 colAmt_, int256 debtAmt_)
LogUpdateExchangePrice(uint256 supplyExPrice_, uint256 borrowExPrice_)
constructor(struct StructsConstantViews constants_)
fallback()
FluidLiquidateResult(uint256 colLiquidated, uint256 debtLiquidated)
FluidLiquidityCalcsError(uint256 errorId_)
FluidSafeTransferError(uint256 errorId_)
FluidVaultError(uint256 errorId_)