@raac/rpc 1.0.2-beta.4 → 1.0.2-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/core/collectors/FeeCollector.sol/FeeCollector.dbg.json +4 -0
- package/artifacts/core/collectors/FeeCollector.sol/FeeCollector.json +1743 -0
- package/artifacts/core/collectors/Treasury.sol/Treasury.dbg.json +4 -0
- package/artifacts/core/collectors/Treasury.sol/Treasury.json +481 -0
- package/artifacts/core/governance/boost/BoostController.sol/BoostController.dbg.json +4 -0
- package/artifacts/core/governance/boost/BoostController.sol/BoostController.json +905 -0
- package/artifacts/core/governance/gauges/BaseGauge.sol/BaseGauge.dbg.json +4 -0
- package/artifacts/core/governance/gauges/BaseGauge.sol/BaseGauge.json +1398 -0
- package/artifacts/core/governance/gauges/GaugeController.sol/GaugeController.dbg.json +4 -0
- package/artifacts/core/governance/gauges/GaugeController.sol/GaugeController.json +1435 -0
- package/artifacts/core/governance/gauges/RAACGauge.sol/RAACGauge.dbg.json +4 -0
- package/artifacts/core/governance/gauges/RAACGauge.sol/RAACGauge.json +1471 -0
- package/artifacts/core/governance/gauges/RWAGauge.sol/RWAGauge.dbg.json +4 -0
- package/artifacts/core/governance/gauges/RWAGauge.sol/RWAGauge.json +1471 -0
- package/artifacts/core/governance/proposals/Governance.sol/Governance.dbg.json +4 -0
- package/artifacts/core/governance/proposals/Governance.sol/Governance.json +1242 -0
- package/artifacts/core/governance/proposals/TimelockController.sol/TimelockController.dbg.json +4 -0
- package/artifacts/core/governance/proposals/TimelockController.sol/TimelockController.json +988 -0
- package/artifacts/core/minters/RAACMinter/RAACMinter.sol/RAACMinter.dbg.json +4 -0
- package/artifacts/core/minters/RAACMinter/RAACMinter.sol/RAACMinter.json +1443 -0
- package/artifacts/core/minters/RAACReleaseOrchestrator/RAACReleaseOrchestrator.sol/RAACReleaseOrchestrator.dbg.json +4 -0
- package/artifacts/core/minters/RAACReleaseOrchestrator/RAACReleaseOrchestrator.sol/RAACReleaseOrchestrator.json +860 -0
- package/artifacts/core/oracles/BaseChainlinkFunctionsOracle.sol/BaseChainlinkFunctionsOracle.dbg.json +4 -0
- package/artifacts/core/oracles/BaseChainlinkFunctionsOracle.sol/BaseChainlinkFunctionsOracle.json +264 -0
- package/artifacts/core/oracles/BaseVRFv2Consumer.sol/BaseVRFv2Consumer.dbg.json +4 -0
- package/artifacts/core/oracles/BaseVRFv2Consumer.sol/BaseVRFv2Consumer.json +279 -0
- package/artifacts/core/oracles/RAACHousePriceOracle.sol/RAACHousePriceOracle.dbg.json +4 -0
- package/artifacts/core/oracles/RAACHousePriceOracle.sol/RAACHousePriceOracle.json +335 -0
- package/artifacts/core/oracles/RAACPrimeRateOracle.sol/RAACPrimeRateOracle.dbg.json +4 -0
- package/artifacts/core/oracles/RAACPrimeRateOracle.sol/RAACPrimeRateOracle.json +350 -0
- package/artifacts/core/pools/LendingPool/LendingPool.sol/LendingPool.dbg.json +4 -0
- package/artifacts/core/pools/LendingPool/LendingPool.sol/LendingPool.json +2760 -0
- package/artifacts/core/pools/StabilityPool/NFTLiquidator.sol/NFTLiquidator.dbg.json +4 -0
- package/artifacts/core/pools/StabilityPool/NFTLiquidator.sol/NFTLiquidator.json +485 -0
- package/artifacts/core/pools/StabilityPool/StabilityPool.sol/StabilityPool.dbg.json +4 -0
- package/artifacts/core/pools/StabilityPool/StabilityPool.sol/StabilityPool.json +1146 -0
- package/artifacts/core/primitives/RAACHousePrices.sol/RAACHousePrices.dbg.json +4 -0
- package/artifacts/core/primitives/RAACHousePrices.sol/RAACHousePrices.json +285 -0
- package/artifacts/core/tokens/DEToken.sol/DEToken.dbg.json +4 -0
- package/artifacts/core/tokens/DEToken.sol/DEToken.json +858 -0
- package/artifacts/core/tokens/DebtToken.sol/DebtToken.dbg.json +4 -0
- package/artifacts/core/tokens/DebtToken.sol/DebtToken.json +953 -0
- package/artifacts/core/tokens/IndexToken.sol/IndexToken.dbg.json +4 -0
- package/artifacts/core/tokens/IndexToken.sol/IndexToken.json +770 -0
- package/artifacts/core/tokens/LPToken.sol/LPToken.dbg.json +4 -0
- package/artifacts/core/tokens/LPToken.sol/LPToken.json +507 -0
- package/artifacts/core/tokens/RAACNFT.sol/RAACNFT.dbg.json +4 -0
- package/artifacts/core/tokens/RAACNFT.sol/RAACNFT.json +1472 -0
- package/artifacts/core/tokens/RAACToken.sol/RAACToken.dbg.json +4 -0
- package/artifacts/core/tokens/RAACToken.sol/RAACToken.json +832 -0
- package/artifacts/core/tokens/RToken.sol/RToken.dbg.json +4 -0
- package/artifacts/core/tokens/RToken.sol/RToken.json +1205 -0
- package/artifacts/core/tokens/veRAACToken.sol/veRAACToken.dbg.json +4 -0
- package/artifacts/core/tokens/veRAACToken.sol/veRAACToken.json +1616 -0
- package/artifacts/interfaces/IERC20.sol/IERC20.dbg.json +4 -0
- package/artifacts/interfaces/IERC20.sol/IERC20.json +194 -0
- package/artifacts/interfaces/IHousePrices.sol/IHousePrices.dbg.json +4 -0
- package/artifacts/interfaces/IHousePrices.sol/IHousePrices.json +30 -0
- package/artifacts/interfaces/INFTLiquidator.sol/INFTLiquidator.dbg.json +4 -0
- package/artifacts/interfaces/INFTLiquidator.sol/INFTLiquidator.json +86 -0
- package/artifacts/interfaces/IPoolManager.sol/IPoolManager.dbg.json +4 -0
- package/artifacts/interfaces/IPoolManager.sol/IPoolManager.json +57 -0
- package/artifacts/interfaces/IReserveAllocationLibraryMock.sol/IReserveAllocationLibraryMock.dbg.json +4 -0
- package/artifacts/interfaces/IReserveAllocationLibraryMock.sol/IReserveAllocationLibraryMock.json +246 -0
- package/artifacts/interfaces/IUSDC.sol/IUSDC.dbg.json +4 -0
- package/artifacts/interfaces/IUSDC.sol/IUSDC.json +194 -0
- package/artifacts/interfaces/IveRAACDistributor.sol/IveRAACDistributor.dbg.json +4 -0
- package/artifacts/interfaces/IveRAACDistributor.sol/IveRAACDistributor.json +100 -0
- package/artifacts/interfaces/core/collectors/IBaseCollector.sol/IBaseCollector.dbg.json +4 -0
- package/artifacts/interfaces/core/collectors/IBaseCollector.sol/IBaseCollector.json +45 -0
- package/artifacts/interfaces/core/collectors/IFeeCollector.sol/IFeeCollector.dbg.json +4 -0
- package/artifacts/interfaces/core/collectors/IFeeCollector.sol/IFeeCollector.json +922 -0
- package/artifacts/interfaces/core/collectors/ITreasury.sol/ITreasury.dbg.json +4 -0
- package/artifacts/interfaces/core/collectors/ITreasury.sol/ITreasury.json +214 -0
- package/artifacts/interfaces/core/governance/IBoostController.sol/IBoostController.dbg.json +4 -0
- package/artifacts/interfaces/core/governance/IBoostController.sol/IBoostController.json +378 -0
- package/artifacts/interfaces/core/governance/gauges/IGauge.sol/IGauge.dbg.json +4 -0
- package/artifacts/interfaces/core/governance/gauges/IGauge.sol/IGauge.json +394 -0
- package/artifacts/interfaces/core/governance/gauges/IGaugeController.sol/IGaugeController.dbg.json +4 -0
- package/artifacts/interfaces/core/governance/gauges/IGaugeController.sol/IGaugeController.json +577 -0
- package/artifacts/interfaces/core/governance/proposals/IGovernance.sol/IGovernance.dbg.json +4 -0
- package/artifacts/interfaces/core/governance/proposals/IGovernance.sol/IGovernance.json +1134 -0
- package/artifacts/interfaces/core/governance/proposals/ITimelockController.sol/ITimelockController.dbg.json +4 -0
- package/artifacts/interfaces/core/governance/proposals/ITimelockController.sol/ITimelockController.json +612 -0
- package/artifacts/interfaces/core/minters/RAACMinter/IRAACMinter.sol/IRAACMinter.dbg.json +4 -0
- package/artifacts/interfaces/core/minters/RAACMinter/IRAACMinter.sol/IRAACMinter.json +542 -0
- package/artifacts/interfaces/core/minters/RAACReleaseOrchestrator/IReleaseOrchestrator.sol/IReleaseOrchestrator.dbg.json +4 -0
- package/artifacts/interfaces/core/minters/RAACReleaseOrchestrator/IReleaseOrchestrator.sol/IReleaseOrchestrator.json +358 -0
- package/artifacts/interfaces/core/oracles/IBaseVRFv2Consumer.sol/IBaseVRFv2Consumer.dbg.json +4 -0
- package/artifacts/interfaces/core/oracles/IBaseVRFv2Consumer.sol/IBaseVRFv2Consumer.json +102 -0
- package/artifacts/interfaces/core/oracles/IRAACHousePrices.sol/IRAACHousePrices.dbg.json +4 -0
- package/artifacts/interfaces/core/oracles/IRAACHousePrices.sol/IRAACHousePrices.json +193 -0
- package/artifacts/interfaces/core/pools/ILiquidityPool.sol/ILiquidityPool.dbg.json +4 -0
- package/artifacts/interfaces/core/pools/ILiquidityPool.sol/ILiquidityPool.json +310 -0
- package/artifacts/interfaces/core/pools/LendingPool/ILendingPool.sol/ILendingPool.dbg.json +4 -0
- package/artifacts/interfaces/core/pools/LendingPool/ILendingPool.sol/ILendingPool.json +1500 -0
- package/artifacts/interfaces/core/pools/StabilityPool/IStabilityPool.sol/IStabilityPool.dbg.json +4 -0
- package/artifacts/interfaces/core/pools/StabilityPool/IStabilityPool.sol/IStabilityPool.json +622 -0
- package/artifacts/interfaces/core/tokens/IDEToken.sol/IDEToken.dbg.json +4 -0
- package/artifacts/interfaces/core/tokens/IDEToken.sol/IDEToken.json +333 -0
- package/artifacts/interfaces/core/tokens/IDebtToken.sol/IDebtToken.dbg.json +4 -0
- package/artifacts/interfaces/core/tokens/IDebtToken.sol/IDebtToken.json +507 -0
- package/artifacts/interfaces/core/tokens/IIndexToken.sol/IIndexToken.dbg.json +4 -0
- package/artifacts/interfaces/core/tokens/IIndexToken.sol/IIndexToken.json +299 -0
- package/artifacts/interfaces/core/tokens/IRAACNFT.sol/IRAACNFT.dbg.json +4 -0
- package/artifacts/interfaces/core/tokens/IRAACNFT.sol/IRAACNFT.json +816 -0
- package/artifacts/interfaces/core/tokens/IRAACToken.sol/IRAACToken.dbg.json +4 -0
- package/artifacts/interfaces/core/tokens/IRAACToken.sol/IRAACToken.json +567 -0
- package/artifacts/interfaces/core/tokens/IRToken.sol/IRToken.dbg.json +4 -0
- package/artifacts/interfaces/core/tokens/IRToken.sol/IRToken.json +641 -0
- package/artifacts/interfaces/core/tokens/IveRAACToken.sol/IveRAACToken.dbg.json +4 -0
- package/artifacts/interfaces/core/tokens/IveRAACToken.sol/IveRAACToken.json +560 -0
- package/artifacts/interfaces/core/vaults/IBaseVault.sol/IBaseVault.dbg.json +4 -0
- package/artifacts/interfaces/core/vaults/IBaseVault.sol/IBaseVault.json +185 -0
- package/artifacts/interfaces/curve/ICurveCrvUSDVault.sol/ICurveCrvUSDVault.dbg.json +4 -0
- package/artifacts/interfaces/curve/ICurveCrvUSDVault.sol/ICurveCrvUSDVault.json +250 -0
- package/artifacts/interfaces/zeno/IAuction.sol/IAuction.dbg.json +4 -0
- package/artifacts/interfaces/zeno/IAuction.sol/IAuction.json +162 -0
- package/artifacts/interfaces/zeno/IZENO.sol/IZENO.dbg.json +4 -0
- package/artifacts/interfaces/zeno/IZENO.sol/IZENO.json +321 -0
- package/artifacts/libraries/governance/BoostCalculator.sol/BoostCalculator.dbg.json +4 -0
- package/artifacts/libraries/governance/BoostCalculator.sol/BoostCalculator.json +51 -0
- package/artifacts/libraries/governance/Checkpoints.sol/Checkpoints.dbg.json +4 -0
- package/artifacts/libraries/governance/Checkpoints.sol/Checkpoints.json +69 -0
- package/artifacts/libraries/governance/LockManager.sol/LockManager.dbg.json +4 -0
- package/artifacts/libraries/governance/LockManager.sol/LockManager.json +123 -0
- package/artifacts/libraries/governance/PowerCheckpoint.sol/PowerCheckpoint.dbg.json +4 -0
- package/artifacts/libraries/governance/PowerCheckpoint.sol/PowerCheckpoint.json +70 -0
- package/artifacts/libraries/governance/RAACVoting.sol/RAACVoting.dbg.json +4 -0
- package/artifacts/libraries/governance/RAACVoting.sol/RAACVoting.json +102 -0
- package/artifacts/libraries/governance/VotingPowerLib.sol/VotingPowerLib.dbg.json +4 -0
- package/artifacts/libraries/governance/VotingPowerLib.sol/VotingPowerLib.json +76 -0
- package/artifacts/libraries/math/PercentageMath.sol/PercentageMath.dbg.json +4 -0
- package/artifacts/libraries/math/PercentageMath.sol/PercentageMath.json +10 -0
- package/artifacts/libraries/math/TimeWeightedAverage.sol/TimeWeightedAverage.dbg.json +4 -0
- package/artifacts/libraries/math/TimeWeightedAverage.sol/TimeWeightedAverage.json +142 -0
- package/artifacts/libraries/math/WadRayMath.sol/WadRayMath.dbg.json +4 -0
- package/artifacts/libraries/math/WadRayMath.sol/WadRayMath.json +10 -0
- package/artifacts/libraries/pools/DataTypes.sol/DataTypes.dbg.json +4 -0
- package/artifacts/libraries/pools/DataTypes.sol/DataTypes.json +10 -0
- package/artifacts/libraries/pools/ReserveLibrary.sol/ReserveLibrary.dbg.json +4 -0
- package/artifacts/libraries/pools/ReserveLibrary.sol/ReserveLibrary.json +153 -0
- package/artifacts/libraries/utils/StringUtils.sol/StringUtils.dbg.json +4 -0
- package/artifacts/libraries/utils/StringUtils.sol/StringUtils.json +16 -0
- package/artifacts/mocks/core/collectors/MockTreasury.sol/MockTreasury.dbg.json +4 -0
- package/artifacts/mocks/core/collectors/MockTreasury.sol/MockTreasury.json +255 -0
- package/artifacts/mocks/core/governance/gauges/MockBaseGauge.sol/MockBaseGauge.dbg.json +4 -0
- package/artifacts/mocks/core/governance/gauges/MockBaseGauge.sol/MockBaseGauge.json +1522 -0
- package/artifacts/mocks/core/governance/gauges/MockGaugeController.sol/MockGaugeController.dbg.json +4 -0
- package/artifacts/mocks/core/governance/gauges/MockGaugeController.sol/MockGaugeController.json +49 -0
- package/artifacts/mocks/core/governance/proposals/TimelockTestTarget.sol/TimelockTestTarget.dbg.json +4 -0
- package/artifacts/mocks/core/governance/proposals/TimelockTestTarget.sol/TimelockTestTarget.json +112 -0
- package/artifacts/mocks/core/oracles/MockFunctionsRouter.sol/IFunctionsRouter.dbg.json +4 -0
- package/artifacts/mocks/core/oracles/MockFunctionsRouter.sol/IFunctionsRouter.json +50 -0
- package/artifacts/mocks/core/oracles/MockFunctionsRouter.sol/MockFunctionsRouter.dbg.json +4 -0
- package/artifacts/mocks/core/oracles/MockFunctionsRouter.sol/MockFunctionsRouter.json +69 -0
- package/artifacts/mocks/core/oracles/MockOracle.sol/MockOracle.dbg.json +4 -0
- package/artifacts/mocks/core/oracles/MockOracle.sol/MockOracle.json +63 -0
- package/artifacts/mocks/core/oracles/MockVRFCoordinatorV2.sol/MockVRFCoordinatorV2.dbg.json +4 -0
- package/artifacts/mocks/core/oracles/MockVRFCoordinatorV2.sol/MockVRFCoordinatorV2.json +774 -0
- package/artifacts/mocks/core/oracles/TestRAACHousePriceOracle.sol/TestRAACHousePriceOracle.dbg.json +4 -0
- package/artifacts/mocks/core/oracles/TestRAACHousePriceOracle.sol/TestRAACHousePriceOracle.json +358 -0
- package/artifacts/mocks/core/oracles/TestRAACPrimeRateOracle.sol/TestRAACPrimeRateOracle.dbg.json +4 -0
- package/artifacts/mocks/core/oracles/TestRAACPrimeRateOracle.sol/TestRAACPrimeRateOracle.json +373 -0
- package/artifacts/mocks/core/pools/MockLendingPool.sol/MockLendingPool.dbg.json +4 -0
- package/artifacts/mocks/core/pools/MockLendingPool.sol/MockLendingPool.json +241 -0
- package/artifacts/mocks/core/pools/MockLendingPoolCollector.sol/MockLendingPoolCollector.dbg.json +4 -0
- package/artifacts/mocks/core/pools/MockLendingPoolCollector.sol/MockLendingPoolCollector.json +288 -0
- package/artifacts/mocks/core/pools/MockLendingPoolDebtToken.sol/MockLendingPoolDebtToken.dbg.json +4 -0
- package/artifacts/mocks/core/pools/MockLendingPoolDebtToken.sol/MockLendingPoolDebtToken.json +1522 -0
- package/artifacts/mocks/core/pools/MockLiquidityPool.sol/MockLiquidityPool.dbg.json +4 -0
- package/artifacts/mocks/core/pools/MockLiquidityPool.sol/MockLiquidityPool.json +1019 -0
- package/artifacts/mocks/core/pools/MockPool.sol/MockPool.dbg.json +4 -0
- package/artifacts/mocks/core/pools/MockPool.sol/MockPool.json +93 -0
- package/artifacts/mocks/core/pools/MockStabilityPool.sol/MockStabilityPool.dbg.json +4 -0
- package/artifacts/mocks/core/pools/MockStabilityPool.sol/MockStabilityPool.json +126 -0
- package/artifacts/mocks/core/primitives/MockContract.sol/MockContract.dbg.json +4 -0
- package/artifacts/mocks/core/primitives/MockContract.sol/MockContract.json +37 -0
- package/artifacts/mocks/core/primitives/MockContractWithConfig.sol/MockContractWithConfig.dbg.json +4 -0
- package/artifacts/mocks/core/primitives/MockContractWithConfig.sol/MockContractWithConfig.json +52 -0
- package/artifacts/mocks/core/primitives/MockDistributableContract.sol/MockDistributableContract.dbg.json +4 -0
- package/artifacts/mocks/core/primitives/MockDistributableContract.sol/MockDistributableContract.json +73 -0
- package/artifacts/mocks/core/primitives/RAACHousePricesMock.sol/RAACHousePricesMock.dbg.json +4 -0
- package/artifacts/mocks/core/primitives/RAACHousePricesMock.sol/RAACHousePricesMock.json +67 -0
- package/artifacts/mocks/core/tokens/ERC20Mock.sol/ERC20Mock.dbg.json +4 -0
- package/artifacts/mocks/core/tokens/ERC20Mock.sol/ERC20Mock.json +353 -0
- package/artifacts/mocks/core/tokens/ERC721Mock.sol/ERC721Mock.dbg.json +4 -0
- package/artifacts/mocks/core/tokens/ERC721Mock.sol/ERC721Mock.json +491 -0
- package/artifacts/mocks/core/tokens/MockCollectableUnderlying.sol/MockCollectableUnderlying.dbg.json +4 -0
- package/artifacts/mocks/core/tokens/MockCollectableUnderlying.sol/MockCollectableUnderlying.json +568 -0
- package/artifacts/mocks/core/tokens/MockFeeCollectorToken.sol/MockFeeCollectorToken.dbg.json +4 -0
- package/artifacts/mocks/core/tokens/MockFeeCollectorToken.sol/MockFeeCollectorToken.json +515 -0
- package/artifacts/mocks/core/tokens/MockToken.sol/MockToken.dbg.json +4 -0
- package/artifacts/mocks/core/tokens/MockToken.sol/MockToken.json +426 -0
- package/artifacts/mocks/core/tokens/MockUSDC.sol/MockUSDC.dbg.json +4 -0
- package/artifacts/mocks/core/tokens/MockUSDC.sol/MockUSDC.json +348 -0
- package/artifacts/mocks/core/tokens/MockVeToken.sol/MockVeToken.dbg.json +4 -0
- package/artifacts/mocks/core/tokens/MockVeToken.sol/MockVeToken.json +905 -0
- package/artifacts/mocks/core/tokens/RAACMockERC20.sol/RAACMockERC20.dbg.json +4 -0
- package/artifacts/mocks/core/tokens/RAACMockERC20.sol/RAACMockERC20.json +422 -0
- package/artifacts/mocks/core/tokens/crvUSDToken.sol/crvUSDToken.dbg.json +4 -0
- package/artifacts/mocks/core/tokens/crvUSDToken.sol/crvUSDToken.json +479 -0
- package/artifacts/mocks/core/vaults/MockVault.sol/MockVault.dbg.json +4 -0
- package/artifacts/mocks/core/vaults/MockVault.sol/MockVault.json +672 -0
- package/artifacts/mocks/libraries/MockStringUtils.sol/MockStringUtils.dbg.json +4 -0
- package/artifacts/mocks/libraries/MockStringUtils.sol/MockStringUtils.json +35 -0
- package/artifacts/mocks/libraries/governance/BoostCalculatorMock.sol/BoostCalculatorMock.dbg.json +4 -0
- package/artifacts/mocks/libraries/governance/BoostCalculatorMock.sol/BoostCalculatorMock.json +431 -0
- package/artifacts/mocks/libraries/governance/CheckpointsMock.sol/CheckpointsMock.dbg.json +4 -0
- package/artifacts/mocks/libraries/governance/CheckpointsMock.sol/CheckpointsMock.json +144 -0
- package/artifacts/mocks/libraries/governance/LockManagerMock.sol/LockManagerMock.dbg.json +4 -0
- package/artifacts/mocks/libraries/governance/LockManagerMock.sol/LockManagerMock.json +237 -0
- package/artifacts/mocks/libraries/governance/PowerCheckpointMock.sol/PowerCheckpointMock.dbg.json +4 -0
- package/artifacts/mocks/libraries/governance/PowerCheckpointMock.sol/PowerCheckpointMock.json +221 -0
- package/artifacts/mocks/libraries/governance/RAACVotingMock.sol/RAACVotingMock.dbg.json +4 -0
- package/artifacts/mocks/libraries/governance/RAACVotingMock.sol/RAACVotingMock.json +95 -0
- package/artifacts/mocks/libraries/governance/VotingPowerMock.sol/VotingPowerMock.dbg.json +4 -0
- package/artifacts/mocks/libraries/governance/VotingPowerMock.sol/VotingPowerMock.json +442 -0
- package/artifacts/mocks/libraries/math/TimeWeightedAverageMock.sol/TimeWeightedAverageMock.dbg.json +4 -0
- package/artifacts/mocks/libraries/math/TimeWeightedAverageMock.sol/TimeWeightedAverageMock.json +309 -0
- package/artifacts/mocks/libraries/math/WadRayMathMock.sol/WadRayMathMock.dbg.json +4 -0
- package/artifacts/mocks/libraries/math/WadRayMathMock.sol/WadRayMathMock.json +188 -0
- package/artifacts/mocks/libraries/pools/ReserveLibraryMock.sol/ReserveLibraryMock.dbg.json +4 -0
- package/artifacts/mocks/libraries/pools/ReserveLibraryMock.sol/ReserveLibraryMock.json +339 -0
- package/artifacts/mocks/tests/MaliciousDeposit.sol/MaliciousDeposit.dbg.json +4 -0
- package/artifacts/mocks/tests/MaliciousDeposit.sol/MaliciousDeposit.json +52 -0
- package/artifacts/mocks/tests/MaliciousWithdraw.sol/MaliciousWithdraw.dbg.json +4 -0
- package/artifacts/mocks/tests/MaliciousWithdraw.sol/MaliciousWithdraw.json +52 -0
- package/artifacts/mocks/tests/VeRAACFuzzHelper.sol/VeRAACFuzzHelper.dbg.json +4 -0
- package/artifacts/mocks/tests/VeRAACFuzzHelper.sol/VeRAACFuzzHelper.json +88 -0
- package/artifacts/mocks/tests/VotingPowerFuzzHelper.sol/IVMTimeControl.dbg.json +4 -0
- package/artifacts/mocks/tests/VotingPowerFuzzHelper.sol/IVMTimeControl.json +24 -0
- package/artifacts/mocks/tests/VotingPowerFuzzHelper.sol/VotingPowerFuzzHelper.dbg.json +4 -0
- package/artifacts/mocks/tests/VotingPowerFuzzHelper.sol/VotingPowerFuzzHelper.json +129 -0
- package/artifacts/zeno/Auction.sol/Auction.dbg.json +4 -0
- package/artifacts/zeno/Auction.sol/Auction.json +393 -0
- package/artifacts/zeno/AuctionFactory.sol/AuctionFactory.dbg.json +4 -0
- package/artifacts/zeno/AuctionFactory.sol/AuctionFactory.json +307 -0
- package/artifacts/zeno/ZENO.sol/ZENO.dbg.json +4 -0
- package/artifacts/zeno/ZENO.sol/ZENO.json +620 -0
- package/artifacts/zeno/ZENOFactory.sol/ZENOFactory.dbg.json +4 -0
- package/artifacts/zeno/ZENOFactory.sol/ZENOFactory.json +275 -0
- package/package.json +1 -1
- package/utils/artifacts.js +2 -2
- package/wallet/assets/getAssets.js +0 -1
- package/dist/RPCLibrary.js +0 -322
- package/dist/assets/getAsset.js +0 -23
- package/dist/assets/getAssets.js +0 -26
- package/dist/assets/getSupply.js +0 -18
- package/dist/configs/chains/11155111.json +0 -132
- package/dist/configs/chains/17000.json +0 -127
- package/dist/configs/chains/8453.json +0 -127
- package/dist/configs/chains/index.js +0 -17
- package/dist/configs/createConfig.js +0 -95
- package/dist/configs/index.js +0 -43
- package/dist/contracts/crvUSDToken/getBalance.js +0 -17
- package/dist/contracts/crvUSDToken/getTotalSupply.js +0 -31
- package/dist/contracts/feeCollector/claimRewardFromPool.js +0 -24
- package/dist/contracts/getContract.js +0 -18
- package/dist/contracts/getContractAddress.js +0 -50
- package/dist/contracts/housePrices/getLatestPrice.js +0 -21
- package/dist/contracts/housePrices/setOracle.js +0 -24
- package/dist/contracts/indexToken/getNextRandomNFT.js +0 -30
- package/dist/contracts/indexToken/redeemNFT.js +0 -39
- package/dist/contracts/rcrvUSDToken/getBalance.js +0 -14
- package/dist/contracts/rcrvUSDToken/getTotalSupply.js +0 -30
- package/dist/contracts/zeno/createAuction.js +0 -25
- package/dist/contracts/zeno/createZeno.js +0 -26
- package/dist/contracts/zeno/getAuctions.js +0 -28
- package/dist/contracts/zeno/getZenos.js +0 -28
- package/dist/index.js +0 -7
- package/dist/methods/approveToken.js +0 -35
- package/dist/methods/commons/checkAllowance.js +0 -19
- package/dist/methods/commons/estimateGasPrice.js +0 -28
- package/dist/methods/getAssetBalance.js +0 -33
- package/dist/methods/getAssetsBalance.js +0 -4
- package/dist/minter/get.js +0 -121
- package/dist/minter/getApy.js +0 -28
- package/dist/minter/tick.js +0 -33
- package/dist/nfts/getAllTokens.js +0 -34
- package/dist/nfts/getBaseUri.js +0 -23
- package/dist/nfts/getHousePrice.js +0 -19
- package/dist/nfts/getMintFeePercentage.js +0 -23
- package/dist/nfts/getMintPrice.js +0 -28
- package/dist/nfts/getTokenURI.js +0 -23
- package/dist/nfts/getTokensByOwner.js +0 -35
- package/dist/nfts/getTotalPropertiesCount.js +0 -23
- package/dist/nfts/mint.js +0 -24
- package/dist/nfts/setBaseUri.js +0 -24
- package/dist/nfts/totalNFTSupply.js +0 -19
- package/dist/pools/lendingPool/borrowFromLendingPool.js +0 -24
- package/dist/pools/lendingPool/borrowFromLendingPoolWithInsurance.js +0 -40
- package/dist/pools/lendingPool/calculateInsuranceFee.js +0 -20
- package/dist/pools/lendingPool/claimReward.js +0 -22
- package/dist/pools/lendingPool/closeLiquidation.js +0 -28
- package/dist/pools/lendingPool/depositNFTToLendingPool.js +0 -50
- package/dist/pools/lendingPool/depositToLendingPool.js +0 -35
- package/dist/pools/lendingPool/getAllUserData.js +0 -28
- package/dist/pools/lendingPool/getEligibleUserDeposits.js +0 -27
- package/dist/pools/lendingPool/getHealthFactor.js +0 -27
- package/dist/pools/lendingPool/getHousePrice.js +0 -26
- package/dist/pools/lendingPool/getLendingPoolInfo.js +0 -109
- package/dist/pools/lendingPool/getLendingPoolTotalLiquidity.js +0 -22
- package/dist/pools/lendingPool/getPendingReward.js +0 -20
- package/dist/pools/lendingPool/getPositionDebt.js +0 -27
- package/dist/pools/lendingPool/getPositionScaledDebt.js +0 -27
- package/dist/pools/lendingPool/getPositionView.js +0 -38
- package/dist/pools/lendingPool/getPositionsScaledDebt.js +0 -27
- package/dist/pools/lendingPool/getRawUserDepositsInLendingPool.js +0 -21
- package/dist/pools/lendingPool/getUserCollateralValue.js +0 -27
- package/dist/pools/lendingPool/initializeLiquidation.js +0 -28
- package/dist/pools/lendingPool/repayToLendingPool.js +0 -24
- package/dist/pools/lendingPool/withdrawFromLendingPool.js +0 -42
- package/dist/pools/lendingPool/withdrawNFTFromLendingPool.js +0 -24
- package/dist/pools/liquidityPool/getLiquidityPoolInfo.js +0 -73
- package/dist/pools/stabilityPool/calculateRAACRewards.js +0 -21
- package/dist/pools/stabilityPool/depositNFTToStabilityPool.js +0 -40
- package/dist/pools/stabilityPool/depositToStabilityPool.js +0 -34
- package/dist/pools/stabilityPool/getRawUserDepositsInStabilityPool.js +0 -21
- package/dist/pools/stabilityPool/getStabilityPoolInfo.js +0 -80
- package/dist/pools/stabilityPool/getStabilityPoolTotalDeposits.js +0 -19
- package/dist/pools/stabilityPool/withdrawFromStabilityPool.js +0 -34
- package/dist/scripts/index.js +0 -138
- package/dist/tests/test.js +0 -32
- package/dist/types/RPCLibrary.d.ts +0 -192
- package/dist/types/assets/getAsset.d.ts +0 -5
- package/dist/types/assets/getAssets.d.ts +0 -4
- package/dist/types/assets/getSupply.d.ts +0 -5
- package/dist/types/configs/chains/index.d.ts +0 -15
- package/dist/types/configs/createConfig.d.ts +0 -92
- package/dist/types/configs/index.d.ts +0 -15
- package/dist/types/contracts/crvUSDToken/getBalance.d.ts +0 -2
- package/dist/types/contracts/crvUSDToken/getTotalSupply.d.ts +0 -10
- package/dist/types/contracts/feeCollector/claimRewardFromPool.d.ts +0 -4
- package/dist/types/contracts/getContract.d.ts +0 -4
- package/dist/types/contracts/getContractAddress.d.ts +0 -10
- package/dist/types/contracts/housePrices/getLatestPrice.d.ts +0 -10
- package/dist/types/contracts/housePrices/setOracle.d.ts +0 -4
- package/dist/types/contracts/indexToken/getNextRandomNFT.d.ts +0 -7
- package/dist/types/contracts/indexToken/redeemNFT.d.ts +0 -4
- package/dist/types/contracts/rcrvUSDToken/getBalance.d.ts +0 -2
- package/dist/types/contracts/rcrvUSDToken/getTotalSupply.d.ts +0 -10
- package/dist/types/contracts/zeno/createAuction.d.ts +0 -4
- package/dist/types/contracts/zeno/createZeno.d.ts +0 -4
- package/dist/types/contracts/zeno/getAuctions.d.ts +0 -4
- package/dist/types/contracts/zeno/getZenos.d.ts +0 -4
- package/dist/types/index.d.ts +0 -2
- package/dist/types/methods/approveToken.d.ts +0 -5
- package/dist/types/methods/commons/checkAllowance.d.ts +0 -6
- package/dist/types/methods/commons/estimateGasPrice.d.ts +0 -11
- package/dist/types/methods/getAssetBalance.d.ts +0 -6
- package/dist/types/methods/getAssetsBalance.d.ts +0 -3
- package/dist/types/minter/get.d.ts +0 -17
- package/dist/types/minter/getApy.d.ts +0 -4
- package/dist/types/minter/tick.d.ts +0 -4
- package/dist/types/nfts/getAllTokens.d.ts +0 -7
- package/dist/types/nfts/getBaseUri.d.ts +0 -4
- package/dist/types/nfts/getHousePrice.d.ts +0 -4
- package/dist/types/nfts/getMintFeePercentage.d.ts +0 -4
- package/dist/types/nfts/getMintPrice.d.ts +0 -7
- package/dist/types/nfts/getTokenURI.d.ts +0 -4
- package/dist/types/nfts/getTokensByOwner.d.ts +0 -10
- package/dist/types/nfts/getTotalPropertiesCount.d.ts +0 -4
- package/dist/types/nfts/mint.d.ts +0 -4
- package/dist/types/nfts/setBaseUri.d.ts +0 -4
- package/dist/types/nfts/totalNFTSupply.d.ts +0 -4
- package/dist/types/pools/lendingPool/borrowFromLendingPool.d.ts +0 -4
- package/dist/types/pools/lendingPool/borrowFromLendingPoolWithInsurance.d.ts +0 -4
- package/dist/types/pools/lendingPool/calculateInsuranceFee.d.ts +0 -4
- package/dist/types/pools/lendingPool/claimReward.d.ts +0 -4
- package/dist/types/pools/lendingPool/closeLiquidation.d.ts +0 -11
- package/dist/types/pools/lendingPool/depositNFTToLendingPool.d.ts +0 -4
- package/dist/types/pools/lendingPool/depositToLendingPool.d.ts +0 -4
- package/dist/types/pools/lendingPool/getAllUserData.d.ts +0 -16
- package/dist/types/pools/lendingPool/getEligibleUserDeposits.d.ts +0 -11
- package/dist/types/pools/lendingPool/getHealthFactor.d.ts +0 -11
- package/dist/types/pools/lendingPool/getHousePrice.d.ts +0 -4
- package/dist/types/pools/lendingPool/getLendingPoolInfo.d.ts +0 -24
- package/dist/types/pools/lendingPool/getLendingPoolTotalLiquidity.d.ts +0 -4
- package/dist/types/pools/lendingPool/getPendingReward.d.ts +0 -4
- package/dist/types/pools/lendingPool/getPositionDebt.d.ts +0 -11
- package/dist/types/pools/lendingPool/getPositionScaledDebt.d.ts +0 -11
- package/dist/types/pools/lendingPool/getPositionView.d.ts +0 -27
- package/dist/types/pools/lendingPool/getPositionsScaledDebt.d.ts +0 -11
- package/dist/types/pools/lendingPool/getRawUserDepositsInLendingPool.d.ts +0 -4
- package/dist/types/pools/lendingPool/getUserCollateralValue.d.ts +0 -11
- package/dist/types/pools/lendingPool/initializeLiquidation.d.ts +0 -11
- package/dist/types/pools/lendingPool/repayToLendingPool.d.ts +0 -4
- package/dist/types/pools/lendingPool/withdrawFromLendingPool.d.ts +0 -4
- package/dist/types/pools/lendingPool/withdrawNFTFromLendingPool.d.ts +0 -4
- package/dist/types/pools/liquidityPool/getLiquidityPoolInfo.d.ts +0 -7
- package/dist/types/pools/stabilityPool/calculateRAACRewards.d.ts +0 -4
- package/dist/types/pools/stabilityPool/depositNFTToStabilityPool.d.ts +0 -4
- package/dist/types/pools/stabilityPool/depositToStabilityPool.d.ts +0 -4
- package/dist/types/pools/stabilityPool/getRawUserDepositsInStabilityPool.d.ts +0 -4
- package/dist/types/pools/stabilityPool/getStabilityPoolInfo.d.ts +0 -10
- package/dist/types/pools/stabilityPool/getStabilityPoolTotalDeposits.d.ts +0 -4
- package/dist/types/pools/stabilityPool/withdrawFromStabilityPool.d.ts +0 -4
- package/dist/types/scripts/index.d.ts +0 -1
- package/dist/types/tests/test.d.ts +0 -1
- package/dist/types/typechain-types/@chainlink/contracts/index.d.ts +0 -2
- package/dist/types/typechain-types/@chainlink/contracts/src/index.d.ts +0 -2
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/functions/index.d.ts +0 -2
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/functions/v1_0_0/FunctionsClient.d.ts +0 -67
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/functions/v1_0_0/index.d.ts +0 -5
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/functions/v1_0_0/interfaces/IFunctionsClient.d.ts +0 -37
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/functions/v1_0_0/interfaces/IFunctionsRouter.d.ts +0 -205
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/functions/v1_0_0/interfaces/index.d.ts +0 -2
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/functions/v1_0_0/libraries/FunctionsRequest.d.ts +0 -25
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/functions/v1_0_0/libraries/index.d.ts +0 -1
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/index.d.ts +0 -6
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/access/ConfirmedOwner.d.ts +0 -69
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/access/ConfirmedOwnerWithProposal.d.ts +0 -69
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/access/index.d.ts +0 -2
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/index.d.ts +0 -4
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/interfaces/IOwnable.d.ts +0 -37
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/shared/interfaces/index.d.ts +0 -1
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/vrf/VRFConsumerBaseV2.d.ts +0 -35
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/vrf/index.d.ts +0 -3
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/vrf/interfaces/VRFCoordinatorV2Interface.d.ts +0 -156
- package/dist/types/typechain-types/@chainlink/contracts/src/v0.8/vrf/interfaces/index.d.ts +0 -1
- package/dist/types/typechain-types/@chainlink/index.d.ts +0 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/access/AccessControl.d.ts +0 -159
- package/dist/types/typechain-types/@openzeppelin/contracts/access/IAccessControl.d.ts +0 -147
- package/dist/types/typechain-types/@openzeppelin/contracts/access/Ownable.d.ts +0 -54
- package/dist/types/typechain-types/@openzeppelin/contracts/access/index.d.ts +0 -3
- package/dist/types/typechain-types/@openzeppelin/contracts/index.d.ts +0 -8
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/IERC5267.d.ts +0 -78
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.d.ts +0 -20
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.d.ts +0 -20
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.d.ts +0 -20
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts +0 -3
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts +0 -3
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.d.ts +0 -141
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.d.ts +0 -129
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/ERC20Permit.d.ts +0 -236
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.d.ts +0 -141
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Permit.d.ts +0 -61
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +0 -3
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/index.d.ts +0 -6
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/utils/SafeERC20.d.ts +0 -20
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/utils/index.d.ts +0 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC721/ERC721.d.ts +0 -211
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721.d.ts +0 -199
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC721/IERC721Receiver.d.ts +0 -39
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable.d.ts +0 -233
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/IERC721Enumerable.d.ts +0 -221
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata.d.ts +0 -211
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC721/extensions/index.d.ts +0 -3
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC721/index.d.ts +0 -7
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC721/utils/ERC721Holder.d.ts +0 -39
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC721/utils/index.d.ts +0 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/token/index.d.ts +0 -4
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/Address.d.ts +0 -20
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/Nonces.d.ts +0 -25
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/Pausable.d.ts +0 -55
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/ReentrancyGuard.d.ts +0 -20
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/ShortStrings.d.ts +0 -20
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/Strings.d.ts +0 -20
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/cryptography/ECDSA.d.ts +0 -20
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/cryptography/EIP712.d.ts +0 -78
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/cryptography/index.d.ts +0 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/index.d.ts +0 -12
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.d.ts +0 -29
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.d.ts +0 -29
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/introspection/index.d.ts +0 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/math/Math.d.ts +0 -20
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.d.ts +0 -20
- package/dist/types/typechain-types/@openzeppelin/contracts/utils/math/index.d.ts +0 -2
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.d.ts +0 -68
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/access/index.d.ts +0 -1
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/index.d.ts +0 -6
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/proxy/index.d.ts +0 -2
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.d.ts +0 -36
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/index.d.ts +0 -1
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.d.ts +0 -36
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/utils/PausableUpgradeable.d.ts +0 -69
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/utils/index.d.ts +0 -2
- package/dist/types/typechain-types/@openzeppelin/index.d.ts +0 -4
- package/dist/types/typechain-types/common.d.ts +0 -50
- package/dist/types/typechain-types/contracts/core/collectors/FeeCollector.d.ts +0 -933
- package/dist/types/typechain-types/contracts/core/collectors/Treasury.d.ts +0 -283
- package/dist/types/typechain-types/contracts/core/collectors/index.d.ts +0 -2
- package/dist/types/typechain-types/contracts/core/governance/boost/BoostController.d.ts +0 -573
- package/dist/types/typechain-types/contracts/core/governance/boost/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/core/governance/gauges/BaseGauge.d.ts +0 -779
- package/dist/types/typechain-types/contracts/core/governance/gauges/GaugeController.d.ts +0 -815
- package/dist/types/typechain-types/contracts/core/governance/gauges/RAACGauge.d.ts +0 -803
- package/dist/types/typechain-types/contracts/core/governance/gauges/RWAGauge.d.ts +0 -807
- package/dist/types/typechain-types/contracts/core/governance/gauges/index.d.ts +0 -4
- package/dist/types/typechain-types/contracts/core/governance/index.d.ts +0 -6
- package/dist/types/typechain-types/contracts/core/governance/proposals/Governance.d.ts +0 -612
- package/dist/types/typechain-types/contracts/core/governance/proposals/TimelockController.d.ts +0 -447
- package/dist/types/typechain-types/contracts/core/governance/proposals/index.d.ts +0 -2
- package/dist/types/typechain-types/contracts/core/index.d.ts +0 -14
- package/dist/types/typechain-types/contracts/core/minters/RAACMinter/RAACMinter.d.ts +0 -791
- package/dist/types/typechain-types/contracts/core/minters/RAACMinter/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/core/minters/RAACReleaseOrchestrator/RAACReleaseOrchestrator.d.ts +0 -493
- package/dist/types/typechain-types/contracts/core/minters/RAACReleaseOrchestrator/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/core/minters/index.d.ts +0 -4
- package/dist/types/typechain-types/contracts/core/oracles/BaseChainlinkFunctionsOracle.d.ts +0 -165
- package/dist/types/typechain-types/contracts/core/oracles/BaseVRFv2Consumer.d.ts +0 -166
- package/dist/types/typechain-types/contracts/core/oracles/RAACHousePriceOracle.d.ts +0 -188
- package/dist/types/typechain-types/contracts/core/oracles/RAACPrimeRateOracle.d.ts +0 -195
- package/dist/types/typechain-types/contracts/core/oracles/index.d.ts +0 -4
- package/dist/types/typechain-types/contracts/core/pools/LendingPool/LendingPool.d.ts +0 -1647
- package/dist/types/typechain-types/contracts/core/pools/LendingPool/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/core/pools/StabilityPool/NFTLiquidator.d.ts +0 -283
- package/dist/types/typechain-types/contracts/core/pools/StabilityPool/StabilityPool.d.ts +0 -576
- package/dist/types/typechain-types/contracts/core/pools/StabilityPool/index.d.ts +0 -2
- package/dist/types/typechain-types/contracts/core/pools/index.d.ts +0 -4
- package/dist/types/typechain-types/contracts/core/primitives/RAACHousePrices.d.ts +0 -138
- package/dist/types/typechain-types/contracts/core/primitives/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/core/tokens/DEToken.d.ts +0 -384
- package/dist/types/typechain-types/contracts/core/tokens/DebtToken.d.ts +0 -429
- package/dist/types/typechain-types/contracts/core/tokens/IndexToken.d.ts +0 -340
- package/dist/types/typechain-types/contracts/core/tokens/LPToken.d.ts +0 -224
- package/dist/types/typechain-types/contracts/core/tokens/RAACNFT.d.ts +0 -728
- package/dist/types/typechain-types/contracts/core/tokens/RAACToken.d.ts +0 -401
- package/dist/types/typechain-types/contracts/core/tokens/RToken.d.ts +0 -567
- package/dist/types/typechain-types/contracts/core/tokens/VeRAACToken.d.ts +0 -816
- package/dist/types/typechain-types/contracts/core/tokens/index.d.ts +0 -8
- package/dist/types/typechain-types/contracts/index.d.ts +0 -10
- package/dist/types/typechain-types/contracts/interfaces/IERC20.d.ts +0 -129
- package/dist/types/typechain-types/contracts/interfaces/IHousePrices.d.ts +0 -29
- package/dist/types/typechain-types/contracts/interfaces/INFTLiquidator.d.ts +0 -73
- package/dist/types/typechain-types/contracts/interfaces/IPoolManager.d.ts +0 -37
- package/dist/types/typechain-types/contracts/interfaces/IReserveAllocationLibraryMock.d.ts +0 -164
- package/dist/types/typechain-types/contracts/interfaces/IUSDC.d.ts +0 -129
- package/dist/types/typechain-types/contracts/interfaces/IveRAACDistributor.d.ts +0 -59
- package/dist/types/typechain-types/contracts/interfaces/core/collectors/IBaseCollector.d.ts +0 -39
- package/dist/types/typechain-types/contracts/interfaces/core/collectors/IFeeCollector.d.ts +0 -487
- package/dist/types/typechain-types/contracts/interfaces/core/collectors/ITreasury.d.ts +0 -139
- package/dist/types/typechain-types/contracts/interfaces/core/collectors/index.d.ts +0 -3
- package/dist/types/typechain-types/contracts/interfaces/core/governance/IBoostController.d.ts +0 -269
- package/dist/types/typechain-types/contracts/interfaces/core/governance/gauges/IGauge.d.ts +0 -235
- package/dist/types/typechain-types/contracts/interfaces/core/governance/gauges/IGaugeController.d.ts +0 -341
- package/dist/types/typechain-types/contracts/interfaces/core/governance/gauges/index.d.ts +0 -2
- package/dist/types/typechain-types/contracts/interfaces/core/governance/index.d.ts +0 -5
- package/dist/types/typechain-types/contracts/interfaces/core/governance/proposals/IGovernance.d.ts +0 -577
- package/dist/types/typechain-types/contracts/interfaces/core/governance/proposals/ITimelockController.d.ts +0 -279
- package/dist/types/typechain-types/contracts/interfaces/core/governance/proposals/index.d.ts +0 -2
- package/dist/types/typechain-types/contracts/interfaces/core/index.d.ts +0 -14
- package/dist/types/typechain-types/contracts/interfaces/core/minters/RAACMinter/IRAACMinter.d.ts +0 -352
- package/dist/types/typechain-types/contracts/interfaces/core/minters/RAACMinter/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/interfaces/core/minters/RAACReleaseOrchestrator/IReleaseOrchestrator.d.ts +0 -237
- package/dist/types/typechain-types/contracts/interfaces/core/minters/RAACReleaseOrchestrator/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/interfaces/core/minters/index.d.ts +0 -4
- package/dist/types/typechain-types/contracts/interfaces/core/oracles/IBaseVRFv2Consumer.d.ts +0 -86
- package/dist/types/typechain-types/contracts/interfaces/core/oracles/IRAACHousePrices.d.ts +0 -110
- package/dist/types/typechain-types/contracts/interfaces/core/oracles/index.d.ts +0 -2
- package/dist/types/typechain-types/contracts/interfaces/core/pools/ILiquidityPool.d.ts +0 -185
- package/dist/types/typechain-types/contracts/interfaces/core/pools/LendingPool/ILendingPool.d.ts +0 -982
- package/dist/types/typechain-types/contracts/interfaces/core/pools/LendingPool/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/interfaces/core/pools/StabilityPool/IStabilityPool.d.ts +0 -371
- package/dist/types/typechain-types/contracts/interfaces/core/pools/StabilityPool/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/interfaces/core/pools/index.d.ts +0 -5
- package/dist/types/typechain-types/contracts/interfaces/core/tokens/IDEToken.d.ts +0 -226
- package/dist/types/typechain-types/contracts/interfaces/core/tokens/IDebtToken.d.ts +0 -291
- package/dist/types/typechain-types/contracts/interfaces/core/tokens/IIndexToken.d.ts +0 -187
- package/dist/types/typechain-types/contracts/interfaces/core/tokens/IRAACNFT.d.ts +0 -505
- package/dist/types/typechain-types/contracts/interfaces/core/tokens/IRAACToken.d.ts +0 -346
- package/dist/types/typechain-types/contracts/interfaces/core/tokens/IRToken.d.ts +0 -397
- package/dist/types/typechain-types/contracts/interfaces/core/tokens/IveRAACToken.d.ts +0 -362
- package/dist/types/typechain-types/contracts/interfaces/core/tokens/index.d.ts +0 -7
- package/dist/types/typechain-types/contracts/interfaces/core/vaults/IBaseVault.d.ts +0 -83
- package/dist/types/typechain-types/contracts/interfaces/core/vaults/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/interfaces/curve/ICurveCrvUSDVault.d.ts +0 -144
- package/dist/types/typechain-types/contracts/interfaces/curve/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/interfaces/index.d.ts +0 -13
- package/dist/types/typechain-types/contracts/interfaces/zeno/IAuction.d.ts +0 -122
- package/dist/types/typechain-types/contracts/interfaces/zeno/IZENO.d.ts +0 -186
- package/dist/types/typechain-types/contracts/interfaces/zeno/index.d.ts +0 -2
- package/dist/types/typechain-types/contracts/libraries/governance/BoostCalculator.d.ts +0 -42
- package/dist/types/typechain-types/contracts/libraries/governance/Checkpoints.d.ts +0 -55
- package/dist/types/typechain-types/contracts/libraries/governance/LockManager.d.ts +0 -87
- package/dist/types/typechain-types/contracts/libraries/governance/PowerCheckpoint.d.ts +0 -60
- package/dist/types/typechain-types/contracts/libraries/governance/RAACVoting.d.ts +0 -45
- package/dist/types/typechain-types/contracts/libraries/governance/VotingPowerLib.d.ts +0 -66
- package/dist/types/typechain-types/contracts/libraries/governance/index.d.ts +0 -6
- package/dist/types/typechain-types/contracts/libraries/index.d.ts +0 -8
- package/dist/types/typechain-types/contracts/libraries/math/TimeWeightedAverage.d.ts +0 -104
- package/dist/types/typechain-types/contracts/libraries/math/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/libraries/pools/ReserveLibrary.d.ts +0 -124
- package/dist/types/typechain-types/contracts/libraries/pools/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/libraries/utils/StringUtils.d.ts +0 -20
- package/dist/types/typechain-types/contracts/libraries/utils/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/mocks/core/collectors/MockTreasury.d.ts +0 -169
- package/dist/types/typechain-types/contracts/mocks/core/collectors/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/mocks/core/governance/gauges/MockBaseGauge.d.ts +0 -845
- package/dist/types/typechain-types/contracts/mocks/core/governance/gauges/MockGaugeController.d.ts +0 -29
- package/dist/types/typechain-types/contracts/mocks/core/governance/gauges/index.d.ts +0 -2
- package/dist/types/typechain-types/contracts/mocks/core/governance/index.d.ts +0 -4
- package/dist/types/typechain-types/contracts/mocks/core/governance/proposals/TimelockTestTarget.d.ts +0 -76
- package/dist/types/typechain-types/contracts/mocks/core/governance/proposals/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/mocks/core/index.d.ts +0 -14
- package/dist/types/typechain-types/contracts/mocks/core/oracles/MockFunctionsRouter.sol/IFunctionsRouter.d.ts +0 -41
- package/dist/types/typechain-types/contracts/mocks/core/oracles/MockFunctionsRouter.sol/MockFunctionsRouter.d.ts +0 -45
- package/dist/types/typechain-types/contracts/mocks/core/oracles/MockFunctionsRouter.sol/index.d.ts +0 -2
- package/dist/types/typechain-types/contracts/mocks/core/oracles/MockOracle.d.ts +0 -43
- package/dist/types/typechain-types/contracts/mocks/core/oracles/MockVRFCoordinatorV2.d.ts +0 -530
- package/dist/types/typechain-types/contracts/mocks/core/oracles/TestRAACHousePriceOracle.d.ts +0 -204
- package/dist/types/typechain-types/contracts/mocks/core/oracles/TestRAACPrimeRateOracle.d.ts +0 -211
- package/dist/types/typechain-types/contracts/mocks/core/oracles/index.d.ts +0 -6
- package/dist/types/typechain-types/contracts/mocks/core/pools/MockLendingPool.d.ts +0 -121
- package/dist/types/typechain-types/contracts/mocks/core/pools/MockLendingPoolCollector.d.ts +0 -156
- package/dist/types/typechain-types/contracts/mocks/core/pools/MockLendingPoolDebtToken.d.ts +0 -994
- package/dist/types/typechain-types/contracts/mocks/core/pools/MockLiquidityPool.d.ts +0 -486
- package/dist/types/typechain-types/contracts/mocks/core/pools/MockPool.d.ts +0 -55
- package/dist/types/typechain-types/contracts/mocks/core/pools/MockStabilityPool.d.ts +0 -69
- package/dist/types/typechain-types/contracts/mocks/core/pools/index.d.ts +0 -6
- package/dist/types/typechain-types/contracts/mocks/core/primitives/MockContract.d.ts +0 -29
- package/dist/types/typechain-types/contracts/mocks/core/primitives/MockContractWithConfig.d.ts +0 -39
- package/dist/types/typechain-types/contracts/mocks/core/primitives/MockDistributableContract.d.ts +0 -35
- package/dist/types/typechain-types/contracts/mocks/core/primitives/RAACHousePricesMock.d.ts +0 -47
- package/dist/types/typechain-types/contracts/mocks/core/primitives/index.d.ts +0 -4
- package/dist/types/typechain-types/contracts/mocks/core/tokens/CrvUSDToken.d.ts +0 -212
- package/dist/types/typechain-types/contracts/mocks/core/tokens/ERC20Mock.d.ts +0 -155
- package/dist/types/typechain-types/contracts/mocks/core/tokens/ERC721Mock.d.ts +0 -229
- package/dist/types/typechain-types/contracts/mocks/core/tokens/MockCollectableUnderlying.d.ts +0 -292
- package/dist/types/typechain-types/contracts/mocks/core/tokens/MockFeeCollectorToken.d.ts +0 -220
- package/dist/types/typechain-types/contracts/mocks/core/tokens/MockToken.d.ts +0 -191
- package/dist/types/typechain-types/contracts/mocks/core/tokens/MockUSDC.d.ts +0 -155
- package/dist/types/typechain-types/contracts/mocks/core/tokens/MockVeToken.d.ts +0 -510
- package/dist/types/typechain-types/contracts/mocks/core/tokens/RAACMockERC20.d.ts +0 -186
- package/dist/types/typechain-types/contracts/mocks/core/tokens/index.d.ts +0 -9
- package/dist/types/typechain-types/contracts/mocks/core/vaults/MockVault.d.ts +0 -290
- package/dist/types/typechain-types/contracts/mocks/core/vaults/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/mocks/index.d.ts +0 -6
- package/dist/types/typechain-types/contracts/mocks/libraries/MockStringUtils.d.ts +0 -25
- package/dist/types/typechain-types/contracts/mocks/libraries/governance/BoostCalculatorMock.d.ts +0 -275
- package/dist/types/typechain-types/contracts/mocks/libraries/governance/CheckpointsMock.d.ts +0 -83
- package/dist/types/typechain-types/contracts/mocks/libraries/governance/LockManagerMock.d.ts +0 -163
- package/dist/types/typechain-types/contracts/mocks/libraries/governance/PowerCheckpointMock.d.ts +0 -141
- package/dist/types/typechain-types/contracts/mocks/libraries/governance/RAACVotingMock.d.ts +0 -41
- package/dist/types/typechain-types/contracts/mocks/libraries/governance/VotingPowerMock.d.ts +0 -281
- package/dist/types/typechain-types/contracts/mocks/libraries/governance/index.d.ts +0 -6
- package/dist/types/typechain-types/contracts/mocks/libraries/index.d.ts +0 -7
- package/dist/types/typechain-types/contracts/mocks/libraries/math/TimeWeightedAverageMock.d.ts +0 -203
- package/dist/types/typechain-types/contracts/mocks/libraries/math/WadRayMathMock.d.ts +0 -78
- package/dist/types/typechain-types/contracts/mocks/libraries/math/index.d.ts +0 -2
- package/dist/types/typechain-types/contracts/mocks/libraries/pools/ReserveLibraryMock.d.ts +0 -225
- package/dist/types/typechain-types/contracts/mocks/libraries/pools/index.d.ts +0 -1
- package/dist/types/typechain-types/contracts/mocks/tests/MaliciousDeposit.d.ts +0 -29
- package/dist/types/typechain-types/contracts/mocks/tests/MaliciousWithdraw.d.ts +0 -29
- package/dist/types/typechain-types/contracts/mocks/tests/VeRAACFuzzHelper.d.ts +0 -71
- package/dist/types/typechain-types/contracts/mocks/tests/VotingPowerFuzzHelper.sol/IVMTimeControl.d.ts +0 -25
- package/dist/types/typechain-types/contracts/mocks/tests/VotingPowerFuzzHelper.sol/VotingPowerFuzzHelper.d.ts +0 -100
- package/dist/types/typechain-types/contracts/mocks/tests/VotingPowerFuzzHelper.sol/index.d.ts +0 -2
- package/dist/types/typechain-types/contracts/mocks/tests/index.d.ts +0 -5
- package/dist/types/typechain-types/contracts/zeno/Auction.d.ts +0 -215
- package/dist/types/typechain-types/contracts/zeno/AuctionFactory.d.ts +0 -177
- package/dist/types/typechain-types/contracts/zeno/ZENO.d.ts +0 -237
- package/dist/types/typechain-types/contracts/zeno/ZENOFactory.d.ts +0 -151
- package/dist/types/typechain-types/contracts/zeno/index.d.ts +0 -4
- package/dist/types/typechain-types/factories/@chainlink/contracts/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/functions/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/functions/v1_0_0/FunctionsClient__factory.d.ts +0 -49
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/functions/v1_0_0/index.d.ts +0 -3
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/functions/v1_0_0/interfaces/IFunctionsClient__factory.d.ts +0 -25
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/functions/v1_0_0/interfaces/IFunctionsRouter__factory.d.ts +0 -268
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/functions/v1_0_0/interfaces/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/functions/v1_0_0/libraries/FunctionsRequest__factory.d.ts +0 -48
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/functions/v1_0_0/libraries/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/index.d.ts +0 -3
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/access/ConfirmedOwnerWithProposal__factory.d.ts +0 -90
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/access/ConfirmedOwner__factory.d.ts +0 -86
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/access/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/interfaces/IOwnable__factory.d.ts +0 -33
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/interfaces/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/vrf/VRFConsumerBaseV2__factory.d.ts +0 -33
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/vrf/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/vrf/interfaces/VRFCoordinatorV2Interface__factory.d.ts +0 -171
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/vrf/interfaces/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/@chainlink/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/access/AccessControl__factory.d.ts +0 -181
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/access/IAccessControl__factory.d.ts +0 -157
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.d.ts +0 -64
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/access/index.d.ts +0 -3
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/index.d.ts +0 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC5267__factory.d.ts +0 -46
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.d.ts +0 -83
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.d.ts +0 -71
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.d.ts +0 -83
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts +0 -3
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.d.ts +0 -241
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.d.ts +0 -147
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/ERC20Permit__factory.d.ts +0 -402
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.d.ts +0 -177
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Permit__factory.d.ts +0 -65
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +0 -3
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts +0 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.d.ts +0 -46
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC721/ERC721__factory.d.ts +0 -337
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721Receiver__factory.d.ts +0 -33
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC721/IERC721__factory.d.ts +0 -227
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/ERC721Enumerable__factory.d.ts +0 -395
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Enumerable__factory.d.ts +0 -269
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/IERC721Metadata__factory.d.ts +0 -261
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC721/extensions/index.d.ts +0 -3
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC721/index.d.ts +0 -5
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC721/utils/ERC721Holder__factory.d.ts +0 -33
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC721/utils/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/Address__factory.d.ts +0 -42
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/Nonces__factory.d.ts +0 -33
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/Pausable__factory.d.ts +0 -45
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/ReentrancyGuard__factory.d.ts +0 -11
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/ShortStrings__factory.d.ts +0 -34
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.d.ts +0 -34
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/ECDSA__factory.d.ts +0 -42
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/EIP712__factory.d.ts +0 -58
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts +0 -9
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.d.ts +0 -21
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.d.ts +0 -21
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/math/Math__factory.d.ts +0 -26
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.d.ts +0 -62
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/math/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable__factory.d.ts +0 -82
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/access/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/index.d.ts +0 -3
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.d.ts +0 -25
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable__factory.d.ts +0 -25
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/utils/PausableUpgradeable__factory.d.ts +0 -63
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/utils/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/@openzeppelin/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/core/collectors/FeeCollector__factory.d.ts +0 -1362
- package/dist/types/typechain-types/factories/contracts/core/collectors/Treasury__factory.d.ts +0 -386
- package/dist/types/typechain-types/factories/contracts/core/collectors/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/core/governance/boost/BoostController__factory.d.ts +0 -716
- package/dist/types/typechain-types/factories/contracts/core/governance/boost/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/core/governance/gauges/BaseGauge__factory.d.ts +0 -1083
- package/dist/types/typechain-types/factories/contracts/core/governance/gauges/GaugeController__factory.d.ts +0 -1124
- package/dist/types/typechain-types/factories/contracts/core/governance/gauges/RAACGauge__factory.d.ts +0 -1154
- package/dist/types/typechain-types/factories/contracts/core/governance/gauges/RWAGauge__factory.d.ts +0 -1154
- package/dist/types/typechain-types/factories/contracts/core/governance/gauges/index.d.ts +0 -4
- package/dist/types/typechain-types/factories/contracts/core/governance/index.d.ts +0 -3
- package/dist/types/typechain-types/factories/contracts/core/governance/proposals/Governance__factory.d.ts +0 -976
- package/dist/types/typechain-types/factories/contracts/core/governance/proposals/TimelockController__factory.d.ts +0 -773
- package/dist/types/typechain-types/factories/contracts/core/governance/proposals/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/core/index.d.ts +0 -7
- package/dist/types/typechain-types/factories/contracts/core/minters/RAACMinter/RAACMinter__factory.d.ts +0 -1132
- package/dist/types/typechain-types/factories/contracts/core/minters/RAACMinter/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/core/minters/RAACReleaseOrchestrator/RAACReleaseOrchestrator__factory.d.ts +0 -680
- package/dist/types/typechain-types/factories/contracts/core/minters/RAACReleaseOrchestrator/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/core/minters/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/core/oracles/BaseChainlinkFunctionsOracle__factory.d.ts +0 -205
- package/dist/types/typechain-types/factories/contracts/core/oracles/BaseVRFv2Consumer__factory.d.ts +0 -231
- package/dist/types/typechain-types/factories/contracts/core/oracles/RAACHousePriceOracle__factory.d.ts +0 -275
- package/dist/types/typechain-types/factories/contracts/core/oracles/RAACPrimeRateOracle__factory.d.ts +0 -286
- package/dist/types/typechain-types/factories/contracts/core/oracles/index.d.ts +0 -4
- package/dist/types/typechain-types/factories/contracts/core/pools/LendingPool/LendingPool__factory.d.ts +0 -2160
- package/dist/types/typechain-types/factories/contracts/core/pools/LendingPool/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/core/pools/StabilityPool/NFTLiquidator__factory.d.ts +0 -390
- package/dist/types/typechain-types/factories/contracts/core/pools/StabilityPool/StabilityPool__factory.d.ts +0 -897
- package/dist/types/typechain-types/factories/contracts/core/pools/StabilityPool/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/core/pools/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/core/primitives/RAACHousePrices__factory.d.ts +0 -231
- package/dist/types/typechain-types/factories/contracts/core/primitives/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/core/tokens/DEToken__factory.d.ts +0 -671
- package/dist/types/typechain-types/factories/contracts/core/tokens/DebtToken__factory.d.ts +0 -747
- package/dist/types/typechain-types/factories/contracts/core/tokens/IndexToken__factory.d.ts +0 -602
- package/dist/types/typechain-types/factories/contracts/core/tokens/LPToken__factory.d.ts +0 -401
- package/dist/types/typechain-types/factories/contracts/core/tokens/RAACNFT__factory.d.ts +0 -1143
- package/dist/types/typechain-types/factories/contracts/core/tokens/RAACToken__factory.d.ts +0 -652
- package/dist/types/typechain-types/factories/contracts/core/tokens/RToken__factory.d.ts +0 -941
- package/dist/types/typechain-types/factories/contracts/core/tokens/VeRAACToken__factory.d.ts +0 -1264
- package/dist/types/typechain-types/factories/contracts/core/tokens/index.d.ts +0 -8
- package/dist/types/typechain-types/factories/contracts/index.d.ts +0 -5
- package/dist/types/typechain-types/factories/contracts/interfaces/IERC20__factory.d.ts +0 -147
- package/dist/types/typechain-types/factories/contracts/interfaces/IHousePrices__factory.d.ts +0 -21
- package/dist/types/typechain-types/factories/contracts/interfaces/INFTLiquidator__factory.d.ts +0 -65
- package/dist/types/typechain-types/factories/contracts/interfaces/IPoolManager__factory.d.ts +0 -43
- package/dist/types/typechain-types/factories/contracts/interfaces/IReserveAllocationLibraryMock__factory.d.ts +0 -189
- package/dist/types/typechain-types/factories/contracts/interfaces/IUSDC__factory.d.ts +0 -147
- package/dist/types/typechain-types/factories/contracts/interfaces/IveRAACDistributor__factory.d.ts +0 -75
- package/dist/types/typechain-types/factories/contracts/interfaces/core/collectors/IBaseCollector__factory.d.ts +0 -33
- package/dist/types/typechain-types/factories/contracts/interfaces/core/collectors/IFeeCollector__factory.d.ts +0 -715
- package/dist/types/typechain-types/factories/contracts/interfaces/core/collectors/ITreasury__factory.d.ts +0 -165
- package/dist/types/typechain-types/factories/contracts/interfaces/core/collectors/index.d.ts +0 -3
- package/dist/types/typechain-types/factories/contracts/interfaces/core/governance/IBoostController__factory.d.ts +0 -295
- package/dist/types/typechain-types/factories/contracts/interfaces/core/governance/gauges/IGaugeController__factory.d.ts +0 -449
- package/dist/types/typechain-types/factories/contracts/interfaces/core/governance/gauges/IGauge__factory.d.ts +0 -307
- package/dist/types/typechain-types/factories/contracts/interfaces/core/governance/gauges/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/interfaces/core/governance/index.d.ts +0 -3
- package/dist/types/typechain-types/factories/contracts/interfaces/core/governance/proposals/IGovernance__factory.d.ts +0 -878
- package/dist/types/typechain-types/factories/contracts/interfaces/core/governance/proposals/ITimelockController__factory.d.ts +0 -468
- package/dist/types/typechain-types/factories/contracts/interfaces/core/governance/proposals/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/interfaces/core/index.d.ts +0 -7
- package/dist/types/typechain-types/factories/contracts/interfaces/core/minters/RAACMinter/IRAACMinter__factory.d.ts +0 -424
- package/dist/types/typechain-types/factories/contracts/interfaces/core/minters/RAACMinter/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/interfaces/core/minters/RAACReleaseOrchestrator/IReleaseOrchestrator__factory.d.ts +0 -279
- package/dist/types/typechain-types/factories/contracts/interfaces/core/minters/RAACReleaseOrchestrator/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/interfaces/core/minters/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/interfaces/core/oracles/IBaseVRFv2Consumer__factory.d.ts +0 -78
- package/dist/types/typechain-types/factories/contracts/interfaces/core/oracles/IRAACHousePrices__factory.d.ts +0 -146
- package/dist/types/typechain-types/factories/contracts/interfaces/core/oracles/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/interfaces/core/pools/ILiquidityPool__factory.d.ts +0 -233
- package/dist/types/typechain-types/factories/contracts/interfaces/core/pools/LendingPool/ILendingPool__factory.d.ts +0 -1170
- package/dist/types/typechain-types/factories/contracts/interfaces/core/pools/LendingPool/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/interfaces/core/pools/StabilityPool/IStabilityPool__factory.d.ts +0 -481
- package/dist/types/typechain-types/factories/contracts/interfaces/core/pools/StabilityPool/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/interfaces/core/pools/index.d.ts +0 -3
- package/dist/types/typechain-types/factories/contracts/interfaces/core/tokens/IDEToken__factory.d.ts +0 -256
- package/dist/types/typechain-types/factories/contracts/interfaces/core/tokens/IDebtToken__factory.d.ts +0 -392
- package/dist/types/typechain-types/factories/contracts/interfaces/core/tokens/IIndexToken__factory.d.ts +0 -227
- package/dist/types/typechain-types/factories/contracts/interfaces/core/tokens/IRAACNFT__factory.d.ts +0 -627
- package/dist/types/typechain-types/factories/contracts/interfaces/core/tokens/IRAACToken__factory.d.ts +0 -436
- package/dist/types/typechain-types/factories/contracts/interfaces/core/tokens/IRToken__factory.d.ts +0 -496
- package/dist/types/typechain-types/factories/contracts/interfaces/core/tokens/IveRAACToken__factory.d.ts +0 -435
- package/dist/types/typechain-types/factories/contracts/interfaces/core/tokens/index.d.ts +0 -7
- package/dist/types/typechain-types/factories/contracts/interfaces/core/vaults/IBaseVault__factory.d.ts +0 -137
- package/dist/types/typechain-types/factories/contracts/interfaces/core/vaults/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/interfaces/curve/ICurveCrvUSDVault__factory.d.ts +0 -194
- package/dist/types/typechain-types/factories/contracts/interfaces/curve/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/interfaces/index.d.ts +0 -10
- package/dist/types/typechain-types/factories/contracts/interfaces/zeno/IAuction__factory.d.ts +0 -126
- package/dist/types/typechain-types/factories/contracts/interfaces/zeno/IZENO__factory.d.ts +0 -246
- package/dist/types/typechain-types/factories/contracts/interfaces/zeno/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/libraries/governance/BoostCalculator__factory.d.ts +0 -54
- package/dist/types/typechain-types/factories/contracts/libraries/governance/Checkpoints__factory.d.ts +0 -68
- package/dist/types/typechain-types/factories/contracts/libraries/governance/LockManager__factory.d.ts +0 -111
- package/dist/types/typechain-types/factories/contracts/libraries/governance/PowerCheckpoint__factory.d.ts +0 -69
- package/dist/types/typechain-types/factories/contracts/libraries/governance/RAACVoting__factory.d.ts +0 -92
- package/dist/types/typechain-types/factories/contracts/libraries/governance/VotingPowerLib__factory.d.ts +0 -74
- package/dist/types/typechain-types/factories/contracts/libraries/governance/index.d.ts +0 -6
- package/dist/types/typechain-types/factories/contracts/libraries/index.d.ts +0 -4
- package/dist/types/typechain-types/factories/contracts/libraries/math/TimeWeightedAverage__factory.d.ts +0 -125
- package/dist/types/typechain-types/factories/contracts/libraries/math/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/libraries/pools/ReserveLibrary__factory.d.ts +0 -135
- package/dist/types/typechain-types/factories/contracts/libraries/pools/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/libraries/utils/StringUtils__factory.d.ts +0 -26
- package/dist/types/typechain-types/factories/contracts/libraries/utils/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/collectors/MockTreasury__factory.d.ts +0 -212
- package/dist/types/typechain-types/factories/contracts/mocks/core/collectors/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/governance/gauges/MockBaseGauge__factory.d.ts +0 -1194
- package/dist/types/typechain-types/factories/contracts/mocks/core/governance/gauges/MockGaugeController__factory.d.ts +0 -50
- package/dist/types/typechain-types/factories/contracts/mocks/core/governance/gauges/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/mocks/core/governance/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/mocks/core/governance/proposals/TimelockTestTarget__factory.d.ts +0 -100
- package/dist/types/typechain-types/factories/contracts/mocks/core/governance/proposals/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/index.d.ts +0 -7
- package/dist/types/typechain-types/factories/contracts/mocks/core/oracles/MockFunctionsRouter.sol/IFunctionsRouter__factory.d.ts +0 -37
- package/dist/types/typechain-types/factories/contracts/mocks/core/oracles/MockFunctionsRouter.sol/MockFunctionsRouter__factory.d.ts +0 -66
- package/dist/types/typechain-types/factories/contracts/mocks/core/oracles/MockFunctionsRouter.sol/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/mocks/core/oracles/MockOracle__factory.d.ts +0 -62
- package/dist/types/typechain-types/factories/contracts/mocks/core/oracles/MockVRFCoordinatorV2__factory.d.ts +0 -620
- package/dist/types/typechain-types/factories/contracts/mocks/core/oracles/TestRAACHousePriceOracle__factory.d.ts +0 -293
- package/dist/types/typechain-types/factories/contracts/mocks/core/oracles/TestRAACPrimeRateOracle__factory.d.ts +0 -304
- package/dist/types/typechain-types/factories/contracts/mocks/core/oracles/index.d.ts +0 -5
- package/dist/types/typechain-types/factories/contracts/mocks/core/pools/MockLendingPoolCollector__factory.d.ts +0 -234
- package/dist/types/typechain-types/factories/contracts/mocks/core/pools/MockLendingPoolDebtToken__factory.d.ts +0 -1202
- package/dist/types/typechain-types/factories/contracts/mocks/core/pools/MockLendingPool__factory.d.ts +0 -199
- package/dist/types/typechain-types/factories/contracts/mocks/core/pools/MockLiquidityPool__factory.d.ts +0 -795
- package/dist/types/typechain-types/factories/contracts/mocks/core/pools/MockPool__factory.d.ts +0 -84
- package/dist/types/typechain-types/factories/contracts/mocks/core/pools/MockStabilityPool__factory.d.ts +0 -109
- package/dist/types/typechain-types/factories/contracts/mocks/core/pools/index.d.ts +0 -6
- package/dist/types/typechain-types/factories/contracts/mocks/core/primitives/MockContractWithConfig__factory.d.ts +0 -53
- package/dist/types/typechain-types/factories/contracts/mocks/core/primitives/MockContract__factory.d.ts +0 -42
- package/dist/types/typechain-types/factories/contracts/mocks/core/primitives/MockDistributableContract__factory.d.ts +0 -68
- package/dist/types/typechain-types/factories/contracts/mocks/core/primitives/RAACHousePricesMock__factory.d.ts +0 -64
- package/dist/types/typechain-types/factories/contracts/mocks/core/primitives/index.d.ts +0 -4
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/CrvUSDToken__factory.d.ts +0 -379
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/ERC20Mock__factory.d.ts +0 -282
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/ERC721Mock__factory.d.ts +0 -388
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/MockCollectableUnderlying__factory.d.ts +0 -451
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/MockFeeCollectorToken__factory.d.ts +0 -407
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/MockToken__factory.d.ts +0 -338
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/MockUSDC__factory.d.ts +0 -278
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/MockVeToken__factory.d.ts +0 -714
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/RAACMockERC20__factory.d.ts +0 -335
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/index.d.ts +0 -9
- package/dist/types/typechain-types/factories/contracts/mocks/core/vaults/MockVault__factory.d.ts +0 -525
- package/dist/types/typechain-types/factories/contracts/mocks/core/vaults/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/mocks/index.d.ts +0 -3
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/MockStringUtils__factory.d.ts +0 -40
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/governance/BoostCalculatorMock__factory.d.ts +0 -351
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/governance/CheckpointsMock__factory.d.ts +0 -124
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/governance/LockManagerMock__factory.d.ts +0 -197
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/governance/PowerCheckpointMock__factory.d.ts +0 -183
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/governance/RAACVotingMock__factory.d.ts +0 -70
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/governance/VotingPowerMock__factory.d.ts +0 -341
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/governance/index.d.ts +0 -6
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/index.d.ts +0 -4
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/math/TimeWeightedAverageMock__factory.d.ts +0 -247
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/math/WadRayMathMock__factory.d.ts +0 -154
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/math/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/pools/ReserveLibraryMock__factory.d.ts +0 -277
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/pools/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/contracts/mocks/tests/MaliciousDeposit__factory.d.ts +0 -53
- package/dist/types/typechain-types/factories/contracts/mocks/tests/MaliciousWithdraw__factory.d.ts +0 -53
- package/dist/types/typechain-types/factories/contracts/mocks/tests/VeRAACFuzzHelper__factory.d.ts +0 -80
- package/dist/types/typechain-types/factories/contracts/mocks/tests/VotingPowerFuzzHelper.sol/IVMTimeControl__factory.d.ts +0 -17
- package/dist/types/typechain-types/factories/contracts/mocks/tests/VotingPowerFuzzHelper.sol/VotingPowerFuzzHelper__factory.d.ts +0 -113
- package/dist/types/typechain-types/factories/contracts/mocks/tests/VotingPowerFuzzHelper.sol/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/mocks/tests/index.d.ts +0 -4
- package/dist/types/typechain-types/factories/contracts/zeno/AuctionFactory__factory.d.ts +0 -250
- package/dist/types/typechain-types/factories/contracts/zeno/Auction__factory.d.ts +0 -320
- package/dist/types/typechain-types/factories/contracts/zeno/ZENOFactory__factory.d.ts +0 -223
- package/dist/types/typechain-types/factories/contracts/zeno/ZENO__factory.d.ts +0 -488
- package/dist/types/typechain-types/factories/contracts/zeno/index.d.ts +0 -4
- package/dist/types/typechain-types/factories/index.d.ts +0 -3
- package/dist/types/typechain-types/index.d.ts +0 -329
- package/dist/types/utils/artifacts.d.ts +0 -2265
- package/dist/types/utils/chain.d.ts +0 -13
- package/dist/types/utils/config.d.ts +0 -0
- package/dist/types/utils/contracts.d.ts +0 -24
- package/dist/types/wallet/assets/approveAsset.d.ts +0 -5
- package/dist/types/wallet/assets/burnAsset.d.ts +0 -5
- package/dist/types/wallet/assets/getAllowance.d.ts +0 -5
- package/dist/types/wallet/assets/getAsset.d.ts +0 -4
- package/dist/types/wallet/assets/getAssets.d.ts +0 -4
- package/dist/types/wallet/assets/getBalance.d.ts +0 -5
- package/dist/types/wallet/assets/mintAsset.d.ts +0 -5
- package/dist/types/wallet/assets/transferAsset.d.ts +0 -5
- package/dist/utils/artifacts.js +0 -74
- package/dist/utils/chain.js +0 -92
- package/dist/utils/config.js +0 -43
- package/dist/utils/contracts.js +0 -81
- package/dist/wallet/assets/approveAsset.js +0 -35
- package/dist/wallet/assets/burnAsset.js +0 -46
- package/dist/wallet/assets/getAllowance.js +0 -26
- package/dist/wallet/assets/getAsset.js +0 -22
- package/dist/wallet/assets/getAssets.js +0 -26
- package/dist/wallet/assets/getBalance.js +0 -24
- package/dist/wallet/assets/mintAsset.js +0 -47
- package/dist/wallet/assets/transferAsset.js +0 -62
|
@@ -1,1647 +0,0 @@
|
|
|
1
|
-
import type { BaseContract, BigNumberish, BytesLike, FunctionFragment, Result, Interface, EventFragment, AddressLike, ContractRunner, ContractMethod, Listener } from "ethers";
|
|
2
|
-
import type { TypedContractEvent, TypedDeferredTopicFilter, TypedEventLog, TypedLogDescription, TypedListener, TypedContractMethod } from "../../../../common";
|
|
3
|
-
export declare namespace ILendingPool {
|
|
4
|
-
type NFTPositionViewStruct = {
|
|
5
|
-
rawDebtBalance: BigNumberish;
|
|
6
|
-
scaledDebtBalance: BigNumberish;
|
|
7
|
-
healthFactor: BigNumberish;
|
|
8
|
-
isUnderLiquidation: boolean;
|
|
9
|
-
liquidationStartTime: BigNumberish;
|
|
10
|
-
positionIndex: BigNumberish;
|
|
11
|
-
isInsured: boolean;
|
|
12
|
-
};
|
|
13
|
-
type NFTPositionViewStructOutput = [
|
|
14
|
-
rawDebtBalance: bigint,
|
|
15
|
-
scaledDebtBalance: bigint,
|
|
16
|
-
healthFactor: bigint,
|
|
17
|
-
isUnderLiquidation: boolean,
|
|
18
|
-
liquidationStartTime: bigint,
|
|
19
|
-
positionIndex: bigint,
|
|
20
|
-
isInsured: boolean
|
|
21
|
-
] & {
|
|
22
|
-
rawDebtBalance: bigint;
|
|
23
|
-
scaledDebtBalance: bigint;
|
|
24
|
-
healthFactor: bigint;
|
|
25
|
-
isUnderLiquidation: boolean;
|
|
26
|
-
liquidationStartTime: bigint;
|
|
27
|
-
positionIndex: bigint;
|
|
28
|
-
isInsured: boolean;
|
|
29
|
-
};
|
|
30
|
-
type UserDataViewStruct = {
|
|
31
|
-
nftTokenIds: BigNumberish[];
|
|
32
|
-
scaledDebtBalance: BigNumberish;
|
|
33
|
-
collateralValue: BigNumberish;
|
|
34
|
-
positions: ILendingPool.NFTPositionViewStruct[];
|
|
35
|
-
};
|
|
36
|
-
type UserDataViewStructOutput = [
|
|
37
|
-
nftTokenIds: bigint[],
|
|
38
|
-
scaledDebtBalance: bigint,
|
|
39
|
-
collateralValue: bigint,
|
|
40
|
-
positions: ILendingPool.NFTPositionViewStructOutput[]
|
|
41
|
-
] & {
|
|
42
|
-
nftTokenIds: bigint[];
|
|
43
|
-
scaledDebtBalance: bigint;
|
|
44
|
-
collateralValue: bigint;
|
|
45
|
-
positions: ILendingPool.NFTPositionViewStructOutput[];
|
|
46
|
-
};
|
|
47
|
-
type NFTPositionStruct = {
|
|
48
|
-
rawDebtBalance: BigNumberish;
|
|
49
|
-
isUnderLiquidation: boolean;
|
|
50
|
-
liquidationStartTime: BigNumberish;
|
|
51
|
-
positionIndex: BigNumberish;
|
|
52
|
-
isInsured: boolean;
|
|
53
|
-
rawInsuredBalance: BigNumberish;
|
|
54
|
-
};
|
|
55
|
-
type NFTPositionStructOutput = [
|
|
56
|
-
rawDebtBalance: bigint,
|
|
57
|
-
isUnderLiquidation: boolean,
|
|
58
|
-
liquidationStartTime: bigint,
|
|
59
|
-
positionIndex: bigint,
|
|
60
|
-
isInsured: boolean,
|
|
61
|
-
rawInsuredBalance: bigint
|
|
62
|
-
] & {
|
|
63
|
-
rawDebtBalance: bigint;
|
|
64
|
-
isUnderLiquidation: boolean;
|
|
65
|
-
liquidationStartTime: bigint;
|
|
66
|
-
positionIndex: bigint;
|
|
67
|
-
isInsured: boolean;
|
|
68
|
-
rawInsuredBalance: bigint;
|
|
69
|
-
};
|
|
70
|
-
}
|
|
71
|
-
export declare namespace ReserveLibrary {
|
|
72
|
-
type ReserveRateDataStruct = {
|
|
73
|
-
currentLiquidityRate: BigNumberish;
|
|
74
|
-
currentUsageRate: BigNumberish;
|
|
75
|
-
primeRate: BigNumberish;
|
|
76
|
-
baseRate: BigNumberish;
|
|
77
|
-
optimalRate: BigNumberish;
|
|
78
|
-
maxRate: BigNumberish;
|
|
79
|
-
optimalUtilizationRate: BigNumberish;
|
|
80
|
-
protocolFeeRate: BigNumberish;
|
|
81
|
-
};
|
|
82
|
-
type ReserveRateDataStructOutput = [
|
|
83
|
-
currentLiquidityRate: bigint,
|
|
84
|
-
currentUsageRate: bigint,
|
|
85
|
-
primeRate: bigint,
|
|
86
|
-
baseRate: bigint,
|
|
87
|
-
optimalRate: bigint,
|
|
88
|
-
maxRate: bigint,
|
|
89
|
-
optimalUtilizationRate: bigint,
|
|
90
|
-
protocolFeeRate: bigint
|
|
91
|
-
] & {
|
|
92
|
-
currentLiquidityRate: bigint;
|
|
93
|
-
currentUsageRate: bigint;
|
|
94
|
-
primeRate: bigint;
|
|
95
|
-
baseRate: bigint;
|
|
96
|
-
optimalRate: bigint;
|
|
97
|
-
maxRate: bigint;
|
|
98
|
-
optimalUtilizationRate: bigint;
|
|
99
|
-
protocolFeeRate: bigint;
|
|
100
|
-
};
|
|
101
|
-
type ReserveDataStruct = {
|
|
102
|
-
reserveRTokenAddress: AddressLike;
|
|
103
|
-
reserveAssetAddress: AddressLike;
|
|
104
|
-
reserveDebtTokenAddress: AddressLike;
|
|
105
|
-
totalLiquidity: BigNumberish;
|
|
106
|
-
totalUsage: BigNumberish;
|
|
107
|
-
liquidityIndex: BigNumberish;
|
|
108
|
-
usageIndex: BigNumberish;
|
|
109
|
-
lastUpdateTimestamp: BigNumberish;
|
|
110
|
-
};
|
|
111
|
-
type ReserveDataStructOutput = [
|
|
112
|
-
reserveRTokenAddress: string,
|
|
113
|
-
reserveAssetAddress: string,
|
|
114
|
-
reserveDebtTokenAddress: string,
|
|
115
|
-
totalLiquidity: bigint,
|
|
116
|
-
totalUsage: bigint,
|
|
117
|
-
liquidityIndex: bigint,
|
|
118
|
-
usageIndex: bigint,
|
|
119
|
-
lastUpdateTimestamp: bigint
|
|
120
|
-
] & {
|
|
121
|
-
reserveRTokenAddress: string;
|
|
122
|
-
reserveAssetAddress: string;
|
|
123
|
-
reserveDebtTokenAddress: string;
|
|
124
|
-
totalLiquidity: bigint;
|
|
125
|
-
totalUsage: bigint;
|
|
126
|
-
liquidityIndex: bigint;
|
|
127
|
-
usageIndex: bigint;
|
|
128
|
-
lastUpdateTimestamp: bigint;
|
|
129
|
-
};
|
|
130
|
-
}
|
|
131
|
-
export interface LendingPoolInterface extends Interface {
|
|
132
|
-
getFunction(nameOrSignature: "BASE_HEALTH_FACTOR_LIQUIDATION_THRESHOLD" | "BASE_LIQUIDATION_GRACE_PERIOD" | "BASE_LIQUIDATION_THRESHOLD" | "borrow" | "borrowWithInsurance" | "calculateHealthFactor" | "calculateInsuranceFee" | "canPaybackDebt" | "claimCollectorRewards" | "claimReward" | "closeLiquidation" | "debtToken" | "deposit" | "depositNFT" | "depositRewardTokens" | "feeCollector" | "finalizeLiquidation" | "getAllUserData" | "getEligibleUserDeposits" | "getNFTPrice" | "getNormalizedDebt" | "getNormalizedIncome" | "getPendingReward" | "getPosition" | "getPositionData" | "getPositionDebt" | "getPositionScaledDebt" | "getPositionView" | "getPositionsScaledDebt" | "getPrimeRate" | "getRAACNFTAddress" | "getReserveRateData" | "getReserveState" | "getUnclaimedVaultRewards" | "getUninsuredBalance" | "getUserCollateralValue" | "getUserDebt" | "getUserDeposits" | "getUserDepositsInStabilityPool" | "getUserOfDepositedNFT" | "healthFactorLiquidationThreshold" | "initiateLiquidation" | "insuranceFee" | "liquidationGracePeriod" | "liquidationThreshold" | "liquidityBufferRatio" | "onERC721Received" | "owner" | "pause" | "paused" | "positions" | "priceOracle" | "primeRateOracle" | "rToken" | "raacNFT" | "rateData" | "renounceOwnership" | "repay" | "repayOnBehalf" | "rescueToken" | "reserve" | "reserveAssetToken" | "rewardData" | "setFeeCollector" | "setParameter" | "setPrimeRate" | "setPrimeRateOracle" | "setRewardToken" | "setStabilityPool" | "setVault" | "stabilityPool" | "transferAccruedDust" | "transferOwnership" | "unpause" | "updateState" | "updateUserReward" | "userData" | "vault" | "vaultRewards" | "withdraw" | "withdrawNFT" | "withdrawalsPaused"): FunctionFragment;
|
|
133
|
-
getEvent(nameOrSignatureOrTopic: "Borrow" | "CanPaybackDebtChanged" | "Deposit(address,uint256,uint256)" | "Deposit(address,uint256,uint256)" | "FeeCollectorUpdated" | "InsufficientFees" | "InsuranceFeeUpdated" | "InsuredNFT" | "InterestRatesUpdated" | "Liquidation" | "LiquidationClosed" | "LiquidationFinalized" | "LiquidationInitiated" | "LiquidationParametersUpdated" | "LiquidityBufferRatioUpdated" | "LiquidityRebalanced" | "NFTDeposited" | "NFTWithdrawn" | "NotFeeCollector" | "OwnershipTransferred" | "Paused" | "PrimeRateUpdated" | "ProtocolFeeRateUpdated" | "ProtocolFeesCollected" | "ProtocolFeesWithdrawn" | "Repay" | "ReserveInterestsUpdated" | "RewardClaimed" | "RewardDistributed" | "RewardParametersUpdated" | "RewardTokenAdded" | "RewardTokensDeposited" | "StabilityPoolUpdated" | "Unpaused" | "VaultRewardsClaimed" | "VaultUpdated" | "VaultWithdrawalFailed" | "Withdraw(address,uint256)" | "Withdraw(address,uint256,uint256)" | "WithdrawalsPauseStatusChanged"): EventFragment;
|
|
134
|
-
encodeFunctionData(functionFragment: "BASE_HEALTH_FACTOR_LIQUIDATION_THRESHOLD", values?: undefined): string;
|
|
135
|
-
encodeFunctionData(functionFragment: "BASE_LIQUIDATION_GRACE_PERIOD", values?: undefined): string;
|
|
136
|
-
encodeFunctionData(functionFragment: "BASE_LIQUIDATION_THRESHOLD", values?: undefined): string;
|
|
137
|
-
encodeFunctionData(functionFragment: "borrow", values: [BigNumberish, BigNumberish]): string;
|
|
138
|
-
encodeFunctionData(functionFragment: "borrowWithInsurance", values: [BigNumberish, BigNumberish]): string;
|
|
139
|
-
encodeFunctionData(functionFragment: "calculateHealthFactor", values: [AddressLike, BigNumberish]): string;
|
|
140
|
-
encodeFunctionData(functionFragment: "calculateInsuranceFee", values: [AddressLike, BigNumberish, BigNumberish]): string;
|
|
141
|
-
encodeFunctionData(functionFragment: "canPaybackDebt", values?: undefined): string;
|
|
142
|
-
encodeFunctionData(functionFragment: "claimCollectorRewards", values?: undefined): string;
|
|
143
|
-
encodeFunctionData(functionFragment: "claimReward", values?: undefined): string;
|
|
144
|
-
encodeFunctionData(functionFragment: "closeLiquidation", values: [BigNumberish]): string;
|
|
145
|
-
encodeFunctionData(functionFragment: "debtToken", values?: undefined): string;
|
|
146
|
-
encodeFunctionData(functionFragment: "deposit", values: [BigNumberish]): string;
|
|
147
|
-
encodeFunctionData(functionFragment: "depositNFT", values: [BigNumberish]): string;
|
|
148
|
-
encodeFunctionData(functionFragment: "depositRewardTokens", values: [BigNumberish]): string;
|
|
149
|
-
encodeFunctionData(functionFragment: "feeCollector", values?: undefined): string;
|
|
150
|
-
encodeFunctionData(functionFragment: "finalizeLiquidation", values: [AddressLike, BigNumberish]): string;
|
|
151
|
-
encodeFunctionData(functionFragment: "getAllUserData", values: [AddressLike]): string;
|
|
152
|
-
encodeFunctionData(functionFragment: "getEligibleUserDeposits", values: [AddressLike]): string;
|
|
153
|
-
encodeFunctionData(functionFragment: "getNFTPrice", values: [BigNumberish]): string;
|
|
154
|
-
encodeFunctionData(functionFragment: "getNormalizedDebt", values?: undefined): string;
|
|
155
|
-
encodeFunctionData(functionFragment: "getNormalizedIncome", values?: undefined): string;
|
|
156
|
-
encodeFunctionData(functionFragment: "getPendingReward", values: [AddressLike]): string;
|
|
157
|
-
encodeFunctionData(functionFragment: "getPosition", values: [AddressLike, BigNumberish]): string;
|
|
158
|
-
encodeFunctionData(functionFragment: "getPositionData", values: [AddressLike, BigNumberish]): string;
|
|
159
|
-
encodeFunctionData(functionFragment: "getPositionDebt", values: [AddressLike, BigNumberish]): string;
|
|
160
|
-
encodeFunctionData(functionFragment: "getPositionScaledDebt", values: [AddressLike, BigNumberish]): string;
|
|
161
|
-
encodeFunctionData(functionFragment: "getPositionView", values: [AddressLike, BigNumberish]): string;
|
|
162
|
-
encodeFunctionData(functionFragment: "getPositionsScaledDebt", values: [AddressLike]): string;
|
|
163
|
-
encodeFunctionData(functionFragment: "getPrimeRate", values?: undefined): string;
|
|
164
|
-
encodeFunctionData(functionFragment: "getRAACNFTAddress", values?: undefined): string;
|
|
165
|
-
encodeFunctionData(functionFragment: "getReserveRateData", values?: undefined): string;
|
|
166
|
-
encodeFunctionData(functionFragment: "getReserveState", values?: undefined): string;
|
|
167
|
-
encodeFunctionData(functionFragment: "getUnclaimedVaultRewards", values?: undefined): string;
|
|
168
|
-
encodeFunctionData(functionFragment: "getUninsuredBalance", values: [AddressLike, BigNumberish]): string;
|
|
169
|
-
encodeFunctionData(functionFragment: "getUserCollateralValue", values: [AddressLike]): string;
|
|
170
|
-
encodeFunctionData(functionFragment: "getUserDebt", values: [AddressLike]): string;
|
|
171
|
-
encodeFunctionData(functionFragment: "getUserDeposits", values: [AddressLike]): string;
|
|
172
|
-
encodeFunctionData(functionFragment: "getUserDepositsInStabilityPool", values: [AddressLike]): string;
|
|
173
|
-
encodeFunctionData(functionFragment: "getUserOfDepositedNFT", values: [BigNumberish]): string;
|
|
174
|
-
encodeFunctionData(functionFragment: "healthFactorLiquidationThreshold", values?: undefined): string;
|
|
175
|
-
encodeFunctionData(functionFragment: "initiateLiquidation", values: [AddressLike, BigNumberish]): string;
|
|
176
|
-
encodeFunctionData(functionFragment: "insuranceFee", values?: undefined): string;
|
|
177
|
-
encodeFunctionData(functionFragment: "liquidationGracePeriod", values?: undefined): string;
|
|
178
|
-
encodeFunctionData(functionFragment: "liquidationThreshold", values?: undefined): string;
|
|
179
|
-
encodeFunctionData(functionFragment: "liquidityBufferRatio", values?: undefined): string;
|
|
180
|
-
encodeFunctionData(functionFragment: "onERC721Received", values: [AddressLike, AddressLike, BigNumberish, BytesLike]): string;
|
|
181
|
-
encodeFunctionData(functionFragment: "owner", values?: undefined): string;
|
|
182
|
-
encodeFunctionData(functionFragment: "pause", values?: undefined): string;
|
|
183
|
-
encodeFunctionData(functionFragment: "paused", values?: undefined): string;
|
|
184
|
-
encodeFunctionData(functionFragment: "positions", values: [AddressLike, BigNumberish]): string;
|
|
185
|
-
encodeFunctionData(functionFragment: "priceOracle", values?: undefined): string;
|
|
186
|
-
encodeFunctionData(functionFragment: "primeRateOracle", values?: undefined): string;
|
|
187
|
-
encodeFunctionData(functionFragment: "rToken", values?: undefined): string;
|
|
188
|
-
encodeFunctionData(functionFragment: "raacNFT", values?: undefined): string;
|
|
189
|
-
encodeFunctionData(functionFragment: "rateData", values?: undefined): string;
|
|
190
|
-
encodeFunctionData(functionFragment: "renounceOwnership", values?: undefined): string;
|
|
191
|
-
encodeFunctionData(functionFragment: "repay", values: [BigNumberish, BigNumberish]): string;
|
|
192
|
-
encodeFunctionData(functionFragment: "repayOnBehalf", values: [BigNumberish, BigNumberish, AddressLike]): string;
|
|
193
|
-
encodeFunctionData(functionFragment: "rescueToken", values: [AddressLike, AddressLike, BigNumberish]): string;
|
|
194
|
-
encodeFunctionData(functionFragment: "reserve", values?: undefined): string;
|
|
195
|
-
encodeFunctionData(functionFragment: "reserveAssetToken", values?: undefined): string;
|
|
196
|
-
encodeFunctionData(functionFragment: "rewardData", values?: undefined): string;
|
|
197
|
-
encodeFunctionData(functionFragment: "setFeeCollector", values: [AddressLike]): string;
|
|
198
|
-
encodeFunctionData(functionFragment: "setParameter", values: [BigNumberish, BigNumberish]): string;
|
|
199
|
-
encodeFunctionData(functionFragment: "setPrimeRate", values: [BigNumberish]): string;
|
|
200
|
-
encodeFunctionData(functionFragment: "setPrimeRateOracle", values: [AddressLike]): string;
|
|
201
|
-
encodeFunctionData(functionFragment: "setRewardToken", values: [AddressLike]): string;
|
|
202
|
-
encodeFunctionData(functionFragment: "setStabilityPool", values: [AddressLike]): string;
|
|
203
|
-
encodeFunctionData(functionFragment: "setVault", values: [AddressLike]): string;
|
|
204
|
-
encodeFunctionData(functionFragment: "stabilityPool", values?: undefined): string;
|
|
205
|
-
encodeFunctionData(functionFragment: "transferAccruedDust", values: [AddressLike, BigNumberish]): string;
|
|
206
|
-
encodeFunctionData(functionFragment: "transferOwnership", values: [AddressLike]): string;
|
|
207
|
-
encodeFunctionData(functionFragment: "unpause", values?: undefined): string;
|
|
208
|
-
encodeFunctionData(functionFragment: "updateState", values?: undefined): string;
|
|
209
|
-
encodeFunctionData(functionFragment: "updateUserReward", values: [AddressLike]): string;
|
|
210
|
-
encodeFunctionData(functionFragment: "userData", values: [AddressLike]): string;
|
|
211
|
-
encodeFunctionData(functionFragment: "vault", values?: undefined): string;
|
|
212
|
-
encodeFunctionData(functionFragment: "vaultRewards", values?: undefined): string;
|
|
213
|
-
encodeFunctionData(functionFragment: "withdraw", values: [BigNumberish]): string;
|
|
214
|
-
encodeFunctionData(functionFragment: "withdrawNFT", values: [BigNumberish]): string;
|
|
215
|
-
encodeFunctionData(functionFragment: "withdrawalsPaused", values?: undefined): string;
|
|
216
|
-
decodeFunctionResult(functionFragment: "BASE_HEALTH_FACTOR_LIQUIDATION_THRESHOLD", data: BytesLike): Result;
|
|
217
|
-
decodeFunctionResult(functionFragment: "BASE_LIQUIDATION_GRACE_PERIOD", data: BytesLike): Result;
|
|
218
|
-
decodeFunctionResult(functionFragment: "BASE_LIQUIDATION_THRESHOLD", data: BytesLike): Result;
|
|
219
|
-
decodeFunctionResult(functionFragment: "borrow", data: BytesLike): Result;
|
|
220
|
-
decodeFunctionResult(functionFragment: "borrowWithInsurance", data: BytesLike): Result;
|
|
221
|
-
decodeFunctionResult(functionFragment: "calculateHealthFactor", data: BytesLike): Result;
|
|
222
|
-
decodeFunctionResult(functionFragment: "calculateInsuranceFee", data: BytesLike): Result;
|
|
223
|
-
decodeFunctionResult(functionFragment: "canPaybackDebt", data: BytesLike): Result;
|
|
224
|
-
decodeFunctionResult(functionFragment: "claimCollectorRewards", data: BytesLike): Result;
|
|
225
|
-
decodeFunctionResult(functionFragment: "claimReward", data: BytesLike): Result;
|
|
226
|
-
decodeFunctionResult(functionFragment: "closeLiquidation", data: BytesLike): Result;
|
|
227
|
-
decodeFunctionResult(functionFragment: "debtToken", data: BytesLike): Result;
|
|
228
|
-
decodeFunctionResult(functionFragment: "deposit", data: BytesLike): Result;
|
|
229
|
-
decodeFunctionResult(functionFragment: "depositNFT", data: BytesLike): Result;
|
|
230
|
-
decodeFunctionResult(functionFragment: "depositRewardTokens", data: BytesLike): Result;
|
|
231
|
-
decodeFunctionResult(functionFragment: "feeCollector", data: BytesLike): Result;
|
|
232
|
-
decodeFunctionResult(functionFragment: "finalizeLiquidation", data: BytesLike): Result;
|
|
233
|
-
decodeFunctionResult(functionFragment: "getAllUserData", data: BytesLike): Result;
|
|
234
|
-
decodeFunctionResult(functionFragment: "getEligibleUserDeposits", data: BytesLike): Result;
|
|
235
|
-
decodeFunctionResult(functionFragment: "getNFTPrice", data: BytesLike): Result;
|
|
236
|
-
decodeFunctionResult(functionFragment: "getNormalizedDebt", data: BytesLike): Result;
|
|
237
|
-
decodeFunctionResult(functionFragment: "getNormalizedIncome", data: BytesLike): Result;
|
|
238
|
-
decodeFunctionResult(functionFragment: "getPendingReward", data: BytesLike): Result;
|
|
239
|
-
decodeFunctionResult(functionFragment: "getPosition", data: BytesLike): Result;
|
|
240
|
-
decodeFunctionResult(functionFragment: "getPositionData", data: BytesLike): Result;
|
|
241
|
-
decodeFunctionResult(functionFragment: "getPositionDebt", data: BytesLike): Result;
|
|
242
|
-
decodeFunctionResult(functionFragment: "getPositionScaledDebt", data: BytesLike): Result;
|
|
243
|
-
decodeFunctionResult(functionFragment: "getPositionView", data: BytesLike): Result;
|
|
244
|
-
decodeFunctionResult(functionFragment: "getPositionsScaledDebt", data: BytesLike): Result;
|
|
245
|
-
decodeFunctionResult(functionFragment: "getPrimeRate", data: BytesLike): Result;
|
|
246
|
-
decodeFunctionResult(functionFragment: "getRAACNFTAddress", data: BytesLike): Result;
|
|
247
|
-
decodeFunctionResult(functionFragment: "getReserveRateData", data: BytesLike): Result;
|
|
248
|
-
decodeFunctionResult(functionFragment: "getReserveState", data: BytesLike): Result;
|
|
249
|
-
decodeFunctionResult(functionFragment: "getUnclaimedVaultRewards", data: BytesLike): Result;
|
|
250
|
-
decodeFunctionResult(functionFragment: "getUninsuredBalance", data: BytesLike): Result;
|
|
251
|
-
decodeFunctionResult(functionFragment: "getUserCollateralValue", data: BytesLike): Result;
|
|
252
|
-
decodeFunctionResult(functionFragment: "getUserDebt", data: BytesLike): Result;
|
|
253
|
-
decodeFunctionResult(functionFragment: "getUserDeposits", data: BytesLike): Result;
|
|
254
|
-
decodeFunctionResult(functionFragment: "getUserDepositsInStabilityPool", data: BytesLike): Result;
|
|
255
|
-
decodeFunctionResult(functionFragment: "getUserOfDepositedNFT", data: BytesLike): Result;
|
|
256
|
-
decodeFunctionResult(functionFragment: "healthFactorLiquidationThreshold", data: BytesLike): Result;
|
|
257
|
-
decodeFunctionResult(functionFragment: "initiateLiquidation", data: BytesLike): Result;
|
|
258
|
-
decodeFunctionResult(functionFragment: "insuranceFee", data: BytesLike): Result;
|
|
259
|
-
decodeFunctionResult(functionFragment: "liquidationGracePeriod", data: BytesLike): Result;
|
|
260
|
-
decodeFunctionResult(functionFragment: "liquidationThreshold", data: BytesLike): Result;
|
|
261
|
-
decodeFunctionResult(functionFragment: "liquidityBufferRatio", data: BytesLike): Result;
|
|
262
|
-
decodeFunctionResult(functionFragment: "onERC721Received", data: BytesLike): Result;
|
|
263
|
-
decodeFunctionResult(functionFragment: "owner", data: BytesLike): Result;
|
|
264
|
-
decodeFunctionResult(functionFragment: "pause", data: BytesLike): Result;
|
|
265
|
-
decodeFunctionResult(functionFragment: "paused", data: BytesLike): Result;
|
|
266
|
-
decodeFunctionResult(functionFragment: "positions", data: BytesLike): Result;
|
|
267
|
-
decodeFunctionResult(functionFragment: "priceOracle", data: BytesLike): Result;
|
|
268
|
-
decodeFunctionResult(functionFragment: "primeRateOracle", data: BytesLike): Result;
|
|
269
|
-
decodeFunctionResult(functionFragment: "rToken", data: BytesLike): Result;
|
|
270
|
-
decodeFunctionResult(functionFragment: "raacNFT", data: BytesLike): Result;
|
|
271
|
-
decodeFunctionResult(functionFragment: "rateData", data: BytesLike): Result;
|
|
272
|
-
decodeFunctionResult(functionFragment: "renounceOwnership", data: BytesLike): Result;
|
|
273
|
-
decodeFunctionResult(functionFragment: "repay", data: BytesLike): Result;
|
|
274
|
-
decodeFunctionResult(functionFragment: "repayOnBehalf", data: BytesLike): Result;
|
|
275
|
-
decodeFunctionResult(functionFragment: "rescueToken", data: BytesLike): Result;
|
|
276
|
-
decodeFunctionResult(functionFragment: "reserve", data: BytesLike): Result;
|
|
277
|
-
decodeFunctionResult(functionFragment: "reserveAssetToken", data: BytesLike): Result;
|
|
278
|
-
decodeFunctionResult(functionFragment: "rewardData", data: BytesLike): Result;
|
|
279
|
-
decodeFunctionResult(functionFragment: "setFeeCollector", data: BytesLike): Result;
|
|
280
|
-
decodeFunctionResult(functionFragment: "setParameter", data: BytesLike): Result;
|
|
281
|
-
decodeFunctionResult(functionFragment: "setPrimeRate", data: BytesLike): Result;
|
|
282
|
-
decodeFunctionResult(functionFragment: "setPrimeRateOracle", data: BytesLike): Result;
|
|
283
|
-
decodeFunctionResult(functionFragment: "setRewardToken", data: BytesLike): Result;
|
|
284
|
-
decodeFunctionResult(functionFragment: "setStabilityPool", data: BytesLike): Result;
|
|
285
|
-
decodeFunctionResult(functionFragment: "setVault", data: BytesLike): Result;
|
|
286
|
-
decodeFunctionResult(functionFragment: "stabilityPool", data: BytesLike): Result;
|
|
287
|
-
decodeFunctionResult(functionFragment: "transferAccruedDust", data: BytesLike): Result;
|
|
288
|
-
decodeFunctionResult(functionFragment: "transferOwnership", data: BytesLike): Result;
|
|
289
|
-
decodeFunctionResult(functionFragment: "unpause", data: BytesLike): Result;
|
|
290
|
-
decodeFunctionResult(functionFragment: "updateState", data: BytesLike): Result;
|
|
291
|
-
decodeFunctionResult(functionFragment: "updateUserReward", data: BytesLike): Result;
|
|
292
|
-
decodeFunctionResult(functionFragment: "userData", data: BytesLike): Result;
|
|
293
|
-
decodeFunctionResult(functionFragment: "vault", data: BytesLike): Result;
|
|
294
|
-
decodeFunctionResult(functionFragment: "vaultRewards", data: BytesLike): Result;
|
|
295
|
-
decodeFunctionResult(functionFragment: "withdraw", data: BytesLike): Result;
|
|
296
|
-
decodeFunctionResult(functionFragment: "withdrawNFT", data: BytesLike): Result;
|
|
297
|
-
decodeFunctionResult(functionFragment: "withdrawalsPaused", data: BytesLike): Result;
|
|
298
|
-
}
|
|
299
|
-
export declare namespace BorrowEvent {
|
|
300
|
-
type InputTuple = [user: AddressLike, amount: BigNumberish];
|
|
301
|
-
type OutputTuple = [user: string, amount: bigint];
|
|
302
|
-
interface OutputObject {
|
|
303
|
-
user: string;
|
|
304
|
-
amount: bigint;
|
|
305
|
-
}
|
|
306
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
307
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
308
|
-
type Log = TypedEventLog<Event>;
|
|
309
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
310
|
-
}
|
|
311
|
-
export declare namespace CanPaybackDebtChangedEvent {
|
|
312
|
-
type InputTuple = [enabled: boolean];
|
|
313
|
-
type OutputTuple = [enabled: boolean];
|
|
314
|
-
interface OutputObject {
|
|
315
|
-
enabled: boolean;
|
|
316
|
-
}
|
|
317
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
318
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
319
|
-
type Log = TypedEventLog<Event>;
|
|
320
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
321
|
-
}
|
|
322
|
-
export declare namespace Deposit_address_uint256_uint256_Event {
|
|
323
|
-
type InputTuple = [
|
|
324
|
-
user: AddressLike,
|
|
325
|
-
amount: BigNumberish,
|
|
326
|
-
mintedAmount: BigNumberish
|
|
327
|
-
];
|
|
328
|
-
type OutputTuple = [
|
|
329
|
-
user: string,
|
|
330
|
-
amount: bigint,
|
|
331
|
-
mintedAmount: bigint
|
|
332
|
-
];
|
|
333
|
-
interface OutputObject {
|
|
334
|
-
user: string;
|
|
335
|
-
amount: bigint;
|
|
336
|
-
mintedAmount: bigint;
|
|
337
|
-
}
|
|
338
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
339
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
340
|
-
type Log = TypedEventLog<Event>;
|
|
341
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
342
|
-
}
|
|
343
|
-
export declare namespace Deposit_address_uint256_uint256_Event {
|
|
344
|
-
type InputTuple = [
|
|
345
|
-
user: AddressLike,
|
|
346
|
-
amount: BigNumberish,
|
|
347
|
-
liquidityMinted: BigNumberish
|
|
348
|
-
];
|
|
349
|
-
type OutputTuple = [
|
|
350
|
-
user: string,
|
|
351
|
-
amount: bigint,
|
|
352
|
-
liquidityMinted: bigint
|
|
353
|
-
];
|
|
354
|
-
interface OutputObject {
|
|
355
|
-
user: string;
|
|
356
|
-
amount: bigint;
|
|
357
|
-
liquidityMinted: bigint;
|
|
358
|
-
}
|
|
359
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
360
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
361
|
-
type Log = TypedEventLog<Event>;
|
|
362
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
363
|
-
}
|
|
364
|
-
export declare namespace FeeCollectorUpdatedEvent {
|
|
365
|
-
type InputTuple = [
|
|
366
|
-
oldFeeCollector: AddressLike,
|
|
367
|
-
newFeeCollector: AddressLike
|
|
368
|
-
];
|
|
369
|
-
type OutputTuple = [oldFeeCollector: string, newFeeCollector: string];
|
|
370
|
-
interface OutputObject {
|
|
371
|
-
oldFeeCollector: string;
|
|
372
|
-
newFeeCollector: string;
|
|
373
|
-
}
|
|
374
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
375
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
376
|
-
type Log = TypedEventLog<Event>;
|
|
377
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
378
|
-
}
|
|
379
|
-
export declare namespace InsufficientFeesEvent {
|
|
380
|
-
type InputTuple = [];
|
|
381
|
-
type OutputTuple = [];
|
|
382
|
-
interface OutputObject {
|
|
383
|
-
}
|
|
384
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
385
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
386
|
-
type Log = TypedEventLog<Event>;
|
|
387
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
388
|
-
}
|
|
389
|
-
export declare namespace InsuranceFeeUpdatedEvent {
|
|
390
|
-
type InputTuple = [
|
|
391
|
-
oldInsuranceFee: BigNumberish,
|
|
392
|
-
newInsuranceFee: BigNumberish
|
|
393
|
-
];
|
|
394
|
-
type OutputTuple = [oldInsuranceFee: bigint, newInsuranceFee: bigint];
|
|
395
|
-
interface OutputObject {
|
|
396
|
-
oldInsuranceFee: bigint;
|
|
397
|
-
newInsuranceFee: bigint;
|
|
398
|
-
}
|
|
399
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
400
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
401
|
-
type Log = TypedEventLog<Event>;
|
|
402
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
403
|
-
}
|
|
404
|
-
export declare namespace InsuredNFTEvent {
|
|
405
|
-
type InputTuple = [tokenId: BigNumberish, amount: BigNumberish];
|
|
406
|
-
type OutputTuple = [tokenId: bigint, amount: bigint];
|
|
407
|
-
interface OutputObject {
|
|
408
|
-
tokenId: bigint;
|
|
409
|
-
amount: bigint;
|
|
410
|
-
}
|
|
411
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
412
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
413
|
-
type Log = TypedEventLog<Event>;
|
|
414
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
415
|
-
}
|
|
416
|
-
export declare namespace InterestRatesUpdatedEvent {
|
|
417
|
-
type InputTuple = [
|
|
418
|
-
liquidityRate: BigNumberish,
|
|
419
|
-
usageRate: BigNumberish
|
|
420
|
-
];
|
|
421
|
-
type OutputTuple = [liquidityRate: bigint, usageRate: bigint];
|
|
422
|
-
interface OutputObject {
|
|
423
|
-
liquidityRate: bigint;
|
|
424
|
-
usageRate: bigint;
|
|
425
|
-
}
|
|
426
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
427
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
428
|
-
type Log = TypedEventLog<Event>;
|
|
429
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
430
|
-
}
|
|
431
|
-
export declare namespace LiquidationEvent {
|
|
432
|
-
type InputTuple = [
|
|
433
|
-
liquidator: AddressLike,
|
|
434
|
-
user: AddressLike,
|
|
435
|
-
debtRepaid: BigNumberish,
|
|
436
|
-
collateralLiquidated: BigNumberish
|
|
437
|
-
];
|
|
438
|
-
type OutputTuple = [
|
|
439
|
-
liquidator: string,
|
|
440
|
-
user: string,
|
|
441
|
-
debtRepaid: bigint,
|
|
442
|
-
collateralLiquidated: bigint
|
|
443
|
-
];
|
|
444
|
-
interface OutputObject {
|
|
445
|
-
liquidator: string;
|
|
446
|
-
user: string;
|
|
447
|
-
debtRepaid: bigint;
|
|
448
|
-
collateralLiquidated: bigint;
|
|
449
|
-
}
|
|
450
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
451
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
452
|
-
type Log = TypedEventLog<Event>;
|
|
453
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
454
|
-
}
|
|
455
|
-
export declare namespace LiquidationClosedEvent {
|
|
456
|
-
type InputTuple = [user: AddressLike, tokenId: BigNumberish];
|
|
457
|
-
type OutputTuple = [user: string, tokenId: bigint];
|
|
458
|
-
interface OutputObject {
|
|
459
|
-
user: string;
|
|
460
|
-
tokenId: bigint;
|
|
461
|
-
}
|
|
462
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
463
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
464
|
-
type Log = TypedEventLog<Event>;
|
|
465
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
466
|
-
}
|
|
467
|
-
export declare namespace LiquidationFinalizedEvent {
|
|
468
|
-
type InputTuple = [
|
|
469
|
-
liquidator: AddressLike,
|
|
470
|
-
user: AddressLike,
|
|
471
|
-
tokenId: BigNumberish,
|
|
472
|
-
debtRepaid: BigNumberish,
|
|
473
|
-
collateralLiquidated: BigNumberish
|
|
474
|
-
];
|
|
475
|
-
type OutputTuple = [
|
|
476
|
-
liquidator: string,
|
|
477
|
-
user: string,
|
|
478
|
-
tokenId: bigint,
|
|
479
|
-
debtRepaid: bigint,
|
|
480
|
-
collateralLiquidated: bigint
|
|
481
|
-
];
|
|
482
|
-
interface OutputObject {
|
|
483
|
-
liquidator: string;
|
|
484
|
-
user: string;
|
|
485
|
-
tokenId: bigint;
|
|
486
|
-
debtRepaid: bigint;
|
|
487
|
-
collateralLiquidated: bigint;
|
|
488
|
-
}
|
|
489
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
490
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
491
|
-
type Log = TypedEventLog<Event>;
|
|
492
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
493
|
-
}
|
|
494
|
-
export declare namespace LiquidationInitiatedEvent {
|
|
495
|
-
type InputTuple = [
|
|
496
|
-
liquidator: AddressLike,
|
|
497
|
-
user: AddressLike,
|
|
498
|
-
tokenId: BigNumberish
|
|
499
|
-
];
|
|
500
|
-
type OutputTuple = [liquidator: string, user: string, tokenId: bigint];
|
|
501
|
-
interface OutputObject {
|
|
502
|
-
liquidator: string;
|
|
503
|
-
user: string;
|
|
504
|
-
tokenId: bigint;
|
|
505
|
-
}
|
|
506
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
507
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
508
|
-
type Log = TypedEventLog<Event>;
|
|
509
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
510
|
-
}
|
|
511
|
-
export declare namespace LiquidationParametersUpdatedEvent {
|
|
512
|
-
type InputTuple = [
|
|
513
|
-
newLiquidationThreshold: BigNumberish,
|
|
514
|
-
newHealthFactorLiquidationThreshold: BigNumberish,
|
|
515
|
-
newLiquidationGracePeriod: BigNumberish
|
|
516
|
-
];
|
|
517
|
-
type OutputTuple = [
|
|
518
|
-
newLiquidationThreshold: bigint,
|
|
519
|
-
newHealthFactorLiquidationThreshold: bigint,
|
|
520
|
-
newLiquidationGracePeriod: bigint
|
|
521
|
-
];
|
|
522
|
-
interface OutputObject {
|
|
523
|
-
newLiquidationThreshold: bigint;
|
|
524
|
-
newHealthFactorLiquidationThreshold: bigint;
|
|
525
|
-
newLiquidationGracePeriod: bigint;
|
|
526
|
-
}
|
|
527
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
528
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
529
|
-
type Log = TypedEventLog<Event>;
|
|
530
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
531
|
-
}
|
|
532
|
-
export declare namespace LiquidityBufferRatioUpdatedEvent {
|
|
533
|
-
type InputTuple = [oldRatio: BigNumberish, newRatio: BigNumberish];
|
|
534
|
-
type OutputTuple = [oldRatio: bigint, newRatio: bigint];
|
|
535
|
-
interface OutputObject {
|
|
536
|
-
oldRatio: bigint;
|
|
537
|
-
newRatio: bigint;
|
|
538
|
-
}
|
|
539
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
540
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
541
|
-
type Log = TypedEventLog<Event>;
|
|
542
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
543
|
-
}
|
|
544
|
-
export declare namespace LiquidityRebalancedEvent {
|
|
545
|
-
type InputTuple = [
|
|
546
|
-
bufferAmount: BigNumberish,
|
|
547
|
-
vaultAmount: BigNumberish
|
|
548
|
-
];
|
|
549
|
-
type OutputTuple = [bufferAmount: bigint, vaultAmount: bigint];
|
|
550
|
-
interface OutputObject {
|
|
551
|
-
bufferAmount: bigint;
|
|
552
|
-
vaultAmount: bigint;
|
|
553
|
-
}
|
|
554
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
555
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
556
|
-
type Log = TypedEventLog<Event>;
|
|
557
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
558
|
-
}
|
|
559
|
-
export declare namespace NFTDepositedEvent {
|
|
560
|
-
type InputTuple = [user: AddressLike, tokenId: BigNumberish];
|
|
561
|
-
type OutputTuple = [user: string, tokenId: bigint];
|
|
562
|
-
interface OutputObject {
|
|
563
|
-
user: string;
|
|
564
|
-
tokenId: bigint;
|
|
565
|
-
}
|
|
566
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
567
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
568
|
-
type Log = TypedEventLog<Event>;
|
|
569
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
570
|
-
}
|
|
571
|
-
export declare namespace NFTWithdrawnEvent {
|
|
572
|
-
type InputTuple = [user: AddressLike, tokenId: BigNumberish];
|
|
573
|
-
type OutputTuple = [user: string, tokenId: bigint];
|
|
574
|
-
interface OutputObject {
|
|
575
|
-
user: string;
|
|
576
|
-
tokenId: bigint;
|
|
577
|
-
}
|
|
578
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
579
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
580
|
-
type Log = TypedEventLog<Event>;
|
|
581
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
582
|
-
}
|
|
583
|
-
export declare namespace NotFeeCollectorEvent {
|
|
584
|
-
type InputTuple = [];
|
|
585
|
-
type OutputTuple = [];
|
|
586
|
-
interface OutputObject {
|
|
587
|
-
}
|
|
588
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
589
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
590
|
-
type Log = TypedEventLog<Event>;
|
|
591
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
592
|
-
}
|
|
593
|
-
export declare namespace OwnershipTransferredEvent {
|
|
594
|
-
type InputTuple = [previousOwner: AddressLike, newOwner: AddressLike];
|
|
595
|
-
type OutputTuple = [previousOwner: string, newOwner: string];
|
|
596
|
-
interface OutputObject {
|
|
597
|
-
previousOwner: string;
|
|
598
|
-
newOwner: string;
|
|
599
|
-
}
|
|
600
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
601
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
602
|
-
type Log = TypedEventLog<Event>;
|
|
603
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
604
|
-
}
|
|
605
|
-
export declare namespace PausedEvent {
|
|
606
|
-
type InputTuple = [account: AddressLike];
|
|
607
|
-
type OutputTuple = [account: string];
|
|
608
|
-
interface OutputObject {
|
|
609
|
-
account: string;
|
|
610
|
-
}
|
|
611
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
612
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
613
|
-
type Log = TypedEventLog<Event>;
|
|
614
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
615
|
-
}
|
|
616
|
-
export declare namespace PrimeRateUpdatedEvent {
|
|
617
|
-
type InputTuple = [
|
|
618
|
-
oldPrimeRate: BigNumberish,
|
|
619
|
-
newPrimeRate: BigNumberish
|
|
620
|
-
];
|
|
621
|
-
type OutputTuple = [oldPrimeRate: bigint, newPrimeRate: bigint];
|
|
622
|
-
interface OutputObject {
|
|
623
|
-
oldPrimeRate: bigint;
|
|
624
|
-
newPrimeRate: bigint;
|
|
625
|
-
}
|
|
626
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
627
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
628
|
-
type Log = TypedEventLog<Event>;
|
|
629
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
630
|
-
}
|
|
631
|
-
export declare namespace ProtocolFeeRateUpdatedEvent {
|
|
632
|
-
type InputTuple = [oldValue: BigNumberish, newValue: BigNumberish];
|
|
633
|
-
type OutputTuple = [oldValue: bigint, newValue: bigint];
|
|
634
|
-
interface OutputObject {
|
|
635
|
-
oldValue: bigint;
|
|
636
|
-
newValue: bigint;
|
|
637
|
-
}
|
|
638
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
639
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
640
|
-
type Log = TypedEventLog<Event>;
|
|
641
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
642
|
-
}
|
|
643
|
-
export declare namespace ProtocolFeesCollectedEvent {
|
|
644
|
-
type InputTuple = [
|
|
645
|
-
protocolFee: BigNumberish,
|
|
646
|
-
accumulatedProtocolFees: BigNumberish
|
|
647
|
-
];
|
|
648
|
-
type OutputTuple = [
|
|
649
|
-
protocolFee: bigint,
|
|
650
|
-
accumulatedProtocolFees: bigint
|
|
651
|
-
];
|
|
652
|
-
interface OutputObject {
|
|
653
|
-
protocolFee: bigint;
|
|
654
|
-
accumulatedProtocolFees: bigint;
|
|
655
|
-
}
|
|
656
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
657
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
658
|
-
type Log = TypedEventLog<Event>;
|
|
659
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
660
|
-
}
|
|
661
|
-
export declare namespace ProtocolFeesWithdrawnEvent {
|
|
662
|
-
type InputTuple = [feeCollector: AddressLike, amount: BigNumberish];
|
|
663
|
-
type OutputTuple = [feeCollector: string, amount: bigint];
|
|
664
|
-
interface OutputObject {
|
|
665
|
-
feeCollector: string;
|
|
666
|
-
amount: bigint;
|
|
667
|
-
}
|
|
668
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
669
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
670
|
-
type Log = TypedEventLog<Event>;
|
|
671
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
672
|
-
}
|
|
673
|
-
export declare namespace RepayEvent {
|
|
674
|
-
type InputTuple = [
|
|
675
|
-
user: AddressLike,
|
|
676
|
-
onBehalfOf: AddressLike,
|
|
677
|
-
amount: BigNumberish
|
|
678
|
-
];
|
|
679
|
-
type OutputTuple = [user: string, onBehalfOf: string, amount: bigint];
|
|
680
|
-
interface OutputObject {
|
|
681
|
-
user: string;
|
|
682
|
-
onBehalfOf: string;
|
|
683
|
-
amount: bigint;
|
|
684
|
-
}
|
|
685
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
686
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
687
|
-
type Log = TypedEventLog<Event>;
|
|
688
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
689
|
-
}
|
|
690
|
-
export declare namespace ReserveInterestsUpdatedEvent {
|
|
691
|
-
type InputTuple = [
|
|
692
|
-
liquidityIndex: BigNumberish,
|
|
693
|
-
usageIndex: BigNumberish
|
|
694
|
-
];
|
|
695
|
-
type OutputTuple = [liquidityIndex: bigint, usageIndex: bigint];
|
|
696
|
-
interface OutputObject {
|
|
697
|
-
liquidityIndex: bigint;
|
|
698
|
-
usageIndex: bigint;
|
|
699
|
-
}
|
|
700
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
701
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
702
|
-
type Log = TypedEventLog<Event>;
|
|
703
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
704
|
-
}
|
|
705
|
-
export declare namespace RewardClaimedEvent {
|
|
706
|
-
type InputTuple = [
|
|
707
|
-
user: AddressLike,
|
|
708
|
-
token: AddressLike,
|
|
709
|
-
amount: BigNumberish
|
|
710
|
-
];
|
|
711
|
-
type OutputTuple = [user: string, token: string, amount: bigint];
|
|
712
|
-
interface OutputObject {
|
|
713
|
-
user: string;
|
|
714
|
-
token: string;
|
|
715
|
-
amount: bigint;
|
|
716
|
-
}
|
|
717
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
718
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
719
|
-
type Log = TypedEventLog<Event>;
|
|
720
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
721
|
-
}
|
|
722
|
-
export declare namespace RewardDistributedEvent {
|
|
723
|
-
type InputTuple = [user: AddressLike, amount: BigNumberish];
|
|
724
|
-
type OutputTuple = [user: string, amount: bigint];
|
|
725
|
-
interface OutputObject {
|
|
726
|
-
user: string;
|
|
727
|
-
amount: bigint;
|
|
728
|
-
}
|
|
729
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
730
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
731
|
-
type Log = TypedEventLog<Event>;
|
|
732
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
733
|
-
}
|
|
734
|
-
export declare namespace RewardParametersUpdatedEvent {
|
|
735
|
-
type InputTuple = [
|
|
736
|
-
token: AddressLike,
|
|
737
|
-
rewardRate: BigNumberish,
|
|
738
|
-
duration: BigNumberish
|
|
739
|
-
];
|
|
740
|
-
type OutputTuple = [
|
|
741
|
-
token: string,
|
|
742
|
-
rewardRate: bigint,
|
|
743
|
-
duration: bigint
|
|
744
|
-
];
|
|
745
|
-
interface OutputObject {
|
|
746
|
-
token: string;
|
|
747
|
-
rewardRate: bigint;
|
|
748
|
-
duration: bigint;
|
|
749
|
-
}
|
|
750
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
751
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
752
|
-
type Log = TypedEventLog<Event>;
|
|
753
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
754
|
-
}
|
|
755
|
-
export declare namespace RewardTokenAddedEvent {
|
|
756
|
-
type InputTuple = [
|
|
757
|
-
token: AddressLike,
|
|
758
|
-
rewardRate: BigNumberish,
|
|
759
|
-
duration: BigNumberish
|
|
760
|
-
];
|
|
761
|
-
type OutputTuple = [
|
|
762
|
-
token: string,
|
|
763
|
-
rewardRate: bigint,
|
|
764
|
-
duration: bigint
|
|
765
|
-
];
|
|
766
|
-
interface OutputObject {
|
|
767
|
-
token: string;
|
|
768
|
-
rewardRate: bigint;
|
|
769
|
-
duration: bigint;
|
|
770
|
-
}
|
|
771
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
772
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
773
|
-
type Log = TypedEventLog<Event>;
|
|
774
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
775
|
-
}
|
|
776
|
-
export declare namespace RewardTokensDepositedEvent {
|
|
777
|
-
type InputTuple = [user: AddressLike, amount: BigNumberish];
|
|
778
|
-
type OutputTuple = [user: string, amount: bigint];
|
|
779
|
-
interface OutputObject {
|
|
780
|
-
user: string;
|
|
781
|
-
amount: bigint;
|
|
782
|
-
}
|
|
783
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
784
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
785
|
-
type Log = TypedEventLog<Event>;
|
|
786
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
787
|
-
}
|
|
788
|
-
export declare namespace StabilityPoolUpdatedEvent {
|
|
789
|
-
type InputTuple = [
|
|
790
|
-
oldStabilityPool: AddressLike,
|
|
791
|
-
newStabilityPool: AddressLike
|
|
792
|
-
];
|
|
793
|
-
type OutputTuple = [
|
|
794
|
-
oldStabilityPool: string,
|
|
795
|
-
newStabilityPool: string
|
|
796
|
-
];
|
|
797
|
-
interface OutputObject {
|
|
798
|
-
oldStabilityPool: string;
|
|
799
|
-
newStabilityPool: string;
|
|
800
|
-
}
|
|
801
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
802
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
803
|
-
type Log = TypedEventLog<Event>;
|
|
804
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
805
|
-
}
|
|
806
|
-
export declare namespace UnpausedEvent {
|
|
807
|
-
type InputTuple = [account: AddressLike];
|
|
808
|
-
type OutputTuple = [account: string];
|
|
809
|
-
interface OutputObject {
|
|
810
|
-
account: string;
|
|
811
|
-
}
|
|
812
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
813
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
814
|
-
type Log = TypedEventLog<Event>;
|
|
815
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
816
|
-
}
|
|
817
|
-
export declare namespace VaultRewardsClaimedEvent {
|
|
818
|
-
type InputTuple = [amount: BigNumberish];
|
|
819
|
-
type OutputTuple = [amount: bigint];
|
|
820
|
-
interface OutputObject {
|
|
821
|
-
amount: bigint;
|
|
822
|
-
}
|
|
823
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
824
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
825
|
-
type Log = TypedEventLog<Event>;
|
|
826
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
827
|
-
}
|
|
828
|
-
export declare namespace VaultUpdatedEvent {
|
|
829
|
-
type InputTuple = [oldVault: AddressLike, newVault: AddressLike];
|
|
830
|
-
type OutputTuple = [oldVault: string, newVault: string];
|
|
831
|
-
interface OutputObject {
|
|
832
|
-
oldVault: string;
|
|
833
|
-
newVault: string;
|
|
834
|
-
}
|
|
835
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
836
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
837
|
-
type Log = TypedEventLog<Event>;
|
|
838
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
839
|
-
}
|
|
840
|
-
export declare namespace VaultWithdrawalFailedEvent {
|
|
841
|
-
type InputTuple = [vault: AddressLike];
|
|
842
|
-
type OutputTuple = [vault: string];
|
|
843
|
-
interface OutputObject {
|
|
844
|
-
vault: string;
|
|
845
|
-
}
|
|
846
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
847
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
848
|
-
type Log = TypedEventLog<Event>;
|
|
849
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
850
|
-
}
|
|
851
|
-
export declare namespace Withdraw_address_uint256_Event {
|
|
852
|
-
type InputTuple = [user: AddressLike, amount: BigNumberish];
|
|
853
|
-
type OutputTuple = [user: string, amount: bigint];
|
|
854
|
-
interface OutputObject {
|
|
855
|
-
user: string;
|
|
856
|
-
amount: bigint;
|
|
857
|
-
}
|
|
858
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
859
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
860
|
-
type Log = TypedEventLog<Event>;
|
|
861
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
862
|
-
}
|
|
863
|
-
export declare namespace Withdraw_address_uint256_uint256_Event {
|
|
864
|
-
type InputTuple = [
|
|
865
|
-
user: AddressLike,
|
|
866
|
-
amount: BigNumberish,
|
|
867
|
-
liquidityBurned: BigNumberish
|
|
868
|
-
];
|
|
869
|
-
type OutputTuple = [
|
|
870
|
-
user: string,
|
|
871
|
-
amount: bigint,
|
|
872
|
-
liquidityBurned: bigint
|
|
873
|
-
];
|
|
874
|
-
interface OutputObject {
|
|
875
|
-
user: string;
|
|
876
|
-
amount: bigint;
|
|
877
|
-
liquidityBurned: bigint;
|
|
878
|
-
}
|
|
879
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
880
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
881
|
-
type Log = TypedEventLog<Event>;
|
|
882
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
883
|
-
}
|
|
884
|
-
export declare namespace WithdrawalsPauseStatusChangedEvent {
|
|
885
|
-
type InputTuple = [isPaused: boolean];
|
|
886
|
-
type OutputTuple = [isPaused: boolean];
|
|
887
|
-
interface OutputObject {
|
|
888
|
-
isPaused: boolean;
|
|
889
|
-
}
|
|
890
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
891
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
892
|
-
type Log = TypedEventLog<Event>;
|
|
893
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
894
|
-
}
|
|
895
|
-
export interface LendingPool extends BaseContract {
|
|
896
|
-
connect(runner?: ContractRunner | null): LendingPool;
|
|
897
|
-
waitForDeployment(): Promise<this>;
|
|
898
|
-
interface: LendingPoolInterface;
|
|
899
|
-
queryFilter<TCEvent extends TypedContractEvent>(event: TCEvent, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
|
|
900
|
-
queryFilter<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
|
|
901
|
-
on<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
|
|
902
|
-
on<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
|
|
903
|
-
once<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
|
|
904
|
-
once<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
|
|
905
|
-
listeners<TCEvent extends TypedContractEvent>(event: TCEvent): Promise<Array<TypedListener<TCEvent>>>;
|
|
906
|
-
listeners(eventName?: string): Promise<Array<Listener>>;
|
|
907
|
-
removeAllListeners<TCEvent extends TypedContractEvent>(event?: TCEvent): Promise<this>;
|
|
908
|
-
BASE_HEALTH_FACTOR_LIQUIDATION_THRESHOLD: TypedContractMethod<[
|
|
909
|
-
], [
|
|
910
|
-
bigint
|
|
911
|
-
], "view">;
|
|
912
|
-
BASE_LIQUIDATION_GRACE_PERIOD: TypedContractMethod<[], [bigint], "view">;
|
|
913
|
-
BASE_LIQUIDATION_THRESHOLD: TypedContractMethod<[], [bigint], "view">;
|
|
914
|
-
borrow: TypedContractMethod<[
|
|
915
|
-
tokenId: BigNumberish,
|
|
916
|
-
amount: BigNumberish
|
|
917
|
-
], [
|
|
918
|
-
void
|
|
919
|
-
], "nonpayable">;
|
|
920
|
-
borrowWithInsurance: TypedContractMethod<[
|
|
921
|
-
tokenId: BigNumberish,
|
|
922
|
-
amount: BigNumberish
|
|
923
|
-
], [
|
|
924
|
-
void
|
|
925
|
-
], "nonpayable">;
|
|
926
|
-
calculateHealthFactor: TypedContractMethod<[
|
|
927
|
-
userAddress: AddressLike,
|
|
928
|
-
tokenId: BigNumberish
|
|
929
|
-
], [
|
|
930
|
-
bigint
|
|
931
|
-
], "view">;
|
|
932
|
-
calculateInsuranceFee: TypedContractMethod<[
|
|
933
|
-
user: AddressLike,
|
|
934
|
-
tokenId: BigNumberish,
|
|
935
|
-
amount: BigNumberish
|
|
936
|
-
], [
|
|
937
|
-
bigint
|
|
938
|
-
], "view">;
|
|
939
|
-
canPaybackDebt: TypedContractMethod<[], [boolean], "view">;
|
|
940
|
-
claimCollectorRewards: TypedContractMethod<[], [bigint], "nonpayable">;
|
|
941
|
-
claimReward: TypedContractMethod<[], [boolean], "nonpayable">;
|
|
942
|
-
closeLiquidation: TypedContractMethod<[
|
|
943
|
-
tokenId: BigNumberish
|
|
944
|
-
], [
|
|
945
|
-
void
|
|
946
|
-
], "nonpayable">;
|
|
947
|
-
debtToken: TypedContractMethod<[], [string], "view">;
|
|
948
|
-
deposit: TypedContractMethod<[amount: BigNumberish], [void], "nonpayable">;
|
|
949
|
-
depositNFT: TypedContractMethod<[
|
|
950
|
-
tokenId: BigNumberish
|
|
951
|
-
], [
|
|
952
|
-
void
|
|
953
|
-
], "nonpayable">;
|
|
954
|
-
depositRewardTokens: TypedContractMethod<[
|
|
955
|
-
amount: BigNumberish
|
|
956
|
-
], [
|
|
957
|
-
void
|
|
958
|
-
], "nonpayable">;
|
|
959
|
-
feeCollector: TypedContractMethod<[], [string], "view">;
|
|
960
|
-
finalizeLiquidation: TypedContractMethod<[
|
|
961
|
-
userAddress: AddressLike,
|
|
962
|
-
tokenId: BigNumberish
|
|
963
|
-
], [
|
|
964
|
-
void
|
|
965
|
-
], "nonpayable">;
|
|
966
|
-
getAllUserData: TypedContractMethod<[
|
|
967
|
-
userAddress: AddressLike
|
|
968
|
-
], [
|
|
969
|
-
ILendingPool.UserDataViewStructOutput
|
|
970
|
-
], "view">;
|
|
971
|
-
getEligibleUserDeposits: TypedContractMethod<[
|
|
972
|
-
user: AddressLike
|
|
973
|
-
], [
|
|
974
|
-
bigint
|
|
975
|
-
], "view">;
|
|
976
|
-
getNFTPrice: TypedContractMethod<[tokenId: BigNumberish], [bigint], "view">;
|
|
977
|
-
getNormalizedDebt: TypedContractMethod<[], [bigint], "view">;
|
|
978
|
-
getNormalizedIncome: TypedContractMethod<[], [bigint], "view">;
|
|
979
|
-
getPendingReward: TypedContractMethod<[user: AddressLike], [bigint], "view">;
|
|
980
|
-
getPosition: TypedContractMethod<[
|
|
981
|
-
user: AddressLike,
|
|
982
|
-
tokenId: BigNumberish
|
|
983
|
-
], [
|
|
984
|
-
ILendingPool.NFTPositionStructOutput
|
|
985
|
-
], "view">;
|
|
986
|
-
getPositionData: TypedContractMethod<[
|
|
987
|
-
user: AddressLike,
|
|
988
|
-
tokenId: BigNumberish
|
|
989
|
-
], [
|
|
990
|
-
[bigint, bigint]
|
|
991
|
-
], "view">;
|
|
992
|
-
getPositionDebt: TypedContractMethod<[
|
|
993
|
-
userAddress: AddressLike,
|
|
994
|
-
tokenId: BigNumberish
|
|
995
|
-
], [
|
|
996
|
-
bigint
|
|
997
|
-
], "view">;
|
|
998
|
-
getPositionScaledDebt: TypedContractMethod<[
|
|
999
|
-
userAddress: AddressLike,
|
|
1000
|
-
tokenId: BigNumberish
|
|
1001
|
-
], [
|
|
1002
|
-
bigint
|
|
1003
|
-
], "view">;
|
|
1004
|
-
getPositionView: TypedContractMethod<[
|
|
1005
|
-
user: AddressLike,
|
|
1006
|
-
tokenId: BigNumberish
|
|
1007
|
-
], [
|
|
1008
|
-
ILendingPool.NFTPositionViewStructOutput
|
|
1009
|
-
], "view">;
|
|
1010
|
-
getPositionsScaledDebt: TypedContractMethod<[
|
|
1011
|
-
userAddress: AddressLike
|
|
1012
|
-
], [
|
|
1013
|
-
bigint
|
|
1014
|
-
], "view">;
|
|
1015
|
-
getPrimeRate: TypedContractMethod<[], [bigint], "view">;
|
|
1016
|
-
getRAACNFTAddress: TypedContractMethod<[], [string], "view">;
|
|
1017
|
-
getReserveRateData: TypedContractMethod<[
|
|
1018
|
-
], [
|
|
1019
|
-
ReserveLibrary.ReserveRateDataStructOutput
|
|
1020
|
-
], "view">;
|
|
1021
|
-
getReserveState: TypedContractMethod<[
|
|
1022
|
-
], [
|
|
1023
|
-
ReserveLibrary.ReserveDataStructOutput
|
|
1024
|
-
], "view">;
|
|
1025
|
-
getUnclaimedVaultRewards: TypedContractMethod<[], [bigint], "view">;
|
|
1026
|
-
getUninsuredBalance: TypedContractMethod<[
|
|
1027
|
-
user: AddressLike,
|
|
1028
|
-
tokenId: BigNumberish
|
|
1029
|
-
], [
|
|
1030
|
-
bigint
|
|
1031
|
-
], "view">;
|
|
1032
|
-
getUserCollateralValue: TypedContractMethod<[
|
|
1033
|
-
userAddress: AddressLike
|
|
1034
|
-
], [
|
|
1035
|
-
bigint
|
|
1036
|
-
], "view">;
|
|
1037
|
-
getUserDebt: TypedContractMethod<[
|
|
1038
|
-
userAddress: AddressLike
|
|
1039
|
-
], [
|
|
1040
|
-
bigint
|
|
1041
|
-
], "view">;
|
|
1042
|
-
getUserDeposits: TypedContractMethod<[user: AddressLike], [bigint], "view">;
|
|
1043
|
-
getUserDepositsInStabilityPool: TypedContractMethod<[
|
|
1044
|
-
user: AddressLike
|
|
1045
|
-
], [
|
|
1046
|
-
bigint
|
|
1047
|
-
], "view">;
|
|
1048
|
-
getUserOfDepositedNFT: TypedContractMethod<[
|
|
1049
|
-
nftId: BigNumberish
|
|
1050
|
-
], [
|
|
1051
|
-
string
|
|
1052
|
-
], "view">;
|
|
1053
|
-
healthFactorLiquidationThreshold: TypedContractMethod<[], [bigint], "view">;
|
|
1054
|
-
initiateLiquidation: TypedContractMethod<[
|
|
1055
|
-
userAddress: AddressLike,
|
|
1056
|
-
tokenId: BigNumberish
|
|
1057
|
-
], [
|
|
1058
|
-
void
|
|
1059
|
-
], "nonpayable">;
|
|
1060
|
-
insuranceFee: TypedContractMethod<[], [bigint], "view">;
|
|
1061
|
-
liquidationGracePeriod: TypedContractMethod<[], [bigint], "view">;
|
|
1062
|
-
liquidationThreshold: TypedContractMethod<[], [bigint], "view">;
|
|
1063
|
-
liquidityBufferRatio: TypedContractMethod<[], [bigint], "view">;
|
|
1064
|
-
onERC721Received: TypedContractMethod<[
|
|
1065
|
-
arg0: AddressLike,
|
|
1066
|
-
arg1: AddressLike,
|
|
1067
|
-
arg2: BigNumberish,
|
|
1068
|
-
arg3: BytesLike
|
|
1069
|
-
], [
|
|
1070
|
-
string
|
|
1071
|
-
], "nonpayable">;
|
|
1072
|
-
owner: TypedContractMethod<[], [string], "view">;
|
|
1073
|
-
pause: TypedContractMethod<[], [void], "nonpayable">;
|
|
1074
|
-
paused: TypedContractMethod<[], [boolean], "view">;
|
|
1075
|
-
positions: TypedContractMethod<[
|
|
1076
|
-
arg0: AddressLike,
|
|
1077
|
-
arg1: BigNumberish
|
|
1078
|
-
], [
|
|
1079
|
-
[
|
|
1080
|
-
bigint,
|
|
1081
|
-
boolean,
|
|
1082
|
-
bigint,
|
|
1083
|
-
bigint,
|
|
1084
|
-
boolean,
|
|
1085
|
-
bigint
|
|
1086
|
-
] & {
|
|
1087
|
-
rawDebtBalance: bigint;
|
|
1088
|
-
isUnderLiquidation: boolean;
|
|
1089
|
-
liquidationStartTime: bigint;
|
|
1090
|
-
positionIndex: bigint;
|
|
1091
|
-
isInsured: boolean;
|
|
1092
|
-
rawInsuredBalance: bigint;
|
|
1093
|
-
}
|
|
1094
|
-
], "view">;
|
|
1095
|
-
priceOracle: TypedContractMethod<[], [string], "view">;
|
|
1096
|
-
primeRateOracle: TypedContractMethod<[], [string], "view">;
|
|
1097
|
-
rToken: TypedContractMethod<[], [string], "view">;
|
|
1098
|
-
raacNFT: TypedContractMethod<[], [string], "view">;
|
|
1099
|
-
rateData: TypedContractMethod<[
|
|
1100
|
-
], [
|
|
1101
|
-
[
|
|
1102
|
-
bigint,
|
|
1103
|
-
bigint,
|
|
1104
|
-
bigint,
|
|
1105
|
-
bigint,
|
|
1106
|
-
bigint,
|
|
1107
|
-
bigint,
|
|
1108
|
-
bigint,
|
|
1109
|
-
bigint
|
|
1110
|
-
] & {
|
|
1111
|
-
currentLiquidityRate: bigint;
|
|
1112
|
-
currentUsageRate: bigint;
|
|
1113
|
-
primeRate: bigint;
|
|
1114
|
-
baseRate: bigint;
|
|
1115
|
-
optimalRate: bigint;
|
|
1116
|
-
maxRate: bigint;
|
|
1117
|
-
optimalUtilizationRate: bigint;
|
|
1118
|
-
protocolFeeRate: bigint;
|
|
1119
|
-
}
|
|
1120
|
-
], "view">;
|
|
1121
|
-
renounceOwnership: TypedContractMethod<[], [void], "nonpayable">;
|
|
1122
|
-
repay: TypedContractMethod<[
|
|
1123
|
-
tokenId: BigNumberish,
|
|
1124
|
-
amount: BigNumberish
|
|
1125
|
-
], [
|
|
1126
|
-
void
|
|
1127
|
-
], "nonpayable">;
|
|
1128
|
-
repayOnBehalf: TypedContractMethod<[
|
|
1129
|
-
tokenId: BigNumberish,
|
|
1130
|
-
amount: BigNumberish,
|
|
1131
|
-
onBehalfOf: AddressLike
|
|
1132
|
-
], [
|
|
1133
|
-
void
|
|
1134
|
-
], "nonpayable">;
|
|
1135
|
-
rescueToken: TypedContractMethod<[
|
|
1136
|
-
tokenAddress: AddressLike,
|
|
1137
|
-
recipient: AddressLike,
|
|
1138
|
-
amount: BigNumberish
|
|
1139
|
-
], [
|
|
1140
|
-
void
|
|
1141
|
-
], "nonpayable">;
|
|
1142
|
-
reserve: TypedContractMethod<[
|
|
1143
|
-
], [
|
|
1144
|
-
[
|
|
1145
|
-
string,
|
|
1146
|
-
string,
|
|
1147
|
-
string,
|
|
1148
|
-
bigint,
|
|
1149
|
-
bigint,
|
|
1150
|
-
bigint,
|
|
1151
|
-
bigint,
|
|
1152
|
-
bigint
|
|
1153
|
-
] & {
|
|
1154
|
-
reserveRTokenAddress: string;
|
|
1155
|
-
reserveAssetAddress: string;
|
|
1156
|
-
reserveDebtTokenAddress: string;
|
|
1157
|
-
totalLiquidity: bigint;
|
|
1158
|
-
totalUsage: bigint;
|
|
1159
|
-
liquidityIndex: bigint;
|
|
1160
|
-
usageIndex: bigint;
|
|
1161
|
-
lastUpdateTimestamp: bigint;
|
|
1162
|
-
}
|
|
1163
|
-
], "view">;
|
|
1164
|
-
reserveAssetToken: TypedContractMethod<[], [string], "view">;
|
|
1165
|
-
rewardData: TypedContractMethod<[
|
|
1166
|
-
], [
|
|
1167
|
-
[
|
|
1168
|
-
string,
|
|
1169
|
-
bigint,
|
|
1170
|
-
bigint
|
|
1171
|
-
] & {
|
|
1172
|
-
rewardToken: string;
|
|
1173
|
-
rewardPerShare: bigint;
|
|
1174
|
-
lastUpdateTime: bigint;
|
|
1175
|
-
}
|
|
1176
|
-
], "view">;
|
|
1177
|
-
setFeeCollector: TypedContractMethod<[
|
|
1178
|
-
newFeeCollector: AddressLike
|
|
1179
|
-
], [
|
|
1180
|
-
void
|
|
1181
|
-
], "nonpayable">;
|
|
1182
|
-
setParameter: TypedContractMethod<[
|
|
1183
|
-
param: BigNumberish,
|
|
1184
|
-
newValue: BigNumberish
|
|
1185
|
-
], [
|
|
1186
|
-
void
|
|
1187
|
-
], "nonpayable">;
|
|
1188
|
-
setPrimeRate: TypedContractMethod<[
|
|
1189
|
-
newPrimeRate: BigNumberish
|
|
1190
|
-
], [
|
|
1191
|
-
void
|
|
1192
|
-
], "nonpayable">;
|
|
1193
|
-
setPrimeRateOracle: TypedContractMethod<[
|
|
1194
|
-
newOracle: AddressLike
|
|
1195
|
-
], [
|
|
1196
|
-
void
|
|
1197
|
-
], "nonpayable">;
|
|
1198
|
-
setRewardToken: TypedContractMethod<[
|
|
1199
|
-
rewardToken: AddressLike
|
|
1200
|
-
], [
|
|
1201
|
-
void
|
|
1202
|
-
], "nonpayable">;
|
|
1203
|
-
setStabilityPool: TypedContractMethod<[
|
|
1204
|
-
newStabilityPool: AddressLike
|
|
1205
|
-
], [
|
|
1206
|
-
void
|
|
1207
|
-
], "nonpayable">;
|
|
1208
|
-
setVault: TypedContractMethod<[newVault: AddressLike], [void], "nonpayable">;
|
|
1209
|
-
stabilityPool: TypedContractMethod<[], [string], "view">;
|
|
1210
|
-
transferAccruedDust: TypedContractMethod<[
|
|
1211
|
-
recipient: AddressLike,
|
|
1212
|
-
amount: BigNumberish
|
|
1213
|
-
], [
|
|
1214
|
-
void
|
|
1215
|
-
], "nonpayable">;
|
|
1216
|
-
transferOwnership: TypedContractMethod<[
|
|
1217
|
-
newOwner: AddressLike
|
|
1218
|
-
], [
|
|
1219
|
-
void
|
|
1220
|
-
], "nonpayable">;
|
|
1221
|
-
unpause: TypedContractMethod<[], [void], "nonpayable">;
|
|
1222
|
-
updateState: TypedContractMethod<[], [void], "nonpayable">;
|
|
1223
|
-
updateUserReward: TypedContractMethod<[
|
|
1224
|
-
user: AddressLike
|
|
1225
|
-
], [
|
|
1226
|
-
void
|
|
1227
|
-
], "nonpayable">;
|
|
1228
|
-
userData: TypedContractMethod<[arg0: AddressLike], [bigint], "view">;
|
|
1229
|
-
vault: TypedContractMethod<[], [string], "view">;
|
|
1230
|
-
vaultRewards: TypedContractMethod<[
|
|
1231
|
-
], [
|
|
1232
|
-
[
|
|
1233
|
-
bigint,
|
|
1234
|
-
bigint,
|
|
1235
|
-
bigint,
|
|
1236
|
-
bigint,
|
|
1237
|
-
bigint,
|
|
1238
|
-
bigint
|
|
1239
|
-
] & {
|
|
1240
|
-
totalDeposits: bigint;
|
|
1241
|
-
unclaimedRewards: bigint;
|
|
1242
|
-
lastClaimTime: bigint;
|
|
1243
|
-
lastSharePrice: bigint;
|
|
1244
|
-
lastWithdrawalTime: bigint;
|
|
1245
|
-
lastDepositTime: bigint;
|
|
1246
|
-
}
|
|
1247
|
-
], "view">;
|
|
1248
|
-
withdraw: TypedContractMethod<[amount: BigNumberish], [void], "nonpayable">;
|
|
1249
|
-
withdrawNFT: TypedContractMethod<[
|
|
1250
|
-
tokenId: BigNumberish
|
|
1251
|
-
], [
|
|
1252
|
-
void
|
|
1253
|
-
], "nonpayable">;
|
|
1254
|
-
withdrawalsPaused: TypedContractMethod<[], [boolean], "view">;
|
|
1255
|
-
getFunction<T extends ContractMethod = ContractMethod>(key: string | FunctionFragment): T;
|
|
1256
|
-
getFunction(nameOrSignature: "BASE_HEALTH_FACTOR_LIQUIDATION_THRESHOLD"): TypedContractMethod<[], [bigint], "view">;
|
|
1257
|
-
getFunction(nameOrSignature: "BASE_LIQUIDATION_GRACE_PERIOD"): TypedContractMethod<[], [bigint], "view">;
|
|
1258
|
-
getFunction(nameOrSignature: "BASE_LIQUIDATION_THRESHOLD"): TypedContractMethod<[], [bigint], "view">;
|
|
1259
|
-
getFunction(nameOrSignature: "borrow"): TypedContractMethod<[
|
|
1260
|
-
tokenId: BigNumberish,
|
|
1261
|
-
amount: BigNumberish
|
|
1262
|
-
], [
|
|
1263
|
-
void
|
|
1264
|
-
], "nonpayable">;
|
|
1265
|
-
getFunction(nameOrSignature: "borrowWithInsurance"): TypedContractMethod<[
|
|
1266
|
-
tokenId: BigNumberish,
|
|
1267
|
-
amount: BigNumberish
|
|
1268
|
-
], [
|
|
1269
|
-
void
|
|
1270
|
-
], "nonpayable">;
|
|
1271
|
-
getFunction(nameOrSignature: "calculateHealthFactor"): TypedContractMethod<[
|
|
1272
|
-
userAddress: AddressLike,
|
|
1273
|
-
tokenId: BigNumberish
|
|
1274
|
-
], [
|
|
1275
|
-
bigint
|
|
1276
|
-
], "view">;
|
|
1277
|
-
getFunction(nameOrSignature: "calculateInsuranceFee"): TypedContractMethod<[
|
|
1278
|
-
user: AddressLike,
|
|
1279
|
-
tokenId: BigNumberish,
|
|
1280
|
-
amount: BigNumberish
|
|
1281
|
-
], [
|
|
1282
|
-
bigint
|
|
1283
|
-
], "view">;
|
|
1284
|
-
getFunction(nameOrSignature: "canPaybackDebt"): TypedContractMethod<[], [boolean], "view">;
|
|
1285
|
-
getFunction(nameOrSignature: "claimCollectorRewards"): TypedContractMethod<[], [bigint], "nonpayable">;
|
|
1286
|
-
getFunction(nameOrSignature: "claimReward"): TypedContractMethod<[], [boolean], "nonpayable">;
|
|
1287
|
-
getFunction(nameOrSignature: "closeLiquidation"): TypedContractMethod<[tokenId: BigNumberish], [void], "nonpayable">;
|
|
1288
|
-
getFunction(nameOrSignature: "debtToken"): TypedContractMethod<[], [string], "view">;
|
|
1289
|
-
getFunction(nameOrSignature: "deposit"): TypedContractMethod<[amount: BigNumberish], [void], "nonpayable">;
|
|
1290
|
-
getFunction(nameOrSignature: "depositNFT"): TypedContractMethod<[tokenId: BigNumberish], [void], "nonpayable">;
|
|
1291
|
-
getFunction(nameOrSignature: "depositRewardTokens"): TypedContractMethod<[amount: BigNumberish], [void], "nonpayable">;
|
|
1292
|
-
getFunction(nameOrSignature: "feeCollector"): TypedContractMethod<[], [string], "view">;
|
|
1293
|
-
getFunction(nameOrSignature: "finalizeLiquidation"): TypedContractMethod<[
|
|
1294
|
-
userAddress: AddressLike,
|
|
1295
|
-
tokenId: BigNumberish
|
|
1296
|
-
], [
|
|
1297
|
-
void
|
|
1298
|
-
], "nonpayable">;
|
|
1299
|
-
getFunction(nameOrSignature: "getAllUserData"): TypedContractMethod<[
|
|
1300
|
-
userAddress: AddressLike
|
|
1301
|
-
], [
|
|
1302
|
-
ILendingPool.UserDataViewStructOutput
|
|
1303
|
-
], "view">;
|
|
1304
|
-
getFunction(nameOrSignature: "getEligibleUserDeposits"): TypedContractMethod<[user: AddressLike], [bigint], "view">;
|
|
1305
|
-
getFunction(nameOrSignature: "getNFTPrice"): TypedContractMethod<[tokenId: BigNumberish], [bigint], "view">;
|
|
1306
|
-
getFunction(nameOrSignature: "getNormalizedDebt"): TypedContractMethod<[], [bigint], "view">;
|
|
1307
|
-
getFunction(nameOrSignature: "getNormalizedIncome"): TypedContractMethod<[], [bigint], "view">;
|
|
1308
|
-
getFunction(nameOrSignature: "getPendingReward"): TypedContractMethod<[user: AddressLike], [bigint], "view">;
|
|
1309
|
-
getFunction(nameOrSignature: "getPosition"): TypedContractMethod<[
|
|
1310
|
-
user: AddressLike,
|
|
1311
|
-
tokenId: BigNumberish
|
|
1312
|
-
], [
|
|
1313
|
-
ILendingPool.NFTPositionStructOutput
|
|
1314
|
-
], "view">;
|
|
1315
|
-
getFunction(nameOrSignature: "getPositionData"): TypedContractMethod<[
|
|
1316
|
-
user: AddressLike,
|
|
1317
|
-
tokenId: BigNumberish
|
|
1318
|
-
], [
|
|
1319
|
-
[bigint, bigint]
|
|
1320
|
-
], "view">;
|
|
1321
|
-
getFunction(nameOrSignature: "getPositionDebt"): TypedContractMethod<[
|
|
1322
|
-
userAddress: AddressLike,
|
|
1323
|
-
tokenId: BigNumberish
|
|
1324
|
-
], [
|
|
1325
|
-
bigint
|
|
1326
|
-
], "view">;
|
|
1327
|
-
getFunction(nameOrSignature: "getPositionScaledDebt"): TypedContractMethod<[
|
|
1328
|
-
userAddress: AddressLike,
|
|
1329
|
-
tokenId: BigNumberish
|
|
1330
|
-
], [
|
|
1331
|
-
bigint
|
|
1332
|
-
], "view">;
|
|
1333
|
-
getFunction(nameOrSignature: "getPositionView"): TypedContractMethod<[
|
|
1334
|
-
user: AddressLike,
|
|
1335
|
-
tokenId: BigNumberish
|
|
1336
|
-
], [
|
|
1337
|
-
ILendingPool.NFTPositionViewStructOutput
|
|
1338
|
-
], "view">;
|
|
1339
|
-
getFunction(nameOrSignature: "getPositionsScaledDebt"): TypedContractMethod<[userAddress: AddressLike], [bigint], "view">;
|
|
1340
|
-
getFunction(nameOrSignature: "getPrimeRate"): TypedContractMethod<[], [bigint], "view">;
|
|
1341
|
-
getFunction(nameOrSignature: "getRAACNFTAddress"): TypedContractMethod<[], [string], "view">;
|
|
1342
|
-
getFunction(nameOrSignature: "getReserveRateData"): TypedContractMethod<[
|
|
1343
|
-
], [
|
|
1344
|
-
ReserveLibrary.ReserveRateDataStructOutput
|
|
1345
|
-
], "view">;
|
|
1346
|
-
getFunction(nameOrSignature: "getReserveState"): TypedContractMethod<[], [ReserveLibrary.ReserveDataStructOutput], "view">;
|
|
1347
|
-
getFunction(nameOrSignature: "getUnclaimedVaultRewards"): TypedContractMethod<[], [bigint], "view">;
|
|
1348
|
-
getFunction(nameOrSignature: "getUninsuredBalance"): TypedContractMethod<[
|
|
1349
|
-
user: AddressLike,
|
|
1350
|
-
tokenId: BigNumberish
|
|
1351
|
-
], [
|
|
1352
|
-
bigint
|
|
1353
|
-
], "view">;
|
|
1354
|
-
getFunction(nameOrSignature: "getUserCollateralValue"): TypedContractMethod<[userAddress: AddressLike], [bigint], "view">;
|
|
1355
|
-
getFunction(nameOrSignature: "getUserDebt"): TypedContractMethod<[userAddress: AddressLike], [bigint], "view">;
|
|
1356
|
-
getFunction(nameOrSignature: "getUserDeposits"): TypedContractMethod<[user: AddressLike], [bigint], "view">;
|
|
1357
|
-
getFunction(nameOrSignature: "getUserDepositsInStabilityPool"): TypedContractMethod<[user: AddressLike], [bigint], "view">;
|
|
1358
|
-
getFunction(nameOrSignature: "getUserOfDepositedNFT"): TypedContractMethod<[nftId: BigNumberish], [string], "view">;
|
|
1359
|
-
getFunction(nameOrSignature: "healthFactorLiquidationThreshold"): TypedContractMethod<[], [bigint], "view">;
|
|
1360
|
-
getFunction(nameOrSignature: "initiateLiquidation"): TypedContractMethod<[
|
|
1361
|
-
userAddress: AddressLike,
|
|
1362
|
-
tokenId: BigNumberish
|
|
1363
|
-
], [
|
|
1364
|
-
void
|
|
1365
|
-
], "nonpayable">;
|
|
1366
|
-
getFunction(nameOrSignature: "insuranceFee"): TypedContractMethod<[], [bigint], "view">;
|
|
1367
|
-
getFunction(nameOrSignature: "liquidationGracePeriod"): TypedContractMethod<[], [bigint], "view">;
|
|
1368
|
-
getFunction(nameOrSignature: "liquidationThreshold"): TypedContractMethod<[], [bigint], "view">;
|
|
1369
|
-
getFunction(nameOrSignature: "liquidityBufferRatio"): TypedContractMethod<[], [bigint], "view">;
|
|
1370
|
-
getFunction(nameOrSignature: "onERC721Received"): TypedContractMethod<[
|
|
1371
|
-
arg0: AddressLike,
|
|
1372
|
-
arg1: AddressLike,
|
|
1373
|
-
arg2: BigNumberish,
|
|
1374
|
-
arg3: BytesLike
|
|
1375
|
-
], [
|
|
1376
|
-
string
|
|
1377
|
-
], "nonpayable">;
|
|
1378
|
-
getFunction(nameOrSignature: "owner"): TypedContractMethod<[], [string], "view">;
|
|
1379
|
-
getFunction(nameOrSignature: "pause"): TypedContractMethod<[], [void], "nonpayable">;
|
|
1380
|
-
getFunction(nameOrSignature: "paused"): TypedContractMethod<[], [boolean], "view">;
|
|
1381
|
-
getFunction(nameOrSignature: "positions"): TypedContractMethod<[
|
|
1382
|
-
arg0: AddressLike,
|
|
1383
|
-
arg1: BigNumberish
|
|
1384
|
-
], [
|
|
1385
|
-
[
|
|
1386
|
-
bigint,
|
|
1387
|
-
boolean,
|
|
1388
|
-
bigint,
|
|
1389
|
-
bigint,
|
|
1390
|
-
boolean,
|
|
1391
|
-
bigint
|
|
1392
|
-
] & {
|
|
1393
|
-
rawDebtBalance: bigint;
|
|
1394
|
-
isUnderLiquidation: boolean;
|
|
1395
|
-
liquidationStartTime: bigint;
|
|
1396
|
-
positionIndex: bigint;
|
|
1397
|
-
isInsured: boolean;
|
|
1398
|
-
rawInsuredBalance: bigint;
|
|
1399
|
-
}
|
|
1400
|
-
], "view">;
|
|
1401
|
-
getFunction(nameOrSignature: "priceOracle"): TypedContractMethod<[], [string], "view">;
|
|
1402
|
-
getFunction(nameOrSignature: "primeRateOracle"): TypedContractMethod<[], [string], "view">;
|
|
1403
|
-
getFunction(nameOrSignature: "rToken"): TypedContractMethod<[], [string], "view">;
|
|
1404
|
-
getFunction(nameOrSignature: "raacNFT"): TypedContractMethod<[], [string], "view">;
|
|
1405
|
-
getFunction(nameOrSignature: "rateData"): TypedContractMethod<[
|
|
1406
|
-
], [
|
|
1407
|
-
[
|
|
1408
|
-
bigint,
|
|
1409
|
-
bigint,
|
|
1410
|
-
bigint,
|
|
1411
|
-
bigint,
|
|
1412
|
-
bigint,
|
|
1413
|
-
bigint,
|
|
1414
|
-
bigint,
|
|
1415
|
-
bigint
|
|
1416
|
-
] & {
|
|
1417
|
-
currentLiquidityRate: bigint;
|
|
1418
|
-
currentUsageRate: bigint;
|
|
1419
|
-
primeRate: bigint;
|
|
1420
|
-
baseRate: bigint;
|
|
1421
|
-
optimalRate: bigint;
|
|
1422
|
-
maxRate: bigint;
|
|
1423
|
-
optimalUtilizationRate: bigint;
|
|
1424
|
-
protocolFeeRate: bigint;
|
|
1425
|
-
}
|
|
1426
|
-
], "view">;
|
|
1427
|
-
getFunction(nameOrSignature: "renounceOwnership"): TypedContractMethod<[], [void], "nonpayable">;
|
|
1428
|
-
getFunction(nameOrSignature: "repay"): TypedContractMethod<[
|
|
1429
|
-
tokenId: BigNumberish,
|
|
1430
|
-
amount: BigNumberish
|
|
1431
|
-
], [
|
|
1432
|
-
void
|
|
1433
|
-
], "nonpayable">;
|
|
1434
|
-
getFunction(nameOrSignature: "repayOnBehalf"): TypedContractMethod<[
|
|
1435
|
-
tokenId: BigNumberish,
|
|
1436
|
-
amount: BigNumberish,
|
|
1437
|
-
onBehalfOf: AddressLike
|
|
1438
|
-
], [
|
|
1439
|
-
void
|
|
1440
|
-
], "nonpayable">;
|
|
1441
|
-
getFunction(nameOrSignature: "rescueToken"): TypedContractMethod<[
|
|
1442
|
-
tokenAddress: AddressLike,
|
|
1443
|
-
recipient: AddressLike,
|
|
1444
|
-
amount: BigNumberish
|
|
1445
|
-
], [
|
|
1446
|
-
void
|
|
1447
|
-
], "nonpayable">;
|
|
1448
|
-
getFunction(nameOrSignature: "reserve"): TypedContractMethod<[
|
|
1449
|
-
], [
|
|
1450
|
-
[
|
|
1451
|
-
string,
|
|
1452
|
-
string,
|
|
1453
|
-
string,
|
|
1454
|
-
bigint,
|
|
1455
|
-
bigint,
|
|
1456
|
-
bigint,
|
|
1457
|
-
bigint,
|
|
1458
|
-
bigint
|
|
1459
|
-
] & {
|
|
1460
|
-
reserveRTokenAddress: string;
|
|
1461
|
-
reserveAssetAddress: string;
|
|
1462
|
-
reserveDebtTokenAddress: string;
|
|
1463
|
-
totalLiquidity: bigint;
|
|
1464
|
-
totalUsage: bigint;
|
|
1465
|
-
liquidityIndex: bigint;
|
|
1466
|
-
usageIndex: bigint;
|
|
1467
|
-
lastUpdateTimestamp: bigint;
|
|
1468
|
-
}
|
|
1469
|
-
], "view">;
|
|
1470
|
-
getFunction(nameOrSignature: "reserveAssetToken"): TypedContractMethod<[], [string], "view">;
|
|
1471
|
-
getFunction(nameOrSignature: "rewardData"): TypedContractMethod<[
|
|
1472
|
-
], [
|
|
1473
|
-
[
|
|
1474
|
-
string,
|
|
1475
|
-
bigint,
|
|
1476
|
-
bigint
|
|
1477
|
-
] & {
|
|
1478
|
-
rewardToken: string;
|
|
1479
|
-
rewardPerShare: bigint;
|
|
1480
|
-
lastUpdateTime: bigint;
|
|
1481
|
-
}
|
|
1482
|
-
], "view">;
|
|
1483
|
-
getFunction(nameOrSignature: "setFeeCollector"): TypedContractMethod<[newFeeCollector: AddressLike], [void], "nonpayable">;
|
|
1484
|
-
getFunction(nameOrSignature: "setParameter"): TypedContractMethod<[
|
|
1485
|
-
param: BigNumberish,
|
|
1486
|
-
newValue: BigNumberish
|
|
1487
|
-
], [
|
|
1488
|
-
void
|
|
1489
|
-
], "nonpayable">;
|
|
1490
|
-
getFunction(nameOrSignature: "setPrimeRate"): TypedContractMethod<[newPrimeRate: BigNumberish], [void], "nonpayable">;
|
|
1491
|
-
getFunction(nameOrSignature: "setPrimeRateOracle"): TypedContractMethod<[newOracle: AddressLike], [void], "nonpayable">;
|
|
1492
|
-
getFunction(nameOrSignature: "setRewardToken"): TypedContractMethod<[rewardToken: AddressLike], [void], "nonpayable">;
|
|
1493
|
-
getFunction(nameOrSignature: "setStabilityPool"): TypedContractMethod<[newStabilityPool: AddressLike], [void], "nonpayable">;
|
|
1494
|
-
getFunction(nameOrSignature: "setVault"): TypedContractMethod<[newVault: AddressLike], [void], "nonpayable">;
|
|
1495
|
-
getFunction(nameOrSignature: "stabilityPool"): TypedContractMethod<[], [string], "view">;
|
|
1496
|
-
getFunction(nameOrSignature: "transferAccruedDust"): TypedContractMethod<[
|
|
1497
|
-
recipient: AddressLike,
|
|
1498
|
-
amount: BigNumberish
|
|
1499
|
-
], [
|
|
1500
|
-
void
|
|
1501
|
-
], "nonpayable">;
|
|
1502
|
-
getFunction(nameOrSignature: "transferOwnership"): TypedContractMethod<[newOwner: AddressLike], [void], "nonpayable">;
|
|
1503
|
-
getFunction(nameOrSignature: "unpause"): TypedContractMethod<[], [void], "nonpayable">;
|
|
1504
|
-
getFunction(nameOrSignature: "updateState"): TypedContractMethod<[], [void], "nonpayable">;
|
|
1505
|
-
getFunction(nameOrSignature: "updateUserReward"): TypedContractMethod<[user: AddressLike], [void], "nonpayable">;
|
|
1506
|
-
getFunction(nameOrSignature: "userData"): TypedContractMethod<[arg0: AddressLike], [bigint], "view">;
|
|
1507
|
-
getFunction(nameOrSignature: "vault"): TypedContractMethod<[], [string], "view">;
|
|
1508
|
-
getFunction(nameOrSignature: "vaultRewards"): TypedContractMethod<[
|
|
1509
|
-
], [
|
|
1510
|
-
[
|
|
1511
|
-
bigint,
|
|
1512
|
-
bigint,
|
|
1513
|
-
bigint,
|
|
1514
|
-
bigint,
|
|
1515
|
-
bigint,
|
|
1516
|
-
bigint
|
|
1517
|
-
] & {
|
|
1518
|
-
totalDeposits: bigint;
|
|
1519
|
-
unclaimedRewards: bigint;
|
|
1520
|
-
lastClaimTime: bigint;
|
|
1521
|
-
lastSharePrice: bigint;
|
|
1522
|
-
lastWithdrawalTime: bigint;
|
|
1523
|
-
lastDepositTime: bigint;
|
|
1524
|
-
}
|
|
1525
|
-
], "view">;
|
|
1526
|
-
getFunction(nameOrSignature: "withdraw"): TypedContractMethod<[amount: BigNumberish], [void], "nonpayable">;
|
|
1527
|
-
getFunction(nameOrSignature: "withdrawNFT"): TypedContractMethod<[tokenId: BigNumberish], [void], "nonpayable">;
|
|
1528
|
-
getFunction(nameOrSignature: "withdrawalsPaused"): TypedContractMethod<[], [boolean], "view">;
|
|
1529
|
-
getEvent(key: "Borrow"): TypedContractEvent<BorrowEvent.InputTuple, BorrowEvent.OutputTuple, BorrowEvent.OutputObject>;
|
|
1530
|
-
getEvent(key: "CanPaybackDebtChanged"): TypedContractEvent<CanPaybackDebtChangedEvent.InputTuple, CanPaybackDebtChangedEvent.OutputTuple, CanPaybackDebtChangedEvent.OutputObject>;
|
|
1531
|
-
getEvent(key: "Deposit(address,uint256,uint256)"): TypedContractEvent<Deposit_address_uint256_uint256_Event.InputTuple, Deposit_address_uint256_uint256_Event.OutputTuple, Deposit_address_uint256_uint256_Event.OutputObject>;
|
|
1532
|
-
getEvent(key: "Deposit(address,uint256,uint256)"): TypedContractEvent<Deposit_address_uint256_uint256_Event.InputTuple, Deposit_address_uint256_uint256_Event.OutputTuple, Deposit_address_uint256_uint256_Event.OutputObject>;
|
|
1533
|
-
getEvent(key: "FeeCollectorUpdated"): TypedContractEvent<FeeCollectorUpdatedEvent.InputTuple, FeeCollectorUpdatedEvent.OutputTuple, FeeCollectorUpdatedEvent.OutputObject>;
|
|
1534
|
-
getEvent(key: "InsufficientFees"): TypedContractEvent<InsufficientFeesEvent.InputTuple, InsufficientFeesEvent.OutputTuple, InsufficientFeesEvent.OutputObject>;
|
|
1535
|
-
getEvent(key: "InsuranceFeeUpdated"): TypedContractEvent<InsuranceFeeUpdatedEvent.InputTuple, InsuranceFeeUpdatedEvent.OutputTuple, InsuranceFeeUpdatedEvent.OutputObject>;
|
|
1536
|
-
getEvent(key: "InsuredNFT"): TypedContractEvent<InsuredNFTEvent.InputTuple, InsuredNFTEvent.OutputTuple, InsuredNFTEvent.OutputObject>;
|
|
1537
|
-
getEvent(key: "InterestRatesUpdated"): TypedContractEvent<InterestRatesUpdatedEvent.InputTuple, InterestRatesUpdatedEvent.OutputTuple, InterestRatesUpdatedEvent.OutputObject>;
|
|
1538
|
-
getEvent(key: "Liquidation"): TypedContractEvent<LiquidationEvent.InputTuple, LiquidationEvent.OutputTuple, LiquidationEvent.OutputObject>;
|
|
1539
|
-
getEvent(key: "LiquidationClosed"): TypedContractEvent<LiquidationClosedEvent.InputTuple, LiquidationClosedEvent.OutputTuple, LiquidationClosedEvent.OutputObject>;
|
|
1540
|
-
getEvent(key: "LiquidationFinalized"): TypedContractEvent<LiquidationFinalizedEvent.InputTuple, LiquidationFinalizedEvent.OutputTuple, LiquidationFinalizedEvent.OutputObject>;
|
|
1541
|
-
getEvent(key: "LiquidationInitiated"): TypedContractEvent<LiquidationInitiatedEvent.InputTuple, LiquidationInitiatedEvent.OutputTuple, LiquidationInitiatedEvent.OutputObject>;
|
|
1542
|
-
getEvent(key: "LiquidationParametersUpdated"): TypedContractEvent<LiquidationParametersUpdatedEvent.InputTuple, LiquidationParametersUpdatedEvent.OutputTuple, LiquidationParametersUpdatedEvent.OutputObject>;
|
|
1543
|
-
getEvent(key: "LiquidityBufferRatioUpdated"): TypedContractEvent<LiquidityBufferRatioUpdatedEvent.InputTuple, LiquidityBufferRatioUpdatedEvent.OutputTuple, LiquidityBufferRatioUpdatedEvent.OutputObject>;
|
|
1544
|
-
getEvent(key: "LiquidityRebalanced"): TypedContractEvent<LiquidityRebalancedEvent.InputTuple, LiquidityRebalancedEvent.OutputTuple, LiquidityRebalancedEvent.OutputObject>;
|
|
1545
|
-
getEvent(key: "NFTDeposited"): TypedContractEvent<NFTDepositedEvent.InputTuple, NFTDepositedEvent.OutputTuple, NFTDepositedEvent.OutputObject>;
|
|
1546
|
-
getEvent(key: "NFTWithdrawn"): TypedContractEvent<NFTWithdrawnEvent.InputTuple, NFTWithdrawnEvent.OutputTuple, NFTWithdrawnEvent.OutputObject>;
|
|
1547
|
-
getEvent(key: "NotFeeCollector"): TypedContractEvent<NotFeeCollectorEvent.InputTuple, NotFeeCollectorEvent.OutputTuple, NotFeeCollectorEvent.OutputObject>;
|
|
1548
|
-
getEvent(key: "OwnershipTransferred"): TypedContractEvent<OwnershipTransferredEvent.InputTuple, OwnershipTransferredEvent.OutputTuple, OwnershipTransferredEvent.OutputObject>;
|
|
1549
|
-
getEvent(key: "Paused"): TypedContractEvent<PausedEvent.InputTuple, PausedEvent.OutputTuple, PausedEvent.OutputObject>;
|
|
1550
|
-
getEvent(key: "PrimeRateUpdated"): TypedContractEvent<PrimeRateUpdatedEvent.InputTuple, PrimeRateUpdatedEvent.OutputTuple, PrimeRateUpdatedEvent.OutputObject>;
|
|
1551
|
-
getEvent(key: "ProtocolFeeRateUpdated"): TypedContractEvent<ProtocolFeeRateUpdatedEvent.InputTuple, ProtocolFeeRateUpdatedEvent.OutputTuple, ProtocolFeeRateUpdatedEvent.OutputObject>;
|
|
1552
|
-
getEvent(key: "ProtocolFeesCollected"): TypedContractEvent<ProtocolFeesCollectedEvent.InputTuple, ProtocolFeesCollectedEvent.OutputTuple, ProtocolFeesCollectedEvent.OutputObject>;
|
|
1553
|
-
getEvent(key: "ProtocolFeesWithdrawn"): TypedContractEvent<ProtocolFeesWithdrawnEvent.InputTuple, ProtocolFeesWithdrawnEvent.OutputTuple, ProtocolFeesWithdrawnEvent.OutputObject>;
|
|
1554
|
-
getEvent(key: "Repay"): TypedContractEvent<RepayEvent.InputTuple, RepayEvent.OutputTuple, RepayEvent.OutputObject>;
|
|
1555
|
-
getEvent(key: "ReserveInterestsUpdated"): TypedContractEvent<ReserveInterestsUpdatedEvent.InputTuple, ReserveInterestsUpdatedEvent.OutputTuple, ReserveInterestsUpdatedEvent.OutputObject>;
|
|
1556
|
-
getEvent(key: "RewardClaimed"): TypedContractEvent<RewardClaimedEvent.InputTuple, RewardClaimedEvent.OutputTuple, RewardClaimedEvent.OutputObject>;
|
|
1557
|
-
getEvent(key: "RewardDistributed"): TypedContractEvent<RewardDistributedEvent.InputTuple, RewardDistributedEvent.OutputTuple, RewardDistributedEvent.OutputObject>;
|
|
1558
|
-
getEvent(key: "RewardParametersUpdated"): TypedContractEvent<RewardParametersUpdatedEvent.InputTuple, RewardParametersUpdatedEvent.OutputTuple, RewardParametersUpdatedEvent.OutputObject>;
|
|
1559
|
-
getEvent(key: "RewardTokenAdded"): TypedContractEvent<RewardTokenAddedEvent.InputTuple, RewardTokenAddedEvent.OutputTuple, RewardTokenAddedEvent.OutputObject>;
|
|
1560
|
-
getEvent(key: "RewardTokensDeposited"): TypedContractEvent<RewardTokensDepositedEvent.InputTuple, RewardTokensDepositedEvent.OutputTuple, RewardTokensDepositedEvent.OutputObject>;
|
|
1561
|
-
getEvent(key: "StabilityPoolUpdated"): TypedContractEvent<StabilityPoolUpdatedEvent.InputTuple, StabilityPoolUpdatedEvent.OutputTuple, StabilityPoolUpdatedEvent.OutputObject>;
|
|
1562
|
-
getEvent(key: "Unpaused"): TypedContractEvent<UnpausedEvent.InputTuple, UnpausedEvent.OutputTuple, UnpausedEvent.OutputObject>;
|
|
1563
|
-
getEvent(key: "VaultRewardsClaimed"): TypedContractEvent<VaultRewardsClaimedEvent.InputTuple, VaultRewardsClaimedEvent.OutputTuple, VaultRewardsClaimedEvent.OutputObject>;
|
|
1564
|
-
getEvent(key: "VaultUpdated"): TypedContractEvent<VaultUpdatedEvent.InputTuple, VaultUpdatedEvent.OutputTuple, VaultUpdatedEvent.OutputObject>;
|
|
1565
|
-
getEvent(key: "VaultWithdrawalFailed"): TypedContractEvent<VaultWithdrawalFailedEvent.InputTuple, VaultWithdrawalFailedEvent.OutputTuple, VaultWithdrawalFailedEvent.OutputObject>;
|
|
1566
|
-
getEvent(key: "Withdraw(address,uint256)"): TypedContractEvent<Withdraw_address_uint256_Event.InputTuple, Withdraw_address_uint256_Event.OutputTuple, Withdraw_address_uint256_Event.OutputObject>;
|
|
1567
|
-
getEvent(key: "Withdraw(address,uint256,uint256)"): TypedContractEvent<Withdraw_address_uint256_uint256_Event.InputTuple, Withdraw_address_uint256_uint256_Event.OutputTuple, Withdraw_address_uint256_uint256_Event.OutputObject>;
|
|
1568
|
-
getEvent(key: "WithdrawalsPauseStatusChanged"): TypedContractEvent<WithdrawalsPauseStatusChangedEvent.InputTuple, WithdrawalsPauseStatusChangedEvent.OutputTuple, WithdrawalsPauseStatusChangedEvent.OutputObject>;
|
|
1569
|
-
filters: {
|
|
1570
|
-
"Borrow(address,uint256)": TypedContractEvent<BorrowEvent.InputTuple, BorrowEvent.OutputTuple, BorrowEvent.OutputObject>;
|
|
1571
|
-
Borrow: TypedContractEvent<BorrowEvent.InputTuple, BorrowEvent.OutputTuple, BorrowEvent.OutputObject>;
|
|
1572
|
-
"CanPaybackDebtChanged(bool)": TypedContractEvent<CanPaybackDebtChangedEvent.InputTuple, CanPaybackDebtChangedEvent.OutputTuple, CanPaybackDebtChangedEvent.OutputObject>;
|
|
1573
|
-
CanPaybackDebtChanged: TypedContractEvent<CanPaybackDebtChangedEvent.InputTuple, CanPaybackDebtChangedEvent.OutputTuple, CanPaybackDebtChangedEvent.OutputObject>;
|
|
1574
|
-
"Deposit(address,uint256,uint256)": TypedContractEvent<Deposit_address_uint256_uint256_Event.InputTuple, Deposit_address_uint256_uint256_Event.OutputTuple, Deposit_address_uint256_uint256_Event.OutputObject>;
|
|
1575
|
-
"Deposit(address,uint256,uint256)": TypedContractEvent<Deposit_address_uint256_uint256_Event.InputTuple, Deposit_address_uint256_uint256_Event.OutputTuple, Deposit_address_uint256_uint256_Event.OutputObject>;
|
|
1576
|
-
"FeeCollectorUpdated(address,address)": TypedContractEvent<FeeCollectorUpdatedEvent.InputTuple, FeeCollectorUpdatedEvent.OutputTuple, FeeCollectorUpdatedEvent.OutputObject>;
|
|
1577
|
-
FeeCollectorUpdated: TypedContractEvent<FeeCollectorUpdatedEvent.InputTuple, FeeCollectorUpdatedEvent.OutputTuple, FeeCollectorUpdatedEvent.OutputObject>;
|
|
1578
|
-
"InsufficientFees()": TypedContractEvent<InsufficientFeesEvent.InputTuple, InsufficientFeesEvent.OutputTuple, InsufficientFeesEvent.OutputObject>;
|
|
1579
|
-
InsufficientFees: TypedContractEvent<InsufficientFeesEvent.InputTuple, InsufficientFeesEvent.OutputTuple, InsufficientFeesEvent.OutputObject>;
|
|
1580
|
-
"InsuranceFeeUpdated(uint256,uint256)": TypedContractEvent<InsuranceFeeUpdatedEvent.InputTuple, InsuranceFeeUpdatedEvent.OutputTuple, InsuranceFeeUpdatedEvent.OutputObject>;
|
|
1581
|
-
InsuranceFeeUpdated: TypedContractEvent<InsuranceFeeUpdatedEvent.InputTuple, InsuranceFeeUpdatedEvent.OutputTuple, InsuranceFeeUpdatedEvent.OutputObject>;
|
|
1582
|
-
"InsuredNFT(uint256,uint256)": TypedContractEvent<InsuredNFTEvent.InputTuple, InsuredNFTEvent.OutputTuple, InsuredNFTEvent.OutputObject>;
|
|
1583
|
-
InsuredNFT: TypedContractEvent<InsuredNFTEvent.InputTuple, InsuredNFTEvent.OutputTuple, InsuredNFTEvent.OutputObject>;
|
|
1584
|
-
"InterestRatesUpdated(uint256,uint256)": TypedContractEvent<InterestRatesUpdatedEvent.InputTuple, InterestRatesUpdatedEvent.OutputTuple, InterestRatesUpdatedEvent.OutputObject>;
|
|
1585
|
-
InterestRatesUpdated: TypedContractEvent<InterestRatesUpdatedEvent.InputTuple, InterestRatesUpdatedEvent.OutputTuple, InterestRatesUpdatedEvent.OutputObject>;
|
|
1586
|
-
"Liquidation(address,address,uint256,uint256)": TypedContractEvent<LiquidationEvent.InputTuple, LiquidationEvent.OutputTuple, LiquidationEvent.OutputObject>;
|
|
1587
|
-
Liquidation: TypedContractEvent<LiquidationEvent.InputTuple, LiquidationEvent.OutputTuple, LiquidationEvent.OutputObject>;
|
|
1588
|
-
"LiquidationClosed(address,uint256)": TypedContractEvent<LiquidationClosedEvent.InputTuple, LiquidationClosedEvent.OutputTuple, LiquidationClosedEvent.OutputObject>;
|
|
1589
|
-
LiquidationClosed: TypedContractEvent<LiquidationClosedEvent.InputTuple, LiquidationClosedEvent.OutputTuple, LiquidationClosedEvent.OutputObject>;
|
|
1590
|
-
"LiquidationFinalized(address,address,uint256,uint256,uint256)": TypedContractEvent<LiquidationFinalizedEvent.InputTuple, LiquidationFinalizedEvent.OutputTuple, LiquidationFinalizedEvent.OutputObject>;
|
|
1591
|
-
LiquidationFinalized: TypedContractEvent<LiquidationFinalizedEvent.InputTuple, LiquidationFinalizedEvent.OutputTuple, LiquidationFinalizedEvent.OutputObject>;
|
|
1592
|
-
"LiquidationInitiated(address,address,uint256)": TypedContractEvent<LiquidationInitiatedEvent.InputTuple, LiquidationInitiatedEvent.OutputTuple, LiquidationInitiatedEvent.OutputObject>;
|
|
1593
|
-
LiquidationInitiated: TypedContractEvent<LiquidationInitiatedEvent.InputTuple, LiquidationInitiatedEvent.OutputTuple, LiquidationInitiatedEvent.OutputObject>;
|
|
1594
|
-
"LiquidationParametersUpdated(uint256,uint256,uint256)": TypedContractEvent<LiquidationParametersUpdatedEvent.InputTuple, LiquidationParametersUpdatedEvent.OutputTuple, LiquidationParametersUpdatedEvent.OutputObject>;
|
|
1595
|
-
LiquidationParametersUpdated: TypedContractEvent<LiquidationParametersUpdatedEvent.InputTuple, LiquidationParametersUpdatedEvent.OutputTuple, LiquidationParametersUpdatedEvent.OutputObject>;
|
|
1596
|
-
"LiquidityBufferRatioUpdated(uint256,uint256)": TypedContractEvent<LiquidityBufferRatioUpdatedEvent.InputTuple, LiquidityBufferRatioUpdatedEvent.OutputTuple, LiquidityBufferRatioUpdatedEvent.OutputObject>;
|
|
1597
|
-
LiquidityBufferRatioUpdated: TypedContractEvent<LiquidityBufferRatioUpdatedEvent.InputTuple, LiquidityBufferRatioUpdatedEvent.OutputTuple, LiquidityBufferRatioUpdatedEvent.OutputObject>;
|
|
1598
|
-
"LiquidityRebalanced(uint256,uint256)": TypedContractEvent<LiquidityRebalancedEvent.InputTuple, LiquidityRebalancedEvent.OutputTuple, LiquidityRebalancedEvent.OutputObject>;
|
|
1599
|
-
LiquidityRebalanced: TypedContractEvent<LiquidityRebalancedEvent.InputTuple, LiquidityRebalancedEvent.OutputTuple, LiquidityRebalancedEvent.OutputObject>;
|
|
1600
|
-
"NFTDeposited(address,uint256)": TypedContractEvent<NFTDepositedEvent.InputTuple, NFTDepositedEvent.OutputTuple, NFTDepositedEvent.OutputObject>;
|
|
1601
|
-
NFTDeposited: TypedContractEvent<NFTDepositedEvent.InputTuple, NFTDepositedEvent.OutputTuple, NFTDepositedEvent.OutputObject>;
|
|
1602
|
-
"NFTWithdrawn(address,uint256)": TypedContractEvent<NFTWithdrawnEvent.InputTuple, NFTWithdrawnEvent.OutputTuple, NFTWithdrawnEvent.OutputObject>;
|
|
1603
|
-
NFTWithdrawn: TypedContractEvent<NFTWithdrawnEvent.InputTuple, NFTWithdrawnEvent.OutputTuple, NFTWithdrawnEvent.OutputObject>;
|
|
1604
|
-
"NotFeeCollector()": TypedContractEvent<NotFeeCollectorEvent.InputTuple, NotFeeCollectorEvent.OutputTuple, NotFeeCollectorEvent.OutputObject>;
|
|
1605
|
-
NotFeeCollector: TypedContractEvent<NotFeeCollectorEvent.InputTuple, NotFeeCollectorEvent.OutputTuple, NotFeeCollectorEvent.OutputObject>;
|
|
1606
|
-
"OwnershipTransferred(address,address)": TypedContractEvent<OwnershipTransferredEvent.InputTuple, OwnershipTransferredEvent.OutputTuple, OwnershipTransferredEvent.OutputObject>;
|
|
1607
|
-
OwnershipTransferred: TypedContractEvent<OwnershipTransferredEvent.InputTuple, OwnershipTransferredEvent.OutputTuple, OwnershipTransferredEvent.OutputObject>;
|
|
1608
|
-
"Paused(address)": TypedContractEvent<PausedEvent.InputTuple, PausedEvent.OutputTuple, PausedEvent.OutputObject>;
|
|
1609
|
-
Paused: TypedContractEvent<PausedEvent.InputTuple, PausedEvent.OutputTuple, PausedEvent.OutputObject>;
|
|
1610
|
-
"PrimeRateUpdated(uint256,uint256)": TypedContractEvent<PrimeRateUpdatedEvent.InputTuple, PrimeRateUpdatedEvent.OutputTuple, PrimeRateUpdatedEvent.OutputObject>;
|
|
1611
|
-
PrimeRateUpdated: TypedContractEvent<PrimeRateUpdatedEvent.InputTuple, PrimeRateUpdatedEvent.OutputTuple, PrimeRateUpdatedEvent.OutputObject>;
|
|
1612
|
-
"ProtocolFeeRateUpdated(uint256,uint256)": TypedContractEvent<ProtocolFeeRateUpdatedEvent.InputTuple, ProtocolFeeRateUpdatedEvent.OutputTuple, ProtocolFeeRateUpdatedEvent.OutputObject>;
|
|
1613
|
-
ProtocolFeeRateUpdated: TypedContractEvent<ProtocolFeeRateUpdatedEvent.InputTuple, ProtocolFeeRateUpdatedEvent.OutputTuple, ProtocolFeeRateUpdatedEvent.OutputObject>;
|
|
1614
|
-
"ProtocolFeesCollected(uint256,uint256)": TypedContractEvent<ProtocolFeesCollectedEvent.InputTuple, ProtocolFeesCollectedEvent.OutputTuple, ProtocolFeesCollectedEvent.OutputObject>;
|
|
1615
|
-
ProtocolFeesCollected: TypedContractEvent<ProtocolFeesCollectedEvent.InputTuple, ProtocolFeesCollectedEvent.OutputTuple, ProtocolFeesCollectedEvent.OutputObject>;
|
|
1616
|
-
"ProtocolFeesWithdrawn(address,uint256)": TypedContractEvent<ProtocolFeesWithdrawnEvent.InputTuple, ProtocolFeesWithdrawnEvent.OutputTuple, ProtocolFeesWithdrawnEvent.OutputObject>;
|
|
1617
|
-
ProtocolFeesWithdrawn: TypedContractEvent<ProtocolFeesWithdrawnEvent.InputTuple, ProtocolFeesWithdrawnEvent.OutputTuple, ProtocolFeesWithdrawnEvent.OutputObject>;
|
|
1618
|
-
"Repay(address,address,uint256)": TypedContractEvent<RepayEvent.InputTuple, RepayEvent.OutputTuple, RepayEvent.OutputObject>;
|
|
1619
|
-
Repay: TypedContractEvent<RepayEvent.InputTuple, RepayEvent.OutputTuple, RepayEvent.OutputObject>;
|
|
1620
|
-
"ReserveInterestsUpdated(uint256,uint256)": TypedContractEvent<ReserveInterestsUpdatedEvent.InputTuple, ReserveInterestsUpdatedEvent.OutputTuple, ReserveInterestsUpdatedEvent.OutputObject>;
|
|
1621
|
-
ReserveInterestsUpdated: TypedContractEvent<ReserveInterestsUpdatedEvent.InputTuple, ReserveInterestsUpdatedEvent.OutputTuple, ReserveInterestsUpdatedEvent.OutputObject>;
|
|
1622
|
-
"RewardClaimed(address,address,uint256)": TypedContractEvent<RewardClaimedEvent.InputTuple, RewardClaimedEvent.OutputTuple, RewardClaimedEvent.OutputObject>;
|
|
1623
|
-
RewardClaimed: TypedContractEvent<RewardClaimedEvent.InputTuple, RewardClaimedEvent.OutputTuple, RewardClaimedEvent.OutputObject>;
|
|
1624
|
-
"RewardDistributed(address,uint256)": TypedContractEvent<RewardDistributedEvent.InputTuple, RewardDistributedEvent.OutputTuple, RewardDistributedEvent.OutputObject>;
|
|
1625
|
-
RewardDistributed: TypedContractEvent<RewardDistributedEvent.InputTuple, RewardDistributedEvent.OutputTuple, RewardDistributedEvent.OutputObject>;
|
|
1626
|
-
"RewardParametersUpdated(address,uint256,uint256)": TypedContractEvent<RewardParametersUpdatedEvent.InputTuple, RewardParametersUpdatedEvent.OutputTuple, RewardParametersUpdatedEvent.OutputObject>;
|
|
1627
|
-
RewardParametersUpdated: TypedContractEvent<RewardParametersUpdatedEvent.InputTuple, RewardParametersUpdatedEvent.OutputTuple, RewardParametersUpdatedEvent.OutputObject>;
|
|
1628
|
-
"RewardTokenAdded(address,uint256,uint256)": TypedContractEvent<RewardTokenAddedEvent.InputTuple, RewardTokenAddedEvent.OutputTuple, RewardTokenAddedEvent.OutputObject>;
|
|
1629
|
-
RewardTokenAdded: TypedContractEvent<RewardTokenAddedEvent.InputTuple, RewardTokenAddedEvent.OutputTuple, RewardTokenAddedEvent.OutputObject>;
|
|
1630
|
-
"RewardTokensDeposited(address,uint256)": TypedContractEvent<RewardTokensDepositedEvent.InputTuple, RewardTokensDepositedEvent.OutputTuple, RewardTokensDepositedEvent.OutputObject>;
|
|
1631
|
-
RewardTokensDeposited: TypedContractEvent<RewardTokensDepositedEvent.InputTuple, RewardTokensDepositedEvent.OutputTuple, RewardTokensDepositedEvent.OutputObject>;
|
|
1632
|
-
"StabilityPoolUpdated(address,address)": TypedContractEvent<StabilityPoolUpdatedEvent.InputTuple, StabilityPoolUpdatedEvent.OutputTuple, StabilityPoolUpdatedEvent.OutputObject>;
|
|
1633
|
-
StabilityPoolUpdated: TypedContractEvent<StabilityPoolUpdatedEvent.InputTuple, StabilityPoolUpdatedEvent.OutputTuple, StabilityPoolUpdatedEvent.OutputObject>;
|
|
1634
|
-
"Unpaused(address)": TypedContractEvent<UnpausedEvent.InputTuple, UnpausedEvent.OutputTuple, UnpausedEvent.OutputObject>;
|
|
1635
|
-
Unpaused: TypedContractEvent<UnpausedEvent.InputTuple, UnpausedEvent.OutputTuple, UnpausedEvent.OutputObject>;
|
|
1636
|
-
"VaultRewardsClaimed(uint256)": TypedContractEvent<VaultRewardsClaimedEvent.InputTuple, VaultRewardsClaimedEvent.OutputTuple, VaultRewardsClaimedEvent.OutputObject>;
|
|
1637
|
-
VaultRewardsClaimed: TypedContractEvent<VaultRewardsClaimedEvent.InputTuple, VaultRewardsClaimedEvent.OutputTuple, VaultRewardsClaimedEvent.OutputObject>;
|
|
1638
|
-
"VaultUpdated(address,address)": TypedContractEvent<VaultUpdatedEvent.InputTuple, VaultUpdatedEvent.OutputTuple, VaultUpdatedEvent.OutputObject>;
|
|
1639
|
-
VaultUpdated: TypedContractEvent<VaultUpdatedEvent.InputTuple, VaultUpdatedEvent.OutputTuple, VaultUpdatedEvent.OutputObject>;
|
|
1640
|
-
"VaultWithdrawalFailed(address)": TypedContractEvent<VaultWithdrawalFailedEvent.InputTuple, VaultWithdrawalFailedEvent.OutputTuple, VaultWithdrawalFailedEvent.OutputObject>;
|
|
1641
|
-
VaultWithdrawalFailed: TypedContractEvent<VaultWithdrawalFailedEvent.InputTuple, VaultWithdrawalFailedEvent.OutputTuple, VaultWithdrawalFailedEvent.OutputObject>;
|
|
1642
|
-
"Withdraw(address,uint256)": TypedContractEvent<Withdraw_address_uint256_Event.InputTuple, Withdraw_address_uint256_Event.OutputTuple, Withdraw_address_uint256_Event.OutputObject>;
|
|
1643
|
-
"Withdraw(address,uint256,uint256)": TypedContractEvent<Withdraw_address_uint256_uint256_Event.InputTuple, Withdraw_address_uint256_uint256_Event.OutputTuple, Withdraw_address_uint256_uint256_Event.OutputObject>;
|
|
1644
|
-
"WithdrawalsPauseStatusChanged(bool)": TypedContractEvent<WithdrawalsPauseStatusChangedEvent.InputTuple, WithdrawalsPauseStatusChangedEvent.OutputTuple, WithdrawalsPauseStatusChangedEvent.OutputObject>;
|
|
1645
|
-
WithdrawalsPauseStatusChanged: TypedContractEvent<WithdrawalsPauseStatusChangedEvent.InputTuple, WithdrawalsPauseStatusChangedEvent.OutputTuple, WithdrawalsPauseStatusChangedEvent.OutputObject>;
|
|
1646
|
-
};
|
|
1647
|
-
}
|