FluidVaultT1
Verified contract
Active on
Ethereum with 625 txns
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) |
---|---|---|---|---|---|---|---|
| 21241021 | 9 hours ago | | | 0 | 0.0024124209 | |
| 21241006 | 9 hours ago | | | 0 | 0.0029818262 | |
| 21240876 | 10 hours ago | | | 0 | 0.0031555825 | |
| 21240867 | 10 hours ago | | | 0.235 | 0.0017071086 | |
| 21240730 | 10 hours ago | | | 0 | 0.0033935202 | |
| 21240719 | 10 hours ago | | | 20.5 | 0.0017951151 | |
| 21239904 | 13 hours ago | | | 0 | 0.0024372951 | |
| 21239899 | 13 hours ago | | | 0.97 | 0.0015502155 | |
| 21239780 | 13 hours ago | | | 0 | 0.0033961735 | |
| 21239773 | 13 hours ago | | | 47.2 | 0.0015745745 |
ABI
ABI objects
Getter at block 21243793
LIQUIDITY() view returns (address)
0x52aa899454998be5b000ad077a46bbe360f4e497
VAULT_FACTORY() view returns (address)
0x324c5dc1fc42c7a4d43d92df1eba58a54d13bf2d
VAULT_ID() view returns (uint256)
11
constantsView() view returns (struct StructsConstantViews constantsView_)
(0x52aa899454998be5b000ad077a46bbe360f4e497, 0x324c5dc1fc42c7a4d43d92df1eba58a54d13bf2d, 0x5ddf07980add152d518ae463269e1a97e93ee1a9, 0xbd6c8ee7cb9a13333e043c4d5fcf3ac125f7f890, 0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee, 0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48, 18, 6, 11, 0xa1829a9003092132f585b6ccdd167c19fe9774dbdea4260287e8a8e8ca8185d7, 0xa8e1248eddf82e10c0adc6c737b6d8da17674abf51801ea5a4549f41c2dfdf21, 0x59c9e5d32df66095a2348de1377b72636272a164b9dd56a13940a7577f9e29fc, 0x1c8a66a92b9bbb1217d038c2e3790554177b3d554f9c7568f2f37b5f18e59fa5)
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_)