@raac/rpc 1.1.0-beta.92 → 1.2.0-beta.10
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/dist/RPCLibrary.js +446 -0
- package/dist/artifacts/core/collectors/FeeCollector.sol/FeeCollector.json +2 -2
- package/dist/artifacts/core/collectors/NFTRoyaltyFeeCollector.sol/NFTRoyaltyFeeCollector.json +15 -2
- package/dist/artifacts/core/collectors/RAACTokenCollector.sol/RAACTokenCollector.json +2 -2
- package/dist/artifacts/core/collectors/RWAIndexTokenCollector.sol/RWAIndexTokenCollector.json +2 -2
- package/dist/artifacts/core/collectors/Treasury.sol/Treasury.json +2 -2
- package/dist/artifacts/core/governance/gauges/BaseGauge.sol/BaseGauge.json +1608 -0
- package/dist/artifacts/core/governance/gauges/GaugeController.sol/GaugeController.json +1425 -0
- package/dist/artifacts/core/governance/gauges/GaugeRewardsDistributor.sol/GaugeRewardsDistributor.json +755 -0
- package/dist/artifacts/core/governance/gauges/RAACGauge.sol/RAACGauge.json +1644 -0
- package/dist/artifacts/core/governance/gauges/RWAGauge.sol/RWAGauge.json +1657 -0
- package/dist/artifacts/core/governance/proposals/Governance.sol/Governance.json +1490 -0
- package/dist/artifacts/core/governance/proposals/TimelockController.sol/TimelockController.json +1014 -0
- package/dist/artifacts/core/lockers/RAACBotLocker.sol/RAACBotLocker.json +915 -0
- package/dist/artifacts/core/lockers/RAACLiquidLocker.sol/RAACLiquidLocker.json +2158 -0
- package/dist/artifacts/core/lockers/RAACMaturityVault.sol/RAACMaturityVault.json +911 -0
- package/dist/artifacts/core/minters/RAACMinter/RAACMinter.sol/RAACMinter.json +59 -741
- package/dist/artifacts/core/oracles/BaseVRFv2Consumer.sol/BaseVRFv2Consumer.json +106 -2
- package/dist/artifacts/core/oracles/CrvUSDToUSDOracle.sol/CrvUSDToUSDOracle.json +2 -2
- package/dist/artifacts/core/oracles/RAACHousePriceOracle.sol/RAACHousePriceOracle.json +2 -2
- package/dist/artifacts/core/oracles/RAACPrimeRateOracle.sol/RAACPrimeRateOracle.json +2 -2
- package/dist/artifacts/core/pmBlender/pmBlender.json +1 -0
- package/dist/artifacts/core/pmMarket/pmMarket.json +1 -0
- package/dist/artifacts/core/pmTreasury/pmTreasury.json +1 -0
- package/dist/artifacts/core/pools/LendingPool/ERC20AssetAdapter.sol/ERC20AssetAdapter.json +15 -2
- package/dist/artifacts/core/pools/LendingPool/ERC721AssetAdapter.sol/ERC721AssetAdapter.json +15 -2
- package/dist/artifacts/core/pools/LendingPool/LendingPool.sol/LendingPool.json +30 -49
- package/dist/artifacts/core/pools/StabilityPool/StabilityPool.sol/StabilityPool.json +2 -2
- package/dist/artifacts/core/primitives/ComplianceRegistry.sol/ComplianceRegistry.json +2 -2
- package/dist/artifacts/core/primitives/RAACHousePrices.sol/RAACHousePrices.json +2 -2
- package/dist/artifacts/core/tokens/DEToken.sol/DEToken.json +82 -7
- package/dist/artifacts/core/tokens/LeRAAC.sol/LiquidEscrowedRAAC.json +621 -0
- package/dist/artifacts/core/tokens/RAACNFT.sol/RAACNFT.json +101 -74
- package/dist/artifacts/core/tokens/RAACToken.sol/RAACToken.json +24 -322
- package/dist/artifacts/core/tokens/RToken.sol/RToken.json +58 -2
- package/dist/artifacts/core/tokens/RWAIndexToken.sol/RWAIndexToken.json +66 -2
- package/dist/artifacts/core/tokens/veRAACToken.sol/veRAACToken.json +1059 -509
- package/dist/artifacts/core/vaults/ERC20VaultAdapter.sol/ERC20VaultAdapter.json +15 -2
- package/dist/artifacts/core/vaults/ERC721VaultAdapter.sol/ERC721VaultAdapter.json +15 -2
- package/dist/artifacts/core/vaults/RWAVault.sol/RWAVault.json +46 -20
- package/dist/artifacts/mocks/core/oracles/MockVRFCoordinatorV2.sol/MockVRFCoordinatorV2.json +2 -2
- package/dist/artifacts/mocks/core/tokens/crvUSDToken.sol/crvUSDToken.json +2 -2
- package/dist/artifacts/mocks/core/tokens/pmUSD.sol/pmUSD.json +1 -0
- package/dist/artifacts/mocks/core/tokens/xPM.sol/xPM.json +1 -0
- package/dist/artifacts/zap/AladdinZap.sol/AladdinZap.json +398 -0
- package/dist/artifacts/zeno/Auction.sol/Auction.json +2 -2
- package/dist/artifacts/zeno/AuctionFactory.sol/AuctionFactory.json +2 -2
- package/dist/artifacts/zeno/Zeno.sol/Zeno.json +2 -2
- package/dist/artifacts/zeno/ZenoFactory.sol/ZenoFactory.json +2 -2
- package/dist/configs/chains/1.json +77 -33
- package/dist/configs/chains/11155111.json +166 -18
- package/dist/configs/chains/17000.json +56 -1
- package/dist/configs/chains/18453.json +56 -1
- package/dist/configs/chains/8453.json +103 -8
- package/dist/configs/chains/index.js +2 -2
- package/dist/contracts/decodeCall.js +61 -0
- package/dist/contracts/findContract.js +61 -0
- package/dist/contracts/getContractAddress.js +4 -0
- package/dist/contracts/governance/_helpers.js +39 -0
- package/dist/contracts/governance/distributor/claimAll.js +25 -0
- package/dist/contracts/governance/distributor/claimForGauge.js +26 -0
- package/dist/contracts/governance/distributor/deposit.js +27 -0
- package/dist/contracts/governance/distributor/getClaimableForGauge.js +29 -0
- package/dist/contracts/governance/distributor/getClaimedAtEpoch.js +30 -0
- package/dist/contracts/governance/distributor/getDepositedAtEpoch.js +30 -0
- package/dist/contracts/governance/distributor/getGaugeController.js +28 -0
- package/dist/contracts/governance/distributor/getLastClaimedEpoch.js +29 -0
- package/dist/contracts/governance/distributor/getPeriodDuration.js +28 -0
- package/dist/contracts/governance/distributor/getRewardToken.js +28 -0
- package/dist/contracts/governance/distributor/getRewardTokenInfo.js +29 -0
- package/dist/contracts/governance/distributor/getRewardTokenStats.js +30 -0
- package/dist/contracts/governance/distributor/getStartEpoch.js +28 -0
- package/dist/contracts/governance/distributor/index.js +33 -0
- package/dist/contracts/governance/distributor/setController.js +26 -0
- package/dist/contracts/governance/distributor/withdrawRemovedGaugeRewards.js +27 -0
- package/dist/contracts/governance/distributor/withdrawUnallocatedRewards.js +26 -0
- package/dist/contracts/governance/gauge/addRewardToken.js +34 -0
- package/dist/contracts/governance/gauge/claimExtraReward.js +34 -0
- package/dist/contracts/governance/gauge/claimExtraRewards.js +33 -0
- package/dist/contracts/governance/gauge/claimOnBehalfOf.js +36 -0
- package/dist/contracts/governance/gauge/claimRewardToken.js +43 -0
- package/dist/contracts/governance/gauge/claimRewardsFor.js +34 -0
- package/dist/contracts/governance/gauge/depositRewardToken.js +35 -0
- package/dist/contracts/governance/gauge/getAllPendingExtraRewards.js +36 -0
- package/dist/contracts/governance/gauge/getBalanceOf.js +43 -0
- package/dist/contracts/governance/gauge/getControllerAddress.js +34 -0
- package/dist/contracts/governance/gauge/getDecimalAdjustment.js +35 -0
- package/dist/contracts/governance/gauge/getDepositRAACOnClaim.js +34 -0
- package/dist/contracts/governance/gauge/getDistributorData.js +36 -0
- package/dist/contracts/governance/gauge/getDistributors.js +34 -0
- package/dist/contracts/governance/gauge/getEarnedReward.js +36 -0
- package/dist/contracts/governance/gauge/getExtraRewardTokens.js +34 -0
- package/dist/contracts/governance/gauge/getGaugeRewardTokenData.js +44 -0
- package/dist/contracts/governance/gauge/getPendingExtraRewards.js +36 -0
- package/dist/contracts/governance/gauge/getPendingRewards.js +36 -0
- package/dist/contracts/governance/gauge/getPeriodBoundaries.js +45 -0
- package/dist/contracts/governance/gauge/getPeriodDuration.js +42 -0
- package/dist/contracts/governance/gauge/getRaacAutolockMin.js +34 -0
- package/dist/contracts/governance/gauge/getRawBalanceOf.js +43 -0
- package/dist/contracts/governance/gauge/getRawTotalSupply.js +42 -0
- package/dist/contracts/governance/gauge/getTotalSupply.js +42 -0
- package/dist/contracts/governance/gauge/getUserClaimableRewards.js +135 -0
- package/dist/contracts/governance/gauge/getUserRewardTokenData.js +37 -0
- package/dist/contracts/governance/gauge/getUserWeight.js +35 -0
- package/dist/contracts/governance/gauge/index.js +56 -0
- package/dist/contracts/governance/gauge/isPaused.js +34 -0
- package/dist/contracts/governance/gauge/manageDistributor.js +35 -0
- package/dist/contracts/governance/gauge/setController.js +34 -0
- package/dist/contracts/governance/gauge/setDepositRAACOnClaim.js +34 -0
- package/dist/contracts/governance/gauge/setDistributorApproval.js +35 -0
- package/dist/contracts/governance/gauge/setEmergencyPaused.js +34 -0
- package/dist/contracts/governance/gauge/setGaugeRewardDistributor.js +34 -0
- package/dist/contracts/governance/gauge/setRaacAutolockMin.js +34 -0
- package/dist/contracts/governance/gauge/stake.js +51 -0
- package/dist/contracts/governance/gauge/updateUserRewards.js +51 -0
- package/dist/contracts/governance/gauge/withdraw.js +51 -0
- package/dist/contracts/governance/gaugeController/addGauge.js +24 -0
- package/dist/contracts/governance/gaugeController/batchVote.js +25 -0
- package/dist/contracts/governance/gaugeController/calculateBoost.js +36 -0
- package/dist/contracts/governance/gaugeController/forceCompleteCheckpoint.js +24 -0
- package/dist/contracts/governance/gaugeController/getActiveGauges.js +36 -0
- package/dist/contracts/governance/gaugeController/getConstants.js +45 -0
- package/dist/contracts/governance/gaugeController/getCurrentEpoch.js +27 -0
- package/dist/contracts/governance/gaugeController/getGauge.js +29 -0
- package/dist/contracts/governance/gaugeController/getGaugeEmissions.js +157 -0
- package/dist/contracts/governance/gaugeController/getGaugeRelativeWeight.js +29 -0
- package/dist/contracts/governance/gaugeController/getGaugeRelativeWeightView.js +30 -0
- package/dist/contracts/governance/gaugeController/getGaugeWeight.js +29 -0
- package/dist/contracts/governance/gaugeController/getLastVoteTime.js +29 -0
- package/dist/contracts/governance/gaugeController/getNextEpoch.js +27 -0
- package/dist/contracts/governance/gaugeController/getTotalWeight.js +28 -0
- package/dist/contracts/governance/gaugeController/getUserGaugeVotePower.js +29 -0
- package/dist/contracts/governance/gaugeController/getUserVotePowerRemaining.js +29 -0
- package/dist/contracts/governance/gaugeController/getVeToken.js +27 -0
- package/dist/contracts/governance/gaugeController/getVoteUserPower.js +28 -0
- package/dist/contracts/governance/gaugeController/getVoteUserSlope.js +30 -0
- package/dist/contracts/governance/gaugeController/index.js +46 -0
- package/dist/contracts/governance/gaugeController/isGaugeActive.js +28 -0
- package/dist/contracts/governance/gaugeController/isPaused.js +27 -0
- package/dist/contracts/governance/gaugeController/kick.js +24 -0
- package/dist/contracts/governance/gaugeController/removeGauge.js +24 -0
- package/dist/contracts/governance/gaugeController/removePowerFromGauge.js +24 -0
- package/dist/contracts/governance/gaugeController/setBoostAmplificationEnabled.js +25 -0
- package/dist/contracts/governance/gaugeController/setEmergencyGaugePause.js +25 -0
- package/dist/contracts/governance/gaugeController/setEmergencyPause.js +24 -0
- package/dist/contracts/governance/gaugeController/vote.js +34 -0
- package/dist/contracts/governance/proposals/cancel.js +38 -0
- package/dist/contracts/governance/proposals/castVote.js +45 -0
- package/dist/contracts/governance/proposals/execute.js +38 -0
- package/dist/contracts/governance/proposals/getGovernances.js +22 -0
- package/dist/contracts/governance/proposals/getLabel.js +29 -0
- package/dist/contracts/governance/proposals/getProposal.js +51 -0
- package/dist/contracts/governance/proposals/getProposalCount.js +30 -0
- package/dist/contracts/governance/proposals/getProposalEta.js +32 -0
- package/dist/contracts/governance/proposals/getProposalInfo.js +42 -0
- package/dist/contracts/governance/proposals/getProposalThreshold.js +30 -0
- package/dist/contracts/governance/proposals/getQuorum.js +32 -0
- package/dist/contracts/governance/proposals/getQuorumNumerator.js +40 -0
- package/dist/contracts/governance/proposals/getRoles.js +34 -0
- package/dist/contracts/governance/proposals/getState.js +44 -0
- package/dist/contracts/governance/proposals/getVoteReceipt.js +53 -0
- package/dist/contracts/governance/proposals/getVotes.js +34 -0
- package/dist/contracts/governance/proposals/getVotingDelay.js +30 -0
- package/dist/contracts/governance/proposals/getVotingPeriod.js +30 -0
- package/dist/contracts/governance/proposals/hasRole.js +31 -0
- package/dist/contracts/governance/proposals/hasVoted.js +32 -0
- package/dist/contracts/governance/proposals/index.js +53 -0
- package/dist/contracts/governance/proposals/propose.js +41 -0
- package/dist/contracts/governance/proposals/setParameter.js +46 -0
- package/dist/contracts/governance/proposals/setTimelock.js +36 -0
- package/dist/contracts/governance/timelock/getConstants.js +40 -0
- package/dist/contracts/governance/timelock/getMinDelay.js +30 -0
- package/dist/contracts/governance/timelock/getRoles.js +37 -0
- package/dist/contracts/governance/timelock/getTimestamp.js +32 -0
- package/dist/contracts/governance/timelock/hasRole.js +31 -0
- package/dist/contracts/governance/timelock/hashOperationBatch.js +36 -0
- package/dist/contracts/governance/timelock/index.js +22 -0
- package/dist/contracts/governance/timelock/isOperationDone.js +30 -0
- package/dist/contracts/governance/timelock/isOperationPending.js +30 -0
- package/dist/contracts/governance/timelock/isOperationReady.js +32 -0
- package/dist/contracts/lockers/botLocker/_helpers.js +19 -0
- package/dist/contracts/lockers/botLocker/claim.js +16 -0
- package/dist/contracts/lockers/botLocker/getClaimable.js +12 -0
- package/dist/contracts/lockers/botLocker/getClaimables.js +16 -0
- package/dist/contracts/lockers/botLocker/getClaimedRewards.js +13 -0
- package/dist/contracts/lockers/botLocker/getLockedTokenIds.js +10 -0
- package/dist/contracts/lockers/botLocker/getLocks.js +27 -0
- package/dist/contracts/lockers/botLocker/getRewardTokenCount.js +10 -0
- package/dist/contracts/lockers/botLocker/getRewardTokens.js +9 -0
- package/dist/contracts/lockers/botLocker/lock.js +17 -0
- package/dist/contracts/lockers/botLocker/unlock.js +20 -0
- package/dist/contracts/lockers/botLocker/unlockAndClaim.js +16 -0
- package/dist/contracts/lockers/liquidLocker/_helpers.js +19 -0
- package/dist/contracts/lockers/liquidLocker/borrow.js +17 -0
- package/dist/contracts/lockers/liquidLocker/deposit.js +17 -0
- package/dist/contracts/lockers/liquidLocker/donate.js +16 -0
- package/dist/contracts/lockers/liquidLocker/getConfig.js +52 -0
- package/dist/contracts/lockers/liquidLocker/getGlobalInfo.js +39 -0
- package/dist/contracts/lockers/liquidLocker/getUserInfo.js +28 -0
- package/dist/contracts/lockers/liquidLocker/getUserLocks.js +26 -0
- package/dist/contracts/lockers/liquidLocker/harvest.js +17 -0
- package/dist/contracts/lockers/liquidLocker/isKeeper.js +9 -0
- package/dist/contracts/lockers/liquidLocker/processVaultExpiredLocks.js +17 -0
- package/dist/contracts/lockers/liquidLocker/repay.js +17 -0
- package/dist/contracts/lockers/liquidLocker/requestUnlock.js +17 -0
- package/dist/contracts/lockers/liquidLocker/voteGauge.js +17 -0
- package/dist/contracts/lockers/liquidLocker/voteGovernance.js +16 -0
- package/dist/contracts/lockers/liquidLocker/withdrawUnlocked.js +16 -0
- package/dist/contracts/lockers/maturityVault/_helpers.js +19 -0
- package/dist/contracts/lockers/maturityVault/claim.js +16 -0
- package/dist/contracts/lockers/maturityVault/deposit.js +17 -0
- package/dist/contracts/lockers/maturityVault/depositFor.js +16 -0
- package/dist/contracts/lockers/maturityVault/distribute.js +17 -0
- package/dist/contracts/lockers/maturityVault/exit.js +16 -0
- package/dist/contracts/lockers/maturityVault/getConfig.js +26 -0
- package/dist/contracts/lockers/maturityVault/getGlobalInfo.js +45 -0
- package/dist/contracts/lockers/maturityVault/getUserInfo.js +18 -0
- package/dist/contracts/lockers/maturityVault/harvest.js +17 -0
- package/dist/contracts/lockers/maturityVault/isWhitelisted.js +9 -0
- package/dist/contracts/lockers/maturityVault/updatePendingDistribution.js +16 -0
- package/dist/contracts/lockers/maturityVault/withdraw.js +16 -0
- package/dist/contracts/lockers/maturityVault/withdrawAll.js +16 -0
- package/dist/contracts/pmBlender/getReserveBalance.js +21 -0
- package/dist/contracts/pmBlender/getSupportedTokens.js +21 -0
- package/dist/contracts/pmBlender/previewDeposit.js +21 -0
- package/dist/contracts/pmBlender/previewSwap.js +21 -0
- package/dist/contracts/pmBlender/previewWithdraw.js +21 -0
- package/dist/contracts/pmMarket/getMarketConfig.js +31 -0
- package/dist/contracts/pmTreasury/getCollateralRatio.js +26 -0
- package/dist/contracts/pmTreasury/getCurrentNav.js +34 -0
- package/dist/contracts/pmTreasury/getLeverageRatio.js +26 -0
- package/dist/contracts/pmTreasury/getMaxMintablePMUSD.js +32 -0
- package/dist/contracts/pmTreasury/getMaxMintablePMUSDWithoutBaseToken.js +30 -0
- package/dist/contracts/pmTreasury/getMaxMintableXPM.js +32 -0
- package/dist/contracts/pmTreasury/getMaxRedeemablePMUSD.js +32 -0
- package/dist/contracts/pmTreasury/getMaxRedeemableXPM.js +32 -0
- package/dist/contracts/pmTreasury/getTotalBaseToken.js +26 -0
- package/dist/contracts/tokens/RAAC/getBalance.js +19 -0
- package/dist/contracts/{crvUSDToken → tokens/RAAC}/getTotalSupply.js +6 -13
- package/dist/contracts/tokens/crvUSD/getBalance.js +19 -0
- package/dist/contracts/tokens/crvUSD/getTotalSupply.js +24 -0
- package/dist/contracts/tokens/leRAAC/_helpers.js +19 -0
- package/dist/contracts/tokens/leRAAC/approve.js +13 -0
- package/dist/contracts/tokens/leRAAC/burn.js +16 -0
- package/dist/contracts/tokens/leRAAC/burnFrom.js +16 -0
- package/dist/contracts/tokens/leRAAC/getAllowance.js +11 -0
- package/dist/contracts/tokens/leRAAC/getBalance.js +11 -0
- package/dist/contracts/tokens/leRAAC/getMinterInfo.js +15 -0
- package/dist/contracts/tokens/leRAAC/getTotalSupply.js +11 -0
- package/dist/contracts/tokens/leRAAC/transfer.js +13 -0
- package/dist/contracts/tokens/leRAAC/transferFrom.js +13 -0
- package/dist/contracts/{rcrvUSDToken → tokens/pmUSD}/getBalance.js +7 -2
- package/dist/contracts/tokens/pmUSD/getTotalSupply.js +24 -0
- package/dist/contracts/tokens/rcrvUSD/getBalance.js +19 -0
- package/dist/contracts/tokens/rcrvUSD/getTotalSupply.js +23 -0
- package/dist/contracts/tokens/veRAAC/claimReward.js +34 -0
- package/dist/contracts/tokens/veRAAC/distributeRewards.js +36 -0
- package/dist/contracts/tokens/veRAAC/extend.js +35 -0
- package/dist/contracts/tokens/veRAAC/finalizeRagequit.js +34 -0
- package/dist/contracts/tokens/veRAAC/getBalance.js +22 -0
- package/dist/contracts/tokens/veRAAC/getBalanceAt.js +31 -0
- package/dist/contracts/tokens/veRAAC/getBalanceAtTime.js +31 -0
- package/dist/contracts/tokens/veRAAC/getCheckpoint.js +34 -0
- package/dist/contracts/tokens/veRAAC/getClaimable.js +32 -0
- package/dist/contracts/tokens/veRAAC/getClaimed.js +31 -0
- package/dist/contracts/tokens/veRAAC/getEarned.js +32 -0
- package/dist/contracts/tokens/veRAAC/getEffectiveLockEnd.js +30 -0
- package/dist/contracts/tokens/veRAAC/getGlobalLockInfo.js +33 -0
- package/dist/contracts/tokens/veRAAC/getLockedBalance.js +30 -0
- package/dist/contracts/tokens/veRAAC/getLocks.js +38 -0
- package/dist/contracts/tokens/veRAAC/getMaxLockEnd.js +30 -0
- package/dist/contracts/tokens/veRAAC/getMaxUnclaimedDistributions.js +32 -0
- package/dist/contracts/tokens/veRAAC/getMinLockEnd.js +30 -0
- package/dist/contracts/tokens/veRAAC/getRagequitEpochs.js +30 -0
- package/dist/contracts/tokens/veRAAC/getRagequitRequest.js +36 -0
- package/dist/contracts/tokens/veRAAC/getRawBalanceOf.js +30 -0
- package/dist/contracts/tokens/veRAAC/getRawTotalSupply.js +29 -0
- package/dist/contracts/{rcrvUSDToken → tokens/veRAAC}/getTotalSupply.js +4 -3
- package/dist/contracts/tokens/veRAAC/getTotalSupplyAt.js +30 -0
- package/dist/contracts/tokens/veRAAC/getTotalSupplyAtTime.js +30 -0
- package/dist/contracts/tokens/veRAAC/getUserPointHistory.js +38 -0
- package/dist/contracts/tokens/veRAAC/increase.js +35 -0
- package/dist/contracts/tokens/veRAAC/increaseWithApproval.js +37 -0
- package/dist/contracts/tokens/veRAAC/index.js +69 -0
- package/dist/contracts/tokens/veRAAC/lock.js +34 -0
- package/dist/contracts/tokens/veRAAC/lockWithApproval.js +40 -0
- package/dist/contracts/tokens/veRAAC/ragequitAll.js +33 -0
- package/dist/contracts/tokens/veRAAC/ragequitLock.js +34 -0
- package/dist/contracts/tokens/veRAAC/withdraw.js +33 -0
- package/dist/contracts/{crvUSDToken → tokens/xPM}/getBalance.js +5 -3
- package/dist/contracts/tokens/xPM/getTotalSupply.js +24 -0
- package/dist/contracts/zap/aladdin/_helpers.js +19 -0
- package/dist/contracts/zap/aladdin/_types.js +38 -0
- package/dist/contracts/zap/aladdin/decodeRoute.js +36 -0
- package/dist/contracts/zap/aladdin/encodeRoute.js +34 -0
- package/dist/contracts/zap/aladdin/getCurvePoolToken.js +13 -0
- package/dist/contracts/zap/aladdin/getOwner.js +9 -0
- package/dist/contracts/zap/aladdin/getPool2Token.js +12 -0
- package/dist/contracts/zap/aladdin/getRoutes.js +16 -0
- package/dist/contracts/zap/aladdin/getVersion.js +9 -0
- package/dist/contracts/zap/aladdin/rescue.js +16 -0
- package/dist/contracts/zap/aladdin/updatePoolTokens.js +19 -0
- package/dist/contracts/zap/aladdin/updateRoute.js +31 -0
- package/dist/contracts/zap/aladdin/validateRoute.js +80 -0
- package/dist/contracts/zap/aladdin/zap.js +18 -0
- package/dist/contracts/zap/aladdin/zapFrom.js +18 -0
- package/dist/contracts/zap/aladdin/zapWithRoutes.js +28 -0
- package/dist/contracts/zap/codec.js +423 -0
- package/dist/minter/_helpers.js +19 -0
- package/dist/minter/activate.js +18 -0
- package/dist/minter/addDistributionPool.js +17 -0
- package/dist/minter/calculateScheduledMintableAmount.js +14 -0
- package/dist/minter/get.js +44 -112
- package/dist/minter/getApy.js +55 -19
- package/dist/minter/getDistributionPools.js +39 -0
- package/dist/minter/getEmissionPerSecond.js +25 -0
- package/dist/minter/getPoolInfo.js +23 -0
- package/dist/minter/isPaused.js +9 -0
- package/dist/minter/manageDistributionPool.js +18 -0
- package/dist/minter/pause.js +24 -0
- package/dist/minter/removeDistributionPool.js +20 -0
- package/dist/minter/tick.js +12 -24
- package/dist/pools/rwaVault/getRWAVaultInfo.js +5 -1
- package/dist/prices/getPrices.js +12 -0
- package/dist/types/RPCLibrary.d.ts +390 -1
- package/dist/types/configs/chains/index.d.ts +478 -2
- package/dist/types/configs/index.d.ts +239 -1
- package/dist/types/contracts/decodeCall.d.ts +33 -0
- package/dist/types/contracts/findContract.d.ts +24 -0
- package/dist/types/contracts/governance/_helpers.d.ts +28 -0
- package/dist/types/contracts/governance/distributor/claimAll.d.ts +11 -0
- package/dist/types/contracts/governance/distributor/claimForGauge.d.ts +12 -0
- package/dist/types/contracts/governance/distributor/deposit.d.ts +13 -0
- package/dist/types/contracts/governance/distributor/getClaimableForGauge.d.ts +11 -0
- package/dist/types/contracts/governance/distributor/getClaimedAtEpoch.d.ts +12 -0
- package/dist/types/contracts/governance/distributor/getDepositedAtEpoch.d.ts +12 -0
- package/dist/types/contracts/governance/distributor/getGaugeController.d.ts +10 -0
- package/dist/types/contracts/governance/distributor/getLastClaimedEpoch.d.ts +11 -0
- package/dist/types/contracts/governance/distributor/getPeriodDuration.d.ts +10 -0
- package/dist/types/contracts/governance/distributor/getRewardToken.d.ts +10 -0
- package/dist/types/contracts/governance/distributor/getRewardTokenInfo.d.ts +15 -0
- package/dist/types/contracts/governance/distributor/getRewardTokenStats.d.ts +15 -0
- package/dist/types/contracts/governance/distributor/getStartEpoch.d.ts +10 -0
- package/dist/types/contracts/governance/distributor/index.d.ts +16 -0
- package/dist/types/contracts/governance/distributor/setController.d.ts +12 -0
- package/dist/types/contracts/governance/distributor/withdrawRemovedGaugeRewards.d.ts +13 -0
- package/dist/types/contracts/governance/distributor/withdrawUnallocatedRewards.d.ts +12 -0
- package/dist/types/contracts/governance/gauge/addRewardToken.d.ts +10 -0
- package/dist/types/contracts/governance/gauge/claimExtraReward.d.ts +10 -0
- package/dist/types/contracts/governance/gauge/claimExtraRewards.d.ts +9 -0
- package/dist/types/contracts/governance/gauge/claimOnBehalfOf.d.ts +12 -0
- package/dist/types/contracts/governance/gauge/claimRewardToken.d.ts +11 -0
- package/dist/types/contracts/governance/gauge/claimRewardsFor.d.ts +10 -0
- package/dist/types/contracts/governance/gauge/depositRewardToken.d.ts +11 -0
- package/dist/types/contracts/governance/gauge/getAllPendingExtraRewards.d.ts +13 -0
- package/dist/types/contracts/governance/gauge/getBalanceOf.d.ts +12 -0
- package/dist/types/contracts/governance/gauge/getControllerAddress.d.ts +9 -0
- package/dist/types/contracts/governance/gauge/getDecimalAdjustment.d.ts +10 -0
- package/dist/types/contracts/governance/gauge/getDepositRAACOnClaim.d.ts +9 -0
- package/dist/types/contracts/governance/gauge/getDistributorData.d.ts +13 -0
- package/dist/types/contracts/governance/gauge/getDistributors.d.ts +9 -0
- package/dist/types/contracts/governance/gauge/getEarnedReward.d.ts +12 -0
- package/dist/types/contracts/governance/gauge/getExtraRewardTokens.d.ts +9 -0
- package/dist/types/contracts/governance/gauge/getGaugeRewardTokenData.d.ts +18 -0
- package/dist/types/contracts/governance/gauge/getPendingExtraRewards.d.ts +11 -0
- package/dist/types/contracts/governance/gauge/getPendingRewards.d.ts +12 -0
- package/dist/types/contracts/governance/gauge/getPeriodBoundaries.d.ts +15 -0
- package/dist/types/contracts/governance/gauge/getPeriodDuration.d.ts +11 -0
- package/dist/types/contracts/governance/gauge/getRaacAutolockMin.d.ts +9 -0
- package/dist/types/contracts/governance/gauge/getRawBalanceOf.d.ts +12 -0
- package/dist/types/contracts/governance/gauge/getRawTotalSupply.d.ts +11 -0
- package/dist/types/contracts/governance/gauge/getTotalSupply.d.ts +11 -0
- package/dist/types/contracts/governance/gauge/getUserClaimableRewards.d.ts +40 -0
- package/dist/types/contracts/governance/gauge/getUserRewardTokenData.d.ts +17 -0
- package/dist/types/contracts/governance/gauge/getUserWeight.d.ts +10 -0
- package/dist/types/contracts/governance/gauge/index.d.ts +39 -0
- package/dist/types/contracts/governance/gauge/isPaused.d.ts +9 -0
- package/dist/types/contracts/governance/gauge/manageDistributor.d.ts +11 -0
- package/dist/types/contracts/governance/gauge/setController.d.ts +10 -0
- package/dist/types/contracts/governance/gauge/setDepositRAACOnClaim.d.ts +10 -0
- package/dist/types/contracts/governance/gauge/setDistributorApproval.d.ts +11 -0
- package/dist/types/contracts/governance/gauge/setEmergencyPaused.d.ts +10 -0
- package/dist/types/contracts/governance/gauge/setGaugeRewardDistributor.d.ts +10 -0
- package/dist/types/contracts/governance/gauge/setRaacAutolockMin.d.ts +10 -0
- package/dist/types/contracts/governance/gauge/stake.d.ts +13 -0
- package/dist/types/contracts/governance/gauge/updateUserRewards.d.ts +13 -0
- package/dist/types/contracts/governance/gauge/withdraw.d.ts +13 -0
- package/dist/types/contracts/governance/gaugeController/addGauge.d.ts +10 -0
- package/dist/types/contracts/governance/gaugeController/batchVote.d.ts +11 -0
- package/dist/types/contracts/governance/gaugeController/calculateBoost.d.ts +16 -0
- package/dist/types/contracts/governance/gaugeController/forceCompleteCheckpoint.d.ts +10 -0
- package/dist/types/contracts/governance/gaugeController/getActiveGauges.d.ts +15 -0
- package/dist/types/contracts/governance/gaugeController/getConstants.d.ts +18 -0
- package/dist/types/contracts/governance/gaugeController/getCurrentEpoch.d.ts +9 -0
- package/dist/types/contracts/governance/gaugeController/getGauge.d.ts +15 -0
- package/dist/types/contracts/governance/gaugeController/getGaugeEmissions.d.ts +64 -0
- package/dist/types/contracts/governance/gaugeController/getGaugeRelativeWeight.d.ts +15 -0
- package/dist/types/contracts/governance/gaugeController/getGaugeRelativeWeightView.d.ts +14 -0
- package/dist/types/contracts/governance/gaugeController/getGaugeWeight.d.ts +11 -0
- package/dist/types/contracts/governance/gaugeController/getLastVoteTime.d.ts +11 -0
- package/dist/types/contracts/governance/gaugeController/getNextEpoch.d.ts +9 -0
- package/dist/types/contracts/governance/gaugeController/getTotalWeight.d.ts +10 -0
- package/dist/types/contracts/governance/gaugeController/getUserGaugeVotePower.d.ts +11 -0
- package/dist/types/contracts/governance/gaugeController/getUserVotePowerRemaining.d.ts +11 -0
- package/dist/types/contracts/governance/gaugeController/getVeToken.d.ts +9 -0
- package/dist/types/contracts/governance/gaugeController/getVoteUserPower.d.ts +10 -0
- package/dist/types/contracts/governance/gaugeController/getVoteUserSlope.d.ts +15 -0
- package/dist/types/contracts/governance/gaugeController/index.d.ts +29 -0
- package/dist/types/contracts/governance/gaugeController/isGaugeActive.d.ts +11 -0
- package/dist/types/contracts/governance/gaugeController/isPaused.d.ts +9 -0
- package/dist/types/contracts/governance/gaugeController/kick.d.ts +10 -0
- package/dist/types/contracts/governance/gaugeController/removeGauge.d.ts +10 -0
- package/dist/types/contracts/governance/gaugeController/removePowerFromGauge.d.ts +10 -0
- package/dist/types/contracts/governance/gaugeController/setBoostAmplificationEnabled.d.ts +11 -0
- package/dist/types/contracts/governance/gaugeController/setEmergencyGaugePause.d.ts +11 -0
- package/dist/types/contracts/governance/gaugeController/setEmergencyPause.d.ts +10 -0
- package/dist/types/contracts/governance/gaugeController/vote.d.ts +12 -0
- package/dist/types/contracts/governance/proposals/cancel.d.ts +16 -0
- package/dist/types/contracts/governance/proposals/castVote.d.ts +20 -0
- package/dist/types/contracts/governance/proposals/execute.d.ts +16 -0
- package/dist/types/contracts/governance/proposals/getGovernances.d.ts +11 -0
- package/dist/types/contracts/governance/proposals/getLabel.d.ts +11 -0
- package/dist/types/contracts/governance/proposals/getProposal.d.ts +30 -0
- package/dist/types/contracts/governance/proposals/getProposalCount.d.ts +11 -0
- package/dist/types/contracts/governance/proposals/getProposalEta.d.ts +13 -0
- package/dist/types/contracts/governance/proposals/getProposalInfo.d.ts +25 -0
- package/dist/types/contracts/governance/proposals/getProposalThreshold.d.ts +11 -0
- package/dist/types/contracts/governance/proposals/getQuorum.d.ts +13 -0
- package/dist/types/contracts/governance/proposals/getQuorumNumerator.d.ts +17 -0
- package/dist/types/contracts/governance/proposals/getRoles.d.ts +16 -0
- package/dist/types/contracts/governance/proposals/getState.d.ts +24 -0
- package/dist/types/contracts/governance/proposals/getVoteReceipt.d.ts +26 -0
- package/dist/types/contracts/governance/proposals/getVotes.d.ts +16 -0
- package/dist/types/contracts/governance/proposals/getVotingDelay.d.ts +11 -0
- package/dist/types/contracts/governance/proposals/getVotingPeriod.d.ts +11 -0
- package/dist/types/contracts/governance/proposals/hasRole.d.ts +13 -0
- package/dist/types/contracts/governance/proposals/hasVoted.d.ts +14 -0
- package/dist/types/contracts/governance/proposals/index.d.ts +23 -0
- package/dist/types/contracts/governance/proposals/propose.d.ts +19 -0
- package/dist/types/contracts/governance/proposals/setParameter.d.ts +23 -0
- package/dist/types/contracts/governance/proposals/setTimelock.d.ts +14 -0
- package/dist/types/contracts/governance/timelock/getConstants.d.ts +17 -0
- package/dist/types/contracts/governance/timelock/getMinDelay.d.ts +11 -0
- package/dist/types/contracts/governance/timelock/getRoles.d.ts +19 -0
- package/dist/types/contracts/governance/timelock/getTimestamp.d.ts +13 -0
- package/dist/types/contracts/governance/timelock/hasRole.d.ts +13 -0
- package/dist/types/contracts/governance/timelock/hashOperationBatch.d.ts +18 -0
- package/dist/types/contracts/governance/timelock/index.d.ts +9 -0
- package/dist/types/contracts/governance/timelock/isOperationDone.d.ts +12 -0
- package/dist/types/contracts/governance/timelock/isOperationPending.d.ts +12 -0
- package/dist/types/contracts/governance/timelock/isOperationReady.d.ts +14 -0
- package/dist/types/contracts/lockers/botLocker/_helpers.d.ts +4 -0
- package/dist/types/contracts/lockers/botLocker/claim.d.ts +6 -0
- package/dist/types/contracts/lockers/botLocker/getClaimable.d.ts +6 -0
- package/dist/types/contracts/lockers/botLocker/getClaimables.d.ts +10 -0
- package/dist/types/contracts/lockers/botLocker/getClaimedRewards.d.ts +7 -0
- package/dist/types/contracts/lockers/botLocker/getLockedTokenIds.d.ts +3 -0
- package/dist/types/contracts/lockers/botLocker/getLocks.d.ts +15 -0
- package/dist/types/contracts/lockers/botLocker/getRewardTokenCount.d.ts +3 -0
- package/dist/types/contracts/lockers/botLocker/getRewardTokens.d.ts +3 -0
- package/dist/types/contracts/lockers/botLocker/lock.d.ts +7 -0
- package/dist/types/contracts/lockers/botLocker/unlock.d.ts +10 -0
- package/dist/types/contracts/lockers/botLocker/unlockAndClaim.d.ts +6 -0
- package/dist/types/contracts/lockers/liquidLocker/_helpers.d.ts +4 -0
- package/dist/types/contracts/lockers/liquidLocker/borrow.d.ts +7 -0
- package/dist/types/contracts/lockers/liquidLocker/deposit.d.ts +7 -0
- package/dist/types/contracts/lockers/liquidLocker/donate.d.ts +6 -0
- package/dist/types/contracts/lockers/liquidLocker/getConfig.d.ts +27 -0
- package/dist/types/contracts/lockers/liquidLocker/getGlobalInfo.d.ts +24 -0
- package/dist/types/contracts/lockers/liquidLocker/getUserInfo.d.ts +21 -0
- package/dist/types/contracts/lockers/liquidLocker/getUserLocks.d.ts +17 -0
- package/dist/types/contracts/lockers/liquidLocker/harvest.d.ts +7 -0
- package/dist/types/contracts/lockers/liquidLocker/isKeeper.d.ts +3 -0
- package/dist/types/contracts/lockers/liquidLocker/processVaultExpiredLocks.d.ts +7 -0
- package/dist/types/contracts/lockers/liquidLocker/repay.d.ts +7 -0
- package/dist/types/contracts/lockers/liquidLocker/requestUnlock.d.ts +7 -0
- package/dist/types/contracts/lockers/liquidLocker/voteGauge.d.ts +7 -0
- package/dist/types/contracts/lockers/liquidLocker/voteGovernance.d.ts +6 -0
- package/dist/types/contracts/lockers/liquidLocker/withdrawUnlocked.d.ts +6 -0
- package/dist/types/contracts/lockers/maturityVault/_helpers.d.ts +4 -0
- package/dist/types/contracts/lockers/maturityVault/claim.d.ts +6 -0
- package/dist/types/contracts/lockers/maturityVault/deposit.d.ts +7 -0
- package/dist/types/contracts/lockers/maturityVault/depositFor.d.ts +6 -0
- package/dist/types/contracts/lockers/maturityVault/distribute.d.ts +7 -0
- package/dist/types/contracts/lockers/maturityVault/exit.d.ts +6 -0
- package/dist/types/contracts/lockers/maturityVault/getConfig.d.ts +12 -0
- package/dist/types/contracts/lockers/maturityVault/getGlobalInfo.d.ts +32 -0
- package/dist/types/contracts/lockers/maturityVault/getUserInfo.d.ts +14 -0
- package/dist/types/contracts/lockers/maturityVault/harvest.d.ts +6 -0
- package/dist/types/contracts/lockers/maturityVault/isWhitelisted.d.ts +3 -0
- package/dist/types/contracts/lockers/maturityVault/updatePendingDistribution.d.ts +6 -0
- package/dist/types/contracts/lockers/maturityVault/withdraw.d.ts +6 -0
- package/dist/types/contracts/lockers/maturityVault/withdrawAll.d.ts +6 -0
- package/dist/types/contracts/pmBlender/getReserveBalance.d.ts +3 -0
- package/dist/types/contracts/pmBlender/getSupportedTokens.d.ts +3 -0
- package/dist/types/contracts/pmBlender/previewDeposit.d.ts +3 -0
- package/dist/types/contracts/pmBlender/previewSwap.d.ts +3 -0
- package/dist/types/contracts/pmBlender/previewWithdraw.d.ts +3 -0
- package/dist/types/contracts/pmMarket/getMarketConfig.d.ts +13 -0
- package/dist/types/contracts/pmTreasury/getCollateralRatio.d.ts +3 -0
- package/dist/types/contracts/pmTreasury/getCurrentNav.d.ts +11 -0
- package/dist/types/contracts/pmTreasury/getLeverageRatio.d.ts +3 -0
- package/dist/types/contracts/pmTreasury/getMaxMintablePMUSD.d.ts +11 -0
- package/dist/types/contracts/pmTreasury/getMaxMintablePMUSDWithoutBaseToken.d.ts +7 -0
- package/dist/types/contracts/pmTreasury/getMaxMintableXPM.d.ts +9 -0
- package/dist/types/contracts/pmTreasury/getMaxRedeemablePMUSD.d.ts +9 -0
- package/dist/types/contracts/pmTreasury/getMaxRedeemableXPM.d.ts +9 -0
- package/dist/types/contracts/pmTreasury/getTotalBaseToken.d.ts +3 -0
- package/dist/types/contracts/tokens/RAAC/getBalance.d.ts +2 -0
- package/dist/types/contracts/tokens/RAAC/getTotalSupply.d.ts +7 -0
- package/dist/types/contracts/tokens/crvUSD/getBalance.d.ts +2 -0
- package/dist/types/contracts/tokens/crvUSD/getTotalSupply.d.ts +7 -0
- package/dist/types/contracts/tokens/leRAAC/_helpers.d.ts +4 -0
- package/dist/types/contracts/tokens/leRAAC/approve.d.ts +3 -0
- package/dist/types/contracts/tokens/leRAAC/burn.d.ts +6 -0
- package/dist/types/contracts/tokens/leRAAC/burnFrom.d.ts +6 -0
- package/dist/types/contracts/tokens/leRAAC/getAllowance.d.ts +3 -0
- package/dist/types/contracts/tokens/leRAAC/getBalance.d.ts +3 -0
- package/dist/types/contracts/tokens/leRAAC/getMinterInfo.d.ts +8 -0
- package/dist/types/contracts/tokens/leRAAC/getTotalSupply.d.ts +3 -0
- package/dist/types/contracts/tokens/leRAAC/transfer.d.ts +3 -0
- package/dist/types/contracts/tokens/leRAAC/transferFrom.d.ts +3 -0
- package/dist/types/contracts/tokens/pmUSD/getBalance.d.ts +2 -0
- package/dist/types/contracts/tokens/pmUSD/getTotalSupply.d.ts +7 -0
- package/dist/types/contracts/tokens/rcrvUSD/getBalance.d.ts +2 -0
- package/dist/types/contracts/tokens/rcrvUSD/getTotalSupply.d.ts +6 -0
- package/dist/types/contracts/tokens/veRAAC/claimReward.d.ts +12 -0
- package/dist/types/contracts/tokens/veRAAC/distributeRewards.d.ts +14 -0
- package/dist/types/contracts/tokens/veRAAC/extend.d.ts +13 -0
- package/dist/types/contracts/tokens/veRAAC/finalizeRagequit.d.ts +12 -0
- package/dist/types/contracts/tokens/veRAAC/getBalance.d.ts +3 -0
- package/dist/types/contracts/tokens/veRAAC/getBalanceAt.d.ts +12 -0
- package/dist/types/contracts/tokens/veRAAC/getBalanceAtTime.d.ts +12 -0
- package/dist/types/contracts/tokens/veRAAC/getCheckpoint.d.ts +16 -0
- package/dist/types/contracts/tokens/veRAAC/getClaimable.d.ts +13 -0
- package/dist/types/contracts/tokens/veRAAC/getClaimed.d.ts +12 -0
- package/dist/types/contracts/tokens/veRAAC/getEarned.d.ts +13 -0
- package/dist/types/contracts/tokens/veRAAC/getEffectiveLockEnd.d.ts +11 -0
- package/dist/types/contracts/tokens/veRAAC/getGlobalLockInfo.d.ts +15 -0
- package/dist/types/contracts/tokens/veRAAC/getLockedBalance.d.ts +11 -0
- package/dist/types/contracts/tokens/veRAAC/getLocks.d.ts +14 -0
- package/dist/types/contracts/tokens/veRAAC/getMaxLockEnd.d.ts +11 -0
- package/dist/types/contracts/tokens/veRAAC/getMaxUnclaimedDistributions.d.ts +13 -0
- package/dist/types/contracts/tokens/veRAAC/getMinLockEnd.d.ts +11 -0
- package/dist/types/contracts/tokens/veRAAC/getRagequitEpochs.d.ts +11 -0
- package/dist/types/contracts/tokens/veRAAC/getRagequitRequest.d.ts +18 -0
- package/dist/types/contracts/tokens/veRAAC/getRawBalanceOf.d.ts +11 -0
- package/dist/types/contracts/tokens/veRAAC/getRawTotalSupply.d.ts +10 -0
- package/dist/types/contracts/{rcrvUSDToken → tokens/veRAAC}/getTotalSupply.d.ts +1 -1
- package/dist/types/contracts/tokens/veRAAC/getTotalSupplyAt.d.ts +11 -0
- package/dist/types/contracts/tokens/veRAAC/getTotalSupplyAtTime.d.ts +11 -0
- package/dist/types/contracts/tokens/veRAAC/getUserPointHistory.d.ts +20 -0
- package/dist/types/contracts/tokens/veRAAC/increase.d.ts +13 -0
- package/dist/types/contracts/tokens/veRAAC/increaseWithApproval.d.ts +13 -0
- package/dist/types/contracts/tokens/veRAAC/index.d.ts +33 -0
- package/dist/types/contracts/tokens/veRAAC/lock.d.ts +12 -0
- package/dist/types/contracts/tokens/veRAAC/lockWithApproval.d.ts +14 -0
- package/dist/types/contracts/tokens/veRAAC/ragequitAll.d.ts +11 -0
- package/dist/types/contracts/tokens/veRAAC/ragequitLock.d.ts +12 -0
- package/dist/types/contracts/tokens/veRAAC/withdraw.d.ts +11 -0
- package/dist/types/contracts/tokens/xPM/getBalance.d.ts +2 -0
- package/dist/types/contracts/tokens/xPM/getTotalSupply.d.ts +7 -0
- package/dist/types/contracts/zap/aladdin/_helpers.d.ts +4 -0
- package/dist/types/contracts/zap/aladdin/_types.d.ts +44 -0
- package/dist/types/contracts/zap/aladdin/decodeRoute.d.ts +14 -0
- package/dist/types/contracts/zap/aladdin/encodeRoute.d.ts +18 -0
- package/dist/types/contracts/zap/aladdin/getCurvePoolToken.d.ts +8 -0
- package/dist/types/contracts/zap/aladdin/getOwner.d.ts +3 -0
- package/dist/types/contracts/zap/aladdin/getPool2Token.d.ts +6 -0
- package/dist/types/contracts/zap/aladdin/getRoutes.d.ts +13 -0
- package/dist/types/contracts/zap/aladdin/getVersion.d.ts +3 -0
- package/dist/types/contracts/zap/aladdin/rescue.d.ts +6 -0
- package/dist/types/contracts/zap/aladdin/updatePoolTokens.d.ts +6 -0
- package/dist/types/contracts/zap/aladdin/updateRoute.d.ts +13 -0
- package/dist/types/contracts/zap/aladdin/validateRoute.d.ts +26 -0
- package/dist/types/contracts/zap/aladdin/zap.d.ts +8 -0
- package/dist/types/contracts/zap/aladdin/zapFrom.d.ts +8 -0
- package/dist/types/contracts/zap/aladdin/zapWithRoutes.d.ts +11 -0
- package/dist/types/contracts/zap/codec.d.ts +36 -0
- package/dist/types/minter/_helpers.d.ts +4 -0
- package/dist/types/minter/activate.d.ts +8 -0
- package/dist/types/minter/addDistributionPool.d.ts +7 -0
- package/dist/types/minter/calculateScheduledMintableAmount.d.ts +8 -0
- package/dist/types/minter/get.d.ts +28 -16
- package/dist/types/minter/getApy.d.ts +19 -2
- package/dist/types/minter/getDistributionPools.d.ts +16 -0
- package/dist/types/minter/getEmissionPerSecond.d.ts +8 -0
- package/dist/types/minter/getPoolInfo.d.ts +13 -0
- package/dist/types/minter/isPaused.d.ts +3 -0
- package/dist/types/minter/manageDistributionPool.d.ts +8 -0
- package/dist/types/minter/pause.d.ts +6 -0
- package/dist/types/minter/removeDistributionPool.d.ts +10 -0
- package/dist/types/minter/tick.d.ts +7 -3
- package/dist/types/prices/getPrices.d.ts +5 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/index.d.ts +0 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts +0 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.d.ts +159 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/ERC20Capped.d.ts +145 -0
- package/dist/types/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +2 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable.d.ts +173 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/access/index.d.ts +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/index.d.ts +2 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.d.ts +155 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/token/ERC20/index.d.ts +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/token/index.d.ts +2 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/utils/index.d.ts +2 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable.d.ts +45 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable/utils/introspection/index.d.ts +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable-v3/access/OwnableUpgradeable.d.ts +54 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable-v3/access/index.d.ts +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable-v3/index.d.ts +4 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable-v3/token/ERC20/IERC20Upgradeable.d.ts +129 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable-v3/token/ERC20/index.d.ts +1 -0
- package/dist/types/typechain-types/@openzeppelin/contracts-upgradeable-v3/token/index.d.ts +2 -0
- package/dist/types/typechain-types/@openzeppelin/index.d.ts +2 -0
- package/dist/types/typechain-types/contracts/core/collectors/NFTRoyaltyFeeCollector.sol/NFTRoyaltyFeeCollector.d.ts +15 -1
- package/dist/types/typechain-types/contracts/core/governance/gauges/BaseGauge.d.ts +400 -779
- package/dist/types/typechain-types/contracts/core/governance/gauges/GaugeController.d.ts +390 -582
- package/dist/types/typechain-types/contracts/core/governance/gauges/GaugeRewardsDistributor.d.ts +195 -273
- package/dist/types/typechain-types/contracts/core/governance/gauges/RAACGauge.d.ts +400 -783
- package/dist/types/typechain-types/contracts/core/governance/gauges/RWAGauge.d.ts +401 -784
- package/dist/types/typechain-types/contracts/core/governance/gauges/VeBoost.d.ts +518 -0
- package/dist/types/typechain-types/contracts/core/governance/gauges/VeBoostProxy.d.ts +97 -0
- package/dist/types/typechain-types/contracts/core/governance/gauges/index.d.ts +2 -0
- package/dist/types/typechain-types/contracts/core/governance/proposals/Governance.d.ts +206 -82
- package/dist/types/typechain-types/contracts/core/governance/proposals/TimelockController.d.ts +8 -8
- package/dist/types/typechain-types/contracts/core/lockers/RAACBotLocker.d.ts +497 -0
- package/dist/types/typechain-types/contracts/core/lockers/RAACLiquidLocker.d.ts +1313 -0
- package/dist/types/typechain-types/contracts/core/lockers/RAACMaturityVault.d.ts +541 -0
- package/dist/types/typechain-types/contracts/core/lockers/{LLamaTemple.d.ts → RAACNFTLocker.d.ts} +4 -4
- package/dist/types/typechain-types/contracts/core/lockers/index.d.ts +4 -1
- package/dist/types/typechain-types/contracts/core/minters/RAACMinter/RAACMinter.d.ts +58 -418
- package/dist/types/typechain-types/contracts/core/oracles/BaseVRFv2Consumer.d.ts +108 -2
- package/dist/types/typechain-types/{@openzeppelin/contracts/proxy/beacon/IBeacon.d.ts → contracts/core/oracles/KYCVerifyModule.sol/IKYCVerifyModule.d.ts} +10 -10
- package/dist/types/typechain-types/{@openzeppelin/contracts/proxy/transparent/ProxyAdmin.d.ts → contracts/core/oracles/KYCVerifyModule.sol/KYCVerifyModule.d.ts} +9 -25
- package/dist/types/typechain-types/contracts/core/oracles/KYCVerifyModule.sol/index.d.ts +2 -0
- package/dist/types/typechain-types/contracts/core/oracles/PmUSDToUSDOracle.d.ts +338 -0
- package/dist/types/typechain-types/contracts/core/oracles/RWAIndexTokenOracle.sol/RWAIndexTokenOracle.d.ts +64 -4
- package/dist/types/typechain-types/contracts/core/oracles/ZkMeKYCVerifyModule.sol/ZKMEKYCVerifyModule.d.ts +110 -0
- package/dist/types/typechain-types/contracts/core/oracles/ZkMeKYCVerifyModule.sol/index.d.ts +1 -0
- package/dist/types/typechain-types/contracts/core/oracles/index.d.ts +5 -0
- package/dist/types/typechain-types/contracts/core/pools/LendingPool/ERC20AssetAdapter.sol/ERC20AssetAdapter.d.ts +15 -1
- package/dist/types/typechain-types/contracts/core/pools/LendingPool/ERC721AssetAdapter.d.ts +15 -1
- package/dist/types/typechain-types/contracts/core/pools/LendingPool/LendingPool.d.ts +13 -23
- package/dist/types/typechain-types/contracts/core/pools/LendingPool/LendingPoolStorage.d.ts +12 -4
- package/dist/types/typechain-types/contracts/core/pools/LendingPool/LiquidationProxy.d.ts +12 -4
- package/dist/types/typechain-types/contracts/core/pools/LendingPool/VaultProxy.d.ts +12 -4
- package/dist/types/typechain-types/contracts/core/pools/StabilityPool/LiquidationSwap.d.ts +83 -2
- package/dist/types/typechain-types/contracts/core/tokens/DEToken.d.ts +64 -12
- package/dist/types/typechain-types/contracts/core/tokens/LeRAAC.sol/LiquidEscrowedRAAC.d.ts +284 -0
- package/dist/types/typechain-types/contracts/core/tokens/LeRAAC.sol/index.d.ts +1 -0
- package/dist/types/typechain-types/contracts/core/tokens/RAACNFT.d.ts +65 -50
- package/dist/types/typechain-types/contracts/core/tokens/RAACToken.d.ts +6 -191
- package/dist/types/typechain-types/contracts/core/tokens/RToken.d.ts +39 -2
- package/dist/types/typechain-types/contracts/core/tokens/RWAIndexToken.d.ts +62 -1
- package/dist/types/typechain-types/contracts/core/tokens/SToken.d.ts +804 -0
- package/dist/types/typechain-types/contracts/core/tokens/VeRAACToken.d.ts +730 -499
- package/dist/types/typechain-types/contracts/core/tokens/VeRAACTokenStorage.d.ts +905 -0
- package/dist/types/typechain-types/contracts/core/tokens/index.d.ts +4 -0
- package/dist/types/typechain-types/contracts/core/vaults/ERC20VaultAdapter.d.ts +15 -1
- package/dist/types/typechain-types/contracts/core/vaults/ERC721VaultAdapter.d.ts +15 -1
- package/dist/types/typechain-types/{@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.d.ts → contracts/core/vaults/RAACNFTVaultAdapterOracle.sol/IPriceOracle.d.ts} +15 -6
- package/dist/types/typechain-types/contracts/core/vaults/RAACNFTVaultAdapterOracle.sol/RAACNFTVaultAdapterOracle.d.ts +41 -0
- package/dist/types/typechain-types/contracts/core/vaults/RAACNFTVaultAdapterOracle.sol/index.d.ts +2 -0
- package/dist/types/typechain-types/contracts/core/vaults/RAACNFTVaultAdapterV2.d.ts +42 -2
- package/dist/types/typechain-types/contracts/core/vaults/RWAVault.d.ts +28 -6
- package/dist/types/typechain-types/contracts/core/vaults/index.d.ts +2 -0
- package/dist/types/typechain-types/contracts/index.d.ts +4 -0
- package/dist/types/typechain-types/contracts/interfaces/IBalancerPool.d.ts +95 -0
- package/dist/types/typechain-types/contracts/interfaces/IBalancerV1Pool.d.ts +214 -0
- package/dist/types/typechain-types/contracts/interfaces/IBalancerVault.d.ts +255 -0
- package/dist/types/typechain-types/contracts/interfaces/IConvexCRVDepositor.d.ts +55 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveAPool.sol/ICurveA2Pool.d.ts +236 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveAPool.sol/ICurveA3Pool.d.ts +236 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveAPool.sol/ICurveA4Pool.d.ts +236 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveAPool.sol/ICurveAPool.d.ts +236 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveAPool.sol/index.d.ts +4 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveBasePool.sol/ICurveBase2Pool.d.ts +49 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveBasePool.sol/ICurveBase3Pool.d.ts +49 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveBasePool.sol/ICurveBase4Pool.d.ts +57 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveBasePool.sol/ICurveBasePool.d.ts +133 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveBasePool.sol/index.d.ts +4 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveCryptoPool.sol/ICurveCryptoPool.d.ts +236 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveCryptoPool.sol/ICurveTriCryptoPool.d.ts +139 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveCryptoPool.sol/IZapCurveMetaCryptoPool.d.ts +143 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveCryptoPool.sol/index.d.ts +3 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveETHPool.d.ts +121 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveFactoryMetaPool.sol/ICurveDepositZap.d.ts +55 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveFactoryMetaPool.sol/ICurveDepositZap3Pool.d.ts +95 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveFactoryMetaPool.sol/ICurveDepositZap4Pool.d.ts +115 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveFactoryMetaPool.sol/ICurveFactoryMetaPool.d.ts +151 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveFactoryMetaPool.sol/index.d.ts +4 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveFactoryPlainPool.sol/ICurveFactoryPlain2Pool.d.ts +137 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveFactoryPlainPool.sol/ICurveFactoryPlain3Pool.d.ts +137 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveFactoryPlainPool.sol/ICurveFactoryPlain4Pool.d.ts +145 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveFactoryPlainPool.sol/ICurveFactoryPlainPool.d.ts +109 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveFactoryPlainPool.sol/index.d.ts +4 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveMetaPool.sol/ICurveMetaPoolDeposit.d.ts +107 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveMetaPool.sol/ICurveMetaPoolSwap.d.ts +163 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveMetaPool.sol/index.d.ts +2 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurvePoolRegistry.d.ts +33 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveYPool.sol/ICurveY2PoolDeposit.d.ts +139 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveYPool.sol/ICurveY2PoolSwap.d.ts +167 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveYPool.sol/ICurveY3PoolDeposit.d.ts +139 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveYPool.sol/ICurveY3PoolSwap.d.ts +167 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveYPool.sol/ICurveY4PoolDeposit.d.ts +139 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveYPool.sol/ICurveY4PoolSwap.d.ts +167 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveYPool.sol/ICurveYPoolDeposit.d.ts +139 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveYPool.sol/ICurveYPoolSwap.d.ts +167 -0
- package/dist/types/typechain-types/contracts/interfaces/ICurveYPool.sol/index.d.ts +8 -0
- package/dist/types/typechain-types/contracts/interfaces/ILidoStETH.d.ts +33 -0
- package/dist/types/typechain-types/contracts/interfaces/ILidoWstETH.d.ts +61 -0
- package/dist/types/typechain-types/contracts/interfaces/IUniswapV2Pair.d.ts +95 -0
- package/dist/types/typechain-types/contracts/interfaces/IUniswapV3Pool.d.ts +105 -0
- package/dist/types/typechain-types/contracts/interfaces/IUniswapV3Router.d.ts +64 -0
- package/dist/types/typechain-types/contracts/interfaces/IWETH.d.ts +29 -0
- package/dist/types/typechain-types/contracts/interfaces/IZap.d.ts +97 -0
- package/dist/types/typechain-types/contracts/interfaces/concentrator/IAladdinCRV.d.ts +355 -0
- package/dist/types/typechain-types/contracts/interfaces/concentrator/IAladdinCompounder.d.ts +244 -0
- package/dist/types/typechain-types/contracts/interfaces/concentrator/index.d.ts +2 -0
- package/dist/types/typechain-types/contracts/interfaces/core/governance/gauges/IBaseGauge.d.ts +338 -295
- package/dist/types/typechain-types/contracts/interfaces/core/governance/gauges/IGaugeController.d.ts +111 -323
- package/dist/types/typechain-types/contracts/interfaces/core/governance/gauges/IGaugeRewardsDistributor.d.ts +133 -183
- package/dist/types/typechain-types/contracts/interfaces/core/governance/gauges/IVeBoost.d.ts +311 -0
- package/dist/types/typechain-types/contracts/interfaces/core/governance/gauges/IVeBoostProxy.d.ts +50 -0
- package/dist/types/typechain-types/contracts/interfaces/core/governance/gauges/index.d.ts +2 -0
- package/dist/types/typechain-types/contracts/interfaces/core/governance/proposals/IGovernance.d.ts +40 -51
- package/dist/types/typechain-types/contracts/interfaces/core/governance/proposals/ITimelockController.d.ts +8 -8
- package/dist/types/typechain-types/contracts/interfaces/core/lockers/IRAACBotLocker.d.ts +233 -0
- package/dist/types/typechain-types/contracts/interfaces/core/lockers/IRAACMaturityVault.d.ts +196 -0
- package/dist/types/typechain-types/contracts/interfaces/core/lockers/IRaacLiquidLocker.d.ts +430 -0
- package/dist/types/typechain-types/contracts/interfaces/core/lockers/index.d.ts +3 -0
- package/dist/types/typechain-types/contracts/interfaces/core/minters/RAACMinter/IRAACMinter.d.ts +68 -205
- package/dist/types/typechain-types/contracts/interfaces/core/oracles/IBaseVRFv2Consumer.d.ts +100 -2
- package/dist/types/typechain-types/contracts/interfaces/core/oracles/IZKMEVerifyUpgradeable.d.ts +15 -1
- package/dist/types/typechain-types/contracts/interfaces/core/pools/LendingPool/ILendingPool.d.ts +1 -19
- package/dist/types/typechain-types/contracts/interfaces/core/pools/StabilityPool/ILiquidationSwap.d.ts +70 -1
- package/dist/types/typechain-types/contracts/interfaces/core/tokens/IDEToken.d.ts +31 -1
- package/dist/types/typechain-types/contracts/interfaces/core/tokens/ILiquidEscrowedRAAC.d.ts +161 -0
- package/dist/types/typechain-types/contracts/interfaces/core/tokens/IRAACNFT.d.ts +36 -25
- package/dist/types/typechain-types/contracts/interfaces/core/tokens/IRAACToken.d.ts +2 -179
- package/dist/types/typechain-types/contracts/interfaces/core/tokens/IRToken.d.ts +16 -1
- package/dist/types/typechain-types/contracts/interfaces/core/tokens/ISToken.d.ts +454 -0
- package/dist/types/typechain-types/contracts/interfaces/core/tokens/IveRAACToken.d.ts +405 -227
- package/dist/types/typechain-types/contracts/interfaces/core/tokens/IveRAACTokenV2.sol/IveRAACToken.d.ts +518 -0
- package/dist/types/typechain-types/contracts/interfaces/core/tokens/IveRAACTokenV2.sol/index.d.ts +1 -0
- package/dist/types/typechain-types/contracts/interfaces/core/tokens/index.d.ts +4 -0
- package/dist/types/typechain-types/contracts/interfaces/core/vaults/IBaseHybridVault.d.ts +15 -1
- package/dist/types/typechain-types/contracts/interfaces/core/vaults/IVaultAssetAdapter.d.ts +19 -3
- package/dist/types/typechain-types/contracts/interfaces/curve/ICurveCrvUSDVault.d.ts +47 -1
- package/dist/types/typechain-types/contracts/interfaces/index.d.ts +29 -0
- package/dist/types/typechain-types/contracts/libraries/governance/LockManager.d.ts +22 -77
- package/dist/types/typechain-types/contracts/libraries/governance/PowerCheckpoint.d.ts +3 -76
- package/dist/types/typechain-types/{@openzeppelin/contracts/proxy/Proxy.d.ts → contracts/libraries/governance/RagequitLib.d.ts} +4 -4
- package/dist/types/typechain-types/{@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.d.ts → contracts/libraries/governance/RewardLib.d.ts} +27 -14
- package/dist/types/typechain-types/contracts/libraries/governance/index.d.ts +2 -0
- package/dist/types/typechain-types/contracts/mocks/ERC20BurnableMock.d.ts +173 -0
- package/dist/types/typechain-types/contracts/mocks/core/curve/CurveCrvUSDVaultMock.d.ts +47 -1
- package/dist/types/typechain-types/contracts/mocks/core/governance/index.d.ts +2 -0
- package/dist/types/typechain-types/contracts/mocks/core/governance/libraries/LockManagerMock.d.ts +295 -0
- package/dist/types/typechain-types/contracts/mocks/core/governance/libraries/index.d.ts +1 -0
- package/dist/types/typechain-types/contracts/mocks/core/index.d.ts +2 -0
- package/dist/types/typechain-types/contracts/mocks/core/lockers/MockLamaLocker.d.ts +51 -0
- package/dist/types/typechain-types/contracts/mocks/core/lockers/index.d.ts +1 -0
- package/dist/types/typechain-types/contracts/mocks/core/minters/MockRAACMinterRewardsReceiver.d.ts +181 -0
- package/dist/types/typechain-types/contracts/mocks/core/minters/index.d.ts +1 -0
- package/dist/types/typechain-types/contracts/mocks/core/oracles/MockZKMEVerifyUpgradeable.d.ts +15 -1
- package/dist/types/typechain-types/contracts/mocks/core/pools/MockLendingPoolDebtToken.d.ts +35 -17
- package/dist/types/typechain-types/contracts/mocks/core/tokens/MockFeeOnTransferToken.d.ts +163 -0
- package/dist/types/typechain-types/contracts/mocks/core/tokens/index.d.ts +1 -0
- package/dist/types/typechain-types/contracts/mocks/index.d.ts +1 -0
- package/dist/types/typechain-types/contracts/mocks/libraries/MockTimeUtils.d.ts +51 -0
- package/dist/types/typechain-types/contracts/mocks/libraries/governance/PowerCheckpointMock.d.ts +176 -69
- package/dist/types/typechain-types/contracts/mocks/libraries/governance/RagequitHarness.d.ts +90 -0
- package/dist/types/typechain-types/contracts/mocks/libraries/governance/RewardIntegralCalculatorMock.sol/MockRewardIntegralCalculator.d.ts +188 -0
- package/dist/types/typechain-types/contracts/mocks/libraries/governance/RewardIntegralCalculatorMock.sol/index.d.ts +1 -0
- package/dist/types/typechain-types/contracts/mocks/libraries/governance/index.d.ts +3 -1
- package/dist/types/typechain-types/contracts/mocks/libraries/index.d.ts +3 -0
- package/dist/types/typechain-types/contracts/mocks/libraries/minters/EmissionScheduleMock.d.ts +91 -0
- package/dist/types/typechain-types/contracts/mocks/libraries/minters/index.d.ts +1 -0
- package/dist/types/typechain-types/contracts/rwaf/ChainlinkOracleAdapter.sol/ChainlinkOracleAdapter.d.ts +212 -0
- package/dist/types/typechain-types/contracts/rwaf/ChainlinkOracleAdapter.sol/IRWACoordinator.d.ts +67 -0
- package/dist/types/typechain-types/contracts/rwaf/ChainlinkOracleAdapter.sol/index.d.ts +2 -0
- package/dist/types/typechain-types/contracts/rwaf/TokenBlender.sol/ITokenBlender.d.ts +331 -0
- package/dist/types/typechain-types/contracts/rwaf/TokenBlender.sol/TokenBlender.d.ts +671 -0
- package/dist/types/typechain-types/contracts/rwaf/TokenBlender.sol/index.d.ts +2 -0
- package/dist/types/typechain-types/contracts/rwaf/index.d.ts +4 -0
- package/dist/types/typechain-types/contracts/zap/AladdinZap.d.ts +254 -0
- package/dist/types/typechain-types/contracts/zap/TokenZapLogic.d.ts +53 -0
- package/dist/types/typechain-types/contracts/zap/index.d.ts +2 -0
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/functions/v1_0_0/libraries/FunctionsRequest__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/access/ConfirmedOwnerWithProposal__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/shared/access/ConfirmedOwner__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/vrf/dev/libraries/VRFV2PlusClient__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/@chainlink/contracts/src/v0.8/vrf/mocks/VRFCoordinatorV2_5Mock__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable__factory.d.ts +265 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/ERC20Capped__factory.d.ts +271 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +2 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/token/ERC20/utils/SafeERC20__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/Address__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/Errors__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/ShortStrings__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/ECDSA__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/MerkleProof__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/access/AccessControlUpgradeable__factory.d.ts +199 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/access/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable__factory.d.ts +259 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/token/ERC20/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/token/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/utils/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/utils/introspection/ERC165Upgradeable__factory.d.ts +39 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable/utils/introspection/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable-v3/access/OwnableUpgradeable__factory.d.ts +48 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable-v3/access/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable-v3/index.d.ts +2 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable-v3/token/ERC20/IERC20Upgradeable__factory.d.ts +147 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable-v3/token/ERC20/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@openzeppelin/contracts-upgradeable-v3/token/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/@openzeppelin/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/contracts/core/collectors/ERC20Collector__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/core/collectors/FeeCollector__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/core/collectors/NFTRoyaltyFeeCollector.sol/NFTRoyaltyFeeCollector__factory.d.ts +11 -1
- package/dist/types/typechain-types/factories/contracts/core/collectors/RAACTokenCollector__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/core/collectors/RWAIndexTokenCollector__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/core/collectors/Treasury__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/core/governance/gauges/BaseGauge__factory.d.ts +350 -912
- package/dist/types/typechain-types/factories/contracts/core/governance/gauges/GaugeController__factory.d.ts +383 -561
- package/dist/types/typechain-types/factories/contracts/core/governance/gauges/GaugeRewardsDistributor__factory.d.ts +146 -260
- package/dist/types/typechain-types/factories/contracts/core/governance/gauges/RAACGauge__factory.d.ts +341 -909
- package/dist/types/typechain-types/factories/contracts/core/governance/gauges/RWAGauge__factory.d.ts +348 -916
- package/dist/types/typechain-types/factories/contracts/core/governance/gauges/VeBoostProxy__factory.d.ts +152 -0
- package/dist/types/typechain-types/factories/contracts/core/governance/gauges/VeBoost__factory.d.ts +716 -0
- package/dist/types/typechain-types/factories/contracts/core/governance/gauges/index.d.ts +2 -0
- package/dist/types/typechain-types/factories/contracts/core/governance/proposals/Governance__factory.d.ts +292 -75
- package/dist/types/typechain-types/factories/contracts/core/governance/proposals/TimelockController__factory.d.ts +11 -15
- package/dist/types/typechain-types/factories/contracts/core/lockers/RAACBotLocker__factory.d.ts +726 -0
- package/dist/types/typechain-types/factories/contracts/core/lockers/RAACLiquidLocker__factory.d.ts +1694 -0
- package/dist/types/typechain-types/factories/contracts/core/lockers/RAACMaturityVault__factory.d.ts +703 -0
- package/dist/types/typechain-types/factories/contracts/core/lockers/{LLamaTemple__factory.d.ts → RAACNFTLocker__factory.d.ts} +9 -9
- package/dist/types/typechain-types/factories/contracts/core/lockers/index.d.ts +4 -1
- package/dist/types/typechain-types/factories/contracts/core/minters/RAACMinter/RAACMinter__factory.d.ts +28 -557
- package/dist/types/typechain-types/factories/contracts/core/minters/RAACReleaseOrchestrator/RAACReleaseOrchestrator__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/core/oracles/BaseVRFv2Consumer__factory.d.ts +81 -1
- package/dist/types/typechain-types/factories/contracts/core/oracles/CrvUSDToUSDOracle.sol/CrvUSDToUSDOracle__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/core/oracles/KYCVerifyModule.sol/IKYCVerifyModule__factory.d.ts +25 -0
- package/dist/types/typechain-types/factories/contracts/core/oracles/KYCVerifyModule.sol/KYCVerifyModule__factory.d.ts +82 -0
- package/dist/types/typechain-types/factories/contracts/core/oracles/KYCVerifyModule.sol/index.d.ts +2 -0
- package/dist/types/typechain-types/factories/contracts/core/oracles/PmUSDToUSDOracle__factory.d.ts +443 -0
- package/dist/types/typechain-types/factories/contracts/core/oracles/RAACHousePriceOracle__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/core/oracles/RAACPrimeRateOracle__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/core/oracles/RWAIndexTokenOracle.sol/RWAIndexTokenOracle__factory.d.ts +111 -3
- package/dist/types/typechain-types/factories/contracts/core/oracles/ZkMeKYCVerifyModule.sol/ZKMEKYCVerifyModule__factory.d.ts +181 -0
- package/dist/types/typechain-types/factories/contracts/core/oracles/ZkMeKYCVerifyModule.sol/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/contracts/core/oracles/crvUSDPriceOracle.sol/CrvUSDPriceOracle__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/core/oracles/index.d.ts +3 -0
- package/dist/types/typechain-types/factories/contracts/core/pools/LendingPool/ERC20AssetAdapter.sol/ERC20AssetAdapter__factory.d.ts +11 -1
- package/dist/types/typechain-types/factories/contracts/core/pools/LendingPool/ERC721AssetAdapter__factory.d.ts +11 -1
- package/dist/types/typechain-types/factories/contracts/core/pools/LendingPool/LendingPoolStorage__factory.d.ts +13 -5
- package/dist/types/typechain-types/factories/contracts/core/pools/LendingPool/LendingPool__factory.d.ts +17 -31
- package/dist/types/typechain-types/factories/contracts/core/pools/LendingPool/LiquidationProxy__factory.d.ts +13 -5
- package/dist/types/typechain-types/factories/contracts/core/pools/LendingPool/VaultProxy__factory.d.ts +13 -5
- package/dist/types/typechain-types/factories/contracts/core/pools/StabilityPool/LiquidationStrategyProxy__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/core/pools/StabilityPool/LiquidationSwap__factory.d.ts +82 -3
- package/dist/types/typechain-types/factories/contracts/core/pools/StabilityPool/StabilityPoolStorage__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/core/pools/StabilityPool/StabilityPool__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/core/primitives/ComplianceRegistry.sol/ComplianceRegistry__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/core/primitives/RAACHousePrices__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/core/tokens/DEToken__factory.d.ts +64 -6
- package/dist/types/typechain-types/factories/contracts/core/tokens/DebtToken__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/core/tokens/LPToken__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/core/tokens/LeRAAC.sol/LiquidEscrowedRAAC__factory.d.ts +489 -0
- package/dist/types/typechain-types/factories/contracts/core/tokens/LeRAAC.sol/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/contracts/core/tokens/RAACNFT__factory.d.ts +79 -58
- package/dist/types/typechain-types/factories/contracts/core/tokens/RAACToken__factory.d.ts +21 -252
- package/dist/types/typechain-types/factories/contracts/core/tokens/RToken__factory.d.ts +44 -1
- package/dist/types/typechain-types/factories/contracts/core/tokens/RWAIndexToken__factory.d.ts +51 -1
- package/dist/types/typechain-types/factories/contracts/core/tokens/SToken__factory.d.ts +1153 -0
- package/dist/types/typechain-types/factories/contracts/core/tokens/VeRAACTokenStorage__factory.d.ts +1130 -0
- package/dist/types/typechain-types/factories/contracts/core/tokens/VeRAACToken__factory.d.ts +759 -490
- package/dist/types/typechain-types/factories/contracts/core/tokens/index.d.ts +3 -0
- package/dist/types/typechain-types/factories/contracts/core/vaults/ERC20VaultAdapter__factory.d.ts +11 -1
- package/dist/types/typechain-types/factories/contracts/core/vaults/ERC721VaultAdapter__factory.d.ts +11 -1
- package/dist/types/typechain-types/factories/contracts/core/vaults/RAACNFTVaultAdapterOracle.sol/IPriceOracle__factory.d.ts +25 -0
- package/dist/types/typechain-types/factories/contracts/core/vaults/RAACNFTVaultAdapterOracle.sol/RAACNFTVaultAdapterOracle__factory.d.ts +78 -0
- package/dist/types/typechain-types/factories/contracts/core/vaults/RAACNFTVaultAdapterOracle.sol/index.d.ts +2 -0
- package/dist/types/typechain-types/factories/contracts/core/vaults/RAACNFTVaultAdapterV2__factory.d.ts +48 -4
- package/dist/types/typechain-types/factories/contracts/core/vaults/RWAVault__factory.d.ts +37 -17
- package/dist/types/typechain-types/factories/contracts/core/vaults/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/contracts/index.d.ts +2 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/IBalancerPool__factory.d.ts +91 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/IBalancerV1Pool__factory.d.ts +273 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/IBalancerVault__factory.d.ts +261 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/IConvexCRVDepositor__factory.d.ts +49 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveAPool.sol/ICurveA2Pool__factory.d.ts +305 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveAPool.sol/ICurveA3Pool__factory.d.ts +305 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveAPool.sol/ICurveA4Pool__factory.d.ts +305 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveAPool.sol/ICurveAPool__factory.d.ts +305 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveAPool.sol/index.d.ts +4 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveBasePool.sol/ICurveBase2Pool__factory.d.ts +39 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveBasePool.sol/ICurveBase3Pool__factory.d.ts +39 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveBasePool.sol/ICurveBase4Pool__factory.d.ts +39 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveBasePool.sol/ICurveBasePool__factory.d.ts +175 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveBasePool.sol/index.d.ts +4 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveCryptoPool.sol/ICurveCryptoPool__factory.d.ts +301 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveCryptoPool.sol/ICurveTriCryptoPool__factory.d.ts +165 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveCryptoPool.sol/IZapCurveMetaCryptoPool__factory.d.ts +181 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveCryptoPool.sol/index.d.ts +3 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveETHPool__factory.d.ts +155 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveFactoryMetaPool.sol/ICurveDepositZap3Pool__factory.d.ts +99 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveFactoryMetaPool.sol/ICurveDepositZap4Pool__factory.d.ts +99 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveFactoryMetaPool.sol/ICurveDepositZap__factory.d.ts +55 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveFactoryMetaPool.sol/ICurveFactoryMetaPool__factory.d.ts +193 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveFactoryMetaPool.sol/index.d.ts +4 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveFactoryPlainPool.sol/ICurveFactoryPlain2Pool__factory.d.ts +183 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveFactoryPlainPool.sol/ICurveFactoryPlain3Pool__factory.d.ts +183 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveFactoryPlainPool.sol/ICurveFactoryPlain4Pool__factory.d.ts +183 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveFactoryPlainPool.sol/ICurveFactoryPlainPool__factory.d.ts +147 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveFactoryPlainPool.sol/index.d.ts +4 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveMetaPool.sol/ICurveMetaPoolDeposit__factory.d.ts +141 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveMetaPool.sol/ICurveMetaPoolSwap__factory.d.ts +227 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveMetaPool.sol/index.d.ts +2 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurvePoolRegistry__factory.d.ts +35 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveYPool.sol/ICurveY2PoolDeposit__factory.d.ts +165 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveYPool.sol/ICurveY2PoolSwap__factory.d.ts +193 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveYPool.sol/ICurveY3PoolDeposit__factory.d.ts +165 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveYPool.sol/ICurveY3PoolSwap__factory.d.ts +193 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveYPool.sol/ICurveY4PoolDeposit__factory.d.ts +165 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveYPool.sol/ICurveY4PoolSwap__factory.d.ts +193 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveYPool.sol/ICurveYPoolDeposit__factory.d.ts +165 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveYPool.sol/ICurveYPoolSwap__factory.d.ts +193 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ICurveYPool.sol/index.d.ts +8 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ILidoStETH__factory.d.ts +35 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/ILidoWstETH__factory.d.ts +83 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/IUniswapV2Pair__factory.d.ts +95 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/IUniswapV3Pool__factory.d.ts +115 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/IUniswapV3Router__factory.d.ts +54 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/IWETH__factory.d.ts +23 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/IZap__factory.d.ts +107 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/concentrator/IAladdinCRV__factory.d.ts +401 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/concentrator/IAladdinCompounder__factory.d.ts +350 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/concentrator/index.d.ts +2 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/core/governance/gauges/IBaseGauge__factory.d.ts +338 -302
- package/dist/types/typechain-types/factories/contracts/interfaces/core/governance/gauges/IGaugeController__factory.d.ts +93 -319
- package/dist/types/typechain-types/factories/contracts/interfaces/core/governance/gauges/IGaugeRewardsDistributor__factory.d.ts +96 -152
- package/dist/types/typechain-types/factories/contracts/interfaces/core/governance/gauges/IVeBoostProxy__factory.d.ts +46 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/core/governance/gauges/IVeBoost__factory.d.ts +449 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/core/governance/gauges/index.d.ts +2 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/core/governance/proposals/IGovernance__factory.d.ts +74 -34
- package/dist/types/typechain-types/factories/contracts/interfaces/core/governance/proposals/ITimelockController__factory.d.ts +8 -4
- package/dist/types/typechain-types/factories/contracts/interfaces/core/lockers/IRAACBotLocker__factory.d.ts +319 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/core/lockers/IRAACMaturityVault__factory.d.ts +192 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/core/lockers/IRaacLiquidLocker__factory.d.ts +454 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/core/lockers/index.d.ts +3 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/core/minters/RAACMinter/IRAACMinter__factory.d.ts +44 -230
- package/dist/types/typechain-types/factories/contracts/interfaces/core/oracles/IBaseVRFv2Consumer__factory.d.ts +70 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/core/oracles/IZKMEVerifyUpgradeable__factory.d.ts +18 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/core/pools/LendingPool/ILendingPool__factory.d.ts +4 -26
- package/dist/types/typechain-types/factories/contracts/interfaces/core/pools/StabilityPool/ILiquidationSwap__factory.d.ts +55 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/core/tokens/IDEToken__factory.d.ts +30 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/core/tokens/ILiquidEscrowedRAAC__factory.d.ts +185 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/core/tokens/IRAACNFT__factory.d.ts +28 -15
- package/dist/types/typechain-types/factories/contracts/interfaces/core/tokens/IRAACToken__factory.d.ts +0 -219
- package/dist/types/typechain-types/factories/contracts/interfaces/core/tokens/IRToken__factory.d.ts +15 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/core/tokens/ISToken__factory.d.ts +564 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/core/tokens/IveRAACTokenV2.sol/IveRAACToken__factory.d.ts +628 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/core/tokens/IveRAACTokenV2.sol/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/core/tokens/IveRAACToken__factory.d.ts +352 -175
- package/dist/types/typechain-types/factories/contracts/interfaces/core/tokens/index.d.ts +3 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/core/vaults/IBaseHybridVault__factory.d.ts +10 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/core/vaults/IVaultAssetAdapter__factory.d.ts +10 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/curve/ICurveCrvUSDVault__factory.d.ts +66 -0
- package/dist/types/typechain-types/factories/contracts/interfaces/index.d.ts +21 -0
- package/dist/types/typechain-types/factories/contracts/libraries/governance/BoostCalculator__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/libraries/governance/LockManager__factory.d.ts +38 -68
- package/dist/types/typechain-types/factories/contracts/libraries/governance/PowerCheckpoint__factory.d.ts +6 -79
- package/dist/types/typechain-types/factories/contracts/libraries/governance/RagequitLib__factory.d.ts +58 -0
- package/dist/types/typechain-types/factories/contracts/libraries/governance/RewardLib__factory.d.ts +71 -0
- package/dist/types/typechain-types/factories/contracts/libraries/governance/index.d.ts +2 -0
- package/dist/types/typechain-types/factories/contracts/libraries/math/TimeWeightedAverage__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/libraries/pools/LendingPoolFeeLibrary__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/libraries/pools/ReserveLibrary__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/libraries/utils/StringUtils__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/ERC20BurnableMock__factory.d.ts +310 -0
- package/dist/types/typechain-types/factories/contracts/mocks/core/collectors/MockTreasury__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/collectors/MockWETH__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/curve/CurveCrvUSDVaultMock__factory.d.ts +67 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/curve/CurveLiquidityGaugeV5Mock.sol/CurveLiquidityGaugeV5Mock__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/governance/gauges/MockGaugeController__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/governance/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/contracts/mocks/core/governance/libraries/LockManagerMock__factory.d.ts +354 -0
- package/dist/types/typechain-types/factories/contracts/mocks/core/governance/libraries/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/contracts/mocks/core/governance/proposals/TimelockPayableTestTarget__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/governance/proposals/TimelockTestTarget__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/contracts/mocks/core/lockers/LLamaLocker.sol/LlamaLocker__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/lockers/MockLamaLocker__factory.d.ts +104 -0
- package/dist/types/typechain-types/factories/contracts/mocks/core/lockers/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/contracts/mocks/core/minters/MockRAACMinterRewardsReceiver__factory.d.ts +184 -0
- package/dist/types/typechain-types/factories/contracts/mocks/core/minters/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/contracts/mocks/core/oracles/MockChainlinkAggregator__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/oracles/MockCurveEMA.sol/MockCurveEMA__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/oracles/MockERC20PriceOracle__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/oracles/MockFunctionsRouter.sol/MockFunctionsRouter__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/oracles/MockOracle__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/oracles/MockRAACNFTVaultAdapterNAVOracle__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/oracles/MockVRFCoordinatorV2__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/oracles/MockZKMEVerifyUpgradeable__factory.d.ts +19 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/oracles/TestRAACHousePriceOracle__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/oracles/TestRAACPrimeRateOracle__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/pools/CurveStyleCrvUSDiRAACPool__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/pools/MockLendingPoolCollector__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/pools/MockLendingPoolDebtToken__factory.d.ts +34 -12
- package/dist/types/typechain-types/factories/contracts/mocks/core/pools/MockLendingPool__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/pools/MockLiquidityPool__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/pools/MockPool__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/pools/MockStabilityPool__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/primitives/MockChainAnalysis.sol/MockChainAnalysis__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/primitives/MockContractWithConfig__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/primitives/MockContract__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/primitives/MockDistributableContract__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/primitives/RAACHousePricesMock__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/CrvUSDTokenLimited__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/CrvUSDToken__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/ERC20Mock__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/ERC721Mock__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/MockCollectableUnderlying__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/MockFeeCollectorToken__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/MockFeeOnTransferToken__factory.d.ts +306 -0
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/MockToken__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/MockUSDC__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/RAACMockERC20__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/core/tokens/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/contracts/mocks/core/vaults/MockVault__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/MockStringUtils__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/MockTimeUtils__factory.d.ts +68 -0
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/governance/BoostCalculatorMock__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/governance/PowerCheckpointMock__factory.d.ts +146 -53
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/governance/RagequitHarness__factory.d.ts +100 -0
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/governance/RewardIntegralCalculatorMock.sol/MockRewardIntegralCalculator__factory.d.ts +230 -0
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/governance/RewardIntegralCalculatorMock.sol/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/governance/index.d.ts +2 -1
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/index.d.ts +2 -0
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/math/TimeWeightedAverageMock__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/math/WadRayMathMock__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/minters/EmissionScheduleMock__factory.d.ts +115 -0
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/minters/index.d.ts +1 -0
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/pools/ReserveLibraryMockCalculation__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/pools/ReserveLibraryMock__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/tests/MaliciousDeposit__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/tests/MaliciousWithdraw__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/mocks/tests/VeRAACFuzzHelper__factory.d.ts +2 -2
- package/dist/types/typechain-types/factories/contracts/rwaf/ChainlinkOracleAdapter.sol/ChainlinkOracleAdapter__factory.d.ts +295 -0
- package/dist/types/typechain-types/factories/contracts/rwaf/ChainlinkOracleAdapter.sol/IRWACoordinator__factory.d.ts +43 -0
- package/dist/types/typechain-types/factories/contracts/rwaf/ChainlinkOracleAdapter.sol/index.d.ts +2 -0
- package/dist/types/typechain-types/factories/contracts/rwaf/TokenBlender.sol/ITokenBlender__factory.d.ts +409 -0
- package/dist/types/typechain-types/factories/contracts/rwaf/TokenBlender.sol/TokenBlender__factory.d.ts +990 -0
- package/dist/types/typechain-types/factories/contracts/rwaf/TokenBlender.sol/index.d.ts +2 -0
- package/dist/types/typechain-types/factories/contracts/rwaf/index.d.ts +2 -0
- package/dist/types/typechain-types/factories/contracts/zap/AladdinZap__factory.d.ts +320 -0
- package/dist/types/typechain-types/factories/contracts/zap/TokenZapLogic__factory.d.ts +71 -0
- package/dist/types/typechain-types/factories/contracts/zap/index.d.ts +2 -0
- package/dist/types/typechain-types/factories/contracts/zeno/AuctionFactory__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/zeno/Auction__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/zeno/ZENOFactory__factory.d.ts +1 -1
- package/dist/types/typechain-types/factories/contracts/zeno/ZENO__factory.d.ts +1 -1
- package/dist/types/typechain-types/index.d.ts +178 -22
- package/dist/types/utils/artifacts.d.ts +1520 -163
- package/dist/types/utils/contracts.d.ts +478 -2
- package/dist/utils/artifacts.js +53 -0
- package/dist/utils/contracts.js +1 -1
- package/package.json +5 -4
- package/dist/tests/test.js +0 -32
- package/dist/types/contracts/crvUSDToken/getBalance.d.ts +0 -2
- package/dist/types/contracts/crvUSDToken/getTotalSupply.d.ts +0 -10
- package/dist/types/contracts/rcrvUSDToken/getBalance.d.ts +0 -2
- package/dist/types/tests/test.d.ts +0 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/interfaces/IERC1967.d.ts +0 -65
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/ERC1967/index.d.ts +0 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/beacon/index.d.ts +0 -1
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/index.d.ts +0 -7
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/ITransparentUpgradeableProxy.d.ts +0 -80
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.d.ts +0 -51
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/index.d.ts +0 -2
- package/dist/types/typechain-types/@openzeppelin/contracts/proxy/transparent/index.d.ts +0 -3
- package/dist/types/typechain-types/contracts/mocks/libraries/governance/LockManagerMock.d.ts +0 -173
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC1967__factory.d.ts +0 -42
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy__factory.d.ts +0 -71
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/ERC1967/ERC1967Utils__factory.d.ts +0 -50
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/ERC1967/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/Proxy__factory.d.ts +0 -10
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/beacon/IBeacon__factory.d.ts +0 -17
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/beacon/index.d.ts +0 -1
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/index.d.ts +0 -4
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/transparent/ProxyAdmin__factory.d.ts +0 -115
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/ITransparentUpgradeableProxy__factory.d.ts +0 -56
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy__factory.d.ts +0 -102
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/@openzeppelin/contracts/proxy/transparent/index.d.ts +0 -2
- package/dist/types/typechain-types/factories/contracts/mocks/libraries/governance/LockManagerMock__factory.d.ts +0 -206
|
@@ -0,0 +1,1313 @@
|
|
|
1
|
+
import type { BaseContract, BigNumberish, BytesLike, FunctionFragment, Result, Interface, EventFragment, AddressLike, ContractRunner, ContractMethod, Listener } from "ethers";
|
|
2
|
+
import type { TypedContractEvent, TypedDeferredTopicFilter, TypedEventLog, TypedLogDescription, TypedListener, TypedContractMethod } from "../../../common";
|
|
3
|
+
export declare namespace RAACLiquidLocker {
|
|
4
|
+
type EpochUnlockInfoStruct = {
|
|
5
|
+
pendingUnlock: BigNumberish;
|
|
6
|
+
unlockEpoch: BigNumberish;
|
|
7
|
+
reserved: boolean;
|
|
8
|
+
};
|
|
9
|
+
type EpochUnlockInfoStructOutput = [
|
|
10
|
+
pendingUnlock: bigint,
|
|
11
|
+
unlockEpoch: bigint,
|
|
12
|
+
reserved: boolean
|
|
13
|
+
] & {
|
|
14
|
+
pendingUnlock: bigint;
|
|
15
|
+
unlockEpoch: bigint;
|
|
16
|
+
reserved: boolean;
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
export interface RAACLiquidLockerInterface extends Interface {
|
|
20
|
+
getFunction(nameOrSignature: "BOOSTER_ROLE" | "DEFAULT_ADMIN_ROLE" | "FEE_PRECISION" | "HARVEST_ROLE" | "ON_BEHALF_OF_ROLE" | "PAUSER_ROLE" | "accRewardPerShare" | "borrow" | "claimRewardFor" | "cleverFeeRecipient" | "deposit" | "depositOnBehalfOf" | "depositToGauge" | "donate" | "epochEndToLockAmount" | "epochEnds" | "feeSharesBots" | "feeSharesClever" | "feeSharesTreasury" | "getRoleAdmin" | "getUserInfo" | "getUserLocks" | "grantRole" | "harvest" | "harvestBountyPercentage" | "hasRole" | "initialize" | "intermediateRewardToken" | "isKeeper" | "leRAAC" | "lockDurationEpochs" | "maturityVault" | "oldToNewEpochEnds" | "owner" | "pause" | "paused" | "pendingCumulatedAmount" | "poolLockedUnderlying" | "processVaultExpiredLocks" | "processedEpochIndexes" | "raac" | "raacBotLocker" | "renounceOwnership" | "renounceRole" | "repay" | "repayFeePercentage" | "requestUnlock" | "reserveRate" | "revokeRole" | "supportsInterface" | "totalDebtGlobal" | "totalLockedGlobal" | "totalRaacInPool" | "totalUnlockedGlobal" | "transferOwnership" | "treasury" | "treasuryFeePercentage" | "unpause" | "updateBotLocker" | "updateCleverFeeRecipient" | "updateFeeShares" | "updateHarvestBountyPercentage" | "updateIntermediateRewardToken" | "updateRepayFeePercentage" | "updateTreasury" | "updateWhitelist" | "updateZap" | "userInfo" | "veRAAC" | "voteGauge" | "voteGovernance" | "withdrawFromGauge" | "withdrawUnlocked" | "zap"): FunctionFragment;
|
|
21
|
+
getEvent(nameOrSignatureOrTopic: "BatchProcessCompleted" | "Borrow" | "Claim" | "ClaimRewardClaimed" | "ClaimRewardFailed" | "Deposit" | "DepositedToGauge" | "GaugeVote" | "GovernanceVote" | "Harvest" | "Initialized" | "OwnershipTransferred" | "Paused" | "ProcessUnlockableRAAC" | "Repay" | "RewardClaimedFor" | "RoleAdminChanged" | "RoleGranted" | "RoleRevoked" | "Unlock" | "Unpaused" | "UpdateBotLocker" | "UpdateCleverFeeRecipient" | "UpdateFeeShares" | "UpdateHarvestBountyPercentage" | "UpdateIntermediateRewardToken" | "UpdateRepayFeePercentage" | "UpdateTreasury" | "UpdateVeBoost" | "UpdateWhitelist" | "UpdateZap" | "UserExpiredLocksProcessed" | "VaultExpiredLocksProcessed" | "Withdraw" | "WithdrawnFromGauge"): EventFragment;
|
|
22
|
+
encodeFunctionData(functionFragment: "BOOSTER_ROLE", values?: undefined): string;
|
|
23
|
+
encodeFunctionData(functionFragment: "DEFAULT_ADMIN_ROLE", values?: undefined): string;
|
|
24
|
+
encodeFunctionData(functionFragment: "FEE_PRECISION", values?: undefined): string;
|
|
25
|
+
encodeFunctionData(functionFragment: "HARVEST_ROLE", values?: undefined): string;
|
|
26
|
+
encodeFunctionData(functionFragment: "ON_BEHALF_OF_ROLE", values?: undefined): string;
|
|
27
|
+
encodeFunctionData(functionFragment: "PAUSER_ROLE", values?: undefined): string;
|
|
28
|
+
encodeFunctionData(functionFragment: "accRewardPerShare", values?: undefined): string;
|
|
29
|
+
encodeFunctionData(functionFragment: "borrow", values: [BigNumberish, boolean]): string;
|
|
30
|
+
encodeFunctionData(functionFragment: "claimRewardFor", values: [AddressLike, BigNumberish, AddressLike, AddressLike]): string;
|
|
31
|
+
encodeFunctionData(functionFragment: "cleverFeeRecipient", values?: undefined): string;
|
|
32
|
+
encodeFunctionData(functionFragment: "deposit", values: [BigNumberish]): string;
|
|
33
|
+
encodeFunctionData(functionFragment: "depositOnBehalfOf", values: [AddressLike, BigNumberish]): string;
|
|
34
|
+
encodeFunctionData(functionFragment: "depositToGauge", values: [AddressLike, AddressLike, BigNumberish]): string;
|
|
35
|
+
encodeFunctionData(functionFragment: "donate", values: [BigNumberish]): string;
|
|
36
|
+
encodeFunctionData(functionFragment: "epochEndToLockAmount", values: [BigNumberish]): string;
|
|
37
|
+
encodeFunctionData(functionFragment: "epochEnds", values: [BigNumberish]): string;
|
|
38
|
+
encodeFunctionData(functionFragment: "feeSharesBots", values?: undefined): string;
|
|
39
|
+
encodeFunctionData(functionFragment: "feeSharesClever", values?: undefined): string;
|
|
40
|
+
encodeFunctionData(functionFragment: "feeSharesTreasury", values?: undefined): string;
|
|
41
|
+
encodeFunctionData(functionFragment: "getRoleAdmin", values: [BytesLike]): string;
|
|
42
|
+
encodeFunctionData(functionFragment: "getUserInfo", values: [AddressLike]): string;
|
|
43
|
+
encodeFunctionData(functionFragment: "getUserLocks", values: [AddressLike]): string;
|
|
44
|
+
encodeFunctionData(functionFragment: "grantRole", values: [BytesLike, AddressLike]): string;
|
|
45
|
+
encodeFunctionData(functionFragment: "harvest", values: [AddressLike, BigNumberish]): string;
|
|
46
|
+
encodeFunctionData(functionFragment: "harvestBountyPercentage", values?: undefined): string;
|
|
47
|
+
encodeFunctionData(functionFragment: "hasRole", values: [BytesLike, AddressLike]): string;
|
|
48
|
+
encodeFunctionData(functionFragment: "initialize", values: [
|
|
49
|
+
AddressLike,
|
|
50
|
+
AddressLike,
|
|
51
|
+
AddressLike,
|
|
52
|
+
AddressLike,
|
|
53
|
+
AddressLike,
|
|
54
|
+
AddressLike,
|
|
55
|
+
AddressLike,
|
|
56
|
+
AddressLike,
|
|
57
|
+
AddressLike,
|
|
58
|
+
AddressLike,
|
|
59
|
+
BigNumberish,
|
|
60
|
+
BigNumberish,
|
|
61
|
+
BigNumberish,
|
|
62
|
+
BigNumberish,
|
|
63
|
+
BigNumberish
|
|
64
|
+
]): string;
|
|
65
|
+
encodeFunctionData(functionFragment: "intermediateRewardToken", values?: undefined): string;
|
|
66
|
+
encodeFunctionData(functionFragment: "isKeeper", values: [AddressLike]): string;
|
|
67
|
+
encodeFunctionData(functionFragment: "leRAAC", values?: undefined): string;
|
|
68
|
+
encodeFunctionData(functionFragment: "lockDurationEpochs", values?: undefined): string;
|
|
69
|
+
encodeFunctionData(functionFragment: "maturityVault", values?: undefined): string;
|
|
70
|
+
encodeFunctionData(functionFragment: "oldToNewEpochEnds", values: [BigNumberish]): string;
|
|
71
|
+
encodeFunctionData(functionFragment: "owner", values?: undefined): string;
|
|
72
|
+
encodeFunctionData(functionFragment: "pause", values?: undefined): string;
|
|
73
|
+
encodeFunctionData(functionFragment: "paused", values?: undefined): string;
|
|
74
|
+
encodeFunctionData(functionFragment: "pendingCumulatedAmount", values?: undefined): string;
|
|
75
|
+
encodeFunctionData(functionFragment: "poolLockedUnderlying", values?: undefined): string;
|
|
76
|
+
encodeFunctionData(functionFragment: "processVaultExpiredLocks", values?: undefined): string;
|
|
77
|
+
encodeFunctionData(functionFragment: "processedEpochIndexes", values?: undefined): string;
|
|
78
|
+
encodeFunctionData(functionFragment: "raac", values?: undefined): string;
|
|
79
|
+
encodeFunctionData(functionFragment: "raacBotLocker", values?: undefined): string;
|
|
80
|
+
encodeFunctionData(functionFragment: "renounceOwnership", values?: undefined): string;
|
|
81
|
+
encodeFunctionData(functionFragment: "renounceRole", values: [BytesLike, AddressLike]): string;
|
|
82
|
+
encodeFunctionData(functionFragment: "repay", values: [BigNumberish]): string;
|
|
83
|
+
encodeFunctionData(functionFragment: "repayFeePercentage", values?: undefined): string;
|
|
84
|
+
encodeFunctionData(functionFragment: "requestUnlock", values: [BigNumberish]): string;
|
|
85
|
+
encodeFunctionData(functionFragment: "reserveRate", values?: undefined): string;
|
|
86
|
+
encodeFunctionData(functionFragment: "revokeRole", values: [BytesLike, AddressLike]): string;
|
|
87
|
+
encodeFunctionData(functionFragment: "supportsInterface", values: [BytesLike]): string;
|
|
88
|
+
encodeFunctionData(functionFragment: "totalDebtGlobal", values?: undefined): string;
|
|
89
|
+
encodeFunctionData(functionFragment: "totalLockedGlobal", values?: undefined): string;
|
|
90
|
+
encodeFunctionData(functionFragment: "totalRaacInPool", values?: undefined): string;
|
|
91
|
+
encodeFunctionData(functionFragment: "totalUnlockedGlobal", values?: undefined): string;
|
|
92
|
+
encodeFunctionData(functionFragment: "transferOwnership", values: [AddressLike]): string;
|
|
93
|
+
encodeFunctionData(functionFragment: "treasury", values?: undefined): string;
|
|
94
|
+
encodeFunctionData(functionFragment: "treasuryFeePercentage", values?: undefined): string;
|
|
95
|
+
encodeFunctionData(functionFragment: "unpause", values?: undefined): string;
|
|
96
|
+
encodeFunctionData(functionFragment: "updateBotLocker", values: [AddressLike]): string;
|
|
97
|
+
encodeFunctionData(functionFragment: "updateCleverFeeRecipient", values: [AddressLike]): string;
|
|
98
|
+
encodeFunctionData(functionFragment: "updateFeeShares", values: [BigNumberish, BigNumberish, BigNumberish, BigNumberish]): string;
|
|
99
|
+
encodeFunctionData(functionFragment: "updateHarvestBountyPercentage", values: [BigNumberish]): string;
|
|
100
|
+
encodeFunctionData(functionFragment: "updateIntermediateRewardToken", values: [AddressLike]): string;
|
|
101
|
+
encodeFunctionData(functionFragment: "updateRepayFeePercentage", values: [BigNumberish]): string;
|
|
102
|
+
encodeFunctionData(functionFragment: "updateTreasury", values: [AddressLike]): string;
|
|
103
|
+
encodeFunctionData(functionFragment: "updateWhitelist", values: [AddressLike, boolean]): string;
|
|
104
|
+
encodeFunctionData(functionFragment: "updateZap", values: [AddressLike]): string;
|
|
105
|
+
encodeFunctionData(functionFragment: "userInfo", values: [AddressLike]): string;
|
|
106
|
+
encodeFunctionData(functionFragment: "veRAAC", values?: undefined): string;
|
|
107
|
+
encodeFunctionData(functionFragment: "voteGauge", values: [AddressLike, AddressLike, BigNumberish]): string;
|
|
108
|
+
encodeFunctionData(functionFragment: "voteGovernance", values: [AddressLike, BigNumberish, boolean]): string;
|
|
109
|
+
encodeFunctionData(functionFragment: "withdrawFromGauge", values: [AddressLike, AddressLike, BigNumberish, BigNumberish, AddressLike]): string;
|
|
110
|
+
encodeFunctionData(functionFragment: "withdrawUnlocked", values?: undefined): string;
|
|
111
|
+
encodeFunctionData(functionFragment: "zap", values?: undefined): string;
|
|
112
|
+
decodeFunctionResult(functionFragment: "BOOSTER_ROLE", data: BytesLike): Result;
|
|
113
|
+
decodeFunctionResult(functionFragment: "DEFAULT_ADMIN_ROLE", data: BytesLike): Result;
|
|
114
|
+
decodeFunctionResult(functionFragment: "FEE_PRECISION", data: BytesLike): Result;
|
|
115
|
+
decodeFunctionResult(functionFragment: "HARVEST_ROLE", data: BytesLike): Result;
|
|
116
|
+
decodeFunctionResult(functionFragment: "ON_BEHALF_OF_ROLE", data: BytesLike): Result;
|
|
117
|
+
decodeFunctionResult(functionFragment: "PAUSER_ROLE", data: BytesLike): Result;
|
|
118
|
+
decodeFunctionResult(functionFragment: "accRewardPerShare", data: BytesLike): Result;
|
|
119
|
+
decodeFunctionResult(functionFragment: "borrow", data: BytesLike): Result;
|
|
120
|
+
decodeFunctionResult(functionFragment: "claimRewardFor", data: BytesLike): Result;
|
|
121
|
+
decodeFunctionResult(functionFragment: "cleverFeeRecipient", data: BytesLike): Result;
|
|
122
|
+
decodeFunctionResult(functionFragment: "deposit", data: BytesLike): Result;
|
|
123
|
+
decodeFunctionResult(functionFragment: "depositOnBehalfOf", data: BytesLike): Result;
|
|
124
|
+
decodeFunctionResult(functionFragment: "depositToGauge", data: BytesLike): Result;
|
|
125
|
+
decodeFunctionResult(functionFragment: "donate", data: BytesLike): Result;
|
|
126
|
+
decodeFunctionResult(functionFragment: "epochEndToLockAmount", data: BytesLike): Result;
|
|
127
|
+
decodeFunctionResult(functionFragment: "epochEnds", data: BytesLike): Result;
|
|
128
|
+
decodeFunctionResult(functionFragment: "feeSharesBots", data: BytesLike): Result;
|
|
129
|
+
decodeFunctionResult(functionFragment: "feeSharesClever", data: BytesLike): Result;
|
|
130
|
+
decodeFunctionResult(functionFragment: "feeSharesTreasury", data: BytesLike): Result;
|
|
131
|
+
decodeFunctionResult(functionFragment: "getRoleAdmin", data: BytesLike): Result;
|
|
132
|
+
decodeFunctionResult(functionFragment: "getUserInfo", data: BytesLike): Result;
|
|
133
|
+
decodeFunctionResult(functionFragment: "getUserLocks", data: BytesLike): Result;
|
|
134
|
+
decodeFunctionResult(functionFragment: "grantRole", data: BytesLike): Result;
|
|
135
|
+
decodeFunctionResult(functionFragment: "harvest", data: BytesLike): Result;
|
|
136
|
+
decodeFunctionResult(functionFragment: "harvestBountyPercentage", data: BytesLike): Result;
|
|
137
|
+
decodeFunctionResult(functionFragment: "hasRole", data: BytesLike): Result;
|
|
138
|
+
decodeFunctionResult(functionFragment: "initialize", data: BytesLike): Result;
|
|
139
|
+
decodeFunctionResult(functionFragment: "intermediateRewardToken", data: BytesLike): Result;
|
|
140
|
+
decodeFunctionResult(functionFragment: "isKeeper", data: BytesLike): Result;
|
|
141
|
+
decodeFunctionResult(functionFragment: "leRAAC", data: BytesLike): Result;
|
|
142
|
+
decodeFunctionResult(functionFragment: "lockDurationEpochs", data: BytesLike): Result;
|
|
143
|
+
decodeFunctionResult(functionFragment: "maturityVault", data: BytesLike): Result;
|
|
144
|
+
decodeFunctionResult(functionFragment: "oldToNewEpochEnds", data: BytesLike): Result;
|
|
145
|
+
decodeFunctionResult(functionFragment: "owner", data: BytesLike): Result;
|
|
146
|
+
decodeFunctionResult(functionFragment: "pause", data: BytesLike): Result;
|
|
147
|
+
decodeFunctionResult(functionFragment: "paused", data: BytesLike): Result;
|
|
148
|
+
decodeFunctionResult(functionFragment: "pendingCumulatedAmount", data: BytesLike): Result;
|
|
149
|
+
decodeFunctionResult(functionFragment: "poolLockedUnderlying", data: BytesLike): Result;
|
|
150
|
+
decodeFunctionResult(functionFragment: "processVaultExpiredLocks", data: BytesLike): Result;
|
|
151
|
+
decodeFunctionResult(functionFragment: "processedEpochIndexes", data: BytesLike): Result;
|
|
152
|
+
decodeFunctionResult(functionFragment: "raac", data: BytesLike): Result;
|
|
153
|
+
decodeFunctionResult(functionFragment: "raacBotLocker", data: BytesLike): Result;
|
|
154
|
+
decodeFunctionResult(functionFragment: "renounceOwnership", data: BytesLike): Result;
|
|
155
|
+
decodeFunctionResult(functionFragment: "renounceRole", data: BytesLike): Result;
|
|
156
|
+
decodeFunctionResult(functionFragment: "repay", data: BytesLike): Result;
|
|
157
|
+
decodeFunctionResult(functionFragment: "repayFeePercentage", data: BytesLike): Result;
|
|
158
|
+
decodeFunctionResult(functionFragment: "requestUnlock", data: BytesLike): Result;
|
|
159
|
+
decodeFunctionResult(functionFragment: "reserveRate", data: BytesLike): Result;
|
|
160
|
+
decodeFunctionResult(functionFragment: "revokeRole", data: BytesLike): Result;
|
|
161
|
+
decodeFunctionResult(functionFragment: "supportsInterface", data: BytesLike): Result;
|
|
162
|
+
decodeFunctionResult(functionFragment: "totalDebtGlobal", data: BytesLike): Result;
|
|
163
|
+
decodeFunctionResult(functionFragment: "totalLockedGlobal", data: BytesLike): Result;
|
|
164
|
+
decodeFunctionResult(functionFragment: "totalRaacInPool", data: BytesLike): Result;
|
|
165
|
+
decodeFunctionResult(functionFragment: "totalUnlockedGlobal", data: BytesLike): Result;
|
|
166
|
+
decodeFunctionResult(functionFragment: "transferOwnership", data: BytesLike): Result;
|
|
167
|
+
decodeFunctionResult(functionFragment: "treasury", data: BytesLike): Result;
|
|
168
|
+
decodeFunctionResult(functionFragment: "treasuryFeePercentage", data: BytesLike): Result;
|
|
169
|
+
decodeFunctionResult(functionFragment: "unpause", data: BytesLike): Result;
|
|
170
|
+
decodeFunctionResult(functionFragment: "updateBotLocker", data: BytesLike): Result;
|
|
171
|
+
decodeFunctionResult(functionFragment: "updateCleverFeeRecipient", data: BytesLike): Result;
|
|
172
|
+
decodeFunctionResult(functionFragment: "updateFeeShares", data: BytesLike): Result;
|
|
173
|
+
decodeFunctionResult(functionFragment: "updateHarvestBountyPercentage", data: BytesLike): Result;
|
|
174
|
+
decodeFunctionResult(functionFragment: "updateIntermediateRewardToken", data: BytesLike): Result;
|
|
175
|
+
decodeFunctionResult(functionFragment: "updateRepayFeePercentage", data: BytesLike): Result;
|
|
176
|
+
decodeFunctionResult(functionFragment: "updateTreasury", data: BytesLike): Result;
|
|
177
|
+
decodeFunctionResult(functionFragment: "updateWhitelist", data: BytesLike): Result;
|
|
178
|
+
decodeFunctionResult(functionFragment: "updateZap", data: BytesLike): Result;
|
|
179
|
+
decodeFunctionResult(functionFragment: "userInfo", data: BytesLike): Result;
|
|
180
|
+
decodeFunctionResult(functionFragment: "veRAAC", data: BytesLike): Result;
|
|
181
|
+
decodeFunctionResult(functionFragment: "voteGauge", data: BytesLike): Result;
|
|
182
|
+
decodeFunctionResult(functionFragment: "voteGovernance", data: BytesLike): Result;
|
|
183
|
+
decodeFunctionResult(functionFragment: "withdrawFromGauge", data: BytesLike): Result;
|
|
184
|
+
decodeFunctionResult(functionFragment: "withdrawUnlocked", data: BytesLike): Result;
|
|
185
|
+
decodeFunctionResult(functionFragment: "zap", data: BytesLike): Result;
|
|
186
|
+
}
|
|
187
|
+
export declare namespace BatchProcessCompletedEvent {
|
|
188
|
+
type InputTuple = [
|
|
189
|
+
usersCount: BigNumberish,
|
|
190
|
+
totalProcessed: BigNumberish
|
|
191
|
+
];
|
|
192
|
+
type OutputTuple = [usersCount: bigint, totalProcessed: bigint];
|
|
193
|
+
interface OutputObject {
|
|
194
|
+
usersCount: bigint;
|
|
195
|
+
totalProcessed: bigint;
|
|
196
|
+
}
|
|
197
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
198
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
199
|
+
type Log = TypedEventLog<Event>;
|
|
200
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
201
|
+
}
|
|
202
|
+
export declare namespace BorrowEvent {
|
|
203
|
+
type InputTuple = [
|
|
204
|
+
_borrower: AddressLike,
|
|
205
|
+
_recipient: AddressLike,
|
|
206
|
+
_amount: BigNumberish
|
|
207
|
+
];
|
|
208
|
+
type OutputTuple = [
|
|
209
|
+
_borrower: string,
|
|
210
|
+
_recipient: string,
|
|
211
|
+
_amount: bigint
|
|
212
|
+
];
|
|
213
|
+
interface OutputObject {
|
|
214
|
+
_borrower: string;
|
|
215
|
+
_recipient: string;
|
|
216
|
+
_amount: bigint;
|
|
217
|
+
}
|
|
218
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
219
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
220
|
+
type Log = TypedEventLog<Event>;
|
|
221
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
222
|
+
}
|
|
223
|
+
export declare namespace ClaimEvent {
|
|
224
|
+
type InputTuple = [_account: AddressLike, _amount: BigNumberish];
|
|
225
|
+
type OutputTuple = [_account: string, _amount: bigint];
|
|
226
|
+
interface OutputObject {
|
|
227
|
+
_account: string;
|
|
228
|
+
_amount: bigint;
|
|
229
|
+
}
|
|
230
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
231
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
232
|
+
type Log = TypedEventLog<Event>;
|
|
233
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
234
|
+
}
|
|
235
|
+
export declare namespace ClaimRewardClaimedEvent {
|
|
236
|
+
type InputTuple = [token: AddressLike, amountClaimed: BigNumberish];
|
|
237
|
+
type OutputTuple = [token: string, amountClaimed: bigint];
|
|
238
|
+
interface OutputObject {
|
|
239
|
+
token: string;
|
|
240
|
+
amountClaimed: bigint;
|
|
241
|
+
}
|
|
242
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
243
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
244
|
+
type Log = TypedEventLog<Event>;
|
|
245
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
246
|
+
}
|
|
247
|
+
export declare namespace ClaimRewardFailedEvent {
|
|
248
|
+
type InputTuple = [token: AddressLike, reason: string];
|
|
249
|
+
type OutputTuple = [token: string, reason: string];
|
|
250
|
+
interface OutputObject {
|
|
251
|
+
token: string;
|
|
252
|
+
reason: string;
|
|
253
|
+
}
|
|
254
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
255
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
256
|
+
type Log = TypedEventLog<Event>;
|
|
257
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
258
|
+
}
|
|
259
|
+
export declare namespace DepositEvent {
|
|
260
|
+
type InputTuple = [
|
|
261
|
+
_depositor: AddressLike,
|
|
262
|
+
_recipient: AddressLike,
|
|
263
|
+
_amount: BigNumberish
|
|
264
|
+
];
|
|
265
|
+
type OutputTuple = [
|
|
266
|
+
_depositor: string,
|
|
267
|
+
_recipient: string,
|
|
268
|
+
_amount: bigint
|
|
269
|
+
];
|
|
270
|
+
interface OutputObject {
|
|
271
|
+
_depositor: string;
|
|
272
|
+
_recipient: string;
|
|
273
|
+
_amount: bigint;
|
|
274
|
+
}
|
|
275
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
276
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
277
|
+
type Log = TypedEventLog<Event>;
|
|
278
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
279
|
+
}
|
|
280
|
+
export declare namespace DepositedToGaugeEvent {
|
|
281
|
+
type InputTuple = [
|
|
282
|
+
_gauge: AddressLike,
|
|
283
|
+
_amount: BigNumberish,
|
|
284
|
+
_token: AddressLike
|
|
285
|
+
];
|
|
286
|
+
type OutputTuple = [_gauge: string, _amount: bigint, _token: string];
|
|
287
|
+
interface OutputObject {
|
|
288
|
+
_gauge: string;
|
|
289
|
+
_amount: bigint;
|
|
290
|
+
_token: string;
|
|
291
|
+
}
|
|
292
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
293
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
294
|
+
type Log = TypedEventLog<Event>;
|
|
295
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
296
|
+
}
|
|
297
|
+
export declare namespace GaugeVoteEvent {
|
|
298
|
+
type InputTuple = [
|
|
299
|
+
_controller: AddressLike,
|
|
300
|
+
_gauge: AddressLike,
|
|
301
|
+
_weight: BigNumberish
|
|
302
|
+
];
|
|
303
|
+
type OutputTuple = [
|
|
304
|
+
_controller: string,
|
|
305
|
+
_gauge: string,
|
|
306
|
+
_weight: bigint
|
|
307
|
+
];
|
|
308
|
+
interface OutputObject {
|
|
309
|
+
_controller: string;
|
|
310
|
+
_gauge: string;
|
|
311
|
+
_weight: bigint;
|
|
312
|
+
}
|
|
313
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
314
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
315
|
+
type Log = TypedEventLog<Event>;
|
|
316
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
317
|
+
}
|
|
318
|
+
export declare namespace GovernanceVoteEvent {
|
|
319
|
+
type InputTuple = [
|
|
320
|
+
_governance: AddressLike,
|
|
321
|
+
_proposalId: BigNumberish,
|
|
322
|
+
_support: boolean,
|
|
323
|
+
_votingPower: BigNumberish
|
|
324
|
+
];
|
|
325
|
+
type OutputTuple = [
|
|
326
|
+
_governance: string,
|
|
327
|
+
_proposalId: bigint,
|
|
328
|
+
_support: boolean,
|
|
329
|
+
_votingPower: bigint
|
|
330
|
+
];
|
|
331
|
+
interface OutputObject {
|
|
332
|
+
_governance: string;
|
|
333
|
+
_proposalId: bigint;
|
|
334
|
+
_support: boolean;
|
|
335
|
+
_votingPower: bigint;
|
|
336
|
+
}
|
|
337
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
338
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
339
|
+
type Log = TypedEventLog<Event>;
|
|
340
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
341
|
+
}
|
|
342
|
+
export declare namespace HarvestEvent {
|
|
343
|
+
type InputTuple = [
|
|
344
|
+
_caller: AddressLike,
|
|
345
|
+
_reward: BigNumberish,
|
|
346
|
+
_platformFee: BigNumberish,
|
|
347
|
+
_harvestBounty: BigNumberish
|
|
348
|
+
];
|
|
349
|
+
type OutputTuple = [
|
|
350
|
+
_caller: string,
|
|
351
|
+
_reward: bigint,
|
|
352
|
+
_platformFee: bigint,
|
|
353
|
+
_harvestBounty: bigint
|
|
354
|
+
];
|
|
355
|
+
interface OutputObject {
|
|
356
|
+
_caller: string;
|
|
357
|
+
_reward: bigint;
|
|
358
|
+
_platformFee: bigint;
|
|
359
|
+
_harvestBounty: bigint;
|
|
360
|
+
}
|
|
361
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
362
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
363
|
+
type Log = TypedEventLog<Event>;
|
|
364
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
365
|
+
}
|
|
366
|
+
export declare namespace InitializedEvent {
|
|
367
|
+
type InputTuple = [version: BigNumberish];
|
|
368
|
+
type OutputTuple = [version: bigint];
|
|
369
|
+
interface OutputObject {
|
|
370
|
+
version: bigint;
|
|
371
|
+
}
|
|
372
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
373
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
374
|
+
type Log = TypedEventLog<Event>;
|
|
375
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
376
|
+
}
|
|
377
|
+
export declare namespace OwnershipTransferredEvent {
|
|
378
|
+
type InputTuple = [previousOwner: AddressLike, newOwner: AddressLike];
|
|
379
|
+
type OutputTuple = [previousOwner: string, newOwner: string];
|
|
380
|
+
interface OutputObject {
|
|
381
|
+
previousOwner: string;
|
|
382
|
+
newOwner: string;
|
|
383
|
+
}
|
|
384
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
385
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
386
|
+
type Log = TypedEventLog<Event>;
|
|
387
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
388
|
+
}
|
|
389
|
+
export declare namespace PausedEvent {
|
|
390
|
+
type InputTuple = [account: AddressLike];
|
|
391
|
+
type OutputTuple = [account: string];
|
|
392
|
+
interface OutputObject {
|
|
393
|
+
account: string;
|
|
394
|
+
}
|
|
395
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
396
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
397
|
+
type Log = TypedEventLog<Event>;
|
|
398
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
399
|
+
}
|
|
400
|
+
export declare namespace ProcessUnlockableRAACEvent {
|
|
401
|
+
type InputTuple = [
|
|
402
|
+
epoch: BigNumberish,
|
|
403
|
+
amount: BigNumberish,
|
|
404
|
+
extra: BigNumberish
|
|
405
|
+
];
|
|
406
|
+
type OutputTuple = [epoch: bigint, amount: bigint, extra: bigint];
|
|
407
|
+
interface OutputObject {
|
|
408
|
+
epoch: bigint;
|
|
409
|
+
amount: bigint;
|
|
410
|
+
extra: bigint;
|
|
411
|
+
}
|
|
412
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
413
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
414
|
+
type Log = TypedEventLog<Event>;
|
|
415
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
416
|
+
}
|
|
417
|
+
export declare namespace RepayEvent {
|
|
418
|
+
type InputTuple = [_account: AddressLike, _leRAACAmount: BigNumberish];
|
|
419
|
+
type OutputTuple = [_account: string, _leRAACAmount: bigint];
|
|
420
|
+
interface OutputObject {
|
|
421
|
+
_account: string;
|
|
422
|
+
_leRAACAmount: bigint;
|
|
423
|
+
}
|
|
424
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
425
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
426
|
+
type Log = TypedEventLog<Event>;
|
|
427
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
428
|
+
}
|
|
429
|
+
export declare namespace RewardClaimedForEvent {
|
|
430
|
+
type InputTuple = [
|
|
431
|
+
_user: AddressLike,
|
|
432
|
+
_gauge: AddressLike,
|
|
433
|
+
_token: AddressLike,
|
|
434
|
+
_amount: BigNumberish
|
|
435
|
+
];
|
|
436
|
+
type OutputTuple = [
|
|
437
|
+
_user: string,
|
|
438
|
+
_gauge: string,
|
|
439
|
+
_token: string,
|
|
440
|
+
_amount: bigint
|
|
441
|
+
];
|
|
442
|
+
interface OutputObject {
|
|
443
|
+
_user: string;
|
|
444
|
+
_gauge: string;
|
|
445
|
+
_token: string;
|
|
446
|
+
_amount: bigint;
|
|
447
|
+
}
|
|
448
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
449
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
450
|
+
type Log = TypedEventLog<Event>;
|
|
451
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
452
|
+
}
|
|
453
|
+
export declare namespace RoleAdminChangedEvent {
|
|
454
|
+
type InputTuple = [
|
|
455
|
+
role: BytesLike,
|
|
456
|
+
previousAdminRole: BytesLike,
|
|
457
|
+
newAdminRole: BytesLike
|
|
458
|
+
];
|
|
459
|
+
type OutputTuple = [
|
|
460
|
+
role: string,
|
|
461
|
+
previousAdminRole: string,
|
|
462
|
+
newAdminRole: string
|
|
463
|
+
];
|
|
464
|
+
interface OutputObject {
|
|
465
|
+
role: string;
|
|
466
|
+
previousAdminRole: string;
|
|
467
|
+
newAdminRole: string;
|
|
468
|
+
}
|
|
469
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
470
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
471
|
+
type Log = TypedEventLog<Event>;
|
|
472
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
473
|
+
}
|
|
474
|
+
export declare namespace RoleGrantedEvent {
|
|
475
|
+
type InputTuple = [
|
|
476
|
+
role: BytesLike,
|
|
477
|
+
account: AddressLike,
|
|
478
|
+
sender: AddressLike
|
|
479
|
+
];
|
|
480
|
+
type OutputTuple = [role: string, account: string, sender: string];
|
|
481
|
+
interface OutputObject {
|
|
482
|
+
role: string;
|
|
483
|
+
account: string;
|
|
484
|
+
sender: string;
|
|
485
|
+
}
|
|
486
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
487
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
488
|
+
type Log = TypedEventLog<Event>;
|
|
489
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
490
|
+
}
|
|
491
|
+
export declare namespace RoleRevokedEvent {
|
|
492
|
+
type InputTuple = [
|
|
493
|
+
role: BytesLike,
|
|
494
|
+
account: AddressLike,
|
|
495
|
+
sender: AddressLike
|
|
496
|
+
];
|
|
497
|
+
type OutputTuple = [role: string, account: string, sender: string];
|
|
498
|
+
interface OutputObject {
|
|
499
|
+
role: string;
|
|
500
|
+
account: string;
|
|
501
|
+
sender: string;
|
|
502
|
+
}
|
|
503
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
504
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
505
|
+
type Log = TypedEventLog<Event>;
|
|
506
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
507
|
+
}
|
|
508
|
+
export declare namespace UnlockEvent {
|
|
509
|
+
type InputTuple = [
|
|
510
|
+
_account: AddressLike,
|
|
511
|
+
_numLocks: BigNumberish,
|
|
512
|
+
_amount: BigNumberish
|
|
513
|
+
];
|
|
514
|
+
type OutputTuple = [
|
|
515
|
+
_account: string,
|
|
516
|
+
_numLocks: bigint,
|
|
517
|
+
_amount: bigint
|
|
518
|
+
];
|
|
519
|
+
interface OutputObject {
|
|
520
|
+
_account: string;
|
|
521
|
+
_numLocks: bigint;
|
|
522
|
+
_amount: bigint;
|
|
523
|
+
}
|
|
524
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
525
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
526
|
+
type Log = TypedEventLog<Event>;
|
|
527
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
528
|
+
}
|
|
529
|
+
export declare namespace UnpausedEvent {
|
|
530
|
+
type InputTuple = [account: AddressLike];
|
|
531
|
+
type OutputTuple = [account: string];
|
|
532
|
+
interface OutputObject {
|
|
533
|
+
account: string;
|
|
534
|
+
}
|
|
535
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
536
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
537
|
+
type Log = TypedEventLog<Event>;
|
|
538
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
539
|
+
}
|
|
540
|
+
export declare namespace UpdateBotLockerEvent {
|
|
541
|
+
type InputTuple = [_locker: AddressLike];
|
|
542
|
+
type OutputTuple = [_locker: string];
|
|
543
|
+
interface OutputObject {
|
|
544
|
+
_locker: string;
|
|
545
|
+
}
|
|
546
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
547
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
548
|
+
type Log = TypedEventLog<Event>;
|
|
549
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
550
|
+
}
|
|
551
|
+
export declare namespace UpdateCleverFeeRecipientEvent {
|
|
552
|
+
type InputTuple = [_newRecipient: AddressLike];
|
|
553
|
+
type OutputTuple = [_newRecipient: string];
|
|
554
|
+
interface OutputObject {
|
|
555
|
+
_newRecipient: string;
|
|
556
|
+
}
|
|
557
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
558
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
559
|
+
type Log = TypedEventLog<Event>;
|
|
560
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
561
|
+
}
|
|
562
|
+
export declare namespace UpdateFeeSharesEvent {
|
|
563
|
+
type InputTuple = [
|
|
564
|
+
_feeSharesBots: BigNumberish,
|
|
565
|
+
_feeSharesClever: BigNumberish,
|
|
566
|
+
_feeSharesTreasury: BigNumberish,
|
|
567
|
+
_treasuryFeePercentage: BigNumberish
|
|
568
|
+
];
|
|
569
|
+
type OutputTuple = [
|
|
570
|
+
_feeSharesBots: bigint,
|
|
571
|
+
_feeSharesClever: bigint,
|
|
572
|
+
_feeSharesTreasury: bigint,
|
|
573
|
+
_treasuryFeePercentage: bigint
|
|
574
|
+
];
|
|
575
|
+
interface OutputObject {
|
|
576
|
+
_feeSharesBots: bigint;
|
|
577
|
+
_feeSharesClever: bigint;
|
|
578
|
+
_feeSharesTreasury: bigint;
|
|
579
|
+
_treasuryFeePercentage: bigint;
|
|
580
|
+
}
|
|
581
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
582
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
583
|
+
type Log = TypedEventLog<Event>;
|
|
584
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
585
|
+
}
|
|
586
|
+
export declare namespace UpdateHarvestBountyPercentageEvent {
|
|
587
|
+
type InputTuple = [_percentage: BigNumberish];
|
|
588
|
+
type OutputTuple = [_percentage: bigint];
|
|
589
|
+
interface OutputObject {
|
|
590
|
+
_percentage: bigint;
|
|
591
|
+
}
|
|
592
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
593
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
594
|
+
type Log = TypedEventLog<Event>;
|
|
595
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
596
|
+
}
|
|
597
|
+
export declare namespace UpdateIntermediateRewardTokenEvent {
|
|
598
|
+
type InputTuple = [_intermediateRewardToken: AddressLike];
|
|
599
|
+
type OutputTuple = [_intermediateRewardToken: string];
|
|
600
|
+
interface OutputObject {
|
|
601
|
+
_intermediateRewardToken: string;
|
|
602
|
+
}
|
|
603
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
604
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
605
|
+
type Log = TypedEventLog<Event>;
|
|
606
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
607
|
+
}
|
|
608
|
+
export declare namespace UpdateRepayFeePercentageEvent {
|
|
609
|
+
type InputTuple = [_feePercentage: BigNumberish];
|
|
610
|
+
type OutputTuple = [_feePercentage: bigint];
|
|
611
|
+
interface OutputObject {
|
|
612
|
+
_feePercentage: bigint;
|
|
613
|
+
}
|
|
614
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
615
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
616
|
+
type Log = TypedEventLog<Event>;
|
|
617
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
618
|
+
}
|
|
619
|
+
export declare namespace UpdateTreasuryEvent {
|
|
620
|
+
type InputTuple = [_treasury: AddressLike];
|
|
621
|
+
type OutputTuple = [_treasury: string];
|
|
622
|
+
interface OutputObject {
|
|
623
|
+
_treasury: string;
|
|
624
|
+
}
|
|
625
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
626
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
627
|
+
type Log = TypedEventLog<Event>;
|
|
628
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
629
|
+
}
|
|
630
|
+
export declare namespace UpdateVeBoostEvent {
|
|
631
|
+
type InputTuple = [_veBoost: AddressLike];
|
|
632
|
+
type OutputTuple = [_veBoost: string];
|
|
633
|
+
interface OutputObject {
|
|
634
|
+
_veBoost: string;
|
|
635
|
+
}
|
|
636
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
637
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
638
|
+
type Log = TypedEventLog<Event>;
|
|
639
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
640
|
+
}
|
|
641
|
+
export declare namespace UpdateWhitelistEvent {
|
|
642
|
+
type InputTuple = [_whitelist: AddressLike, _status: boolean];
|
|
643
|
+
type OutputTuple = [_whitelist: string, _status: boolean];
|
|
644
|
+
interface OutputObject {
|
|
645
|
+
_whitelist: string;
|
|
646
|
+
_status: boolean;
|
|
647
|
+
}
|
|
648
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
649
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
650
|
+
type Log = TypedEventLog<Event>;
|
|
651
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
652
|
+
}
|
|
653
|
+
export declare namespace UpdateZapEvent {
|
|
654
|
+
type InputTuple = [_zap: AddressLike];
|
|
655
|
+
type OutputTuple = [_zap: string];
|
|
656
|
+
interface OutputObject {
|
|
657
|
+
_zap: string;
|
|
658
|
+
}
|
|
659
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
660
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
661
|
+
type Log = TypedEventLog<Event>;
|
|
662
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
663
|
+
}
|
|
664
|
+
export declare namespace UserExpiredLocksProcessedEvent {
|
|
665
|
+
type InputTuple = [user: AddressLike, amount: BigNumberish];
|
|
666
|
+
type OutputTuple = [user: string, amount: bigint];
|
|
667
|
+
interface OutputObject {
|
|
668
|
+
user: string;
|
|
669
|
+
amount: bigint;
|
|
670
|
+
}
|
|
671
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
672
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
673
|
+
type Log = TypedEventLog<Event>;
|
|
674
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
675
|
+
}
|
|
676
|
+
export declare namespace VaultExpiredLocksProcessedEvent {
|
|
677
|
+
type InputTuple = [amount: BigNumberish];
|
|
678
|
+
type OutputTuple = [amount: bigint];
|
|
679
|
+
interface OutputObject {
|
|
680
|
+
amount: bigint;
|
|
681
|
+
}
|
|
682
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
683
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
684
|
+
type Log = TypedEventLog<Event>;
|
|
685
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
686
|
+
}
|
|
687
|
+
export declare namespace WithdrawEvent {
|
|
688
|
+
type InputTuple = [_account: AddressLike, _amount: BigNumberish];
|
|
689
|
+
type OutputTuple = [_account: string, _amount: bigint];
|
|
690
|
+
interface OutputObject {
|
|
691
|
+
_account: string;
|
|
692
|
+
_amount: bigint;
|
|
693
|
+
}
|
|
694
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
695
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
696
|
+
type Log = TypedEventLog<Event>;
|
|
697
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
698
|
+
}
|
|
699
|
+
export declare namespace WithdrawnFromGaugeEvent {
|
|
700
|
+
type InputTuple = [
|
|
701
|
+
_gauge: AddressLike,
|
|
702
|
+
_amount: BigNumberish,
|
|
703
|
+
_token: AddressLike
|
|
704
|
+
];
|
|
705
|
+
type OutputTuple = [_gauge: string, _amount: bigint, _token: string];
|
|
706
|
+
interface OutputObject {
|
|
707
|
+
_gauge: string;
|
|
708
|
+
_amount: bigint;
|
|
709
|
+
_token: string;
|
|
710
|
+
}
|
|
711
|
+
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
712
|
+
type Filter = TypedDeferredTopicFilter<Event>;
|
|
713
|
+
type Log = TypedEventLog<Event>;
|
|
714
|
+
type LogDescription = TypedLogDescription<Event>;
|
|
715
|
+
}
|
|
716
|
+
export interface RAACLiquidLocker extends BaseContract {
|
|
717
|
+
connect(runner?: ContractRunner | null): RAACLiquidLocker;
|
|
718
|
+
waitForDeployment(): Promise<this>;
|
|
719
|
+
interface: RAACLiquidLockerInterface;
|
|
720
|
+
queryFilter<TCEvent extends TypedContractEvent>(event: TCEvent, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
|
|
721
|
+
queryFilter<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, fromBlockOrBlockhash?: string | number | undefined, toBlock?: string | number | undefined): Promise<Array<TypedEventLog<TCEvent>>>;
|
|
722
|
+
on<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
|
|
723
|
+
on<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
|
|
724
|
+
once<TCEvent extends TypedContractEvent>(event: TCEvent, listener: TypedListener<TCEvent>): Promise<this>;
|
|
725
|
+
once<TCEvent extends TypedContractEvent>(filter: TypedDeferredTopicFilter<TCEvent>, listener: TypedListener<TCEvent>): Promise<this>;
|
|
726
|
+
listeners<TCEvent extends TypedContractEvent>(event: TCEvent): Promise<Array<TypedListener<TCEvent>>>;
|
|
727
|
+
listeners(eventName?: string): Promise<Array<Listener>>;
|
|
728
|
+
removeAllListeners<TCEvent extends TypedContractEvent>(event?: TCEvent): Promise<this>;
|
|
729
|
+
BOOSTER_ROLE: TypedContractMethod<[], [string], "view">;
|
|
730
|
+
DEFAULT_ADMIN_ROLE: TypedContractMethod<[], [string], "view">;
|
|
731
|
+
FEE_PRECISION: TypedContractMethod<[], [bigint], "view">;
|
|
732
|
+
HARVEST_ROLE: TypedContractMethod<[], [string], "view">;
|
|
733
|
+
ON_BEHALF_OF_ROLE: TypedContractMethod<[], [string], "view">;
|
|
734
|
+
PAUSER_ROLE: TypedContractMethod<[], [string], "view">;
|
|
735
|
+
accRewardPerShare: TypedContractMethod<[], [bigint], "view">;
|
|
736
|
+
borrow: TypedContractMethod<[
|
|
737
|
+
_amount: BigNumberish,
|
|
738
|
+
_depositMaturityVault: boolean
|
|
739
|
+
], [
|
|
740
|
+
void
|
|
741
|
+
], "nonpayable">;
|
|
742
|
+
claimRewardFor: TypedContractMethod<[
|
|
743
|
+
_user: AddressLike,
|
|
744
|
+
_amount: BigNumberish,
|
|
745
|
+
_gauge: AddressLike,
|
|
746
|
+
_token: AddressLike
|
|
747
|
+
], [
|
|
748
|
+
bigint
|
|
749
|
+
], "nonpayable">;
|
|
750
|
+
cleverFeeRecipient: TypedContractMethod<[], [string], "view">;
|
|
751
|
+
deposit: TypedContractMethod<[_amount: BigNumberish], [void], "nonpayable">;
|
|
752
|
+
depositOnBehalfOf: TypedContractMethod<[
|
|
753
|
+
_user: AddressLike,
|
|
754
|
+
_amount: BigNumberish
|
|
755
|
+
], [
|
|
756
|
+
void
|
|
757
|
+
], "nonpayable">;
|
|
758
|
+
depositToGauge: TypedContractMethod<[
|
|
759
|
+
_token: AddressLike,
|
|
760
|
+
_gauge: AddressLike,
|
|
761
|
+
_amount: BigNumberish
|
|
762
|
+
], [
|
|
763
|
+
void
|
|
764
|
+
], "nonpayable">;
|
|
765
|
+
donate: TypedContractMethod<[_amount: BigNumberish], [void], "nonpayable">;
|
|
766
|
+
epochEndToLockAmount: TypedContractMethod<[
|
|
767
|
+
arg0: BigNumberish
|
|
768
|
+
], [
|
|
769
|
+
bigint
|
|
770
|
+
], "view">;
|
|
771
|
+
epochEnds: TypedContractMethod<[arg0: BigNumberish], [bigint], "view">;
|
|
772
|
+
feeSharesBots: TypedContractMethod<[], [bigint], "view">;
|
|
773
|
+
feeSharesClever: TypedContractMethod<[], [bigint], "view">;
|
|
774
|
+
feeSharesTreasury: TypedContractMethod<[], [bigint], "view">;
|
|
775
|
+
getRoleAdmin: TypedContractMethod<[role: BytesLike], [string], "view">;
|
|
776
|
+
getUserInfo: TypedContractMethod<[
|
|
777
|
+
_account: AddressLike
|
|
778
|
+
], [
|
|
779
|
+
[
|
|
780
|
+
bigint,
|
|
781
|
+
bigint,
|
|
782
|
+
bigint,
|
|
783
|
+
bigint,
|
|
784
|
+
bigint
|
|
785
|
+
] & {
|
|
786
|
+
totalDeposited: bigint;
|
|
787
|
+
totalPendingUnlocked: bigint;
|
|
788
|
+
totalUnlocked: bigint;
|
|
789
|
+
totalBorrowed: bigint;
|
|
790
|
+
totalReward: bigint;
|
|
791
|
+
}
|
|
792
|
+
], "view">;
|
|
793
|
+
getUserLocks: TypedContractMethod<[
|
|
794
|
+
_account: AddressLike
|
|
795
|
+
], [
|
|
796
|
+
RAACLiquidLocker.EpochUnlockInfoStructOutput[]
|
|
797
|
+
], "view">;
|
|
798
|
+
grantRole: TypedContractMethod<[
|
|
799
|
+
role: BytesLike,
|
|
800
|
+
account: AddressLike
|
|
801
|
+
], [
|
|
802
|
+
void
|
|
803
|
+
], "nonpayable">;
|
|
804
|
+
harvest: TypedContractMethod<[
|
|
805
|
+
_recipient: AddressLike,
|
|
806
|
+
_minimunOut: BigNumberish
|
|
807
|
+
], [
|
|
808
|
+
bigint
|
|
809
|
+
], "nonpayable">;
|
|
810
|
+
harvestBountyPercentage: TypedContractMethod<[], [bigint], "view">;
|
|
811
|
+
hasRole: TypedContractMethod<[
|
|
812
|
+
role: BytesLike,
|
|
813
|
+
account: AddressLike
|
|
814
|
+
], [
|
|
815
|
+
boolean
|
|
816
|
+
], "view">;
|
|
817
|
+
initialize: TypedContractMethod<[
|
|
818
|
+
_raac: AddressLike,
|
|
819
|
+
_leRAAC: AddressLike,
|
|
820
|
+
_veRAAC: AddressLike,
|
|
821
|
+
_maturityVault: AddressLike,
|
|
822
|
+
_zap: AddressLike,
|
|
823
|
+
_intermediateRewardToken: AddressLike,
|
|
824
|
+
_treasury: AddressLike,
|
|
825
|
+
_cleverFeeRecipient: AddressLike,
|
|
826
|
+
_raacBotLocker: AddressLike,
|
|
827
|
+
_veBoost: AddressLike,
|
|
828
|
+
_treasuryFeePercentage: BigNumberish,
|
|
829
|
+
_harvestBountyPercentage: BigNumberish,
|
|
830
|
+
_feeSharesBots: BigNumberish,
|
|
831
|
+
_feeSharesClever: BigNumberish,
|
|
832
|
+
_feeSharesTreasury: BigNumberish
|
|
833
|
+
], [
|
|
834
|
+
void
|
|
835
|
+
], "nonpayable">;
|
|
836
|
+
intermediateRewardToken: TypedContractMethod<[], [string], "view">;
|
|
837
|
+
isKeeper: TypedContractMethod<[arg0: AddressLike], [boolean], "view">;
|
|
838
|
+
leRAAC: TypedContractMethod<[], [string], "view">;
|
|
839
|
+
lockDurationEpochs: TypedContractMethod<[], [bigint], "view">;
|
|
840
|
+
maturityVault: TypedContractMethod<[], [string], "view">;
|
|
841
|
+
oldToNewEpochEnds: TypedContractMethod<[
|
|
842
|
+
arg0: BigNumberish
|
|
843
|
+
], [
|
|
844
|
+
bigint
|
|
845
|
+
], "view">;
|
|
846
|
+
owner: TypedContractMethod<[], [string], "view">;
|
|
847
|
+
pause: TypedContractMethod<[], [void], "nonpayable">;
|
|
848
|
+
paused: TypedContractMethod<[], [boolean], "view">;
|
|
849
|
+
pendingCumulatedAmount: TypedContractMethod<[], [bigint], "view">;
|
|
850
|
+
poolLockedUnderlying: TypedContractMethod<[], [bigint], "view">;
|
|
851
|
+
processVaultExpiredLocks: TypedContractMethod<[], [void], "nonpayable">;
|
|
852
|
+
processedEpochIndexes: TypedContractMethod<[], [bigint], "view">;
|
|
853
|
+
raac: TypedContractMethod<[], [string], "view">;
|
|
854
|
+
raacBotLocker: TypedContractMethod<[], [string], "view">;
|
|
855
|
+
renounceOwnership: TypedContractMethod<[], [void], "nonpayable">;
|
|
856
|
+
renounceRole: TypedContractMethod<[
|
|
857
|
+
role: BytesLike,
|
|
858
|
+
callerConfirmation: AddressLike
|
|
859
|
+
], [
|
|
860
|
+
void
|
|
861
|
+
], "nonpayable">;
|
|
862
|
+
repay: TypedContractMethod<[
|
|
863
|
+
_leRAACAmount: BigNumberish
|
|
864
|
+
], [
|
|
865
|
+
void
|
|
866
|
+
], "nonpayable">;
|
|
867
|
+
repayFeePercentage: TypedContractMethod<[], [bigint], "view">;
|
|
868
|
+
requestUnlock: TypedContractMethod<[
|
|
869
|
+
_numLocks: BigNumberish
|
|
870
|
+
], [
|
|
871
|
+
void
|
|
872
|
+
], "nonpayable">;
|
|
873
|
+
reserveRate: TypedContractMethod<[], [bigint], "view">;
|
|
874
|
+
revokeRole: TypedContractMethod<[
|
|
875
|
+
role: BytesLike,
|
|
876
|
+
account: AddressLike
|
|
877
|
+
], [
|
|
878
|
+
void
|
|
879
|
+
], "nonpayable">;
|
|
880
|
+
supportsInterface: TypedContractMethod<[
|
|
881
|
+
interfaceId: BytesLike
|
|
882
|
+
], [
|
|
883
|
+
boolean
|
|
884
|
+
], "view">;
|
|
885
|
+
totalDebtGlobal: TypedContractMethod<[], [bigint], "view">;
|
|
886
|
+
totalLockedGlobal: TypedContractMethod<[], [bigint], "view">;
|
|
887
|
+
totalRaacInPool: TypedContractMethod<[], [bigint], "view">;
|
|
888
|
+
totalUnlockedGlobal: TypedContractMethod<[], [bigint], "view">;
|
|
889
|
+
transferOwnership: TypedContractMethod<[
|
|
890
|
+
newOwner: AddressLike
|
|
891
|
+
], [
|
|
892
|
+
void
|
|
893
|
+
], "nonpayable">;
|
|
894
|
+
treasury: TypedContractMethod<[], [string], "view">;
|
|
895
|
+
treasuryFeePercentage: TypedContractMethod<[], [bigint], "view">;
|
|
896
|
+
unpause: TypedContractMethod<[], [void], "nonpayable">;
|
|
897
|
+
updateBotLocker: TypedContractMethod<[
|
|
898
|
+
_locker: AddressLike
|
|
899
|
+
], [
|
|
900
|
+
void
|
|
901
|
+
], "nonpayable">;
|
|
902
|
+
updateCleverFeeRecipient: TypedContractMethod<[
|
|
903
|
+
_recipient: AddressLike
|
|
904
|
+
], [
|
|
905
|
+
void
|
|
906
|
+
], "nonpayable">;
|
|
907
|
+
updateFeeShares: TypedContractMethod<[
|
|
908
|
+
_feeSharesBots: BigNumberish,
|
|
909
|
+
_feeSharesClever: BigNumberish,
|
|
910
|
+
_feeSharesTreasury: BigNumberish,
|
|
911
|
+
_treasuryFeePercentage: BigNumberish
|
|
912
|
+
], [
|
|
913
|
+
void
|
|
914
|
+
], "nonpayable">;
|
|
915
|
+
updateHarvestBountyPercentage: TypedContractMethod<[
|
|
916
|
+
_percentage: BigNumberish
|
|
917
|
+
], [
|
|
918
|
+
void
|
|
919
|
+
], "nonpayable">;
|
|
920
|
+
updateIntermediateRewardToken: TypedContractMethod<[
|
|
921
|
+
_intermediateRewardToken: AddressLike
|
|
922
|
+
], [
|
|
923
|
+
void
|
|
924
|
+
], "nonpayable">;
|
|
925
|
+
updateRepayFeePercentage: TypedContractMethod<[
|
|
926
|
+
_feePercentage: BigNumberish
|
|
927
|
+
], [
|
|
928
|
+
void
|
|
929
|
+
], "nonpayable">;
|
|
930
|
+
updateTreasury: TypedContractMethod<[
|
|
931
|
+
_treasury: AddressLike
|
|
932
|
+
], [
|
|
933
|
+
void
|
|
934
|
+
], "nonpayable">;
|
|
935
|
+
updateWhitelist: TypedContractMethod<[
|
|
936
|
+
_keeper: AddressLike,
|
|
937
|
+
_status: boolean
|
|
938
|
+
], [
|
|
939
|
+
void
|
|
940
|
+
], "nonpayable">;
|
|
941
|
+
updateZap: TypedContractMethod<[_zap: AddressLike], [void], "nonpayable">;
|
|
942
|
+
userInfo: TypedContractMethod<[
|
|
943
|
+
arg0: AddressLike
|
|
944
|
+
], [
|
|
945
|
+
[
|
|
946
|
+
bigint,
|
|
947
|
+
bigint,
|
|
948
|
+
bigint,
|
|
949
|
+
bigint,
|
|
950
|
+
bigint,
|
|
951
|
+
bigint,
|
|
952
|
+
bigint
|
|
953
|
+
] & {
|
|
954
|
+
totalDebt: bigint;
|
|
955
|
+
rewards: bigint;
|
|
956
|
+
rewardPerSharePaid: bigint;
|
|
957
|
+
totalLocked: bigint;
|
|
958
|
+
totalUnlocked: bigint;
|
|
959
|
+
nextUnlockIndex: bigint;
|
|
960
|
+
lastProcessedEpoch: bigint;
|
|
961
|
+
}
|
|
962
|
+
], "view">;
|
|
963
|
+
veRAAC: TypedContractMethod<[], [string], "view">;
|
|
964
|
+
voteGauge: TypedContractMethod<[
|
|
965
|
+
_controller: AddressLike,
|
|
966
|
+
_gauge: AddressLike,
|
|
967
|
+
_weight: BigNumberish
|
|
968
|
+
], [
|
|
969
|
+
void
|
|
970
|
+
], "nonpayable">;
|
|
971
|
+
voteGovernance: TypedContractMethod<[
|
|
972
|
+
_governance: AddressLike,
|
|
973
|
+
_proposalId: BigNumberish,
|
|
974
|
+
_support: boolean
|
|
975
|
+
], [
|
|
976
|
+
bigint
|
|
977
|
+
], "nonpayable">;
|
|
978
|
+
withdrawFromGauge: TypedContractMethod<[
|
|
979
|
+
_token: AddressLike,
|
|
980
|
+
_gauge: AddressLike,
|
|
981
|
+
_amount: BigNumberish,
|
|
982
|
+
_minOut: BigNumberish,
|
|
983
|
+
_to: AddressLike
|
|
984
|
+
], [
|
|
985
|
+
void
|
|
986
|
+
], "nonpayable">;
|
|
987
|
+
withdrawUnlocked: TypedContractMethod<[], [void], "nonpayable">;
|
|
988
|
+
zap: TypedContractMethod<[], [string], "view">;
|
|
989
|
+
getFunction<T extends ContractMethod = ContractMethod>(key: string | FunctionFragment): T;
|
|
990
|
+
getFunction(nameOrSignature: "BOOSTER_ROLE"): TypedContractMethod<[], [string], "view">;
|
|
991
|
+
getFunction(nameOrSignature: "DEFAULT_ADMIN_ROLE"): TypedContractMethod<[], [string], "view">;
|
|
992
|
+
getFunction(nameOrSignature: "FEE_PRECISION"): TypedContractMethod<[], [bigint], "view">;
|
|
993
|
+
getFunction(nameOrSignature: "HARVEST_ROLE"): TypedContractMethod<[], [string], "view">;
|
|
994
|
+
getFunction(nameOrSignature: "ON_BEHALF_OF_ROLE"): TypedContractMethod<[], [string], "view">;
|
|
995
|
+
getFunction(nameOrSignature: "PAUSER_ROLE"): TypedContractMethod<[], [string], "view">;
|
|
996
|
+
getFunction(nameOrSignature: "accRewardPerShare"): TypedContractMethod<[], [bigint], "view">;
|
|
997
|
+
getFunction(nameOrSignature: "borrow"): TypedContractMethod<[
|
|
998
|
+
_amount: BigNumberish,
|
|
999
|
+
_depositMaturityVault: boolean
|
|
1000
|
+
], [
|
|
1001
|
+
void
|
|
1002
|
+
], "nonpayable">;
|
|
1003
|
+
getFunction(nameOrSignature: "claimRewardFor"): TypedContractMethod<[
|
|
1004
|
+
_user: AddressLike,
|
|
1005
|
+
_amount: BigNumberish,
|
|
1006
|
+
_gauge: AddressLike,
|
|
1007
|
+
_token: AddressLike
|
|
1008
|
+
], [
|
|
1009
|
+
bigint
|
|
1010
|
+
], "nonpayable">;
|
|
1011
|
+
getFunction(nameOrSignature: "cleverFeeRecipient"): TypedContractMethod<[], [string], "view">;
|
|
1012
|
+
getFunction(nameOrSignature: "deposit"): TypedContractMethod<[_amount: BigNumberish], [void], "nonpayable">;
|
|
1013
|
+
getFunction(nameOrSignature: "depositOnBehalfOf"): TypedContractMethod<[
|
|
1014
|
+
_user: AddressLike,
|
|
1015
|
+
_amount: BigNumberish
|
|
1016
|
+
], [
|
|
1017
|
+
void
|
|
1018
|
+
], "nonpayable">;
|
|
1019
|
+
getFunction(nameOrSignature: "depositToGauge"): TypedContractMethod<[
|
|
1020
|
+
_token: AddressLike,
|
|
1021
|
+
_gauge: AddressLike,
|
|
1022
|
+
_amount: BigNumberish
|
|
1023
|
+
], [
|
|
1024
|
+
void
|
|
1025
|
+
], "nonpayable">;
|
|
1026
|
+
getFunction(nameOrSignature: "donate"): TypedContractMethod<[_amount: BigNumberish], [void], "nonpayable">;
|
|
1027
|
+
getFunction(nameOrSignature: "epochEndToLockAmount"): TypedContractMethod<[arg0: BigNumberish], [bigint], "view">;
|
|
1028
|
+
getFunction(nameOrSignature: "epochEnds"): TypedContractMethod<[arg0: BigNumberish], [bigint], "view">;
|
|
1029
|
+
getFunction(nameOrSignature: "feeSharesBots"): TypedContractMethod<[], [bigint], "view">;
|
|
1030
|
+
getFunction(nameOrSignature: "feeSharesClever"): TypedContractMethod<[], [bigint], "view">;
|
|
1031
|
+
getFunction(nameOrSignature: "feeSharesTreasury"): TypedContractMethod<[], [bigint], "view">;
|
|
1032
|
+
getFunction(nameOrSignature: "getRoleAdmin"): TypedContractMethod<[role: BytesLike], [string], "view">;
|
|
1033
|
+
getFunction(nameOrSignature: "getUserInfo"): TypedContractMethod<[
|
|
1034
|
+
_account: AddressLike
|
|
1035
|
+
], [
|
|
1036
|
+
[
|
|
1037
|
+
bigint,
|
|
1038
|
+
bigint,
|
|
1039
|
+
bigint,
|
|
1040
|
+
bigint,
|
|
1041
|
+
bigint
|
|
1042
|
+
] & {
|
|
1043
|
+
totalDeposited: bigint;
|
|
1044
|
+
totalPendingUnlocked: bigint;
|
|
1045
|
+
totalUnlocked: bigint;
|
|
1046
|
+
totalBorrowed: bigint;
|
|
1047
|
+
totalReward: bigint;
|
|
1048
|
+
}
|
|
1049
|
+
], "view">;
|
|
1050
|
+
getFunction(nameOrSignature: "getUserLocks"): TypedContractMethod<[
|
|
1051
|
+
_account: AddressLike
|
|
1052
|
+
], [
|
|
1053
|
+
RAACLiquidLocker.EpochUnlockInfoStructOutput[]
|
|
1054
|
+
], "view">;
|
|
1055
|
+
getFunction(nameOrSignature: "grantRole"): TypedContractMethod<[
|
|
1056
|
+
role: BytesLike,
|
|
1057
|
+
account: AddressLike
|
|
1058
|
+
], [
|
|
1059
|
+
void
|
|
1060
|
+
], "nonpayable">;
|
|
1061
|
+
getFunction(nameOrSignature: "harvest"): TypedContractMethod<[
|
|
1062
|
+
_recipient: AddressLike,
|
|
1063
|
+
_minimunOut: BigNumberish
|
|
1064
|
+
], [
|
|
1065
|
+
bigint
|
|
1066
|
+
], "nonpayable">;
|
|
1067
|
+
getFunction(nameOrSignature: "harvestBountyPercentage"): TypedContractMethod<[], [bigint], "view">;
|
|
1068
|
+
getFunction(nameOrSignature: "hasRole"): TypedContractMethod<[
|
|
1069
|
+
role: BytesLike,
|
|
1070
|
+
account: AddressLike
|
|
1071
|
+
], [
|
|
1072
|
+
boolean
|
|
1073
|
+
], "view">;
|
|
1074
|
+
getFunction(nameOrSignature: "initialize"): TypedContractMethod<[
|
|
1075
|
+
_raac: AddressLike,
|
|
1076
|
+
_leRAAC: AddressLike,
|
|
1077
|
+
_veRAAC: AddressLike,
|
|
1078
|
+
_maturityVault: AddressLike,
|
|
1079
|
+
_zap: AddressLike,
|
|
1080
|
+
_intermediateRewardToken: AddressLike,
|
|
1081
|
+
_treasury: AddressLike,
|
|
1082
|
+
_cleverFeeRecipient: AddressLike,
|
|
1083
|
+
_raacBotLocker: AddressLike,
|
|
1084
|
+
_veBoost: AddressLike,
|
|
1085
|
+
_treasuryFeePercentage: BigNumberish,
|
|
1086
|
+
_harvestBountyPercentage: BigNumberish,
|
|
1087
|
+
_feeSharesBots: BigNumberish,
|
|
1088
|
+
_feeSharesClever: BigNumberish,
|
|
1089
|
+
_feeSharesTreasury: BigNumberish
|
|
1090
|
+
], [
|
|
1091
|
+
void
|
|
1092
|
+
], "nonpayable">;
|
|
1093
|
+
getFunction(nameOrSignature: "intermediateRewardToken"): TypedContractMethod<[], [string], "view">;
|
|
1094
|
+
getFunction(nameOrSignature: "isKeeper"): TypedContractMethod<[arg0: AddressLike], [boolean], "view">;
|
|
1095
|
+
getFunction(nameOrSignature: "leRAAC"): TypedContractMethod<[], [string], "view">;
|
|
1096
|
+
getFunction(nameOrSignature: "lockDurationEpochs"): TypedContractMethod<[], [bigint], "view">;
|
|
1097
|
+
getFunction(nameOrSignature: "maturityVault"): TypedContractMethod<[], [string], "view">;
|
|
1098
|
+
getFunction(nameOrSignature: "oldToNewEpochEnds"): TypedContractMethod<[arg0: BigNumberish], [bigint], "view">;
|
|
1099
|
+
getFunction(nameOrSignature: "owner"): TypedContractMethod<[], [string], "view">;
|
|
1100
|
+
getFunction(nameOrSignature: "pause"): TypedContractMethod<[], [void], "nonpayable">;
|
|
1101
|
+
getFunction(nameOrSignature: "paused"): TypedContractMethod<[], [boolean], "view">;
|
|
1102
|
+
getFunction(nameOrSignature: "pendingCumulatedAmount"): TypedContractMethod<[], [bigint], "view">;
|
|
1103
|
+
getFunction(nameOrSignature: "poolLockedUnderlying"): TypedContractMethod<[], [bigint], "view">;
|
|
1104
|
+
getFunction(nameOrSignature: "processVaultExpiredLocks"): TypedContractMethod<[], [void], "nonpayable">;
|
|
1105
|
+
getFunction(nameOrSignature: "processedEpochIndexes"): TypedContractMethod<[], [bigint], "view">;
|
|
1106
|
+
getFunction(nameOrSignature: "raac"): TypedContractMethod<[], [string], "view">;
|
|
1107
|
+
getFunction(nameOrSignature: "raacBotLocker"): TypedContractMethod<[], [string], "view">;
|
|
1108
|
+
getFunction(nameOrSignature: "renounceOwnership"): TypedContractMethod<[], [void], "nonpayable">;
|
|
1109
|
+
getFunction(nameOrSignature: "renounceRole"): TypedContractMethod<[
|
|
1110
|
+
role: BytesLike,
|
|
1111
|
+
callerConfirmation: AddressLike
|
|
1112
|
+
], [
|
|
1113
|
+
void
|
|
1114
|
+
], "nonpayable">;
|
|
1115
|
+
getFunction(nameOrSignature: "repay"): TypedContractMethod<[_leRAACAmount: BigNumberish], [void], "nonpayable">;
|
|
1116
|
+
getFunction(nameOrSignature: "repayFeePercentage"): TypedContractMethod<[], [bigint], "view">;
|
|
1117
|
+
getFunction(nameOrSignature: "requestUnlock"): TypedContractMethod<[_numLocks: BigNumberish], [void], "nonpayable">;
|
|
1118
|
+
getFunction(nameOrSignature: "reserveRate"): TypedContractMethod<[], [bigint], "view">;
|
|
1119
|
+
getFunction(nameOrSignature: "revokeRole"): TypedContractMethod<[
|
|
1120
|
+
role: BytesLike,
|
|
1121
|
+
account: AddressLike
|
|
1122
|
+
], [
|
|
1123
|
+
void
|
|
1124
|
+
], "nonpayable">;
|
|
1125
|
+
getFunction(nameOrSignature: "supportsInterface"): TypedContractMethod<[interfaceId: BytesLike], [boolean], "view">;
|
|
1126
|
+
getFunction(nameOrSignature: "totalDebtGlobal"): TypedContractMethod<[], [bigint], "view">;
|
|
1127
|
+
getFunction(nameOrSignature: "totalLockedGlobal"): TypedContractMethod<[], [bigint], "view">;
|
|
1128
|
+
getFunction(nameOrSignature: "totalRaacInPool"): TypedContractMethod<[], [bigint], "view">;
|
|
1129
|
+
getFunction(nameOrSignature: "totalUnlockedGlobal"): TypedContractMethod<[], [bigint], "view">;
|
|
1130
|
+
getFunction(nameOrSignature: "transferOwnership"): TypedContractMethod<[newOwner: AddressLike], [void], "nonpayable">;
|
|
1131
|
+
getFunction(nameOrSignature: "treasury"): TypedContractMethod<[], [string], "view">;
|
|
1132
|
+
getFunction(nameOrSignature: "treasuryFeePercentage"): TypedContractMethod<[], [bigint], "view">;
|
|
1133
|
+
getFunction(nameOrSignature: "unpause"): TypedContractMethod<[], [void], "nonpayable">;
|
|
1134
|
+
getFunction(nameOrSignature: "updateBotLocker"): TypedContractMethod<[_locker: AddressLike], [void], "nonpayable">;
|
|
1135
|
+
getFunction(nameOrSignature: "updateCleverFeeRecipient"): TypedContractMethod<[_recipient: AddressLike], [void], "nonpayable">;
|
|
1136
|
+
getFunction(nameOrSignature: "updateFeeShares"): TypedContractMethod<[
|
|
1137
|
+
_feeSharesBots: BigNumberish,
|
|
1138
|
+
_feeSharesClever: BigNumberish,
|
|
1139
|
+
_feeSharesTreasury: BigNumberish,
|
|
1140
|
+
_treasuryFeePercentage: BigNumberish
|
|
1141
|
+
], [
|
|
1142
|
+
void
|
|
1143
|
+
], "nonpayable">;
|
|
1144
|
+
getFunction(nameOrSignature: "updateHarvestBountyPercentage"): TypedContractMethod<[_percentage: BigNumberish], [void], "nonpayable">;
|
|
1145
|
+
getFunction(nameOrSignature: "updateIntermediateRewardToken"): TypedContractMethod<[
|
|
1146
|
+
_intermediateRewardToken: AddressLike
|
|
1147
|
+
], [
|
|
1148
|
+
void
|
|
1149
|
+
], "nonpayable">;
|
|
1150
|
+
getFunction(nameOrSignature: "updateRepayFeePercentage"): TypedContractMethod<[_feePercentage: BigNumberish], [void], "nonpayable">;
|
|
1151
|
+
getFunction(nameOrSignature: "updateTreasury"): TypedContractMethod<[_treasury: AddressLike], [void], "nonpayable">;
|
|
1152
|
+
getFunction(nameOrSignature: "updateWhitelist"): TypedContractMethod<[
|
|
1153
|
+
_keeper: AddressLike,
|
|
1154
|
+
_status: boolean
|
|
1155
|
+
], [
|
|
1156
|
+
void
|
|
1157
|
+
], "nonpayable">;
|
|
1158
|
+
getFunction(nameOrSignature: "updateZap"): TypedContractMethod<[_zap: AddressLike], [void], "nonpayable">;
|
|
1159
|
+
getFunction(nameOrSignature: "userInfo"): TypedContractMethod<[
|
|
1160
|
+
arg0: AddressLike
|
|
1161
|
+
], [
|
|
1162
|
+
[
|
|
1163
|
+
bigint,
|
|
1164
|
+
bigint,
|
|
1165
|
+
bigint,
|
|
1166
|
+
bigint,
|
|
1167
|
+
bigint,
|
|
1168
|
+
bigint,
|
|
1169
|
+
bigint
|
|
1170
|
+
] & {
|
|
1171
|
+
totalDebt: bigint;
|
|
1172
|
+
rewards: bigint;
|
|
1173
|
+
rewardPerSharePaid: bigint;
|
|
1174
|
+
totalLocked: bigint;
|
|
1175
|
+
totalUnlocked: bigint;
|
|
1176
|
+
nextUnlockIndex: bigint;
|
|
1177
|
+
lastProcessedEpoch: bigint;
|
|
1178
|
+
}
|
|
1179
|
+
], "view">;
|
|
1180
|
+
getFunction(nameOrSignature: "veRAAC"): TypedContractMethod<[], [string], "view">;
|
|
1181
|
+
getFunction(nameOrSignature: "voteGauge"): TypedContractMethod<[
|
|
1182
|
+
_controller: AddressLike,
|
|
1183
|
+
_gauge: AddressLike,
|
|
1184
|
+
_weight: BigNumberish
|
|
1185
|
+
], [
|
|
1186
|
+
void
|
|
1187
|
+
], "nonpayable">;
|
|
1188
|
+
getFunction(nameOrSignature: "voteGovernance"): TypedContractMethod<[
|
|
1189
|
+
_governance: AddressLike,
|
|
1190
|
+
_proposalId: BigNumberish,
|
|
1191
|
+
_support: boolean
|
|
1192
|
+
], [
|
|
1193
|
+
bigint
|
|
1194
|
+
], "nonpayable">;
|
|
1195
|
+
getFunction(nameOrSignature: "withdrawFromGauge"): TypedContractMethod<[
|
|
1196
|
+
_token: AddressLike,
|
|
1197
|
+
_gauge: AddressLike,
|
|
1198
|
+
_amount: BigNumberish,
|
|
1199
|
+
_minOut: BigNumberish,
|
|
1200
|
+
_to: AddressLike
|
|
1201
|
+
], [
|
|
1202
|
+
void
|
|
1203
|
+
], "nonpayable">;
|
|
1204
|
+
getFunction(nameOrSignature: "withdrawUnlocked"): TypedContractMethod<[], [void], "nonpayable">;
|
|
1205
|
+
getFunction(nameOrSignature: "zap"): TypedContractMethod<[], [string], "view">;
|
|
1206
|
+
getEvent(key: "BatchProcessCompleted"): TypedContractEvent<BatchProcessCompletedEvent.InputTuple, BatchProcessCompletedEvent.OutputTuple, BatchProcessCompletedEvent.OutputObject>;
|
|
1207
|
+
getEvent(key: "Borrow"): TypedContractEvent<BorrowEvent.InputTuple, BorrowEvent.OutputTuple, BorrowEvent.OutputObject>;
|
|
1208
|
+
getEvent(key: "Claim"): TypedContractEvent<ClaimEvent.InputTuple, ClaimEvent.OutputTuple, ClaimEvent.OutputObject>;
|
|
1209
|
+
getEvent(key: "ClaimRewardClaimed"): TypedContractEvent<ClaimRewardClaimedEvent.InputTuple, ClaimRewardClaimedEvent.OutputTuple, ClaimRewardClaimedEvent.OutputObject>;
|
|
1210
|
+
getEvent(key: "ClaimRewardFailed"): TypedContractEvent<ClaimRewardFailedEvent.InputTuple, ClaimRewardFailedEvent.OutputTuple, ClaimRewardFailedEvent.OutputObject>;
|
|
1211
|
+
getEvent(key: "Deposit"): TypedContractEvent<DepositEvent.InputTuple, DepositEvent.OutputTuple, DepositEvent.OutputObject>;
|
|
1212
|
+
getEvent(key: "DepositedToGauge"): TypedContractEvent<DepositedToGaugeEvent.InputTuple, DepositedToGaugeEvent.OutputTuple, DepositedToGaugeEvent.OutputObject>;
|
|
1213
|
+
getEvent(key: "GaugeVote"): TypedContractEvent<GaugeVoteEvent.InputTuple, GaugeVoteEvent.OutputTuple, GaugeVoteEvent.OutputObject>;
|
|
1214
|
+
getEvent(key: "GovernanceVote"): TypedContractEvent<GovernanceVoteEvent.InputTuple, GovernanceVoteEvent.OutputTuple, GovernanceVoteEvent.OutputObject>;
|
|
1215
|
+
getEvent(key: "Harvest"): TypedContractEvent<HarvestEvent.InputTuple, HarvestEvent.OutputTuple, HarvestEvent.OutputObject>;
|
|
1216
|
+
getEvent(key: "Initialized"): TypedContractEvent<InitializedEvent.InputTuple, InitializedEvent.OutputTuple, InitializedEvent.OutputObject>;
|
|
1217
|
+
getEvent(key: "OwnershipTransferred"): TypedContractEvent<OwnershipTransferredEvent.InputTuple, OwnershipTransferredEvent.OutputTuple, OwnershipTransferredEvent.OutputObject>;
|
|
1218
|
+
getEvent(key: "Paused"): TypedContractEvent<PausedEvent.InputTuple, PausedEvent.OutputTuple, PausedEvent.OutputObject>;
|
|
1219
|
+
getEvent(key: "ProcessUnlockableRAAC"): TypedContractEvent<ProcessUnlockableRAACEvent.InputTuple, ProcessUnlockableRAACEvent.OutputTuple, ProcessUnlockableRAACEvent.OutputObject>;
|
|
1220
|
+
getEvent(key: "Repay"): TypedContractEvent<RepayEvent.InputTuple, RepayEvent.OutputTuple, RepayEvent.OutputObject>;
|
|
1221
|
+
getEvent(key: "RewardClaimedFor"): TypedContractEvent<RewardClaimedForEvent.InputTuple, RewardClaimedForEvent.OutputTuple, RewardClaimedForEvent.OutputObject>;
|
|
1222
|
+
getEvent(key: "RoleAdminChanged"): TypedContractEvent<RoleAdminChangedEvent.InputTuple, RoleAdminChangedEvent.OutputTuple, RoleAdminChangedEvent.OutputObject>;
|
|
1223
|
+
getEvent(key: "RoleGranted"): TypedContractEvent<RoleGrantedEvent.InputTuple, RoleGrantedEvent.OutputTuple, RoleGrantedEvent.OutputObject>;
|
|
1224
|
+
getEvent(key: "RoleRevoked"): TypedContractEvent<RoleRevokedEvent.InputTuple, RoleRevokedEvent.OutputTuple, RoleRevokedEvent.OutputObject>;
|
|
1225
|
+
getEvent(key: "Unlock"): TypedContractEvent<UnlockEvent.InputTuple, UnlockEvent.OutputTuple, UnlockEvent.OutputObject>;
|
|
1226
|
+
getEvent(key: "Unpaused"): TypedContractEvent<UnpausedEvent.InputTuple, UnpausedEvent.OutputTuple, UnpausedEvent.OutputObject>;
|
|
1227
|
+
getEvent(key: "UpdateBotLocker"): TypedContractEvent<UpdateBotLockerEvent.InputTuple, UpdateBotLockerEvent.OutputTuple, UpdateBotLockerEvent.OutputObject>;
|
|
1228
|
+
getEvent(key: "UpdateCleverFeeRecipient"): TypedContractEvent<UpdateCleverFeeRecipientEvent.InputTuple, UpdateCleverFeeRecipientEvent.OutputTuple, UpdateCleverFeeRecipientEvent.OutputObject>;
|
|
1229
|
+
getEvent(key: "UpdateFeeShares"): TypedContractEvent<UpdateFeeSharesEvent.InputTuple, UpdateFeeSharesEvent.OutputTuple, UpdateFeeSharesEvent.OutputObject>;
|
|
1230
|
+
getEvent(key: "UpdateHarvestBountyPercentage"): TypedContractEvent<UpdateHarvestBountyPercentageEvent.InputTuple, UpdateHarvestBountyPercentageEvent.OutputTuple, UpdateHarvestBountyPercentageEvent.OutputObject>;
|
|
1231
|
+
getEvent(key: "UpdateIntermediateRewardToken"): TypedContractEvent<UpdateIntermediateRewardTokenEvent.InputTuple, UpdateIntermediateRewardTokenEvent.OutputTuple, UpdateIntermediateRewardTokenEvent.OutputObject>;
|
|
1232
|
+
getEvent(key: "UpdateRepayFeePercentage"): TypedContractEvent<UpdateRepayFeePercentageEvent.InputTuple, UpdateRepayFeePercentageEvent.OutputTuple, UpdateRepayFeePercentageEvent.OutputObject>;
|
|
1233
|
+
getEvent(key: "UpdateTreasury"): TypedContractEvent<UpdateTreasuryEvent.InputTuple, UpdateTreasuryEvent.OutputTuple, UpdateTreasuryEvent.OutputObject>;
|
|
1234
|
+
getEvent(key: "UpdateVeBoost"): TypedContractEvent<UpdateVeBoostEvent.InputTuple, UpdateVeBoostEvent.OutputTuple, UpdateVeBoostEvent.OutputObject>;
|
|
1235
|
+
getEvent(key: "UpdateWhitelist"): TypedContractEvent<UpdateWhitelistEvent.InputTuple, UpdateWhitelistEvent.OutputTuple, UpdateWhitelistEvent.OutputObject>;
|
|
1236
|
+
getEvent(key: "UpdateZap"): TypedContractEvent<UpdateZapEvent.InputTuple, UpdateZapEvent.OutputTuple, UpdateZapEvent.OutputObject>;
|
|
1237
|
+
getEvent(key: "UserExpiredLocksProcessed"): TypedContractEvent<UserExpiredLocksProcessedEvent.InputTuple, UserExpiredLocksProcessedEvent.OutputTuple, UserExpiredLocksProcessedEvent.OutputObject>;
|
|
1238
|
+
getEvent(key: "VaultExpiredLocksProcessed"): TypedContractEvent<VaultExpiredLocksProcessedEvent.InputTuple, VaultExpiredLocksProcessedEvent.OutputTuple, VaultExpiredLocksProcessedEvent.OutputObject>;
|
|
1239
|
+
getEvent(key: "Withdraw"): TypedContractEvent<WithdrawEvent.InputTuple, WithdrawEvent.OutputTuple, WithdrawEvent.OutputObject>;
|
|
1240
|
+
getEvent(key: "WithdrawnFromGauge"): TypedContractEvent<WithdrawnFromGaugeEvent.InputTuple, WithdrawnFromGaugeEvent.OutputTuple, WithdrawnFromGaugeEvent.OutputObject>;
|
|
1241
|
+
filters: {
|
|
1242
|
+
"BatchProcessCompleted(uint256,uint256)": TypedContractEvent<BatchProcessCompletedEvent.InputTuple, BatchProcessCompletedEvent.OutputTuple, BatchProcessCompletedEvent.OutputObject>;
|
|
1243
|
+
BatchProcessCompleted: TypedContractEvent<BatchProcessCompletedEvent.InputTuple, BatchProcessCompletedEvent.OutputTuple, BatchProcessCompletedEvent.OutputObject>;
|
|
1244
|
+
"Borrow(address,address,uint256)": TypedContractEvent<BorrowEvent.InputTuple, BorrowEvent.OutputTuple, BorrowEvent.OutputObject>;
|
|
1245
|
+
Borrow: TypedContractEvent<BorrowEvent.InputTuple, BorrowEvent.OutputTuple, BorrowEvent.OutputObject>;
|
|
1246
|
+
"Claim(address,uint256)": TypedContractEvent<ClaimEvent.InputTuple, ClaimEvent.OutputTuple, ClaimEvent.OutputObject>;
|
|
1247
|
+
Claim: TypedContractEvent<ClaimEvent.InputTuple, ClaimEvent.OutputTuple, ClaimEvent.OutputObject>;
|
|
1248
|
+
"ClaimRewardClaimed(address,uint256)": TypedContractEvent<ClaimRewardClaimedEvent.InputTuple, ClaimRewardClaimedEvent.OutputTuple, ClaimRewardClaimedEvent.OutputObject>;
|
|
1249
|
+
ClaimRewardClaimed: TypedContractEvent<ClaimRewardClaimedEvent.InputTuple, ClaimRewardClaimedEvent.OutputTuple, ClaimRewardClaimedEvent.OutputObject>;
|
|
1250
|
+
"ClaimRewardFailed(address,string)": TypedContractEvent<ClaimRewardFailedEvent.InputTuple, ClaimRewardFailedEvent.OutputTuple, ClaimRewardFailedEvent.OutputObject>;
|
|
1251
|
+
ClaimRewardFailed: TypedContractEvent<ClaimRewardFailedEvent.InputTuple, ClaimRewardFailedEvent.OutputTuple, ClaimRewardFailedEvent.OutputObject>;
|
|
1252
|
+
"Deposit(address,address,uint256)": TypedContractEvent<DepositEvent.InputTuple, DepositEvent.OutputTuple, DepositEvent.OutputObject>;
|
|
1253
|
+
Deposit: TypedContractEvent<DepositEvent.InputTuple, DepositEvent.OutputTuple, DepositEvent.OutputObject>;
|
|
1254
|
+
"DepositedToGauge(address,uint256,address)": TypedContractEvent<DepositedToGaugeEvent.InputTuple, DepositedToGaugeEvent.OutputTuple, DepositedToGaugeEvent.OutputObject>;
|
|
1255
|
+
DepositedToGauge: TypedContractEvent<DepositedToGaugeEvent.InputTuple, DepositedToGaugeEvent.OutputTuple, DepositedToGaugeEvent.OutputObject>;
|
|
1256
|
+
"GaugeVote(address,address,uint256)": TypedContractEvent<GaugeVoteEvent.InputTuple, GaugeVoteEvent.OutputTuple, GaugeVoteEvent.OutputObject>;
|
|
1257
|
+
GaugeVote: TypedContractEvent<GaugeVoteEvent.InputTuple, GaugeVoteEvent.OutputTuple, GaugeVoteEvent.OutputObject>;
|
|
1258
|
+
"GovernanceVote(address,uint256,bool,uint256)": TypedContractEvent<GovernanceVoteEvent.InputTuple, GovernanceVoteEvent.OutputTuple, GovernanceVoteEvent.OutputObject>;
|
|
1259
|
+
GovernanceVote: TypedContractEvent<GovernanceVoteEvent.InputTuple, GovernanceVoteEvent.OutputTuple, GovernanceVoteEvent.OutputObject>;
|
|
1260
|
+
"Harvest(address,uint256,uint256,uint256)": TypedContractEvent<HarvestEvent.InputTuple, HarvestEvent.OutputTuple, HarvestEvent.OutputObject>;
|
|
1261
|
+
Harvest: TypedContractEvent<HarvestEvent.InputTuple, HarvestEvent.OutputTuple, HarvestEvent.OutputObject>;
|
|
1262
|
+
"Initialized(uint64)": TypedContractEvent<InitializedEvent.InputTuple, InitializedEvent.OutputTuple, InitializedEvent.OutputObject>;
|
|
1263
|
+
Initialized: TypedContractEvent<InitializedEvent.InputTuple, InitializedEvent.OutputTuple, InitializedEvent.OutputObject>;
|
|
1264
|
+
"OwnershipTransferred(address,address)": TypedContractEvent<OwnershipTransferredEvent.InputTuple, OwnershipTransferredEvent.OutputTuple, OwnershipTransferredEvent.OutputObject>;
|
|
1265
|
+
OwnershipTransferred: TypedContractEvent<OwnershipTransferredEvent.InputTuple, OwnershipTransferredEvent.OutputTuple, OwnershipTransferredEvent.OutputObject>;
|
|
1266
|
+
"Paused(address)": TypedContractEvent<PausedEvent.InputTuple, PausedEvent.OutputTuple, PausedEvent.OutputObject>;
|
|
1267
|
+
Paused: TypedContractEvent<PausedEvent.InputTuple, PausedEvent.OutputTuple, PausedEvent.OutputObject>;
|
|
1268
|
+
"ProcessUnlockableRAAC(uint256,uint256,uint256)": TypedContractEvent<ProcessUnlockableRAACEvent.InputTuple, ProcessUnlockableRAACEvent.OutputTuple, ProcessUnlockableRAACEvent.OutputObject>;
|
|
1269
|
+
ProcessUnlockableRAAC: TypedContractEvent<ProcessUnlockableRAACEvent.InputTuple, ProcessUnlockableRAACEvent.OutputTuple, ProcessUnlockableRAACEvent.OutputObject>;
|
|
1270
|
+
"Repay(address,uint256)": TypedContractEvent<RepayEvent.InputTuple, RepayEvent.OutputTuple, RepayEvent.OutputObject>;
|
|
1271
|
+
Repay: TypedContractEvent<RepayEvent.InputTuple, RepayEvent.OutputTuple, RepayEvent.OutputObject>;
|
|
1272
|
+
"RewardClaimedFor(address,address,address,uint256)": TypedContractEvent<RewardClaimedForEvent.InputTuple, RewardClaimedForEvent.OutputTuple, RewardClaimedForEvent.OutputObject>;
|
|
1273
|
+
RewardClaimedFor: TypedContractEvent<RewardClaimedForEvent.InputTuple, RewardClaimedForEvent.OutputTuple, RewardClaimedForEvent.OutputObject>;
|
|
1274
|
+
"RoleAdminChanged(bytes32,bytes32,bytes32)": TypedContractEvent<RoleAdminChangedEvent.InputTuple, RoleAdminChangedEvent.OutputTuple, RoleAdminChangedEvent.OutputObject>;
|
|
1275
|
+
RoleAdminChanged: TypedContractEvent<RoleAdminChangedEvent.InputTuple, RoleAdminChangedEvent.OutputTuple, RoleAdminChangedEvent.OutputObject>;
|
|
1276
|
+
"RoleGranted(bytes32,address,address)": TypedContractEvent<RoleGrantedEvent.InputTuple, RoleGrantedEvent.OutputTuple, RoleGrantedEvent.OutputObject>;
|
|
1277
|
+
RoleGranted: TypedContractEvent<RoleGrantedEvent.InputTuple, RoleGrantedEvent.OutputTuple, RoleGrantedEvent.OutputObject>;
|
|
1278
|
+
"RoleRevoked(bytes32,address,address)": TypedContractEvent<RoleRevokedEvent.InputTuple, RoleRevokedEvent.OutputTuple, RoleRevokedEvent.OutputObject>;
|
|
1279
|
+
RoleRevoked: TypedContractEvent<RoleRevokedEvent.InputTuple, RoleRevokedEvent.OutputTuple, RoleRevokedEvent.OutputObject>;
|
|
1280
|
+
"Unlock(address,uint256,uint256)": TypedContractEvent<UnlockEvent.InputTuple, UnlockEvent.OutputTuple, UnlockEvent.OutputObject>;
|
|
1281
|
+
Unlock: TypedContractEvent<UnlockEvent.InputTuple, UnlockEvent.OutputTuple, UnlockEvent.OutputObject>;
|
|
1282
|
+
"Unpaused(address)": TypedContractEvent<UnpausedEvent.InputTuple, UnpausedEvent.OutputTuple, UnpausedEvent.OutputObject>;
|
|
1283
|
+
Unpaused: TypedContractEvent<UnpausedEvent.InputTuple, UnpausedEvent.OutputTuple, UnpausedEvent.OutputObject>;
|
|
1284
|
+
"UpdateBotLocker(address)": TypedContractEvent<UpdateBotLockerEvent.InputTuple, UpdateBotLockerEvent.OutputTuple, UpdateBotLockerEvent.OutputObject>;
|
|
1285
|
+
UpdateBotLocker: TypedContractEvent<UpdateBotLockerEvent.InputTuple, UpdateBotLockerEvent.OutputTuple, UpdateBotLockerEvent.OutputObject>;
|
|
1286
|
+
"UpdateCleverFeeRecipient(address)": TypedContractEvent<UpdateCleverFeeRecipientEvent.InputTuple, UpdateCleverFeeRecipientEvent.OutputTuple, UpdateCleverFeeRecipientEvent.OutputObject>;
|
|
1287
|
+
UpdateCleverFeeRecipient: TypedContractEvent<UpdateCleverFeeRecipientEvent.InputTuple, UpdateCleverFeeRecipientEvent.OutputTuple, UpdateCleverFeeRecipientEvent.OutputObject>;
|
|
1288
|
+
"UpdateFeeShares(uint256,uint256,uint256,uint256)": TypedContractEvent<UpdateFeeSharesEvent.InputTuple, UpdateFeeSharesEvent.OutputTuple, UpdateFeeSharesEvent.OutputObject>;
|
|
1289
|
+
UpdateFeeShares: TypedContractEvent<UpdateFeeSharesEvent.InputTuple, UpdateFeeSharesEvent.OutputTuple, UpdateFeeSharesEvent.OutputObject>;
|
|
1290
|
+
"UpdateHarvestBountyPercentage(uint256)": TypedContractEvent<UpdateHarvestBountyPercentageEvent.InputTuple, UpdateHarvestBountyPercentageEvent.OutputTuple, UpdateHarvestBountyPercentageEvent.OutputObject>;
|
|
1291
|
+
UpdateHarvestBountyPercentage: TypedContractEvent<UpdateHarvestBountyPercentageEvent.InputTuple, UpdateHarvestBountyPercentageEvent.OutputTuple, UpdateHarvestBountyPercentageEvent.OutputObject>;
|
|
1292
|
+
"UpdateIntermediateRewardToken(address)": TypedContractEvent<UpdateIntermediateRewardTokenEvent.InputTuple, UpdateIntermediateRewardTokenEvent.OutputTuple, UpdateIntermediateRewardTokenEvent.OutputObject>;
|
|
1293
|
+
UpdateIntermediateRewardToken: TypedContractEvent<UpdateIntermediateRewardTokenEvent.InputTuple, UpdateIntermediateRewardTokenEvent.OutputTuple, UpdateIntermediateRewardTokenEvent.OutputObject>;
|
|
1294
|
+
"UpdateRepayFeePercentage(uint256)": TypedContractEvent<UpdateRepayFeePercentageEvent.InputTuple, UpdateRepayFeePercentageEvent.OutputTuple, UpdateRepayFeePercentageEvent.OutputObject>;
|
|
1295
|
+
UpdateRepayFeePercentage: TypedContractEvent<UpdateRepayFeePercentageEvent.InputTuple, UpdateRepayFeePercentageEvent.OutputTuple, UpdateRepayFeePercentageEvent.OutputObject>;
|
|
1296
|
+
"UpdateTreasury(address)": TypedContractEvent<UpdateTreasuryEvent.InputTuple, UpdateTreasuryEvent.OutputTuple, UpdateTreasuryEvent.OutputObject>;
|
|
1297
|
+
UpdateTreasury: TypedContractEvent<UpdateTreasuryEvent.InputTuple, UpdateTreasuryEvent.OutputTuple, UpdateTreasuryEvent.OutputObject>;
|
|
1298
|
+
"UpdateVeBoost(address)": TypedContractEvent<UpdateVeBoostEvent.InputTuple, UpdateVeBoostEvent.OutputTuple, UpdateVeBoostEvent.OutputObject>;
|
|
1299
|
+
UpdateVeBoost: TypedContractEvent<UpdateVeBoostEvent.InputTuple, UpdateVeBoostEvent.OutputTuple, UpdateVeBoostEvent.OutputObject>;
|
|
1300
|
+
"UpdateWhitelist(address,bool)": TypedContractEvent<UpdateWhitelistEvent.InputTuple, UpdateWhitelistEvent.OutputTuple, UpdateWhitelistEvent.OutputObject>;
|
|
1301
|
+
UpdateWhitelist: TypedContractEvent<UpdateWhitelistEvent.InputTuple, UpdateWhitelistEvent.OutputTuple, UpdateWhitelistEvent.OutputObject>;
|
|
1302
|
+
"UpdateZap(address)": TypedContractEvent<UpdateZapEvent.InputTuple, UpdateZapEvent.OutputTuple, UpdateZapEvent.OutputObject>;
|
|
1303
|
+
UpdateZap: TypedContractEvent<UpdateZapEvent.InputTuple, UpdateZapEvent.OutputTuple, UpdateZapEvent.OutputObject>;
|
|
1304
|
+
"UserExpiredLocksProcessed(address,uint256)": TypedContractEvent<UserExpiredLocksProcessedEvent.InputTuple, UserExpiredLocksProcessedEvent.OutputTuple, UserExpiredLocksProcessedEvent.OutputObject>;
|
|
1305
|
+
UserExpiredLocksProcessed: TypedContractEvent<UserExpiredLocksProcessedEvent.InputTuple, UserExpiredLocksProcessedEvent.OutputTuple, UserExpiredLocksProcessedEvent.OutputObject>;
|
|
1306
|
+
"VaultExpiredLocksProcessed(uint256)": TypedContractEvent<VaultExpiredLocksProcessedEvent.InputTuple, VaultExpiredLocksProcessedEvent.OutputTuple, VaultExpiredLocksProcessedEvent.OutputObject>;
|
|
1307
|
+
VaultExpiredLocksProcessed: TypedContractEvent<VaultExpiredLocksProcessedEvent.InputTuple, VaultExpiredLocksProcessedEvent.OutputTuple, VaultExpiredLocksProcessedEvent.OutputObject>;
|
|
1308
|
+
"Withdraw(address,uint256)": TypedContractEvent<WithdrawEvent.InputTuple, WithdrawEvent.OutputTuple, WithdrawEvent.OutputObject>;
|
|
1309
|
+
Withdraw: TypedContractEvent<WithdrawEvent.InputTuple, WithdrawEvent.OutputTuple, WithdrawEvent.OutputObject>;
|
|
1310
|
+
"WithdrawnFromGauge(address,uint256,address)": TypedContractEvent<WithdrawnFromGaugeEvent.InputTuple, WithdrawnFromGaugeEvent.OutputTuple, WithdrawnFromGaugeEvent.OutputObject>;
|
|
1311
|
+
WithdrawnFromGauge: TypedContractEvent<WithdrawnFromGaugeEvent.InputTuple, WithdrawnFromGaugeEvent.OutputTuple, WithdrawnFromGaugeEvent.OutputObject>;
|
|
1312
|
+
};
|
|
1313
|
+
}
|