@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
package/dist/types/typechain-types/contracts/interfaces/core/governance/gauges/IBaseGauge.d.ts
CHANGED
|
@@ -1,149 +1,134 @@
|
|
|
1
1
|
import type { BaseContract, BigNumberish, BytesLike, FunctionFragment, Result, Interface, EventFragment, AddressLike, ContractRunner, ContractMethod, Listener } from "ethers";
|
|
2
2
|
import type { TypedContractEvent, TypedDeferredTopicFilter, TypedEventLog, TypedLogDescription, TypedListener, TypedContractMethod } from "../../../../../common";
|
|
3
|
-
export declare namespace
|
|
4
|
-
type
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
export declare namespace IBaseGauge {
|
|
4
|
+
type RewardTokenDataStruct = {
|
|
5
|
+
isActive: boolean;
|
|
6
|
+
decimals: BigNumberish;
|
|
7
|
+
rate: BigNumberish;
|
|
8
|
+
integral: BigNumberish;
|
|
7
9
|
lastUpdateTime: BigNumberish;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
totalDuration: BigNumberish;
|
|
11
|
-
weight: BigNumberish;
|
|
10
|
+
distributed: BigNumberish;
|
|
11
|
+
leftoverRewards: BigNumberish;
|
|
12
12
|
};
|
|
13
|
-
type
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
type RewardTokenDataStructOutput = [
|
|
14
|
+
isActive: boolean,
|
|
15
|
+
decimals: bigint,
|
|
16
|
+
rate: bigint,
|
|
17
|
+
integral: bigint,
|
|
16
18
|
lastUpdateTime: bigint,
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
totalDuration: bigint,
|
|
20
|
-
weight: bigint
|
|
19
|
+
distributed: bigint,
|
|
20
|
+
leftoverRewards: bigint
|
|
21
21
|
] & {
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
isActive: boolean;
|
|
23
|
+
decimals: bigint;
|
|
24
|
+
rate: bigint;
|
|
25
|
+
integral: bigint;
|
|
24
26
|
lastUpdateTime: bigint;
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
totalDuration: bigint;
|
|
28
|
-
weight: bigint;
|
|
27
|
+
distributed: bigint;
|
|
28
|
+
leftoverRewards: bigint;
|
|
29
29
|
};
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
periodStartTime: BigNumberish;
|
|
30
|
+
type UserGaugeTokenRewardDataStruct = {
|
|
31
|
+
integral: BigNumberish;
|
|
32
|
+
lastGaugeIntegral: BigNumberish;
|
|
33
|
+
claimable: BigNumberish;
|
|
34
|
+
claimed: BigNumberish;
|
|
35
|
+
lastUpdate: BigNumberish;
|
|
37
36
|
};
|
|
38
|
-
type
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
37
|
+
type UserGaugeTokenRewardDataStructOutput = [
|
|
38
|
+
integral: bigint,
|
|
39
|
+
lastGaugeIntegral: bigint,
|
|
40
|
+
claimable: bigint,
|
|
41
|
+
claimed: bigint,
|
|
42
|
+
lastUpdate: bigint
|
|
43
43
|
] & {
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
44
|
+
integral: bigint;
|
|
45
|
+
lastGaugeIntegral: bigint;
|
|
46
|
+
claimable: bigint;
|
|
47
|
+
claimed: bigint;
|
|
48
|
+
lastUpdate: bigint;
|
|
48
49
|
};
|
|
49
50
|
}
|
|
50
51
|
export interface IBaseGaugeInterface extends Interface {
|
|
51
|
-
getFunction(nameOrSignature: "balanceOf" | "claimRewardToken" | "getDistributors" | "
|
|
52
|
-
getEvent(nameOrSignatureOrTopic: "
|
|
52
|
+
getFunction(nameOrSignature: "addRewardToken" | "allEarnedRewards" | "allPendingExtraRewards" | "allPendingRewards" | "balanceOf" | "claimExtraReward" | "claimExtraRewards" | "claimOnBehalfOf" | "claimRewardToken" | "claimRewards" | "claimRewardsFor" | "depositRewardToken" | "earnedReward" | "emergencyWithdraw" | "getControllerAddress" | "getDecimalAdjustment" | "getDistributors" | "getGaugeRewardTokenData" | "getPeriodBoundaries" | "getRewardTokens" | "getUserRewardTokenData" | "getUserWeight" | "initializeRewardToken" | "manageDistributor" | "pendingExtraRewards" | "pendingRewards" | "periodDuration" | "rawBalanceOf" | "rawTotalSupply" | "setDistributorApproval" | "setEmergencyPaused" | "stake" | "syncRewardTokens" | "totalSupply" | "updateUserRewards" | "withdraw"): FunctionFragment;
|
|
53
|
+
getEvent(nameOrSignatureOrTopic: "DepositRAACOnClaimUpdated" | "DistributorApprovalUpdated" | "DistributorUpdated" | "EmergencyPauseUpdated" | "ExtraRewardClaimed" | "ExtraRewardDeposited" | "ExtraRewardTokenAdded" | "LeftoverRewardsIncluded" | "RewardTokenActivated" | "RewardTokenAdded" | "RewardTokenRegistered" | "RewardTransferred" | "Staked" | "UserRewardsUpdated" | "Withdrawn" | "WorkingBalanceUpdated"): EventFragment;
|
|
54
|
+
encodeFunctionData(functionFragment: "addRewardToken", values: [AddressLike, AddressLike]): string;
|
|
55
|
+
encodeFunctionData(functionFragment: "allEarnedRewards", values: [AddressLike]): string;
|
|
56
|
+
encodeFunctionData(functionFragment: "allPendingExtraRewards", values: [AddressLike]): string;
|
|
57
|
+
encodeFunctionData(functionFragment: "allPendingRewards", values: [AddressLike]): string;
|
|
53
58
|
encodeFunctionData(functionFragment: "balanceOf", values: [AddressLike]): string;
|
|
59
|
+
encodeFunctionData(functionFragment: "claimExtraReward", values: [AddressLike]): string;
|
|
60
|
+
encodeFunctionData(functionFragment: "claimExtraRewards", values?: undefined): string;
|
|
61
|
+
encodeFunctionData(functionFragment: "claimOnBehalfOf", values: [AddressLike, BigNumberish, AddressLike]): string;
|
|
54
62
|
encodeFunctionData(functionFragment: "claimRewardToken", values: [AddressLike]): string;
|
|
63
|
+
encodeFunctionData(functionFragment: "claimRewards", values?: undefined): string;
|
|
64
|
+
encodeFunctionData(functionFragment: "claimRewardsFor", values: [AddressLike]): string;
|
|
65
|
+
encodeFunctionData(functionFragment: "depositRewardToken", values: [AddressLike, BigNumberish]): string;
|
|
66
|
+
encodeFunctionData(functionFragment: "earnedReward", values: [AddressLike, AddressLike]): string;
|
|
67
|
+
encodeFunctionData(functionFragment: "emergencyWithdraw", values: [AddressLike, BigNumberish]): string;
|
|
68
|
+
encodeFunctionData(functionFragment: "getControllerAddress", values?: undefined): string;
|
|
69
|
+
encodeFunctionData(functionFragment: "getDecimalAdjustment", values: [AddressLike]): string;
|
|
55
70
|
encodeFunctionData(functionFragment: "getDistributors", values?: undefined): string;
|
|
56
|
-
encodeFunctionData(functionFragment: "
|
|
71
|
+
encodeFunctionData(functionFragment: "getGaugeRewardTokenData", values: [AddressLike]): string;
|
|
72
|
+
encodeFunctionData(functionFragment: "getPeriodBoundaries", values?: undefined): string;
|
|
57
73
|
encodeFunctionData(functionFragment: "getRewardTokens", values?: undefined): string;
|
|
58
|
-
encodeFunctionData(functionFragment: "
|
|
74
|
+
encodeFunctionData(functionFragment: "getUserRewardTokenData", values: [AddressLike, AddressLike]): string;
|
|
59
75
|
encodeFunctionData(functionFragment: "getUserWeight", values: [AddressLike]): string;
|
|
60
76
|
encodeFunctionData(functionFragment: "initializeRewardToken", values: [AddressLike, AddressLike]): string;
|
|
61
77
|
encodeFunctionData(functionFragment: "manageDistributor", values: [AddressLike, boolean]): string;
|
|
62
|
-
encodeFunctionData(functionFragment: "
|
|
78
|
+
encodeFunctionData(functionFragment: "pendingExtraRewards", values: [AddressLike, AddressLike]): string;
|
|
63
79
|
encodeFunctionData(functionFragment: "pendingRewards", values: [AddressLike, AddressLike]): string;
|
|
64
80
|
encodeFunctionData(functionFragment: "periodDuration", values?: undefined): string;
|
|
65
|
-
encodeFunctionData(functionFragment: "
|
|
66
|
-
encodeFunctionData(functionFragment: "
|
|
81
|
+
encodeFunctionData(functionFragment: "rawBalanceOf", values: [AddressLike]): string;
|
|
82
|
+
encodeFunctionData(functionFragment: "rawTotalSupply", values?: undefined): string;
|
|
67
83
|
encodeFunctionData(functionFragment: "setDistributorApproval", values: [AddressLike, boolean]): string;
|
|
68
84
|
encodeFunctionData(functionFragment: "setEmergencyPaused", values: [boolean]): string;
|
|
69
|
-
encodeFunctionData(functionFragment: "
|
|
70
|
-
encodeFunctionData(functionFragment: "
|
|
71
|
-
encodeFunctionData(functionFragment: "setTokenEmissionCap", values: [AddressLike, BigNumberish]): string;
|
|
72
|
-
encodeFunctionData(functionFragment: "syncRewardData", values: [AddressLike]): string;
|
|
85
|
+
encodeFunctionData(functionFragment: "stake", values: [BigNumberish]): string;
|
|
86
|
+
encodeFunctionData(functionFragment: "syncRewardTokens", values?: undefined): string;
|
|
73
87
|
encodeFunctionData(functionFragment: "totalSupply", values?: undefined): string;
|
|
74
|
-
encodeFunctionData(functionFragment: "
|
|
88
|
+
encodeFunctionData(functionFragment: "updateUserRewards", values?: undefined): string;
|
|
89
|
+
encodeFunctionData(functionFragment: "withdraw", values: [BigNumberish]): string;
|
|
90
|
+
decodeFunctionResult(functionFragment: "addRewardToken", data: BytesLike): Result;
|
|
91
|
+
decodeFunctionResult(functionFragment: "allEarnedRewards", data: BytesLike): Result;
|
|
92
|
+
decodeFunctionResult(functionFragment: "allPendingExtraRewards", data: BytesLike): Result;
|
|
93
|
+
decodeFunctionResult(functionFragment: "allPendingRewards", data: BytesLike): Result;
|
|
75
94
|
decodeFunctionResult(functionFragment: "balanceOf", data: BytesLike): Result;
|
|
95
|
+
decodeFunctionResult(functionFragment: "claimExtraReward", data: BytesLike): Result;
|
|
96
|
+
decodeFunctionResult(functionFragment: "claimExtraRewards", data: BytesLike): Result;
|
|
97
|
+
decodeFunctionResult(functionFragment: "claimOnBehalfOf", data: BytesLike): Result;
|
|
76
98
|
decodeFunctionResult(functionFragment: "claimRewardToken", data: BytesLike): Result;
|
|
99
|
+
decodeFunctionResult(functionFragment: "claimRewards", data: BytesLike): Result;
|
|
100
|
+
decodeFunctionResult(functionFragment: "claimRewardsFor", data: BytesLike): Result;
|
|
101
|
+
decodeFunctionResult(functionFragment: "depositRewardToken", data: BytesLike): Result;
|
|
102
|
+
decodeFunctionResult(functionFragment: "earnedReward", data: BytesLike): Result;
|
|
103
|
+
decodeFunctionResult(functionFragment: "emergencyWithdraw", data: BytesLike): Result;
|
|
104
|
+
decodeFunctionResult(functionFragment: "getControllerAddress", data: BytesLike): Result;
|
|
105
|
+
decodeFunctionResult(functionFragment: "getDecimalAdjustment", data: BytesLike): Result;
|
|
77
106
|
decodeFunctionResult(functionFragment: "getDistributors", data: BytesLike): Result;
|
|
78
|
-
decodeFunctionResult(functionFragment: "
|
|
107
|
+
decodeFunctionResult(functionFragment: "getGaugeRewardTokenData", data: BytesLike): Result;
|
|
108
|
+
decodeFunctionResult(functionFragment: "getPeriodBoundaries", data: BytesLike): Result;
|
|
79
109
|
decodeFunctionResult(functionFragment: "getRewardTokens", data: BytesLike): Result;
|
|
80
|
-
decodeFunctionResult(functionFragment: "
|
|
110
|
+
decodeFunctionResult(functionFragment: "getUserRewardTokenData", data: BytesLike): Result;
|
|
81
111
|
decodeFunctionResult(functionFragment: "getUserWeight", data: BytesLike): Result;
|
|
82
112
|
decodeFunctionResult(functionFragment: "initializeRewardToken", data: BytesLike): Result;
|
|
83
113
|
decodeFunctionResult(functionFragment: "manageDistributor", data: BytesLike): Result;
|
|
84
|
-
decodeFunctionResult(functionFragment: "
|
|
114
|
+
decodeFunctionResult(functionFragment: "pendingExtraRewards", data: BytesLike): Result;
|
|
85
115
|
decodeFunctionResult(functionFragment: "pendingRewards", data: BytesLike): Result;
|
|
86
116
|
decodeFunctionResult(functionFragment: "periodDuration", data: BytesLike): Result;
|
|
87
|
-
decodeFunctionResult(functionFragment: "
|
|
88
|
-
decodeFunctionResult(functionFragment: "
|
|
117
|
+
decodeFunctionResult(functionFragment: "rawBalanceOf", data: BytesLike): Result;
|
|
118
|
+
decodeFunctionResult(functionFragment: "rawTotalSupply", data: BytesLike): Result;
|
|
89
119
|
decodeFunctionResult(functionFragment: "setDistributorApproval", data: BytesLike): Result;
|
|
90
120
|
decodeFunctionResult(functionFragment: "setEmergencyPaused", data: BytesLike): Result;
|
|
91
|
-
decodeFunctionResult(functionFragment: "
|
|
92
|
-
decodeFunctionResult(functionFragment: "
|
|
93
|
-
decodeFunctionResult(functionFragment: "setTokenEmissionCap", data: BytesLike): Result;
|
|
94
|
-
decodeFunctionResult(functionFragment: "syncRewardData", data: BytesLike): Result;
|
|
121
|
+
decodeFunctionResult(functionFragment: "stake", data: BytesLike): Result;
|
|
122
|
+
decodeFunctionResult(functionFragment: "syncRewardTokens", data: BytesLike): Result;
|
|
95
123
|
decodeFunctionResult(functionFragment: "totalSupply", data: BytesLike): Result;
|
|
96
|
-
decodeFunctionResult(functionFragment: "
|
|
97
|
-
|
|
98
|
-
export declare namespace BoostAmplificationToggledEvent {
|
|
99
|
-
type InputTuple = [enabled: boolean];
|
|
100
|
-
type OutputTuple = [enabled: boolean];
|
|
101
|
-
interface OutputObject {
|
|
102
|
-
enabled: boolean;
|
|
103
|
-
}
|
|
104
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
105
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
106
|
-
type Log = TypedEventLog<Event>;
|
|
107
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
108
|
-
}
|
|
109
|
-
export declare namespace CheckpointEvent {
|
|
110
|
-
type InputTuple = [user: AddressLike, timestamp: BigNumberish];
|
|
111
|
-
type OutputTuple = [user: string, timestamp: bigint];
|
|
112
|
-
interface OutputObject {
|
|
113
|
-
user: string;
|
|
114
|
-
timestamp: bigint;
|
|
115
|
-
}
|
|
116
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
117
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
118
|
-
type Log = TypedEventLog<Event>;
|
|
119
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
120
|
-
}
|
|
121
|
-
export declare namespace DirectionVotedEvent {
|
|
122
|
-
type InputTuple = [
|
|
123
|
-
user: AddressLike,
|
|
124
|
-
direction: BigNumberish,
|
|
125
|
-
votingPower: BigNumberish
|
|
126
|
-
];
|
|
127
|
-
type OutputTuple = [
|
|
128
|
-
user: string,
|
|
129
|
-
direction: bigint,
|
|
130
|
-
votingPower: bigint
|
|
131
|
-
];
|
|
132
|
-
interface OutputObject {
|
|
133
|
-
user: string;
|
|
134
|
-
direction: bigint;
|
|
135
|
-
votingPower: bigint;
|
|
136
|
-
}
|
|
137
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
138
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
139
|
-
type Log = TypedEventLog<Event>;
|
|
140
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
124
|
+
decodeFunctionResult(functionFragment: "updateUserRewards", data: BytesLike): Result;
|
|
125
|
+
decodeFunctionResult(functionFragment: "withdraw", data: BytesLike): Result;
|
|
141
126
|
}
|
|
142
|
-
export declare namespace
|
|
143
|
-
type InputTuple = [
|
|
144
|
-
type OutputTuple = [
|
|
127
|
+
export declare namespace DepositRAACOnClaimUpdatedEvent {
|
|
128
|
+
type InputTuple = [depositRAACOnClaim: boolean];
|
|
129
|
+
type OutputTuple = [depositRAACOnClaim: boolean];
|
|
145
130
|
interface OutputObject {
|
|
146
|
-
|
|
131
|
+
depositRAACOnClaim: boolean;
|
|
147
132
|
}
|
|
148
133
|
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
149
134
|
type Filter = TypedDeferredTopicFilter<Event>;
|
|
@@ -188,79 +173,73 @@ export declare namespace EmergencyPauseUpdatedEvent {
|
|
|
188
173
|
type Log = TypedEventLog<Event>;
|
|
189
174
|
type LogDescription = TypedLogDescription<Event>;
|
|
190
175
|
}
|
|
191
|
-
export declare namespace
|
|
192
|
-
type InputTuple = [
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
type
|
|
198
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
199
|
-
type Log = TypedEventLog<Event>;
|
|
200
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
201
|
-
}
|
|
202
|
-
export declare namespace EmissionUpdatedEvent {
|
|
203
|
-
type InputTuple = [newEmission: BigNumberish];
|
|
204
|
-
type OutputTuple = [newEmission: bigint];
|
|
176
|
+
export declare namespace ExtraRewardClaimedEvent {
|
|
177
|
+
type InputTuple = [
|
|
178
|
+
token: AddressLike,
|
|
179
|
+
user: AddressLike,
|
|
180
|
+
amount: BigNumberish
|
|
181
|
+
];
|
|
182
|
+
type OutputTuple = [token: string, user: string, amount: bigint];
|
|
205
183
|
interface OutputObject {
|
|
206
|
-
|
|
184
|
+
token: string;
|
|
185
|
+
user: string;
|
|
186
|
+
amount: bigint;
|
|
207
187
|
}
|
|
208
188
|
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
209
189
|
type Filter = TypedDeferredTopicFilter<Event>;
|
|
210
190
|
type Log = TypedEventLog<Event>;
|
|
211
191
|
type LogDescription = TypedLogDescription<Event>;
|
|
212
192
|
}
|
|
213
|
-
export declare namespace
|
|
214
|
-
type InputTuple = [
|
|
215
|
-
type OutputTuple = [
|
|
193
|
+
export declare namespace ExtraRewardDepositedEvent {
|
|
194
|
+
type InputTuple = [token: AddressLike, amount: BigNumberish];
|
|
195
|
+
type OutputTuple = [token: string, amount: bigint];
|
|
216
196
|
interface OutputObject {
|
|
217
|
-
|
|
197
|
+
token: string;
|
|
198
|
+
amount: bigint;
|
|
218
199
|
}
|
|
219
200
|
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
220
201
|
type Filter = TypedDeferredTopicFilter<Event>;
|
|
221
202
|
type Log = TypedEventLog<Event>;
|
|
222
203
|
type LogDescription = TypedLogDescription<Event>;
|
|
223
204
|
}
|
|
224
|
-
export declare namespace
|
|
225
|
-
type InputTuple = [
|
|
226
|
-
type OutputTuple = [
|
|
205
|
+
export declare namespace ExtraRewardTokenAddedEvent {
|
|
206
|
+
type InputTuple = [token: AddressLike, distributor: AddressLike];
|
|
207
|
+
type OutputTuple = [token: string, distributor: string];
|
|
227
208
|
interface OutputObject {
|
|
228
|
-
|
|
229
|
-
|
|
209
|
+
token: string;
|
|
210
|
+
distributor: string;
|
|
230
211
|
}
|
|
231
212
|
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
232
213
|
type Filter = TypedDeferredTopicFilter<Event>;
|
|
233
214
|
type Log = TypedEventLog<Event>;
|
|
234
215
|
type LogDescription = TypedLogDescription<Event>;
|
|
235
216
|
}
|
|
236
|
-
export declare namespace
|
|
217
|
+
export declare namespace LeftoverRewardsIncludedEvent {
|
|
237
218
|
type InputTuple = [
|
|
238
219
|
token: AddressLike,
|
|
239
|
-
|
|
240
|
-
|
|
220
|
+
leftoverAmount: BigNumberish,
|
|
221
|
+
newRewards: BigNumberish
|
|
222
|
+
];
|
|
223
|
+
type OutputTuple = [
|
|
224
|
+
token: string,
|
|
225
|
+
leftoverAmount: bigint,
|
|
226
|
+
newRewards: bigint
|
|
241
227
|
];
|
|
242
|
-
type OutputTuple = [token: string, amount: bigint, rewardRate: bigint];
|
|
243
228
|
interface OutputObject {
|
|
244
229
|
token: string;
|
|
245
|
-
|
|
246
|
-
|
|
230
|
+
leftoverAmount: bigint;
|
|
231
|
+
newRewards: bigint;
|
|
247
232
|
}
|
|
248
233
|
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
249
234
|
type Filter = TypedDeferredTopicFilter<Event>;
|
|
250
235
|
type Log = TypedEventLog<Event>;
|
|
251
236
|
type LogDescription = TypedLogDescription<Event>;
|
|
252
237
|
}
|
|
253
|
-
export declare namespace
|
|
254
|
-
type InputTuple = [
|
|
255
|
-
|
|
256
|
-
token: AddressLike,
|
|
257
|
-
amount: BigNumberish
|
|
258
|
-
];
|
|
259
|
-
type OutputTuple = [user: string, token: string, amount: bigint];
|
|
238
|
+
export declare namespace RewardTokenActivatedEvent {
|
|
239
|
+
type InputTuple = [token: AddressLike];
|
|
240
|
+
type OutputTuple = [token: string];
|
|
260
241
|
interface OutputObject {
|
|
261
|
-
user: string;
|
|
262
242
|
token: string;
|
|
263
|
-
amount: bigint;
|
|
264
243
|
}
|
|
265
244
|
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
266
245
|
type Filter = TypedDeferredTopicFilter<Event>;
|
|
@@ -278,60 +257,40 @@ export declare namespace RewardTokenAddedEvent {
|
|
|
278
257
|
type Log = TypedEventLog<Event>;
|
|
279
258
|
type LogDescription = TypedLogDescription<Event>;
|
|
280
259
|
}
|
|
281
|
-
export declare namespace
|
|
282
|
-
type InputTuple = [
|
|
283
|
-
type OutputTuple = [
|
|
284
|
-
interface OutputObject {
|
|
285
|
-
user: string;
|
|
286
|
-
amount: bigint;
|
|
287
|
-
}
|
|
288
|
-
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
289
|
-
type Filter = TypedDeferredTopicFilter<Event>;
|
|
290
|
-
type Log = TypedEventLog<Event>;
|
|
291
|
-
type LogDescription = TypedLogDescription<Event>;
|
|
292
|
-
}
|
|
293
|
-
export declare namespace TokenBoostRatioUpdatedEvent {
|
|
294
|
-
type InputTuple = [token: AddressLike, ratio: BigNumberish];
|
|
295
|
-
type OutputTuple = [token: string, ratio: bigint];
|
|
260
|
+
export declare namespace RewardTokenRegisteredEvent {
|
|
261
|
+
type InputTuple = [token: AddressLike];
|
|
262
|
+
type OutputTuple = [token: string];
|
|
296
263
|
interface OutputObject {
|
|
297
264
|
token: string;
|
|
298
|
-
ratio: bigint;
|
|
299
265
|
}
|
|
300
266
|
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
301
267
|
type Filter = TypedDeferredTopicFilter<Event>;
|
|
302
268
|
type Log = TypedEventLog<Event>;
|
|
303
269
|
type LogDescription = TypedLogDescription<Event>;
|
|
304
270
|
}
|
|
305
|
-
export declare namespace
|
|
306
|
-
type InputTuple = [
|
|
307
|
-
|
|
271
|
+
export declare namespace RewardTransferredEvent {
|
|
272
|
+
type InputTuple = [
|
|
273
|
+
user: AddressLike,
|
|
274
|
+
token: AddressLike,
|
|
275
|
+
amount: BigNumberish
|
|
276
|
+
];
|
|
277
|
+
type OutputTuple = [user: string, token: string, amount: bigint];
|
|
308
278
|
interface OutputObject {
|
|
279
|
+
user: string;
|
|
309
280
|
token: string;
|
|
310
|
-
|
|
281
|
+
amount: bigint;
|
|
311
282
|
}
|
|
312
283
|
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
313
284
|
type Filter = TypedDeferredTopicFilter<Event>;
|
|
314
285
|
type Log = TypedEventLog<Event>;
|
|
315
286
|
type LogDescription = TypedLogDescription<Event>;
|
|
316
287
|
}
|
|
317
|
-
export declare namespace
|
|
318
|
-
type InputTuple = [
|
|
319
|
-
|
|
320
|
-
token: AddressLike,
|
|
321
|
-
newIntegral: BigNumberish,
|
|
322
|
-
timestamp: BigNumberish
|
|
323
|
-
];
|
|
324
|
-
type OutputTuple = [
|
|
325
|
-
user: string,
|
|
326
|
-
token: string,
|
|
327
|
-
newIntegral: bigint,
|
|
328
|
-
timestamp: bigint
|
|
329
|
-
];
|
|
288
|
+
export declare namespace StakedEvent {
|
|
289
|
+
type InputTuple = [user: AddressLike, amount: BigNumberish];
|
|
290
|
+
type OutputTuple = [user: string, amount: bigint];
|
|
330
291
|
interface OutputObject {
|
|
331
292
|
user: string;
|
|
332
|
-
|
|
333
|
-
newIntegral: bigint;
|
|
334
|
-
timestamp: bigint;
|
|
293
|
+
amount: bigint;
|
|
335
294
|
}
|
|
336
295
|
type Event = TypedContractEvent<InputTuple, OutputTuple, OutputObject>;
|
|
337
296
|
type Filter = TypedDeferredTopicFilter<Event>;
|
|
@@ -387,26 +346,105 @@ export interface IBaseGauge extends BaseContract {
|
|
|
387
346
|
listeners<TCEvent extends TypedContractEvent>(event: TCEvent): Promise<Array<TypedListener<TCEvent>>>;
|
|
388
347
|
listeners(eventName?: string): Promise<Array<Listener>>;
|
|
389
348
|
removeAllListeners<TCEvent extends TypedContractEvent>(event?: TCEvent): Promise<this>;
|
|
349
|
+
addRewardToken: TypedContractMethod<[
|
|
350
|
+
token: AddressLike,
|
|
351
|
+
distributor: AddressLike
|
|
352
|
+
], [
|
|
353
|
+
void
|
|
354
|
+
], "nonpayable">;
|
|
355
|
+
allEarnedRewards: TypedContractMethod<[
|
|
356
|
+
account: AddressLike
|
|
357
|
+
], [
|
|
358
|
+
[string[], bigint[]] & {
|
|
359
|
+
tokens: string[];
|
|
360
|
+
amounts: bigint[];
|
|
361
|
+
}
|
|
362
|
+
], "view">;
|
|
363
|
+
allPendingExtraRewards: TypedContractMethod<[
|
|
364
|
+
user: AddressLike
|
|
365
|
+
], [
|
|
366
|
+
[string[], bigint[]] & {
|
|
367
|
+
tokens: string[];
|
|
368
|
+
amounts: bigint[];
|
|
369
|
+
}
|
|
370
|
+
], "view">;
|
|
371
|
+
allPendingRewards: TypedContractMethod<[
|
|
372
|
+
account: AddressLike
|
|
373
|
+
], [
|
|
374
|
+
[string[], bigint[]] & {
|
|
375
|
+
tokens: string[];
|
|
376
|
+
amounts: bigint[];
|
|
377
|
+
}
|
|
378
|
+
], "view">;
|
|
390
379
|
balanceOf: TypedContractMethod<[account: AddressLike], [bigint], "view">;
|
|
380
|
+
claimExtraReward: TypedContractMethod<[
|
|
381
|
+
token: AddressLike
|
|
382
|
+
], [
|
|
383
|
+
bigint
|
|
384
|
+
], "nonpayable">;
|
|
385
|
+
claimExtraRewards: TypedContractMethod<[], [void], "nonpayable">;
|
|
386
|
+
claimOnBehalfOf: TypedContractMethod<[
|
|
387
|
+
token: AddressLike,
|
|
388
|
+
amount: BigNumberish,
|
|
389
|
+
user: AddressLike
|
|
390
|
+
], [
|
|
391
|
+
bigint
|
|
392
|
+
], "nonpayable">;
|
|
391
393
|
claimRewardToken: TypedContractMethod<[
|
|
392
394
|
token: AddressLike
|
|
393
395
|
], [
|
|
394
396
|
bigint
|
|
395
397
|
], "nonpayable">;
|
|
396
|
-
|
|
397
|
-
|
|
398
|
+
claimRewards: TypedContractMethod<[], [void], "nonpayable">;
|
|
399
|
+
claimRewardsFor: TypedContractMethod<[
|
|
400
|
+
user: AddressLike
|
|
401
|
+
], [
|
|
402
|
+
void
|
|
403
|
+
], "nonpayable">;
|
|
404
|
+
depositRewardToken: TypedContractMethod<[
|
|
405
|
+
token: AddressLike,
|
|
406
|
+
amount: BigNumberish
|
|
407
|
+
], [
|
|
408
|
+
void
|
|
409
|
+
], "nonpayable">;
|
|
410
|
+
earnedReward: TypedContractMethod<[
|
|
411
|
+
token: AddressLike,
|
|
412
|
+
user: AddressLike
|
|
398
413
|
], [
|
|
399
|
-
|
|
414
|
+
bigint
|
|
400
415
|
], "view">;
|
|
401
|
-
|
|
402
|
-
|
|
416
|
+
emergencyWithdraw: TypedContractMethod<[
|
|
417
|
+
token: AddressLike,
|
|
418
|
+
amount: BigNumberish
|
|
419
|
+
], [
|
|
420
|
+
void
|
|
421
|
+
], "nonpayable">;
|
|
422
|
+
getControllerAddress: TypedContractMethod<[], [string], "view">;
|
|
423
|
+
getDecimalAdjustment: TypedContractMethod<[
|
|
403
424
|
token: AddressLike
|
|
425
|
+
], [
|
|
426
|
+
bigint
|
|
427
|
+
], "view">;
|
|
428
|
+
getDistributors: TypedContractMethod<[], [string[]], "view">;
|
|
429
|
+
getGaugeRewardTokenData: TypedContractMethod<[
|
|
430
|
+
token: AddressLike
|
|
431
|
+
], [
|
|
432
|
+
IBaseGauge.RewardTokenDataStructOutput
|
|
433
|
+
], "view">;
|
|
434
|
+
getPeriodBoundaries: TypedContractMethod<[
|
|
404
435
|
], [
|
|
405
436
|
[bigint, bigint] & {
|
|
406
|
-
|
|
407
|
-
|
|
437
|
+
periodStartTime: bigint;
|
|
438
|
+
periodEndTime: bigint;
|
|
408
439
|
}
|
|
409
440
|
], "view">;
|
|
441
|
+
getRewardTokens: TypedContractMethod<[], [string[]], "view">;
|
|
442
|
+
getUserRewardTokenData: TypedContractMethod<[
|
|
443
|
+
token: AddressLike,
|
|
444
|
+
user: AddressLike
|
|
445
|
+
], [
|
|
446
|
+
IBaseGauge.UserGaugeTokenRewardDataStructOutput
|
|
447
|
+
], "view">;
|
|
410
448
|
getUserWeight: TypedContractMethod<[user: AddressLike], [bigint], "view">;
|
|
411
449
|
initializeRewardToken: TypedContractMethod<[
|
|
412
450
|
token: AddressLike,
|
|
@@ -420,12 +458,12 @@ export interface IBaseGauge extends BaseContract {
|
|
|
420
458
|
], [
|
|
421
459
|
void
|
|
422
460
|
], "nonpayable">;
|
|
423
|
-
|
|
461
|
+
pendingExtraRewards: TypedContractMethod<[
|
|
424
462
|
token: AddressLike,
|
|
425
|
-
|
|
463
|
+
user: AddressLike
|
|
426
464
|
], [
|
|
427
|
-
|
|
428
|
-
], "
|
|
465
|
+
bigint
|
|
466
|
+
], "view">;
|
|
429
467
|
pendingRewards: TypedContractMethod<[
|
|
430
468
|
token: AddressLike,
|
|
431
469
|
user: AddressLike
|
|
@@ -433,21 +471,8 @@ export interface IBaseGauge extends BaseContract {
|
|
|
433
471
|
bigint
|
|
434
472
|
], "view">;
|
|
435
473
|
periodDuration: TypedContractMethod<[], [bigint], "view">;
|
|
436
|
-
|
|
437
|
-
], [
|
|
438
|
-
[
|
|
439
|
-
TimeWeightedAverage.PeriodStructOutput,
|
|
440
|
-
bigint,
|
|
441
|
-
bigint,
|
|
442
|
-
bigint
|
|
443
|
-
] & {
|
|
444
|
-
votingPeriod: TimeWeightedAverage.PeriodStructOutput;
|
|
445
|
-
emission: bigint;
|
|
446
|
-
distributed: bigint;
|
|
447
|
-
periodStartTime: bigint;
|
|
448
|
-
}
|
|
449
|
-
], "view">;
|
|
450
|
-
rewardToken: TypedContractMethod<[], [string], "view">;
|
|
474
|
+
rawBalanceOf: TypedContractMethod<[account: AddressLike], [bigint], "view">;
|
|
475
|
+
rawTotalSupply: TypedContractMethod<[], [bigint], "view">;
|
|
451
476
|
setDistributorApproval: TypedContractMethod<[
|
|
452
477
|
distributor: AddressLike,
|
|
453
478
|
isApproved: boolean
|
|
@@ -459,43 +484,95 @@ export interface IBaseGauge extends BaseContract {
|
|
|
459
484
|
], [
|
|
460
485
|
void
|
|
461
486
|
], "nonpayable">;
|
|
462
|
-
|
|
463
|
-
|
|
487
|
+
stake: TypedContractMethod<[amount: BigNumberish], [void], "nonpayable">;
|
|
488
|
+
syncRewardTokens: TypedContractMethod<[], [void], "nonpayable">;
|
|
489
|
+
totalSupply: TypedContractMethod<[], [bigint], "view">;
|
|
490
|
+
updateUserRewards: TypedContractMethod<[], [void], "nonpayable">;
|
|
491
|
+
withdraw: TypedContractMethod<[amount: BigNumberish], [void], "nonpayable">;
|
|
492
|
+
getFunction<T extends ContractMethod = ContractMethod>(key: string | FunctionFragment): T;
|
|
493
|
+
getFunction(nameOrSignature: "addRewardToken"): TypedContractMethod<[
|
|
494
|
+
token: AddressLike,
|
|
495
|
+
distributor: AddressLike
|
|
464
496
|
], [
|
|
465
497
|
void
|
|
466
498
|
], "nonpayable">;
|
|
467
|
-
|
|
468
|
-
|
|
499
|
+
getFunction(nameOrSignature: "allEarnedRewards"): TypedContractMethod<[
|
|
500
|
+
account: AddressLike
|
|
469
501
|
], [
|
|
470
|
-
|
|
502
|
+
[string[], bigint[]] & {
|
|
503
|
+
tokens: string[];
|
|
504
|
+
amounts: bigint[];
|
|
505
|
+
}
|
|
506
|
+
], "view">;
|
|
507
|
+
getFunction(nameOrSignature: "allPendingExtraRewards"): TypedContractMethod<[
|
|
508
|
+
user: AddressLike
|
|
509
|
+
], [
|
|
510
|
+
[string[], bigint[]] & {
|
|
511
|
+
tokens: string[];
|
|
512
|
+
amounts: bigint[];
|
|
513
|
+
}
|
|
514
|
+
], "view">;
|
|
515
|
+
getFunction(nameOrSignature: "allPendingRewards"): TypedContractMethod<[
|
|
516
|
+
account: AddressLike
|
|
517
|
+
], [
|
|
518
|
+
[string[], bigint[]] & {
|
|
519
|
+
tokens: string[];
|
|
520
|
+
amounts: bigint[];
|
|
521
|
+
}
|
|
522
|
+
], "view">;
|
|
523
|
+
getFunction(nameOrSignature: "balanceOf"): TypedContractMethod<[account: AddressLike], [bigint], "view">;
|
|
524
|
+
getFunction(nameOrSignature: "claimExtraReward"): TypedContractMethod<[token: AddressLike], [bigint], "nonpayable">;
|
|
525
|
+
getFunction(nameOrSignature: "claimExtraRewards"): TypedContractMethod<[], [void], "nonpayable">;
|
|
526
|
+
getFunction(nameOrSignature: "claimOnBehalfOf"): TypedContractMethod<[
|
|
527
|
+
token: AddressLike,
|
|
528
|
+
amount: BigNumberish,
|
|
529
|
+
user: AddressLike
|
|
530
|
+
], [
|
|
531
|
+
bigint
|
|
471
532
|
], "nonpayable">;
|
|
472
|
-
|
|
533
|
+
getFunction(nameOrSignature: "claimRewardToken"): TypedContractMethod<[token: AddressLike], [bigint], "nonpayable">;
|
|
534
|
+
getFunction(nameOrSignature: "claimRewards"): TypedContractMethod<[], [void], "nonpayable">;
|
|
535
|
+
getFunction(nameOrSignature: "claimRewardsFor"): TypedContractMethod<[user: AddressLike], [void], "nonpayable">;
|
|
536
|
+
getFunction(nameOrSignature: "depositRewardToken"): TypedContractMethod<[
|
|
473
537
|
token: AddressLike,
|
|
474
|
-
|
|
538
|
+
amount: BigNumberish
|
|
475
539
|
], [
|
|
476
540
|
void
|
|
477
541
|
], "nonpayable">;
|
|
478
|
-
|
|
479
|
-
token: AddressLike
|
|
542
|
+
getFunction(nameOrSignature: "earnedReward"): TypedContractMethod<[
|
|
543
|
+
token: AddressLike,
|
|
544
|
+
user: AddressLike
|
|
545
|
+
], [
|
|
546
|
+
bigint
|
|
547
|
+
], "view">;
|
|
548
|
+
getFunction(nameOrSignature: "emergencyWithdraw"): TypedContractMethod<[
|
|
549
|
+
token: AddressLike,
|
|
550
|
+
amount: BigNumberish
|
|
480
551
|
], [
|
|
481
552
|
void
|
|
482
553
|
], "nonpayable">;
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
getFunction<T extends ContractMethod = ContractMethod>(key: string | FunctionFragment): T;
|
|
486
|
-
getFunction(nameOrSignature: "balanceOf"): TypedContractMethod<[account: AddressLike], [bigint], "view">;
|
|
487
|
-
getFunction(nameOrSignature: "claimRewardToken"): TypedContractMethod<[token: AddressLike], [bigint], "nonpayable">;
|
|
554
|
+
getFunction(nameOrSignature: "getControllerAddress"): TypedContractMethod<[], [string], "view">;
|
|
555
|
+
getFunction(nameOrSignature: "getDecimalAdjustment"): TypedContractMethod<[token: AddressLike], [bigint], "view">;
|
|
488
556
|
getFunction(nameOrSignature: "getDistributors"): TypedContractMethod<[], [string[]], "view">;
|
|
489
|
-
getFunction(nameOrSignature: "
|
|
490
|
-
getFunction(nameOrSignature: "getRewardTokens"): TypedContractMethod<[], [string[]], "view">;
|
|
491
|
-
getFunction(nameOrSignature: "getTokenEmissionState"): TypedContractMethod<[
|
|
557
|
+
getFunction(nameOrSignature: "getGaugeRewardTokenData"): TypedContractMethod<[
|
|
492
558
|
token: AddressLike
|
|
559
|
+
], [
|
|
560
|
+
IBaseGauge.RewardTokenDataStructOutput
|
|
561
|
+
], "view">;
|
|
562
|
+
getFunction(nameOrSignature: "getPeriodBoundaries"): TypedContractMethod<[
|
|
493
563
|
], [
|
|
494
564
|
[bigint, bigint] & {
|
|
495
|
-
|
|
496
|
-
|
|
565
|
+
periodStartTime: bigint;
|
|
566
|
+
periodEndTime: bigint;
|
|
497
567
|
}
|
|
498
568
|
], "view">;
|
|
569
|
+
getFunction(nameOrSignature: "getRewardTokens"): TypedContractMethod<[], [string[]], "view">;
|
|
570
|
+
getFunction(nameOrSignature: "getUserRewardTokenData"): TypedContractMethod<[
|
|
571
|
+
token: AddressLike,
|
|
572
|
+
user: AddressLike
|
|
573
|
+
], [
|
|
574
|
+
IBaseGauge.UserGaugeTokenRewardDataStructOutput
|
|
575
|
+
], "view">;
|
|
499
576
|
getFunction(nameOrSignature: "getUserWeight"): TypedContractMethod<[user: AddressLike], [bigint], "view">;
|
|
500
577
|
getFunction(nameOrSignature: "initializeRewardToken"): TypedContractMethod<[
|
|
501
578
|
token: AddressLike,
|
|
@@ -509,12 +586,12 @@ export interface IBaseGauge extends BaseContract {
|
|
|
509
586
|
], [
|
|
510
587
|
void
|
|
511
588
|
], "nonpayable">;
|
|
512
|
-
getFunction(nameOrSignature: "
|
|
589
|
+
getFunction(nameOrSignature: "pendingExtraRewards"): TypedContractMethod<[
|
|
513
590
|
token: AddressLike,
|
|
514
|
-
|
|
591
|
+
user: AddressLike
|
|
515
592
|
], [
|
|
516
|
-
|
|
517
|
-
], "
|
|
593
|
+
bigint
|
|
594
|
+
], "view">;
|
|
518
595
|
getFunction(nameOrSignature: "pendingRewards"): TypedContractMethod<[
|
|
519
596
|
token: AddressLike,
|
|
520
597
|
user: AddressLike
|
|
@@ -522,21 +599,8 @@ export interface IBaseGauge extends BaseContract {
|
|
|
522
599
|
bigint
|
|
523
600
|
], "view">;
|
|
524
601
|
getFunction(nameOrSignature: "periodDuration"): TypedContractMethod<[], [bigint], "view">;
|
|
525
|
-
getFunction(nameOrSignature: "
|
|
526
|
-
], [
|
|
527
|
-
[
|
|
528
|
-
TimeWeightedAverage.PeriodStructOutput,
|
|
529
|
-
bigint,
|
|
530
|
-
bigint,
|
|
531
|
-
bigint
|
|
532
|
-
] & {
|
|
533
|
-
votingPeriod: TimeWeightedAverage.PeriodStructOutput;
|
|
534
|
-
emission: bigint;
|
|
535
|
-
distributed: bigint;
|
|
536
|
-
periodStartTime: bigint;
|
|
537
|
-
}
|
|
538
|
-
], "view">;
|
|
539
|
-
getFunction(nameOrSignature: "rewardToken"): TypedContractMethod<[], [string], "view">;
|
|
602
|
+
getFunction(nameOrSignature: "rawBalanceOf"): TypedContractMethod<[account: AddressLike], [bigint], "view">;
|
|
603
|
+
getFunction(nameOrSignature: "rawTotalSupply"): TypedContractMethod<[], [bigint], "view">;
|
|
540
604
|
getFunction(nameOrSignature: "setDistributorApproval"): TypedContractMethod<[
|
|
541
605
|
distributor: AddressLike,
|
|
542
606
|
isApproved: boolean
|
|
@@ -544,75 +608,54 @@ export interface IBaseGauge extends BaseContract {
|
|
|
544
608
|
void
|
|
545
609
|
], "nonpayable">;
|
|
546
610
|
getFunction(nameOrSignature: "setEmergencyPaused"): TypedContractMethod<[_paused: boolean], [void], "nonpayable">;
|
|
547
|
-
getFunction(nameOrSignature: "
|
|
548
|
-
getFunction(nameOrSignature: "
|
|
549
|
-
getFunction(nameOrSignature: "setTokenEmissionCap"): TypedContractMethod<[
|
|
550
|
-
token: AddressLike,
|
|
551
|
-
emissionCap: BigNumberish
|
|
552
|
-
], [
|
|
553
|
-
void
|
|
554
|
-
], "nonpayable">;
|
|
555
|
-
getFunction(nameOrSignature: "syncRewardData"): TypedContractMethod<[token: AddressLike], [void], "nonpayable">;
|
|
611
|
+
getFunction(nameOrSignature: "stake"): TypedContractMethod<[amount: BigNumberish], [void], "nonpayable">;
|
|
612
|
+
getFunction(nameOrSignature: "syncRewardTokens"): TypedContractMethod<[], [void], "nonpayable">;
|
|
556
613
|
getFunction(nameOrSignature: "totalSupply"): TypedContractMethod<[], [bigint], "view">;
|
|
557
|
-
getFunction(nameOrSignature: "
|
|
558
|
-
|
|
559
|
-
getEvent(key: "
|
|
560
|
-
getEvent(key: "DirectionVoted"): TypedContractEvent<DirectionVotedEvent.InputTuple, DirectionVotedEvent.OutputTuple, DirectionVotedEvent.OutputObject>;
|
|
561
|
-
getEvent(key: "DistributionCapUpdated"): TypedContractEvent<DistributionCapUpdatedEvent.InputTuple, DistributionCapUpdatedEvent.OutputTuple, DistributionCapUpdatedEvent.OutputObject>;
|
|
614
|
+
getFunction(nameOrSignature: "updateUserRewards"): TypedContractMethod<[], [void], "nonpayable">;
|
|
615
|
+
getFunction(nameOrSignature: "withdraw"): TypedContractMethod<[amount: BigNumberish], [void], "nonpayable">;
|
|
616
|
+
getEvent(key: "DepositRAACOnClaimUpdated"): TypedContractEvent<DepositRAACOnClaimUpdatedEvent.InputTuple, DepositRAACOnClaimUpdatedEvent.OutputTuple, DepositRAACOnClaimUpdatedEvent.OutputObject>;
|
|
562
617
|
getEvent(key: "DistributorApprovalUpdated"): TypedContractEvent<DistributorApprovalUpdatedEvent.InputTuple, DistributorApprovalUpdatedEvent.OutputTuple, DistributorApprovalUpdatedEvent.OutputObject>;
|
|
563
618
|
getEvent(key: "DistributorUpdated"): TypedContractEvent<DistributorUpdatedEvent.InputTuple, DistributorUpdatedEvent.OutputTuple, DistributorUpdatedEvent.OutputObject>;
|
|
564
619
|
getEvent(key: "EmergencyPauseUpdated"): TypedContractEvent<EmergencyPauseUpdatedEvent.InputTuple, EmergencyPauseUpdatedEvent.OutputTuple, EmergencyPauseUpdatedEvent.OutputObject>;
|
|
565
|
-
getEvent(key: "
|
|
566
|
-
getEvent(key: "
|
|
567
|
-
getEvent(key: "
|
|
568
|
-
getEvent(key: "
|
|
569
|
-
getEvent(key: "
|
|
570
|
-
getEvent(key: "RewardPaid"): TypedContractEvent<RewardPaidEvent.InputTuple, RewardPaidEvent.OutputTuple, RewardPaidEvent.OutputObject>;
|
|
620
|
+
getEvent(key: "ExtraRewardClaimed"): TypedContractEvent<ExtraRewardClaimedEvent.InputTuple, ExtraRewardClaimedEvent.OutputTuple, ExtraRewardClaimedEvent.OutputObject>;
|
|
621
|
+
getEvent(key: "ExtraRewardDeposited"): TypedContractEvent<ExtraRewardDepositedEvent.InputTuple, ExtraRewardDepositedEvent.OutputTuple, ExtraRewardDepositedEvent.OutputObject>;
|
|
622
|
+
getEvent(key: "ExtraRewardTokenAdded"): TypedContractEvent<ExtraRewardTokenAddedEvent.InputTuple, ExtraRewardTokenAddedEvent.OutputTuple, ExtraRewardTokenAddedEvent.OutputObject>;
|
|
623
|
+
getEvent(key: "LeftoverRewardsIncluded"): TypedContractEvent<LeftoverRewardsIncludedEvent.InputTuple, LeftoverRewardsIncludedEvent.OutputTuple, LeftoverRewardsIncludedEvent.OutputObject>;
|
|
624
|
+
getEvent(key: "RewardTokenActivated"): TypedContractEvent<RewardTokenActivatedEvent.InputTuple, RewardTokenActivatedEvent.OutputTuple, RewardTokenActivatedEvent.OutputObject>;
|
|
571
625
|
getEvent(key: "RewardTokenAdded"): TypedContractEvent<RewardTokenAddedEvent.InputTuple, RewardTokenAddedEvent.OutputTuple, RewardTokenAddedEvent.OutputObject>;
|
|
626
|
+
getEvent(key: "RewardTokenRegistered"): TypedContractEvent<RewardTokenRegisteredEvent.InputTuple, RewardTokenRegisteredEvent.OutputTuple, RewardTokenRegisteredEvent.OutputObject>;
|
|
627
|
+
getEvent(key: "RewardTransferred"): TypedContractEvent<RewardTransferredEvent.InputTuple, RewardTransferredEvent.OutputTuple, RewardTransferredEvent.OutputObject>;
|
|
572
628
|
getEvent(key: "Staked"): TypedContractEvent<StakedEvent.InputTuple, StakedEvent.OutputTuple, StakedEvent.OutputObject>;
|
|
573
|
-
getEvent(key: "TokenBoostRatioUpdated"): TypedContractEvent<TokenBoostRatioUpdatedEvent.InputTuple, TokenBoostRatioUpdatedEvent.OutputTuple, TokenBoostRatioUpdatedEvent.OutputObject>;
|
|
574
|
-
getEvent(key: "TokenEmissionCapUpdated"): TypedContractEvent<TokenEmissionCapUpdatedEvent.InputTuple, TokenEmissionCapUpdatedEvent.OutputTuple, TokenEmissionCapUpdatedEvent.OutputObject>;
|
|
575
|
-
getEvent(key: "UserRewardDataUpdated"): TypedContractEvent<UserRewardDataUpdatedEvent.InputTuple, UserRewardDataUpdatedEvent.OutputTuple, UserRewardDataUpdatedEvent.OutputObject>;
|
|
576
629
|
getEvent(key: "UserRewardsUpdated"): TypedContractEvent<UserRewardsUpdatedEvent.InputTuple, UserRewardsUpdatedEvent.OutputTuple, UserRewardsUpdatedEvent.OutputObject>;
|
|
577
630
|
getEvent(key: "Withdrawn"): TypedContractEvent<WithdrawnEvent.InputTuple, WithdrawnEvent.OutputTuple, WithdrawnEvent.OutputObject>;
|
|
578
631
|
getEvent(key: "WorkingBalanceUpdated"): TypedContractEvent<WorkingBalanceUpdatedEvent.InputTuple, WorkingBalanceUpdatedEvent.OutputTuple, WorkingBalanceUpdatedEvent.OutputObject>;
|
|
579
632
|
filters: {
|
|
580
|
-
"
|
|
581
|
-
|
|
582
|
-
"Checkpoint(address,uint256)": TypedContractEvent<CheckpointEvent.InputTuple, CheckpointEvent.OutputTuple, CheckpointEvent.OutputObject>;
|
|
583
|
-
Checkpoint: TypedContractEvent<CheckpointEvent.InputTuple, CheckpointEvent.OutputTuple, CheckpointEvent.OutputObject>;
|
|
584
|
-
"DirectionVoted(address,uint256,uint256)": TypedContractEvent<DirectionVotedEvent.InputTuple, DirectionVotedEvent.OutputTuple, DirectionVotedEvent.OutputObject>;
|
|
585
|
-
DirectionVoted: TypedContractEvent<DirectionVotedEvent.InputTuple, DirectionVotedEvent.OutputTuple, DirectionVotedEvent.OutputObject>;
|
|
586
|
-
"DistributionCapUpdated(uint256)": TypedContractEvent<DistributionCapUpdatedEvent.InputTuple, DistributionCapUpdatedEvent.OutputTuple, DistributionCapUpdatedEvent.OutputObject>;
|
|
587
|
-
DistributionCapUpdated: TypedContractEvent<DistributionCapUpdatedEvent.InputTuple, DistributionCapUpdatedEvent.OutputTuple, DistributionCapUpdatedEvent.OutputObject>;
|
|
633
|
+
"DepositRAACOnClaimUpdated(bool)": TypedContractEvent<DepositRAACOnClaimUpdatedEvent.InputTuple, DepositRAACOnClaimUpdatedEvent.OutputTuple, DepositRAACOnClaimUpdatedEvent.OutputObject>;
|
|
634
|
+
DepositRAACOnClaimUpdated: TypedContractEvent<DepositRAACOnClaimUpdatedEvent.InputTuple, DepositRAACOnClaimUpdatedEvent.OutputTuple, DepositRAACOnClaimUpdatedEvent.OutputObject>;
|
|
588
635
|
"DistributorApprovalUpdated(address,bool)": TypedContractEvent<DistributorApprovalUpdatedEvent.InputTuple, DistributorApprovalUpdatedEvent.OutputTuple, DistributorApprovalUpdatedEvent.OutputObject>;
|
|
589
636
|
DistributorApprovalUpdated: TypedContractEvent<DistributorApprovalUpdatedEvent.InputTuple, DistributorApprovalUpdatedEvent.OutputTuple, DistributorApprovalUpdatedEvent.OutputObject>;
|
|
590
637
|
"DistributorUpdated(address,bool)": TypedContractEvent<DistributorUpdatedEvent.InputTuple, DistributorUpdatedEvent.OutputTuple, DistributorUpdatedEvent.OutputObject>;
|
|
591
638
|
DistributorUpdated: TypedContractEvent<DistributorUpdatedEvent.InputTuple, DistributorUpdatedEvent.OutputTuple, DistributorUpdatedEvent.OutputObject>;
|
|
592
639
|
"EmergencyPauseUpdated(bool)": TypedContractEvent<EmergencyPauseUpdatedEvent.InputTuple, EmergencyPauseUpdatedEvent.OutputTuple, EmergencyPauseUpdatedEvent.OutputObject>;
|
|
593
640
|
EmergencyPauseUpdated: TypedContractEvent<EmergencyPauseUpdatedEvent.InputTuple, EmergencyPauseUpdatedEvent.OutputTuple, EmergencyPauseUpdatedEvent.OutputObject>;
|
|
594
|
-
"
|
|
595
|
-
|
|
596
|
-
"
|
|
597
|
-
|
|
598
|
-
"
|
|
599
|
-
|
|
600
|
-
"
|
|
601
|
-
|
|
602
|
-
"
|
|
603
|
-
|
|
604
|
-
"RewardPaid(address,address,uint256)": TypedContractEvent<RewardPaidEvent.InputTuple, RewardPaidEvent.OutputTuple, RewardPaidEvent.OutputObject>;
|
|
605
|
-
RewardPaid: TypedContractEvent<RewardPaidEvent.InputTuple, RewardPaidEvent.OutputTuple, RewardPaidEvent.OutputObject>;
|
|
641
|
+
"ExtraRewardClaimed(address,address,uint256)": TypedContractEvent<ExtraRewardClaimedEvent.InputTuple, ExtraRewardClaimedEvent.OutputTuple, ExtraRewardClaimedEvent.OutputObject>;
|
|
642
|
+
ExtraRewardClaimed: TypedContractEvent<ExtraRewardClaimedEvent.InputTuple, ExtraRewardClaimedEvent.OutputTuple, ExtraRewardClaimedEvent.OutputObject>;
|
|
643
|
+
"ExtraRewardDeposited(address,uint256)": TypedContractEvent<ExtraRewardDepositedEvent.InputTuple, ExtraRewardDepositedEvent.OutputTuple, ExtraRewardDepositedEvent.OutputObject>;
|
|
644
|
+
ExtraRewardDeposited: TypedContractEvent<ExtraRewardDepositedEvent.InputTuple, ExtraRewardDepositedEvent.OutputTuple, ExtraRewardDepositedEvent.OutputObject>;
|
|
645
|
+
"ExtraRewardTokenAdded(address,address)": TypedContractEvent<ExtraRewardTokenAddedEvent.InputTuple, ExtraRewardTokenAddedEvent.OutputTuple, ExtraRewardTokenAddedEvent.OutputObject>;
|
|
646
|
+
ExtraRewardTokenAdded: TypedContractEvent<ExtraRewardTokenAddedEvent.InputTuple, ExtraRewardTokenAddedEvent.OutputTuple, ExtraRewardTokenAddedEvent.OutputObject>;
|
|
647
|
+
"LeftoverRewardsIncluded(address,uint256,uint256)": TypedContractEvent<LeftoverRewardsIncludedEvent.InputTuple, LeftoverRewardsIncludedEvent.OutputTuple, LeftoverRewardsIncludedEvent.OutputObject>;
|
|
648
|
+
LeftoverRewardsIncluded: TypedContractEvent<LeftoverRewardsIncludedEvent.InputTuple, LeftoverRewardsIncludedEvent.OutputTuple, LeftoverRewardsIncludedEvent.OutputObject>;
|
|
649
|
+
"RewardTokenActivated(address)": TypedContractEvent<RewardTokenActivatedEvent.InputTuple, RewardTokenActivatedEvent.OutputTuple, RewardTokenActivatedEvent.OutputObject>;
|
|
650
|
+
RewardTokenActivated: TypedContractEvent<RewardTokenActivatedEvent.InputTuple, RewardTokenActivatedEvent.OutputTuple, RewardTokenActivatedEvent.OutputObject>;
|
|
606
651
|
"RewardTokenAdded(address)": TypedContractEvent<RewardTokenAddedEvent.InputTuple, RewardTokenAddedEvent.OutputTuple, RewardTokenAddedEvent.OutputObject>;
|
|
607
652
|
RewardTokenAdded: TypedContractEvent<RewardTokenAddedEvent.InputTuple, RewardTokenAddedEvent.OutputTuple, RewardTokenAddedEvent.OutputObject>;
|
|
653
|
+
"RewardTokenRegistered(address)": TypedContractEvent<RewardTokenRegisteredEvent.InputTuple, RewardTokenRegisteredEvent.OutputTuple, RewardTokenRegisteredEvent.OutputObject>;
|
|
654
|
+
RewardTokenRegistered: TypedContractEvent<RewardTokenRegisteredEvent.InputTuple, RewardTokenRegisteredEvent.OutputTuple, RewardTokenRegisteredEvent.OutputObject>;
|
|
655
|
+
"RewardTransferred(address,address,uint256)": TypedContractEvent<RewardTransferredEvent.InputTuple, RewardTransferredEvent.OutputTuple, RewardTransferredEvent.OutputObject>;
|
|
656
|
+
RewardTransferred: TypedContractEvent<RewardTransferredEvent.InputTuple, RewardTransferredEvent.OutputTuple, RewardTransferredEvent.OutputObject>;
|
|
608
657
|
"Staked(address,uint256)": TypedContractEvent<StakedEvent.InputTuple, StakedEvent.OutputTuple, StakedEvent.OutputObject>;
|
|
609
658
|
Staked: TypedContractEvent<StakedEvent.InputTuple, StakedEvent.OutputTuple, StakedEvent.OutputObject>;
|
|
610
|
-
"TokenBoostRatioUpdated(address,uint256)": TypedContractEvent<TokenBoostRatioUpdatedEvent.InputTuple, TokenBoostRatioUpdatedEvent.OutputTuple, TokenBoostRatioUpdatedEvent.OutputObject>;
|
|
611
|
-
TokenBoostRatioUpdated: TypedContractEvent<TokenBoostRatioUpdatedEvent.InputTuple, TokenBoostRatioUpdatedEvent.OutputTuple, TokenBoostRatioUpdatedEvent.OutputObject>;
|
|
612
|
-
"TokenEmissionCapUpdated(address,uint256)": TypedContractEvent<TokenEmissionCapUpdatedEvent.InputTuple, TokenEmissionCapUpdatedEvent.OutputTuple, TokenEmissionCapUpdatedEvent.OutputObject>;
|
|
613
|
-
TokenEmissionCapUpdated: TypedContractEvent<TokenEmissionCapUpdatedEvent.InputTuple, TokenEmissionCapUpdatedEvent.OutputTuple, TokenEmissionCapUpdatedEvent.OutputObject>;
|
|
614
|
-
"UserRewardDataUpdated(address,address,uint256,uint256)": TypedContractEvent<UserRewardDataUpdatedEvent.InputTuple, UserRewardDataUpdatedEvent.OutputTuple, UserRewardDataUpdatedEvent.OutputObject>;
|
|
615
|
-
UserRewardDataUpdated: TypedContractEvent<UserRewardDataUpdatedEvent.InputTuple, UserRewardDataUpdatedEvent.OutputTuple, UserRewardDataUpdatedEvent.OutputObject>;
|
|
616
659
|
"UserRewardsUpdated(address,uint256)": TypedContractEvent<UserRewardsUpdatedEvent.InputTuple, UserRewardsUpdatedEvent.OutputTuple, UserRewardsUpdatedEvent.OutputObject>;
|
|
617
660
|
UserRewardsUpdated: TypedContractEvent<UserRewardsUpdatedEvent.InputTuple, UserRewardsUpdatedEvent.OutputTuple, UserRewardsUpdatedEvent.OutputObject>;
|
|
618
661
|
"Withdrawn(address,uint256)": TypedContractEvent<WithdrawnEvent.InputTuple, WithdrawnEvent.OutputTuple, WithdrawnEvent.OutputObject>;
|