@raac/rpc 1.0.2-beta.5 → 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/package.json +1 -1
- package/utils/artifacts.js +2 -2
- package/dist/RPCLibrary.js +0 -322
- package/dist/artifacts/core/collectors/FeeCollector.sol/FeeCollector.json +0 -1743
- package/dist/artifacts/core/minters/RAACMinter/RAACMinter.sol/RAACMinter.json +0 -1443
- package/dist/artifacts/core/oracles/BaseVRFv2Consumer.sol/BaseVRFv2Consumer.json +0 -279
- package/dist/artifacts/core/pools/LendingPool/LendingPool.sol/LendingPool.json +0 -2760
- package/dist/artifacts/core/pools/StabilityPool/StabilityPool.sol/StabilityPool.json +0 -1146
- package/dist/artifacts/core/primitives/RAACHousePrices.sol/RAACHousePrices.json +0 -285
- package/dist/artifacts/core/tokens/DEToken.sol/DEToken.json +0 -858
- package/dist/artifacts/core/tokens/IndexToken.sol/IndexToken.json +0 -770
- package/dist/artifacts/core/tokens/RAACNFT.sol/RAACNFT.json +0 -1472
- package/dist/artifacts/core/tokens/RAACToken.sol/RAACToken.json +0 -832
- package/dist/artifacts/core/tokens/RToken.sol/RToken.json +0 -1205
- package/dist/artifacts/core/tokens/veRAACToken.sol/veRAACToken.json +0 -1616
- package/dist/artifacts/mocks/core/oracles/MockVRFCoordinatorV2.sol/MockVRFCoordinatorV2.json +0 -774
- package/dist/artifacts/mocks/core/tokens/crvUSDToken.sol/crvUSDToken.json +0 -479
- package/dist/artifacts/zeno/Auction.sol/Auction.json +0 -393
- package/dist/artifacts/zeno/AuctionFactory.sol/AuctionFactory.json +0 -307
- package/dist/artifacts/zeno/Zeno.sol/Zeno.json +0 -620
- package/dist/artifacts/zeno/ZenoFactory.sol/ZenoFactory.json +0 -275
- 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,351 +0,0 @@
|
|
|
1
|
-
import { ContractFactory, ContractTransactionResponse } from "ethers";
|
|
2
|
-
import type { Signer, ContractDeployTransaction, ContractRunner } from "ethers";
|
|
3
|
-
import type { NonPayableOverrides } from "../../../../../common";
|
|
4
|
-
import type { BoostCalculatorMock, BoostCalculatorMockInterface } from "../../../../../contracts/mocks/libraries/governance/BoostCalculatorMock";
|
|
5
|
-
type BoostCalculatorMockConstructorParams = [signer?: Signer] | ConstructorParameters<typeof ContractFactory>;
|
|
6
|
-
export declare class BoostCalculatorMock__factory extends ContractFactory {
|
|
7
|
-
constructor(...args: BoostCalculatorMockConstructorParams);
|
|
8
|
-
getDeployTransaction(overrides?: NonPayableOverrides & {
|
|
9
|
-
from?: string;
|
|
10
|
-
}): Promise<ContractDeployTransaction>;
|
|
11
|
-
deploy(overrides?: NonPayableOverrides & {
|
|
12
|
-
from?: string;
|
|
13
|
-
}): Promise<BoostCalculatorMock & {
|
|
14
|
-
deploymentTransaction(): ContractTransactionResponse;
|
|
15
|
-
}>;
|
|
16
|
-
connect(runner: ContractRunner | null): BoostCalculatorMock__factory;
|
|
17
|
-
static readonly bytecode = "0x608060405234801561001057600080fd5b506161a860085561271060095562093a80600a55670de0b6b3a7640000600b556000600e819055600d55610d2d806100496000396000f3fe608060405234801561001057600080fd5b50600436106100f55760003560e01c80635eba6e4711610097578063d73099b911610066578063d73099b914610207578063da0b5c0a14610232578063e2e906c11461023a578063ecd1d4fa1461024d57600080fd5b80635eba6e47146101c65780636d4485d0146101d95780638561579c146101ec578063b2e0df96146101f457600080fd5b806337090c2f116100d357806337090c2f1461014f5780633fa05f8a14610161578063448be829146101a057806359f06b89146101b357600080fd5b80630c525835146100fa5780630dd084891461010f5780631c4f729a14610122575b600080fd5b61010d610108366004610a58565b600955565b005b61010d61011d366004610a58565b600d55565b610135610130366004610a71565b610260565b604080519283526020830191909152015b60405180910390f35b6008545b604051908152602001610146565b600854600954600a54600b54600e54600d54604080519687526020870195909552938501929092526060840152608083015260a082015260c001610146565b6101356101ae366004610a71565b610285565b61010d6101c1366004610a58565b600e55565b61010d6101d4366004610a9d565b610293565b6101356101e7366004610b86565b6102a3565b600954610153565b61010d610202366004610a58565b600855565b61010d610215366004610bfa565b600895909555600993909355600a91909155600b55600e55600d55565b61010d610467565b61010d610248366004610a58565b600a55565b61010d61025b366004610a58565b600c55565b60008061026d6000610473565b610278858585610534565b915091505b935093915050565b600080610278858585610534565b61029f6000838361061b565b5050565b60008084518651146102f45760405162461bcd60e51b8152602060048201526015602482015274092dcecc2d8d2c840c2e4e4c2f2e640d8cadccee8d605b1b60448201526064015b60405180910390fd5b60008651116103345760405162461bcd60e51b815260206004820152600c60248201526b456d7074792061727261797360a01b60448201526064016102eb565b336000908152600f60205260408120865190916103d8918391899161035b5761035b610c3d565b60200260200101518860008151811061037657610376610c3d565b60200260200101518960018b5161038d9190610c69565b8151811061039d5761039d610c3d565b60200260200101516103af9190610c69565b8a6000815181106103c2576103c2610c3d565b6020026020010151670de0b6b3a764000061069a565b60015b875181101561043d5761042b8882815181106103f9576103f9610c3d565b602002602001015188838151811061041357610413610c3d565b6020026020010151846107969092919063ffffffff16565b8061043581610c7c565b9150506103db565b50600061044a8242610833565b9050610457818787610534565b9350935050505b94509492505050565b6104716000610473565b565b80600a01546000036104985760405163a8c60b8160e01b815260040160405180910390fd5b8060090154816008015410156104c15760405163151843ad60e21b815260040160405180910390fd5b60018101544290801561051857600a8301546104dd9082610c95565b8210610504576104ff836001018385600a015486600c0154876008015461069a565b505050565b600c8301546104ff90600185019084610796565b6104ff836001018385600a015486600c0154876008015461069a565b6000808360000361054a5750600090508161027d565b6000806105598188888861090a565b91509150848110156105ad5760405162461bcd60e51b815260206004820152601760248201527f426f6f73742062656c6f77206261736520616d6f756e7400000000000000000060448201526064016102eb565b600854612710906105be9087610ca8565b6105c89190610cd5565b81111561060f5760405162461bcd60e51b8152602060048201526015602482015274426f6f73742065786365656473206d6178696d756d60581b60448201526064016102eb565b90969095509350505050565b82600a01546000036106405760405163a8c60b8160e01b815260040160405180910390fd5b6001600160a01b038216600090815260208490526040812080549091036106895761068481610670426001610c95565b86600a015485670de0b6b3a764000061069a565b610694565b610694818342610796565b50505050565b8454158015906106b95750600585015485546106b69190610c95565b84105b156106d75760405163f0aaee6560e01b815260040160405180910390fd5b826000036106f85760405163346ab43760e11b815260040160405180910390fd5b80600003610719576040516319a2a9bd60e01b815260040160405180910390fd5b8385556107268385610c95565b6001860155600285018490556003850182905560006004860155600585018390556006850181905560408051858152602081018590529081018390527f0792cf7388f234e543a10a68aeb7b96568fb90b55ddc2b2945961c80a3c3a0829060600160405180910390a15050505050565b82548110806107a85750826001015481115b156107c6576040516337bf561360e11b815260040160405180910390fd5b6002830154808203908214610822576003840154808202908282816107ed576107ed610cbf565b041461080c5760405163f20577e560e01b815260040160405180910390fd5b6004850180549091019055600584018054820190555b506003830191909155600290910155565b8154600090821161084957506003820154610904565b60008360010154831161085c5782610862565b83600101545b60048501546002860154919250908211156108e95760008560020154836108899190610c69565b9050600081876003015461089d9190610ca8565b90506000821180156108bc575060038701546108b98383610cd5565b14155b156108da5760405163f20577e560e01b815260040160405180910390fd5b6108e48184610c95565b925050505b84546108f59083610c69565b6108ff9082610cd5565b925050505b92915050565b600080831580610918575082155b156109285750600090508161045e565b6040805160c0810182526008880154815260098801546020820152600a88015491810191909152600d8701546060820152600e8701546080820152600c87015460a082015261097886868361099d565b92506127106109878486610ca8565b6109919190610cd5565b91505094509492505050565b6000826000036109b257506020810151610a51565b6000836109c786670de0b6b3a7640000610ca8565b6109d19190610cd5565b90506000836020015184600001516109e99190610c69565b90506000670de0b6b3a7640000610a008385610ca8565b610a0a9190610cd5565b8560200151610a199190610c95565b90508460200151811015610a365784602001519350505050610a51565b8451811115610a4c57505082519150610a519050565b925050505b9392505050565b600060208284031215610a6a57600080fd5b5035919050565b600080600060608486031215610a8657600080fd5b505081359360208301359350604090920135919050565b60008060408385031215610ab057600080fd5b82356001600160a01b0381168114610ac757600080fd5b946020939093013593505050565b634e487b7160e01b600052604160045260246000fd5b600082601f830112610afc57600080fd5b8135602067ffffffffffffffff80831115610b1957610b19610ad5565b8260051b604051601f19603f83011681018181108482111715610b3e57610b3e610ad5565b604052938452858101830193838101925087851115610b5c57600080fd5b83870191505b84821015610b7b57813583529183019190830190610b62565b979650505050505050565b60008060008060808587031215610b9c57600080fd5b843567ffffffffffffffff80821115610bb457600080fd5b610bc088838901610aeb565b95506020870135915080821115610bd657600080fd5b50610be387828801610aeb565b949794965050505060408301359260600135919050565b60008060008060008060c08789031215610c1357600080fd5b505084359660208601359650604086013595606081013595506080810135945060a0013592509050565b634e487b7160e01b600052603260045260246000fd5b634e487b7160e01b600052601160045260246000fd5b8181038181111561090457610904610c53565b600060018201610c8e57610c8e610c53565b5060010190565b8082018082111561090457610904610c53565b808202811582820484141761090457610904610c53565b634e487b7160e01b600052601260045260246000fd5b600082610cf257634e487b7160e01b600052601260045260246000fd5b50049056fea2646970667358221220c39e74379055bad04a6923f8d3cc8801673bc851cb40ce496f2dab361d029a7364736f6c63430008140033";
|
|
18
|
-
static readonly abi: readonly [{
|
|
19
|
-
readonly inputs: readonly [];
|
|
20
|
-
readonly stateMutability: "nonpayable";
|
|
21
|
-
readonly type: "constructor";
|
|
22
|
-
}, {
|
|
23
|
-
readonly inputs: readonly [];
|
|
24
|
-
readonly name: "InvalidBoostBounds";
|
|
25
|
-
readonly type: "error";
|
|
26
|
-
}, {
|
|
27
|
-
readonly inputs: readonly [];
|
|
28
|
-
readonly name: "InvalidBoostWindow";
|
|
29
|
-
readonly type: "error";
|
|
30
|
-
}, {
|
|
31
|
-
readonly inputs: readonly [];
|
|
32
|
-
readonly name: "InvalidTime";
|
|
33
|
-
readonly type: "error";
|
|
34
|
-
}, {
|
|
35
|
-
readonly inputs: readonly [];
|
|
36
|
-
readonly name: "PeriodNotElapsed";
|
|
37
|
-
readonly type: "error";
|
|
38
|
-
}, {
|
|
39
|
-
readonly inputs: readonly [];
|
|
40
|
-
readonly name: "ValueOverflow";
|
|
41
|
-
readonly type: "error";
|
|
42
|
-
}, {
|
|
43
|
-
readonly inputs: readonly [];
|
|
44
|
-
readonly name: "ZeroDuration";
|
|
45
|
-
readonly type: "error";
|
|
46
|
-
}, {
|
|
47
|
-
readonly inputs: readonly [];
|
|
48
|
-
readonly name: "ZeroWeight";
|
|
49
|
-
readonly type: "error";
|
|
50
|
-
}, {
|
|
51
|
-
readonly anonymous: false;
|
|
52
|
-
readonly inputs: readonly [{
|
|
53
|
-
readonly indexed: true;
|
|
54
|
-
readonly internalType: "address";
|
|
55
|
-
readonly name: "user";
|
|
56
|
-
readonly type: "address";
|
|
57
|
-
}, {
|
|
58
|
-
readonly indexed: false;
|
|
59
|
-
readonly internalType: "uint256";
|
|
60
|
-
readonly name: "balance";
|
|
61
|
-
readonly type: "uint256";
|
|
62
|
-
}, {
|
|
63
|
-
readonly indexed: false;
|
|
64
|
-
readonly internalType: "uint256";
|
|
65
|
-
readonly name: "totalSupply";
|
|
66
|
-
readonly type: "uint256";
|
|
67
|
-
}, {
|
|
68
|
-
readonly indexed: false;
|
|
69
|
-
readonly internalType: "uint256";
|
|
70
|
-
readonly name: "amount";
|
|
71
|
-
readonly type: "uint256";
|
|
72
|
-
}, {
|
|
73
|
-
readonly indexed: false;
|
|
74
|
-
readonly internalType: "uint256";
|
|
75
|
-
readonly name: "boostBasisPoints";
|
|
76
|
-
readonly type: "uint256";
|
|
77
|
-
}, {
|
|
78
|
-
readonly indexed: false;
|
|
79
|
-
readonly internalType: "uint256";
|
|
80
|
-
readonly name: "boostedAmount";
|
|
81
|
-
readonly type: "uint256";
|
|
82
|
-
}];
|
|
83
|
-
readonly name: "BoostCalculated";
|
|
84
|
-
readonly type: "event";
|
|
85
|
-
}, {
|
|
86
|
-
readonly anonymous: false;
|
|
87
|
-
readonly inputs: readonly [{
|
|
88
|
-
readonly indexed: false;
|
|
89
|
-
readonly internalType: "uint256";
|
|
90
|
-
readonly name: "startTime";
|
|
91
|
-
readonly type: "uint256";
|
|
92
|
-
}, {
|
|
93
|
-
readonly indexed: false;
|
|
94
|
-
readonly internalType: "uint256";
|
|
95
|
-
readonly name: "duration";
|
|
96
|
-
readonly type: "uint256";
|
|
97
|
-
}, {
|
|
98
|
-
readonly indexed: false;
|
|
99
|
-
readonly internalType: "uint256";
|
|
100
|
-
readonly name: "initialValue";
|
|
101
|
-
readonly type: "uint256";
|
|
102
|
-
}];
|
|
103
|
-
readonly name: "PeriodCreated";
|
|
104
|
-
readonly type: "event";
|
|
105
|
-
}, {
|
|
106
|
-
readonly inputs: readonly [{
|
|
107
|
-
readonly internalType: "uint256[]";
|
|
108
|
-
readonly name: "balances";
|
|
109
|
-
readonly type: "uint256[]";
|
|
110
|
-
}, {
|
|
111
|
-
readonly internalType: "uint256[]";
|
|
112
|
-
readonly name: "timestamps";
|
|
113
|
-
readonly type: "uint256[]";
|
|
114
|
-
}, {
|
|
115
|
-
readonly internalType: "uint256";
|
|
116
|
-
readonly name: "totalSupply";
|
|
117
|
-
readonly type: "uint256";
|
|
118
|
-
}, {
|
|
119
|
-
readonly internalType: "uint256";
|
|
120
|
-
readonly name: "amount";
|
|
121
|
-
readonly type: "uint256";
|
|
122
|
-
}];
|
|
123
|
-
readonly name: "calculateMultiPeriodBoost";
|
|
124
|
-
readonly outputs: readonly [{
|
|
125
|
-
readonly internalType: "uint256";
|
|
126
|
-
readonly name: "";
|
|
127
|
-
readonly type: "uint256";
|
|
128
|
-
}, {
|
|
129
|
-
readonly internalType: "uint256";
|
|
130
|
-
readonly name: "";
|
|
131
|
-
readonly type: "uint256";
|
|
132
|
-
}];
|
|
133
|
-
readonly stateMutability: "nonpayable";
|
|
134
|
-
readonly type: "function";
|
|
135
|
-
}, {
|
|
136
|
-
readonly inputs: readonly [{
|
|
137
|
-
readonly internalType: "uint256";
|
|
138
|
-
readonly name: "userBalance";
|
|
139
|
-
readonly type: "uint256";
|
|
140
|
-
}, {
|
|
141
|
-
readonly internalType: "uint256";
|
|
142
|
-
readonly name: "totalSupply";
|
|
143
|
-
readonly type: "uint256";
|
|
144
|
-
}, {
|
|
145
|
-
readonly internalType: "uint256";
|
|
146
|
-
readonly name: "amount";
|
|
147
|
-
readonly type: "uint256";
|
|
148
|
-
}];
|
|
149
|
-
readonly name: "calculateTimeWeightedBoost";
|
|
150
|
-
readonly outputs: readonly [{
|
|
151
|
-
readonly internalType: "uint256";
|
|
152
|
-
readonly name: "";
|
|
153
|
-
readonly type: "uint256";
|
|
154
|
-
}, {
|
|
155
|
-
readonly internalType: "uint256";
|
|
156
|
-
readonly name: "";
|
|
157
|
-
readonly type: "uint256";
|
|
158
|
-
}];
|
|
159
|
-
readonly stateMutability: "nonpayable";
|
|
160
|
-
readonly type: "function";
|
|
161
|
-
}, {
|
|
162
|
-
readonly inputs: readonly [{
|
|
163
|
-
readonly internalType: "uint256";
|
|
164
|
-
readonly name: "userBalance";
|
|
165
|
-
readonly type: "uint256";
|
|
166
|
-
}, {
|
|
167
|
-
readonly internalType: "uint256";
|
|
168
|
-
readonly name: "totalSupply";
|
|
169
|
-
readonly type: "uint256";
|
|
170
|
-
}, {
|
|
171
|
-
readonly internalType: "uint256";
|
|
172
|
-
readonly name: "amount";
|
|
173
|
-
readonly type: "uint256";
|
|
174
|
-
}];
|
|
175
|
-
readonly name: "calculateTimeWeightedBoostView";
|
|
176
|
-
readonly outputs: readonly [{
|
|
177
|
-
readonly internalType: "uint256";
|
|
178
|
-
readonly name: "";
|
|
179
|
-
readonly type: "uint256";
|
|
180
|
-
}, {
|
|
181
|
-
readonly internalType: "uint256";
|
|
182
|
-
readonly name: "";
|
|
183
|
-
readonly type: "uint256";
|
|
184
|
-
}];
|
|
185
|
-
readonly stateMutability: "view";
|
|
186
|
-
readonly type: "function";
|
|
187
|
-
}, {
|
|
188
|
-
readonly inputs: readonly [];
|
|
189
|
-
readonly name: "getBoostState";
|
|
190
|
-
readonly outputs: readonly [{
|
|
191
|
-
readonly internalType: "uint256";
|
|
192
|
-
readonly name: "maxBoost";
|
|
193
|
-
readonly type: "uint256";
|
|
194
|
-
}, {
|
|
195
|
-
readonly internalType: "uint256";
|
|
196
|
-
readonly name: "minBoost";
|
|
197
|
-
readonly type: "uint256";
|
|
198
|
-
}, {
|
|
199
|
-
readonly internalType: "uint256";
|
|
200
|
-
readonly name: "boostWindow";
|
|
201
|
-
readonly type: "uint256";
|
|
202
|
-
}, {
|
|
203
|
-
readonly internalType: "uint256";
|
|
204
|
-
readonly name: "baseWeight";
|
|
205
|
-
readonly type: "uint256";
|
|
206
|
-
}, {
|
|
207
|
-
readonly internalType: "uint256";
|
|
208
|
-
readonly name: "totalVotingPower";
|
|
209
|
-
readonly type: "uint256";
|
|
210
|
-
}, {
|
|
211
|
-
readonly internalType: "uint256";
|
|
212
|
-
readonly name: "totalWeight";
|
|
213
|
-
readonly type: "uint256";
|
|
214
|
-
}];
|
|
215
|
-
readonly stateMutability: "view";
|
|
216
|
-
readonly type: "function";
|
|
217
|
-
}, {
|
|
218
|
-
readonly inputs: readonly [];
|
|
219
|
-
readonly name: "maxBoost";
|
|
220
|
-
readonly outputs: readonly [{
|
|
221
|
-
readonly internalType: "uint256";
|
|
222
|
-
readonly name: "";
|
|
223
|
-
readonly type: "uint256";
|
|
224
|
-
}];
|
|
225
|
-
readonly stateMutability: "view";
|
|
226
|
-
readonly type: "function";
|
|
227
|
-
}, {
|
|
228
|
-
readonly inputs: readonly [];
|
|
229
|
-
readonly name: "minBoost";
|
|
230
|
-
readonly outputs: readonly [{
|
|
231
|
-
readonly internalType: "uint256";
|
|
232
|
-
readonly name: "";
|
|
233
|
-
readonly type: "uint256";
|
|
234
|
-
}];
|
|
235
|
-
readonly stateMutability: "view";
|
|
236
|
-
readonly type: "function";
|
|
237
|
-
}, {
|
|
238
|
-
readonly inputs: readonly [{
|
|
239
|
-
readonly internalType: "uint256";
|
|
240
|
-
readonly name: "maxBoost_";
|
|
241
|
-
readonly type: "uint256";
|
|
242
|
-
}, {
|
|
243
|
-
readonly internalType: "uint256";
|
|
244
|
-
readonly name: "minBoost_";
|
|
245
|
-
readonly type: "uint256";
|
|
246
|
-
}, {
|
|
247
|
-
readonly internalType: "uint256";
|
|
248
|
-
readonly name: "boostWindow_";
|
|
249
|
-
readonly type: "uint256";
|
|
250
|
-
}, {
|
|
251
|
-
readonly internalType: "uint256";
|
|
252
|
-
readonly name: "baseWeight_";
|
|
253
|
-
readonly type: "uint256";
|
|
254
|
-
}, {
|
|
255
|
-
readonly internalType: "uint256";
|
|
256
|
-
readonly name: "totalVotingPower_";
|
|
257
|
-
readonly type: "uint256";
|
|
258
|
-
}, {
|
|
259
|
-
readonly internalType: "uint256";
|
|
260
|
-
readonly name: "totalWeight_";
|
|
261
|
-
readonly type: "uint256";
|
|
262
|
-
}];
|
|
263
|
-
readonly name: "setBoostParameters";
|
|
264
|
-
readonly outputs: readonly [];
|
|
265
|
-
readonly stateMutability: "nonpayable";
|
|
266
|
-
readonly type: "function";
|
|
267
|
-
}, {
|
|
268
|
-
readonly inputs: readonly [{
|
|
269
|
-
readonly internalType: "uint256";
|
|
270
|
-
readonly name: "boostWindow_";
|
|
271
|
-
readonly type: "uint256";
|
|
272
|
-
}];
|
|
273
|
-
readonly name: "setBoostWindow";
|
|
274
|
-
readonly outputs: readonly [];
|
|
275
|
-
readonly stateMutability: "nonpayable";
|
|
276
|
-
readonly type: "function";
|
|
277
|
-
}, {
|
|
278
|
-
readonly inputs: readonly [{
|
|
279
|
-
readonly internalType: "uint256";
|
|
280
|
-
readonly name: "maxBoost_";
|
|
281
|
-
readonly type: "uint256";
|
|
282
|
-
}];
|
|
283
|
-
readonly name: "setMaxBoost";
|
|
284
|
-
readonly outputs: readonly [];
|
|
285
|
-
readonly stateMutability: "nonpayable";
|
|
286
|
-
readonly type: "function";
|
|
287
|
-
}, {
|
|
288
|
-
readonly inputs: readonly [{
|
|
289
|
-
readonly internalType: "uint256";
|
|
290
|
-
readonly name: "minBoost_";
|
|
291
|
-
readonly type: "uint256";
|
|
292
|
-
}];
|
|
293
|
-
readonly name: "setMinBoost";
|
|
294
|
-
readonly outputs: readonly [];
|
|
295
|
-
readonly stateMutability: "nonpayable";
|
|
296
|
-
readonly type: "function";
|
|
297
|
-
}, {
|
|
298
|
-
readonly inputs: readonly [{
|
|
299
|
-
readonly internalType: "uint256";
|
|
300
|
-
readonly name: "totalVotingPower_";
|
|
301
|
-
readonly type: "uint256";
|
|
302
|
-
}];
|
|
303
|
-
readonly name: "setTotalVotingPower";
|
|
304
|
-
readonly outputs: readonly [];
|
|
305
|
-
readonly stateMutability: "nonpayable";
|
|
306
|
-
readonly type: "function";
|
|
307
|
-
}, {
|
|
308
|
-
readonly inputs: readonly [{
|
|
309
|
-
readonly internalType: "uint256";
|
|
310
|
-
readonly name: "totalWeight_";
|
|
311
|
-
readonly type: "uint256";
|
|
312
|
-
}];
|
|
313
|
-
readonly name: "setTotalWeight";
|
|
314
|
-
readonly outputs: readonly [];
|
|
315
|
-
readonly stateMutability: "nonpayable";
|
|
316
|
-
readonly type: "function";
|
|
317
|
-
}, {
|
|
318
|
-
readonly inputs: readonly [{
|
|
319
|
-
readonly internalType: "uint256";
|
|
320
|
-
readonly name: "votingPower_";
|
|
321
|
-
readonly type: "uint256";
|
|
322
|
-
}];
|
|
323
|
-
readonly name: "setVotingPower";
|
|
324
|
-
readonly outputs: readonly [];
|
|
325
|
-
readonly stateMutability: "nonpayable";
|
|
326
|
-
readonly type: "function";
|
|
327
|
-
}, {
|
|
328
|
-
readonly inputs: readonly [];
|
|
329
|
-
readonly name: "updateBoostPeriod";
|
|
330
|
-
readonly outputs: readonly [];
|
|
331
|
-
readonly stateMutability: "nonpayable";
|
|
332
|
-
readonly type: "function";
|
|
333
|
-
}, {
|
|
334
|
-
readonly inputs: readonly [{
|
|
335
|
-
readonly internalType: "address";
|
|
336
|
-
readonly name: "user";
|
|
337
|
-
readonly type: "address";
|
|
338
|
-
}, {
|
|
339
|
-
readonly internalType: "uint256";
|
|
340
|
-
readonly name: "balance";
|
|
341
|
-
readonly type: "uint256";
|
|
342
|
-
}];
|
|
343
|
-
readonly name: "updateUserBalance";
|
|
344
|
-
readonly outputs: readonly [];
|
|
345
|
-
readonly stateMutability: "nonpayable";
|
|
346
|
-
readonly type: "function";
|
|
347
|
-
}];
|
|
348
|
-
static createInterface(): BoostCalculatorMockInterface;
|
|
349
|
-
static connect(address: string, runner?: ContractRunner | null): BoostCalculatorMock;
|
|
350
|
-
}
|
|
351
|
-
export {};
|
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
import { ContractFactory, ContractTransactionResponse } from "ethers";
|
|
2
|
-
import type { Signer, ContractDeployTransaction, ContractRunner } from "ethers";
|
|
3
|
-
import type { NonPayableOverrides } from "../../../../../common";
|
|
4
|
-
import type { CheckpointsMock, CheckpointsMockInterface } from "../../../../../contracts/mocks/libraries/governance/CheckpointsMock";
|
|
5
|
-
type CheckpointsMockConstructorParams = [signer?: Signer] | ConstructorParameters<typeof ContractFactory>;
|
|
6
|
-
export declare class CheckpointsMock__factory extends ContractFactory {
|
|
7
|
-
constructor(...args: CheckpointsMockConstructorParams);
|
|
8
|
-
getDeployTransaction(overrides?: NonPayableOverrides & {
|
|
9
|
-
from?: string;
|
|
10
|
-
}): Promise<ContractDeployTransaction>;
|
|
11
|
-
deploy(overrides?: NonPayableOverrides & {
|
|
12
|
-
from?: string;
|
|
13
|
-
}): Promise<CheckpointsMock & {
|
|
14
|
-
deploymentTransaction(): ContractTransactionResponse;
|
|
15
|
-
}>;
|
|
16
|
-
connect(runner: ContractRunner | null): CheckpointsMock__factory;
|
|
17
|
-
static readonly bytecode = "0x608060405234801561001057600080fd5b506106c8806100206000396000f3fe608060405234801561001057600080fd5b50600436106100575760003560e01c80631f7b6d321461005c5780635516c21c1461007357806384a4f148146100885780638f0bed2b146100b4578063a9f948dd146100c7575b600080fd5b6000545b6040519081526020015b60405180910390f35b61007b6100da565b60405161006a91906105a7565b610090610153565b6040805163ffffffff90931683526001600160e01b0390911660208301520161006a565b6100606100c2366004610605565b6101c1565b6100906100d5366004610605565b6101d3565b60606000805480602002602001604051908101604052809291908181526020016000905b8282101561014a576000848152602090819020604080518082019091529084015463ffffffff81168252600160201b90046001600160e01b0316818301528252600190920191016100fe565b50505050905090565b600080600061016160005490565b90508060000361017657506000928392509050565b600080610184600184610634565b8154811061019457610194610647565b60009182526020909120015463ffffffff811695600160201b9091046001600160e01b0316945092505050565b60006101cd81836101ec565b92915050565b6000806101e38161038b85610390565b91509150915091565b600043821061020e576040516301648f5b60e31b815260040160405180910390fd5b825460008190036102235760009150506101cd565b8360008154811061023657610236610647565b60009182526020909120015463ffffffff168310156102595760009150506101cd565b83610265600183610634565b8154811061027557610275610647565b60009182526020909120015463ffffffff1683106102ce5783610299600183610634565b815481106102a9576102a9610647565b600091825260209091200154600160201b90046001600160e01b031691506101cd9050565b6000806102dc600184610634565b90505b8082101561035257600060026102f5838561065d565b61030090600161065d565b61030a9190610670565b90508587828154811061031f5761031f610647565b60009182526020909120015463ffffffff161161033e5780925061034c565b610349600182610634565b91505b506102df565b85828154811061036457610364610647565b600091825260209091200154600160201b90046001600160e01b0316935050505092915050565b919050565b8254439060009080156104e1576000866103ab600184610634565b815481106103bb576103bb610647565b6000918252602090912001805490915063ffffffff80861691160361048a578054610403906103fe90600160201b90046001600160e01b03168763ffffffff8a16565b610579565b92508287610412600185610634565b8154811061042257610422610647565b600091825260209182902001805463ffffffff908116600160201b6001600160e01b03958616021790915560405192861683528616917fb45c44c56db4e898aff83acd229edf5e8e6ef1ecc211e8775a7203a310225b37910160405180910390a25050610571565b805463ffffffff808616911611156104b5576040516340be5bdb60e11b815260040160405180910390fd5b80546104d9906103fe90600160201b90046001600160e01b03168763ffffffff8a16565b9250506104ed565b6104ea84610579565b91505b60408051808201825263ffffffff8581168083526001600160e01b0386811660208086018281528d54600181018f5560008f815283902097519151909416600160201b02951694909417949091019390935592519182527fb45c44c56db4e898aff83acd229edf5e8e6ef1ecc211e8775a7203a310225b37910160405180910390a2505b935093915050565b60006001600160e01b038211156105a357604051632ad907fb60e01b815260040160405180910390fd5b5090565b602080825282518282018190526000919060409081850190868401855b828110156105f8578151805163ffffffff1685528601516001600160e01b03168685015292840192908501906001016105c4565b5091979650505050505050565b60006020828403121561061757600080fd5b5035919050565b634e487b7160e01b600052601160045260246000fd5b818103818111156101cd576101cd61061e565b634e487b7160e01b600052603260045260246000fd5b808201808211156101cd576101cd61061e565b60008261068d57634e487b7160e01b600052601260045260246000fd5b50049056fea264697066735822122082e35a2c9f2ee0b7927590eb24ef79ad4a080fe372a5b7b43fae9614df0af2df64736f6c63430008140033";
|
|
18
|
-
static readonly abi: readonly [{
|
|
19
|
-
readonly inputs: readonly [];
|
|
20
|
-
readonly name: "FutureBlockQuery";
|
|
21
|
-
readonly type: "error";
|
|
22
|
-
}, {
|
|
23
|
-
readonly inputs: readonly [];
|
|
24
|
-
readonly name: "InvalidBlockOrder";
|
|
25
|
-
readonly type: "error";
|
|
26
|
-
}, {
|
|
27
|
-
readonly inputs: readonly [];
|
|
28
|
-
readonly name: "ValueTooLarge";
|
|
29
|
-
readonly type: "error";
|
|
30
|
-
}, {
|
|
31
|
-
readonly anonymous: false;
|
|
32
|
-
readonly inputs: readonly [{
|
|
33
|
-
readonly indexed: true;
|
|
34
|
-
readonly internalType: "uint32";
|
|
35
|
-
readonly name: "blockNumber";
|
|
36
|
-
readonly type: "uint32";
|
|
37
|
-
}, {
|
|
38
|
-
readonly indexed: false;
|
|
39
|
-
readonly internalType: "uint224";
|
|
40
|
-
readonly name: "value";
|
|
41
|
-
readonly type: "uint224";
|
|
42
|
-
}];
|
|
43
|
-
readonly name: "CheckpointWritten";
|
|
44
|
-
readonly type: "event";
|
|
45
|
-
}, {
|
|
46
|
-
readonly inputs: readonly [{
|
|
47
|
-
readonly internalType: "uint256";
|
|
48
|
-
readonly name: "blockNumber";
|
|
49
|
-
readonly type: "uint256";
|
|
50
|
-
}];
|
|
51
|
-
readonly name: "findCheckpoint";
|
|
52
|
-
readonly outputs: readonly [{
|
|
53
|
-
readonly internalType: "uint256";
|
|
54
|
-
readonly name: "";
|
|
55
|
-
readonly type: "uint256";
|
|
56
|
-
}];
|
|
57
|
-
readonly stateMutability: "view";
|
|
58
|
-
readonly type: "function";
|
|
59
|
-
}, {
|
|
60
|
-
readonly inputs: readonly [];
|
|
61
|
-
readonly name: "getAllCheckpoints";
|
|
62
|
-
readonly outputs: readonly [{
|
|
63
|
-
readonly components: readonly [{
|
|
64
|
-
readonly internalType: "uint32";
|
|
65
|
-
readonly name: "fromBlock";
|
|
66
|
-
readonly type: "uint32";
|
|
67
|
-
}, {
|
|
68
|
-
readonly internalType: "uint224";
|
|
69
|
-
readonly name: "value";
|
|
70
|
-
readonly type: "uint224";
|
|
71
|
-
}];
|
|
72
|
-
readonly internalType: "struct Checkpoints.Checkpoint[]";
|
|
73
|
-
readonly name: "";
|
|
74
|
-
readonly type: "tuple[]";
|
|
75
|
-
}];
|
|
76
|
-
readonly stateMutability: "view";
|
|
77
|
-
readonly type: "function";
|
|
78
|
-
}, {
|
|
79
|
-
readonly inputs: readonly [];
|
|
80
|
-
readonly name: "getLatestCheckpoint";
|
|
81
|
-
readonly outputs: readonly [{
|
|
82
|
-
readonly internalType: "uint32";
|
|
83
|
-
readonly name: "";
|
|
84
|
-
readonly type: "uint32";
|
|
85
|
-
}, {
|
|
86
|
-
readonly internalType: "uint224";
|
|
87
|
-
readonly name: "";
|
|
88
|
-
readonly type: "uint224";
|
|
89
|
-
}];
|
|
90
|
-
readonly stateMutability: "view";
|
|
91
|
-
readonly type: "function";
|
|
92
|
-
}, {
|
|
93
|
-
readonly inputs: readonly [];
|
|
94
|
-
readonly name: "length";
|
|
95
|
-
readonly outputs: readonly [{
|
|
96
|
-
readonly internalType: "uint256";
|
|
97
|
-
readonly name: "";
|
|
98
|
-
readonly type: "uint256";
|
|
99
|
-
}];
|
|
100
|
-
readonly stateMutability: "view";
|
|
101
|
-
readonly type: "function";
|
|
102
|
-
}, {
|
|
103
|
-
readonly inputs: readonly [{
|
|
104
|
-
readonly internalType: "uint256";
|
|
105
|
-
readonly name: "value";
|
|
106
|
-
readonly type: "uint256";
|
|
107
|
-
}];
|
|
108
|
-
readonly name: "writeCheckpoint";
|
|
109
|
-
readonly outputs: readonly [{
|
|
110
|
-
readonly internalType: "uint32";
|
|
111
|
-
readonly name: "";
|
|
112
|
-
readonly type: "uint32";
|
|
113
|
-
}, {
|
|
114
|
-
readonly internalType: "uint224";
|
|
115
|
-
readonly name: "";
|
|
116
|
-
readonly type: "uint224";
|
|
117
|
-
}];
|
|
118
|
-
readonly stateMutability: "nonpayable";
|
|
119
|
-
readonly type: "function";
|
|
120
|
-
}];
|
|
121
|
-
static createInterface(): CheckpointsMockInterface;
|
|
122
|
-
static connect(address: string, runner?: ContractRunner | null): CheckpointsMock;
|
|
123
|
-
}
|
|
124
|
-
export {};
|