@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
|
@@ -49,6 +49,8 @@ declare const ABIS: {
|
|
|
49
49
|
type: string;
|
|
50
50
|
anonymous?: undefined;
|
|
51
51
|
})[];
|
|
52
|
+
pmusd: any[];
|
|
53
|
+
xpm: any[];
|
|
52
54
|
raacnft: ({
|
|
53
55
|
inputs: {
|
|
54
56
|
internalType: string;
|
|
@@ -1832,10 +1834,1192 @@ declare const ABIS: {
|
|
|
1832
1834
|
anonymous?: undefined;
|
|
1833
1835
|
outputs?: undefined;
|
|
1834
1836
|
})[];
|
|
1837
|
+
gaugecontroller: ({
|
|
1838
|
+
inputs: {
|
|
1839
|
+
internalType: string;
|
|
1840
|
+
name: string;
|
|
1841
|
+
type: string;
|
|
1842
|
+
}[];
|
|
1843
|
+
stateMutability: string;
|
|
1844
|
+
type: string;
|
|
1845
|
+
name?: undefined;
|
|
1846
|
+
anonymous?: undefined;
|
|
1847
|
+
outputs?: undefined;
|
|
1848
|
+
} | {
|
|
1849
|
+
inputs: {
|
|
1850
|
+
internalType: string;
|
|
1851
|
+
name: string;
|
|
1852
|
+
type: string;
|
|
1853
|
+
}[];
|
|
1854
|
+
name: string;
|
|
1855
|
+
type: string;
|
|
1856
|
+
stateMutability?: undefined;
|
|
1857
|
+
anonymous?: undefined;
|
|
1858
|
+
outputs?: undefined;
|
|
1859
|
+
} | {
|
|
1860
|
+
anonymous: boolean;
|
|
1861
|
+
inputs: {
|
|
1862
|
+
indexed: boolean;
|
|
1863
|
+
internalType: string;
|
|
1864
|
+
name: string;
|
|
1865
|
+
type: string;
|
|
1866
|
+
}[];
|
|
1867
|
+
name: string;
|
|
1868
|
+
type: string;
|
|
1869
|
+
stateMutability?: undefined;
|
|
1870
|
+
outputs?: undefined;
|
|
1871
|
+
} | {
|
|
1872
|
+
inputs: {
|
|
1873
|
+
internalType: string;
|
|
1874
|
+
name: string;
|
|
1875
|
+
type: string;
|
|
1876
|
+
}[];
|
|
1877
|
+
name: string;
|
|
1878
|
+
outputs: {
|
|
1879
|
+
internalType: string;
|
|
1880
|
+
name: string;
|
|
1881
|
+
type: string;
|
|
1882
|
+
}[];
|
|
1883
|
+
stateMutability: string;
|
|
1884
|
+
type: string;
|
|
1885
|
+
anonymous?: undefined;
|
|
1886
|
+
})[];
|
|
1887
|
+
basegauge: ({
|
|
1888
|
+
inputs: {
|
|
1889
|
+
internalType: string;
|
|
1890
|
+
name: string;
|
|
1891
|
+
type: string;
|
|
1892
|
+
}[];
|
|
1893
|
+
name: string;
|
|
1894
|
+
type: string;
|
|
1895
|
+
anonymous?: undefined;
|
|
1896
|
+
outputs?: undefined;
|
|
1897
|
+
stateMutability?: undefined;
|
|
1898
|
+
} | {
|
|
1899
|
+
anonymous: boolean;
|
|
1900
|
+
inputs: {
|
|
1901
|
+
indexed: boolean;
|
|
1902
|
+
internalType: string;
|
|
1903
|
+
name: string;
|
|
1904
|
+
type: string;
|
|
1905
|
+
}[];
|
|
1906
|
+
name: string;
|
|
1907
|
+
type: string;
|
|
1908
|
+
outputs?: undefined;
|
|
1909
|
+
stateMutability?: undefined;
|
|
1910
|
+
} | {
|
|
1911
|
+
inputs: {
|
|
1912
|
+
internalType: string;
|
|
1913
|
+
name: string;
|
|
1914
|
+
type: string;
|
|
1915
|
+
}[];
|
|
1916
|
+
name: string;
|
|
1917
|
+
outputs: {
|
|
1918
|
+
internalType: string;
|
|
1919
|
+
name: string;
|
|
1920
|
+
type: string;
|
|
1921
|
+
}[];
|
|
1922
|
+
stateMutability: string;
|
|
1923
|
+
type: string;
|
|
1924
|
+
anonymous?: undefined;
|
|
1925
|
+
} | {
|
|
1926
|
+
inputs: {
|
|
1927
|
+
internalType: string;
|
|
1928
|
+
name: string;
|
|
1929
|
+
type: string;
|
|
1930
|
+
}[];
|
|
1931
|
+
name: string;
|
|
1932
|
+
outputs: {
|
|
1933
|
+
components: {
|
|
1934
|
+
internalType: string;
|
|
1935
|
+
name: string;
|
|
1936
|
+
type: string;
|
|
1937
|
+
}[];
|
|
1938
|
+
internalType: string;
|
|
1939
|
+
name: string;
|
|
1940
|
+
type: string;
|
|
1941
|
+
}[];
|
|
1942
|
+
stateMutability: string;
|
|
1943
|
+
type: string;
|
|
1944
|
+
anonymous?: undefined;
|
|
1945
|
+
})[];
|
|
1946
|
+
raacgauge: ({
|
|
1947
|
+
inputs: {
|
|
1948
|
+
internalType: string;
|
|
1949
|
+
name: string;
|
|
1950
|
+
type: string;
|
|
1951
|
+
}[];
|
|
1952
|
+
stateMutability: string;
|
|
1953
|
+
type: string;
|
|
1954
|
+
name?: undefined;
|
|
1955
|
+
anonymous?: undefined;
|
|
1956
|
+
outputs?: undefined;
|
|
1957
|
+
} | {
|
|
1958
|
+
inputs: {
|
|
1959
|
+
internalType: string;
|
|
1960
|
+
name: string;
|
|
1961
|
+
type: string;
|
|
1962
|
+
}[];
|
|
1963
|
+
name: string;
|
|
1964
|
+
type: string;
|
|
1965
|
+
stateMutability?: undefined;
|
|
1966
|
+
anonymous?: undefined;
|
|
1967
|
+
outputs?: undefined;
|
|
1968
|
+
} | {
|
|
1969
|
+
anonymous: boolean;
|
|
1970
|
+
inputs: {
|
|
1971
|
+
indexed: boolean;
|
|
1972
|
+
internalType: string;
|
|
1973
|
+
name: string;
|
|
1974
|
+
type: string;
|
|
1975
|
+
}[];
|
|
1976
|
+
name: string;
|
|
1977
|
+
type: string;
|
|
1978
|
+
stateMutability?: undefined;
|
|
1979
|
+
outputs?: undefined;
|
|
1980
|
+
} | {
|
|
1981
|
+
inputs: {
|
|
1982
|
+
internalType: string;
|
|
1983
|
+
name: string;
|
|
1984
|
+
type: string;
|
|
1985
|
+
}[];
|
|
1986
|
+
name: string;
|
|
1987
|
+
outputs: {
|
|
1988
|
+
internalType: string;
|
|
1989
|
+
name: string;
|
|
1990
|
+
type: string;
|
|
1991
|
+
}[];
|
|
1992
|
+
stateMutability: string;
|
|
1993
|
+
type: string;
|
|
1994
|
+
anonymous?: undefined;
|
|
1995
|
+
} | {
|
|
1996
|
+
inputs: {
|
|
1997
|
+
internalType: string;
|
|
1998
|
+
name: string;
|
|
1999
|
+
type: string;
|
|
2000
|
+
}[];
|
|
2001
|
+
name: string;
|
|
2002
|
+
outputs: {
|
|
2003
|
+
components: {
|
|
2004
|
+
internalType: string;
|
|
2005
|
+
name: string;
|
|
2006
|
+
type: string;
|
|
2007
|
+
}[];
|
|
2008
|
+
internalType: string;
|
|
2009
|
+
name: string;
|
|
2010
|
+
type: string;
|
|
2011
|
+
}[];
|
|
2012
|
+
stateMutability: string;
|
|
2013
|
+
type: string;
|
|
2014
|
+
anonymous?: undefined;
|
|
2015
|
+
})[];
|
|
2016
|
+
rwagauge: ({
|
|
2017
|
+
inputs: {
|
|
2018
|
+
internalType: string;
|
|
2019
|
+
name: string;
|
|
2020
|
+
type: string;
|
|
2021
|
+
}[];
|
|
2022
|
+
stateMutability: string;
|
|
2023
|
+
type: string;
|
|
2024
|
+
name?: undefined;
|
|
2025
|
+
anonymous?: undefined;
|
|
2026
|
+
outputs?: undefined;
|
|
2027
|
+
} | {
|
|
2028
|
+
inputs: {
|
|
2029
|
+
internalType: string;
|
|
2030
|
+
name: string;
|
|
2031
|
+
type: string;
|
|
2032
|
+
}[];
|
|
2033
|
+
name: string;
|
|
2034
|
+
type: string;
|
|
2035
|
+
stateMutability?: undefined;
|
|
2036
|
+
anonymous?: undefined;
|
|
2037
|
+
outputs?: undefined;
|
|
2038
|
+
} | {
|
|
2039
|
+
anonymous: boolean;
|
|
2040
|
+
inputs: {
|
|
2041
|
+
indexed: boolean;
|
|
2042
|
+
internalType: string;
|
|
2043
|
+
name: string;
|
|
2044
|
+
type: string;
|
|
2045
|
+
}[];
|
|
2046
|
+
name: string;
|
|
2047
|
+
type: string;
|
|
2048
|
+
stateMutability?: undefined;
|
|
2049
|
+
outputs?: undefined;
|
|
2050
|
+
} | {
|
|
2051
|
+
inputs: {
|
|
2052
|
+
internalType: string;
|
|
2053
|
+
name: string;
|
|
2054
|
+
type: string;
|
|
2055
|
+
}[];
|
|
2056
|
+
name: string;
|
|
2057
|
+
outputs: {
|
|
2058
|
+
internalType: string;
|
|
2059
|
+
name: string;
|
|
2060
|
+
type: string;
|
|
2061
|
+
}[];
|
|
2062
|
+
stateMutability: string;
|
|
2063
|
+
type: string;
|
|
2064
|
+
anonymous?: undefined;
|
|
2065
|
+
} | {
|
|
2066
|
+
inputs: {
|
|
2067
|
+
internalType: string;
|
|
2068
|
+
name: string;
|
|
2069
|
+
type: string;
|
|
2070
|
+
}[];
|
|
2071
|
+
name: string;
|
|
2072
|
+
outputs: {
|
|
2073
|
+
components: {
|
|
2074
|
+
internalType: string;
|
|
2075
|
+
name: string;
|
|
2076
|
+
type: string;
|
|
2077
|
+
}[];
|
|
2078
|
+
internalType: string;
|
|
2079
|
+
name: string;
|
|
2080
|
+
type: string;
|
|
2081
|
+
}[];
|
|
2082
|
+
stateMutability: string;
|
|
2083
|
+
type: string;
|
|
2084
|
+
anonymous?: undefined;
|
|
2085
|
+
})[];
|
|
2086
|
+
gaugerewardsdistributor: ({
|
|
2087
|
+
inputs: {
|
|
2088
|
+
internalType: string;
|
|
2089
|
+
name: string;
|
|
2090
|
+
type: string;
|
|
2091
|
+
}[];
|
|
2092
|
+
stateMutability: string;
|
|
2093
|
+
type: string;
|
|
2094
|
+
name?: undefined;
|
|
2095
|
+
anonymous?: undefined;
|
|
2096
|
+
outputs?: undefined;
|
|
2097
|
+
} | {
|
|
2098
|
+
inputs: {
|
|
2099
|
+
internalType: string;
|
|
2100
|
+
name: string;
|
|
2101
|
+
type: string;
|
|
2102
|
+
}[];
|
|
2103
|
+
name: string;
|
|
2104
|
+
type: string;
|
|
2105
|
+
stateMutability?: undefined;
|
|
2106
|
+
anonymous?: undefined;
|
|
2107
|
+
outputs?: undefined;
|
|
2108
|
+
} | {
|
|
2109
|
+
anonymous: boolean;
|
|
2110
|
+
inputs: {
|
|
2111
|
+
indexed: boolean;
|
|
2112
|
+
internalType: string;
|
|
2113
|
+
name: string;
|
|
2114
|
+
type: string;
|
|
2115
|
+
}[];
|
|
2116
|
+
name: string;
|
|
2117
|
+
type: string;
|
|
2118
|
+
stateMutability?: undefined;
|
|
2119
|
+
outputs?: undefined;
|
|
2120
|
+
} | {
|
|
2121
|
+
inputs: {
|
|
2122
|
+
internalType: string;
|
|
2123
|
+
name: string;
|
|
2124
|
+
type: string;
|
|
2125
|
+
}[];
|
|
2126
|
+
name: string;
|
|
2127
|
+
outputs: {
|
|
2128
|
+
internalType: string;
|
|
2129
|
+
name: string;
|
|
2130
|
+
type: string;
|
|
2131
|
+
}[];
|
|
2132
|
+
stateMutability: string;
|
|
2133
|
+
type: string;
|
|
2134
|
+
anonymous?: undefined;
|
|
2135
|
+
})[];
|
|
2136
|
+
governance: ({
|
|
2137
|
+
inputs: {
|
|
2138
|
+
internalType: string;
|
|
2139
|
+
name: string;
|
|
2140
|
+
type: string;
|
|
2141
|
+
}[];
|
|
2142
|
+
stateMutability: string;
|
|
2143
|
+
type: string;
|
|
2144
|
+
name?: undefined;
|
|
2145
|
+
anonymous?: undefined;
|
|
2146
|
+
outputs?: undefined;
|
|
2147
|
+
} | {
|
|
2148
|
+
inputs: {
|
|
2149
|
+
internalType: string;
|
|
2150
|
+
name: string;
|
|
2151
|
+
type: string;
|
|
2152
|
+
}[];
|
|
2153
|
+
name: string;
|
|
2154
|
+
type: string;
|
|
2155
|
+
stateMutability?: undefined;
|
|
2156
|
+
anonymous?: undefined;
|
|
2157
|
+
outputs?: undefined;
|
|
2158
|
+
} | {
|
|
2159
|
+
anonymous: boolean;
|
|
2160
|
+
inputs: {
|
|
2161
|
+
indexed: boolean;
|
|
2162
|
+
internalType: string;
|
|
2163
|
+
name: string;
|
|
2164
|
+
type: string;
|
|
2165
|
+
}[];
|
|
2166
|
+
name: string;
|
|
2167
|
+
type: string;
|
|
2168
|
+
stateMutability?: undefined;
|
|
2169
|
+
outputs?: undefined;
|
|
2170
|
+
} | {
|
|
2171
|
+
inputs: {
|
|
2172
|
+
internalType: string;
|
|
2173
|
+
name: string;
|
|
2174
|
+
type: string;
|
|
2175
|
+
}[];
|
|
2176
|
+
name: string;
|
|
2177
|
+
outputs: {
|
|
2178
|
+
internalType: string;
|
|
2179
|
+
name: string;
|
|
2180
|
+
type: string;
|
|
2181
|
+
}[];
|
|
2182
|
+
stateMutability: string;
|
|
2183
|
+
type: string;
|
|
2184
|
+
anonymous?: undefined;
|
|
2185
|
+
} | {
|
|
2186
|
+
inputs: {
|
|
2187
|
+
internalType: string;
|
|
2188
|
+
name: string;
|
|
2189
|
+
type: string;
|
|
2190
|
+
}[];
|
|
2191
|
+
name: string;
|
|
2192
|
+
outputs: {
|
|
2193
|
+
components: {
|
|
2194
|
+
internalType: string;
|
|
2195
|
+
name: string;
|
|
2196
|
+
type: string;
|
|
2197
|
+
}[];
|
|
2198
|
+
internalType: string;
|
|
2199
|
+
name: string;
|
|
2200
|
+
type: string;
|
|
2201
|
+
}[];
|
|
2202
|
+
stateMutability: string;
|
|
2203
|
+
type: string;
|
|
2204
|
+
anonymous?: undefined;
|
|
2205
|
+
})[];
|
|
2206
|
+
timelockcontroller: ({
|
|
2207
|
+
inputs: {
|
|
2208
|
+
internalType: string;
|
|
2209
|
+
name: string;
|
|
2210
|
+
type: string;
|
|
2211
|
+
}[];
|
|
2212
|
+
stateMutability: string;
|
|
2213
|
+
type: string;
|
|
2214
|
+
name?: undefined;
|
|
2215
|
+
anonymous?: undefined;
|
|
2216
|
+
outputs?: undefined;
|
|
2217
|
+
} | {
|
|
2218
|
+
inputs: {
|
|
2219
|
+
internalType: string;
|
|
2220
|
+
name: string;
|
|
2221
|
+
type: string;
|
|
2222
|
+
}[];
|
|
2223
|
+
name: string;
|
|
2224
|
+
type: string;
|
|
2225
|
+
stateMutability?: undefined;
|
|
2226
|
+
anonymous?: undefined;
|
|
2227
|
+
outputs?: undefined;
|
|
2228
|
+
} | {
|
|
2229
|
+
anonymous: boolean;
|
|
2230
|
+
inputs: {
|
|
2231
|
+
indexed: boolean;
|
|
2232
|
+
internalType: string;
|
|
2233
|
+
name: string;
|
|
2234
|
+
type: string;
|
|
2235
|
+
}[];
|
|
2236
|
+
name: string;
|
|
2237
|
+
type: string;
|
|
2238
|
+
stateMutability?: undefined;
|
|
2239
|
+
outputs?: undefined;
|
|
2240
|
+
} | {
|
|
2241
|
+
inputs: {
|
|
2242
|
+
internalType: string;
|
|
2243
|
+
name: string;
|
|
2244
|
+
type: string;
|
|
2245
|
+
}[];
|
|
2246
|
+
name: string;
|
|
2247
|
+
outputs: {
|
|
2248
|
+
internalType: string;
|
|
2249
|
+
name: string;
|
|
2250
|
+
type: string;
|
|
2251
|
+
}[];
|
|
2252
|
+
stateMutability: string;
|
|
2253
|
+
type: string;
|
|
2254
|
+
anonymous?: undefined;
|
|
2255
|
+
})[];
|
|
2256
|
+
pmmarket: any[];
|
|
2257
|
+
pmtreasury: any[];
|
|
2258
|
+
pmblender: any[];
|
|
2259
|
+
raacliquidlocker: ({
|
|
2260
|
+
inputs: any[];
|
|
2261
|
+
stateMutability: string;
|
|
2262
|
+
type: string;
|
|
2263
|
+
name?: undefined;
|
|
2264
|
+
anonymous?: undefined;
|
|
2265
|
+
outputs?: undefined;
|
|
2266
|
+
} | {
|
|
2267
|
+
inputs: {
|
|
2268
|
+
internalType: string;
|
|
2269
|
+
name: string;
|
|
2270
|
+
type: string;
|
|
2271
|
+
}[];
|
|
2272
|
+
name: string;
|
|
2273
|
+
type: string;
|
|
2274
|
+
stateMutability?: undefined;
|
|
2275
|
+
anonymous?: undefined;
|
|
2276
|
+
outputs?: undefined;
|
|
2277
|
+
} | {
|
|
2278
|
+
anonymous: boolean;
|
|
2279
|
+
inputs: {
|
|
2280
|
+
indexed: boolean;
|
|
2281
|
+
internalType: string;
|
|
2282
|
+
name: string;
|
|
2283
|
+
type: string;
|
|
2284
|
+
}[];
|
|
2285
|
+
name: string;
|
|
2286
|
+
type: string;
|
|
2287
|
+
stateMutability?: undefined;
|
|
2288
|
+
outputs?: undefined;
|
|
2289
|
+
} | {
|
|
2290
|
+
inputs: {
|
|
2291
|
+
internalType: string;
|
|
2292
|
+
name: string;
|
|
2293
|
+
type: string;
|
|
2294
|
+
}[];
|
|
2295
|
+
name: string;
|
|
2296
|
+
outputs: {
|
|
2297
|
+
internalType: string;
|
|
2298
|
+
name: string;
|
|
2299
|
+
type: string;
|
|
2300
|
+
}[];
|
|
2301
|
+
stateMutability: string;
|
|
2302
|
+
type: string;
|
|
2303
|
+
anonymous?: undefined;
|
|
2304
|
+
} | {
|
|
2305
|
+
inputs: {
|
|
2306
|
+
internalType: string;
|
|
2307
|
+
name: string;
|
|
2308
|
+
type: string;
|
|
2309
|
+
}[];
|
|
2310
|
+
name: string;
|
|
2311
|
+
outputs: {
|
|
2312
|
+
components: {
|
|
2313
|
+
internalType: string;
|
|
2314
|
+
name: string;
|
|
2315
|
+
type: string;
|
|
2316
|
+
}[];
|
|
2317
|
+
internalType: string;
|
|
2318
|
+
name: string;
|
|
2319
|
+
type: string;
|
|
2320
|
+
}[];
|
|
2321
|
+
stateMutability: string;
|
|
2322
|
+
type: string;
|
|
2323
|
+
anonymous?: undefined;
|
|
2324
|
+
})[];
|
|
2325
|
+
raacmaturityvault: ({
|
|
2326
|
+
inputs: any[];
|
|
2327
|
+
stateMutability: string;
|
|
2328
|
+
type: string;
|
|
2329
|
+
name?: undefined;
|
|
2330
|
+
anonymous?: undefined;
|
|
2331
|
+
outputs?: undefined;
|
|
2332
|
+
} | {
|
|
2333
|
+
inputs: {
|
|
2334
|
+
internalType: string;
|
|
2335
|
+
name: string;
|
|
2336
|
+
type: string;
|
|
2337
|
+
}[];
|
|
2338
|
+
name: string;
|
|
2339
|
+
type: string;
|
|
2340
|
+
stateMutability?: undefined;
|
|
2341
|
+
anonymous?: undefined;
|
|
2342
|
+
outputs?: undefined;
|
|
2343
|
+
} | {
|
|
2344
|
+
anonymous: boolean;
|
|
2345
|
+
inputs: {
|
|
2346
|
+
indexed: boolean;
|
|
2347
|
+
internalType: string;
|
|
2348
|
+
name: string;
|
|
2349
|
+
type: string;
|
|
2350
|
+
}[];
|
|
2351
|
+
name: string;
|
|
2352
|
+
type: string;
|
|
2353
|
+
stateMutability?: undefined;
|
|
2354
|
+
outputs?: undefined;
|
|
2355
|
+
} | {
|
|
2356
|
+
inputs: {
|
|
2357
|
+
internalType: string;
|
|
2358
|
+
name: string;
|
|
2359
|
+
type: string;
|
|
2360
|
+
}[];
|
|
2361
|
+
name: string;
|
|
2362
|
+
outputs: {
|
|
2363
|
+
internalType: string;
|
|
2364
|
+
name: string;
|
|
2365
|
+
type: string;
|
|
2366
|
+
}[];
|
|
2367
|
+
stateMutability: string;
|
|
2368
|
+
type: string;
|
|
2369
|
+
anonymous?: undefined;
|
|
2370
|
+
})[];
|
|
2371
|
+
raacbotlocker: ({
|
|
2372
|
+
inputs: {
|
|
2373
|
+
internalType: string;
|
|
2374
|
+
name: string;
|
|
2375
|
+
type: string;
|
|
2376
|
+
}[];
|
|
2377
|
+
stateMutability: string;
|
|
2378
|
+
type: string;
|
|
2379
|
+
name?: undefined;
|
|
2380
|
+
anonymous?: undefined;
|
|
2381
|
+
outputs?: undefined;
|
|
2382
|
+
} | {
|
|
2383
|
+
inputs: {
|
|
2384
|
+
internalType: string;
|
|
2385
|
+
name: string;
|
|
2386
|
+
type: string;
|
|
2387
|
+
}[];
|
|
2388
|
+
name: string;
|
|
2389
|
+
type: string;
|
|
2390
|
+
stateMutability?: undefined;
|
|
2391
|
+
anonymous?: undefined;
|
|
2392
|
+
outputs?: undefined;
|
|
2393
|
+
} | {
|
|
2394
|
+
anonymous: boolean;
|
|
2395
|
+
inputs: {
|
|
2396
|
+
indexed: boolean;
|
|
2397
|
+
internalType: string;
|
|
2398
|
+
name: string;
|
|
2399
|
+
type: string;
|
|
2400
|
+
}[];
|
|
2401
|
+
name: string;
|
|
2402
|
+
type: string;
|
|
2403
|
+
stateMutability?: undefined;
|
|
2404
|
+
outputs?: undefined;
|
|
2405
|
+
} | {
|
|
2406
|
+
inputs: {
|
|
2407
|
+
internalType: string;
|
|
2408
|
+
name: string;
|
|
2409
|
+
type: string;
|
|
2410
|
+
}[];
|
|
2411
|
+
name: string;
|
|
2412
|
+
outputs: {
|
|
2413
|
+
components: {
|
|
2414
|
+
internalType: string;
|
|
2415
|
+
name: string;
|
|
2416
|
+
type: string;
|
|
2417
|
+
}[];
|
|
2418
|
+
internalType: string;
|
|
2419
|
+
name: string;
|
|
2420
|
+
type: string;
|
|
2421
|
+
}[];
|
|
2422
|
+
stateMutability: string;
|
|
2423
|
+
type: string;
|
|
2424
|
+
anonymous?: undefined;
|
|
2425
|
+
} | {
|
|
2426
|
+
inputs: {
|
|
2427
|
+
internalType: string;
|
|
2428
|
+
name: string;
|
|
2429
|
+
type: string;
|
|
2430
|
+
}[];
|
|
2431
|
+
name: string;
|
|
2432
|
+
outputs: {
|
|
2433
|
+
internalType: string;
|
|
2434
|
+
name: string;
|
|
2435
|
+
type: string;
|
|
2436
|
+
}[];
|
|
2437
|
+
stateMutability: string;
|
|
2438
|
+
type: string;
|
|
2439
|
+
anonymous?: undefined;
|
|
2440
|
+
})[];
|
|
2441
|
+
leraac: ({
|
|
2442
|
+
inputs: any[];
|
|
2443
|
+
stateMutability: string;
|
|
2444
|
+
type: string;
|
|
2445
|
+
name?: undefined;
|
|
2446
|
+
anonymous?: undefined;
|
|
2447
|
+
outputs?: undefined;
|
|
2448
|
+
} | {
|
|
2449
|
+
inputs: {
|
|
2450
|
+
internalType: string;
|
|
2451
|
+
name: string;
|
|
2452
|
+
type: string;
|
|
2453
|
+
}[];
|
|
2454
|
+
name: string;
|
|
2455
|
+
type: string;
|
|
2456
|
+
stateMutability?: undefined;
|
|
2457
|
+
anonymous?: undefined;
|
|
2458
|
+
outputs?: undefined;
|
|
2459
|
+
} | {
|
|
2460
|
+
anonymous: boolean;
|
|
2461
|
+
inputs: {
|
|
2462
|
+
indexed: boolean;
|
|
2463
|
+
internalType: string;
|
|
2464
|
+
name: string;
|
|
2465
|
+
type: string;
|
|
2466
|
+
}[];
|
|
2467
|
+
name: string;
|
|
2468
|
+
type: string;
|
|
2469
|
+
stateMutability?: undefined;
|
|
2470
|
+
outputs?: undefined;
|
|
2471
|
+
} | {
|
|
2472
|
+
inputs: {
|
|
2473
|
+
internalType: string;
|
|
2474
|
+
name: string;
|
|
2475
|
+
type: string;
|
|
2476
|
+
}[];
|
|
2477
|
+
name: string;
|
|
2478
|
+
outputs: {
|
|
2479
|
+
internalType: string;
|
|
2480
|
+
name: string;
|
|
2481
|
+
type: string;
|
|
2482
|
+
}[];
|
|
2483
|
+
stateMutability: string;
|
|
2484
|
+
type: string;
|
|
2485
|
+
anonymous?: undefined;
|
|
2486
|
+
})[];
|
|
2487
|
+
aladdinzap: ({
|
|
2488
|
+
anonymous: boolean;
|
|
2489
|
+
inputs: {
|
|
2490
|
+
indexed: boolean;
|
|
2491
|
+
internalType: string;
|
|
2492
|
+
name: string;
|
|
2493
|
+
type: string;
|
|
2494
|
+
}[];
|
|
2495
|
+
name: string;
|
|
2496
|
+
type: string;
|
|
2497
|
+
outputs?: undefined;
|
|
2498
|
+
stateMutability?: undefined;
|
|
2499
|
+
} | {
|
|
2500
|
+
inputs: {
|
|
2501
|
+
internalType: string;
|
|
2502
|
+
name: string;
|
|
2503
|
+
type: string;
|
|
2504
|
+
}[];
|
|
2505
|
+
name: string;
|
|
2506
|
+
outputs: {
|
|
2507
|
+
internalType: string;
|
|
2508
|
+
name: string;
|
|
2509
|
+
type: string;
|
|
2510
|
+
}[];
|
|
2511
|
+
stateMutability: string;
|
|
2512
|
+
type: string;
|
|
2513
|
+
anonymous?: undefined;
|
|
2514
|
+
} | {
|
|
2515
|
+
stateMutability: string;
|
|
2516
|
+
type: string;
|
|
2517
|
+
anonymous?: undefined;
|
|
2518
|
+
inputs?: undefined;
|
|
2519
|
+
name?: undefined;
|
|
2520
|
+
outputs?: undefined;
|
|
2521
|
+
})[];
|
|
1835
2522
|
};
|
|
1836
2523
|
export type AssetType = keyof typeof ABIS | string;
|
|
1837
2524
|
export type ContractType = keyof typeof ABIS;
|
|
1838
|
-
declare const getABI: (name: keyof typeof ABIS) => ({
|
|
2525
|
+
declare const getABI: (name: keyof typeof ABIS) => any[] | ({
|
|
2526
|
+
inputs: {
|
|
2527
|
+
internalType: string;
|
|
2528
|
+
name: string;
|
|
2529
|
+
type: string;
|
|
2530
|
+
}[];
|
|
2531
|
+
stateMutability: string;
|
|
2532
|
+
type: string;
|
|
2533
|
+
name?: undefined;
|
|
2534
|
+
anonymous?: undefined;
|
|
2535
|
+
outputs?: undefined;
|
|
2536
|
+
} | {
|
|
2537
|
+
inputs: {
|
|
2538
|
+
internalType: string;
|
|
2539
|
+
name: string;
|
|
2540
|
+
type: string;
|
|
2541
|
+
}[];
|
|
2542
|
+
name: string;
|
|
2543
|
+
type: string;
|
|
2544
|
+
stateMutability?: undefined;
|
|
2545
|
+
anonymous?: undefined;
|
|
2546
|
+
outputs?: undefined;
|
|
2547
|
+
} | {
|
|
2548
|
+
anonymous: boolean;
|
|
2549
|
+
inputs: {
|
|
2550
|
+
indexed: boolean;
|
|
2551
|
+
internalType: string;
|
|
2552
|
+
name: string;
|
|
2553
|
+
type: string;
|
|
2554
|
+
}[];
|
|
2555
|
+
name: string;
|
|
2556
|
+
type: string;
|
|
2557
|
+
stateMutability?: undefined;
|
|
2558
|
+
outputs?: undefined;
|
|
2559
|
+
} | {
|
|
2560
|
+
inputs: {
|
|
2561
|
+
internalType: string;
|
|
2562
|
+
name: string;
|
|
2563
|
+
type: string;
|
|
2564
|
+
}[];
|
|
2565
|
+
name: string;
|
|
2566
|
+
outputs: {
|
|
2567
|
+
internalType: string;
|
|
2568
|
+
name: string;
|
|
2569
|
+
type: string;
|
|
2570
|
+
}[];
|
|
2571
|
+
stateMutability: string;
|
|
2572
|
+
type: string;
|
|
2573
|
+
anonymous?: undefined;
|
|
2574
|
+
})[] | ({
|
|
2575
|
+
inputs: {
|
|
2576
|
+
internalType: string;
|
|
2577
|
+
name: string;
|
|
2578
|
+
type: string;
|
|
2579
|
+
}[];
|
|
2580
|
+
stateMutability: string;
|
|
2581
|
+
type: string;
|
|
2582
|
+
name?: undefined;
|
|
2583
|
+
anonymous?: undefined;
|
|
2584
|
+
outputs?: undefined;
|
|
2585
|
+
} | {
|
|
2586
|
+
inputs: {
|
|
2587
|
+
internalType: string;
|
|
2588
|
+
name: string;
|
|
2589
|
+
type: string;
|
|
2590
|
+
}[];
|
|
2591
|
+
name: string;
|
|
2592
|
+
type: string;
|
|
2593
|
+
stateMutability?: undefined;
|
|
2594
|
+
anonymous?: undefined;
|
|
2595
|
+
outputs?: undefined;
|
|
2596
|
+
} | {
|
|
2597
|
+
anonymous: boolean;
|
|
2598
|
+
inputs: {
|
|
2599
|
+
indexed: boolean;
|
|
2600
|
+
internalType: string;
|
|
2601
|
+
name: string;
|
|
2602
|
+
type: string;
|
|
2603
|
+
}[];
|
|
2604
|
+
name: string;
|
|
2605
|
+
type: string;
|
|
2606
|
+
stateMutability?: undefined;
|
|
2607
|
+
outputs?: undefined;
|
|
2608
|
+
} | {
|
|
2609
|
+
inputs: {
|
|
2610
|
+
internalType: string;
|
|
2611
|
+
name: string;
|
|
2612
|
+
type: string;
|
|
2613
|
+
}[];
|
|
2614
|
+
name: string;
|
|
2615
|
+
outputs: {
|
|
2616
|
+
internalType: string;
|
|
2617
|
+
name: string;
|
|
2618
|
+
type: string;
|
|
2619
|
+
}[];
|
|
2620
|
+
stateMutability: string;
|
|
2621
|
+
type: string;
|
|
2622
|
+
anonymous?: undefined;
|
|
2623
|
+
} | {
|
|
2624
|
+
inputs: {
|
|
2625
|
+
internalType: string;
|
|
2626
|
+
name: string;
|
|
2627
|
+
type: string;
|
|
2628
|
+
}[];
|
|
2629
|
+
name: string;
|
|
2630
|
+
outputs: {
|
|
2631
|
+
components: {
|
|
2632
|
+
internalType: string;
|
|
2633
|
+
name: string;
|
|
2634
|
+
type: string;
|
|
2635
|
+
}[];
|
|
2636
|
+
internalType: string;
|
|
2637
|
+
name: string;
|
|
2638
|
+
type: string;
|
|
2639
|
+
}[];
|
|
2640
|
+
stateMutability: string;
|
|
2641
|
+
type: string;
|
|
2642
|
+
anonymous?: undefined;
|
|
2643
|
+
})[] | ({
|
|
2644
|
+
inputs: {
|
|
2645
|
+
internalType: string;
|
|
2646
|
+
name: string;
|
|
2647
|
+
type: string;
|
|
2648
|
+
}[];
|
|
2649
|
+
stateMutability: string;
|
|
2650
|
+
type: string;
|
|
2651
|
+
name?: undefined;
|
|
2652
|
+
anonymous?: undefined;
|
|
2653
|
+
outputs?: undefined;
|
|
2654
|
+
} | {
|
|
2655
|
+
inputs: {
|
|
2656
|
+
internalType: string;
|
|
2657
|
+
name: string;
|
|
2658
|
+
type: string;
|
|
2659
|
+
}[];
|
|
2660
|
+
name: string;
|
|
2661
|
+
type: string;
|
|
2662
|
+
stateMutability?: undefined;
|
|
2663
|
+
anonymous?: undefined;
|
|
2664
|
+
outputs?: undefined;
|
|
2665
|
+
} | {
|
|
2666
|
+
anonymous: boolean;
|
|
2667
|
+
inputs: {
|
|
2668
|
+
indexed: boolean;
|
|
2669
|
+
internalType: string;
|
|
2670
|
+
name: string;
|
|
2671
|
+
type: string;
|
|
2672
|
+
}[];
|
|
2673
|
+
name: string;
|
|
2674
|
+
type: string;
|
|
2675
|
+
stateMutability?: undefined;
|
|
2676
|
+
outputs?: undefined;
|
|
2677
|
+
} | {
|
|
2678
|
+
inputs: {
|
|
2679
|
+
internalType: string;
|
|
2680
|
+
name: string;
|
|
2681
|
+
type: string;
|
|
2682
|
+
}[];
|
|
2683
|
+
name: string;
|
|
2684
|
+
outputs: {
|
|
2685
|
+
internalType: string;
|
|
2686
|
+
name: string;
|
|
2687
|
+
type: string;
|
|
2688
|
+
}[];
|
|
2689
|
+
stateMutability: string;
|
|
2690
|
+
type: string;
|
|
2691
|
+
anonymous?: undefined;
|
|
2692
|
+
})[] | ({
|
|
2693
|
+
inputs: {
|
|
2694
|
+
internalType: string;
|
|
2695
|
+
name: string;
|
|
2696
|
+
type: string;
|
|
2697
|
+
}[];
|
|
2698
|
+
stateMutability: string;
|
|
2699
|
+
type: string;
|
|
2700
|
+
name?: undefined;
|
|
2701
|
+
anonymous?: undefined;
|
|
2702
|
+
outputs?: undefined;
|
|
2703
|
+
} | {
|
|
2704
|
+
inputs: {
|
|
2705
|
+
internalType: string;
|
|
2706
|
+
name: string;
|
|
2707
|
+
type: string;
|
|
2708
|
+
}[];
|
|
2709
|
+
name: string;
|
|
2710
|
+
type: string;
|
|
2711
|
+
stateMutability?: undefined;
|
|
2712
|
+
anonymous?: undefined;
|
|
2713
|
+
outputs?: undefined;
|
|
2714
|
+
} | {
|
|
2715
|
+
anonymous: boolean;
|
|
2716
|
+
inputs: {
|
|
2717
|
+
indexed: boolean;
|
|
2718
|
+
internalType: string;
|
|
2719
|
+
name: string;
|
|
2720
|
+
type: string;
|
|
2721
|
+
}[];
|
|
2722
|
+
name: string;
|
|
2723
|
+
type: string;
|
|
2724
|
+
stateMutability?: undefined;
|
|
2725
|
+
outputs?: undefined;
|
|
2726
|
+
} | {
|
|
2727
|
+
inputs: {
|
|
2728
|
+
internalType: string;
|
|
2729
|
+
name: string;
|
|
2730
|
+
type: string;
|
|
2731
|
+
}[];
|
|
2732
|
+
name: string;
|
|
2733
|
+
outputs: {
|
|
2734
|
+
internalType: string;
|
|
2735
|
+
name: string;
|
|
2736
|
+
type: string;
|
|
2737
|
+
}[];
|
|
2738
|
+
stateMutability: string;
|
|
2739
|
+
type: string;
|
|
2740
|
+
anonymous?: undefined;
|
|
2741
|
+
} | {
|
|
2742
|
+
inputs: {
|
|
2743
|
+
internalType: string;
|
|
2744
|
+
name: string;
|
|
2745
|
+
type: string;
|
|
2746
|
+
}[];
|
|
2747
|
+
name: string;
|
|
2748
|
+
outputs: {
|
|
2749
|
+
components: {
|
|
2750
|
+
internalType: string;
|
|
2751
|
+
name: string;
|
|
2752
|
+
type: string;
|
|
2753
|
+
}[];
|
|
2754
|
+
internalType: string;
|
|
2755
|
+
name: string;
|
|
2756
|
+
type: string;
|
|
2757
|
+
}[];
|
|
2758
|
+
stateMutability: string;
|
|
2759
|
+
type: string;
|
|
2760
|
+
anonymous?: undefined;
|
|
2761
|
+
})[] | ({
|
|
2762
|
+
inputs: {
|
|
2763
|
+
internalType: string;
|
|
2764
|
+
name: string;
|
|
2765
|
+
type: string;
|
|
2766
|
+
}[];
|
|
2767
|
+
stateMutability: string;
|
|
2768
|
+
type: string;
|
|
2769
|
+
name?: undefined;
|
|
2770
|
+
anonymous?: undefined;
|
|
2771
|
+
outputs?: undefined;
|
|
2772
|
+
} | {
|
|
2773
|
+
inputs: {
|
|
2774
|
+
internalType: string;
|
|
2775
|
+
name: string;
|
|
2776
|
+
type: string;
|
|
2777
|
+
}[];
|
|
2778
|
+
name: string;
|
|
2779
|
+
type: string;
|
|
2780
|
+
stateMutability?: undefined;
|
|
2781
|
+
anonymous?: undefined;
|
|
2782
|
+
outputs?: undefined;
|
|
2783
|
+
} | {
|
|
2784
|
+
anonymous: boolean;
|
|
2785
|
+
inputs: {
|
|
2786
|
+
indexed: boolean;
|
|
2787
|
+
internalType: string;
|
|
2788
|
+
name: string;
|
|
2789
|
+
type: string;
|
|
2790
|
+
}[];
|
|
2791
|
+
name: string;
|
|
2792
|
+
type: string;
|
|
2793
|
+
stateMutability?: undefined;
|
|
2794
|
+
outputs?: undefined;
|
|
2795
|
+
} | {
|
|
2796
|
+
inputs: {
|
|
2797
|
+
internalType: string;
|
|
2798
|
+
name: string;
|
|
2799
|
+
type: string;
|
|
2800
|
+
}[];
|
|
2801
|
+
name: string;
|
|
2802
|
+
outputs: {
|
|
2803
|
+
internalType: string;
|
|
2804
|
+
name: string;
|
|
2805
|
+
type: string;
|
|
2806
|
+
}[];
|
|
2807
|
+
stateMutability: string;
|
|
2808
|
+
type: string;
|
|
2809
|
+
anonymous?: undefined;
|
|
2810
|
+
})[] | ({
|
|
2811
|
+
inputs: {
|
|
2812
|
+
internalType: string;
|
|
2813
|
+
name: string;
|
|
2814
|
+
type: string;
|
|
2815
|
+
}[];
|
|
2816
|
+
stateMutability: string;
|
|
2817
|
+
type: string;
|
|
2818
|
+
name?: undefined;
|
|
2819
|
+
anonymous?: undefined;
|
|
2820
|
+
outputs?: undefined;
|
|
2821
|
+
} | {
|
|
2822
|
+
inputs: {
|
|
2823
|
+
internalType: string;
|
|
2824
|
+
name: string;
|
|
2825
|
+
type: string;
|
|
2826
|
+
}[];
|
|
2827
|
+
name: string;
|
|
2828
|
+
type: string;
|
|
2829
|
+
stateMutability?: undefined;
|
|
2830
|
+
anonymous?: undefined;
|
|
2831
|
+
outputs?: undefined;
|
|
2832
|
+
} | {
|
|
2833
|
+
anonymous: boolean;
|
|
2834
|
+
inputs: {
|
|
2835
|
+
indexed: boolean;
|
|
2836
|
+
internalType: string;
|
|
2837
|
+
name: string;
|
|
2838
|
+
type: string;
|
|
2839
|
+
}[];
|
|
2840
|
+
name: string;
|
|
2841
|
+
type: string;
|
|
2842
|
+
stateMutability?: undefined;
|
|
2843
|
+
outputs?: undefined;
|
|
2844
|
+
} | {
|
|
2845
|
+
inputs: {
|
|
2846
|
+
internalType: string;
|
|
2847
|
+
name: string;
|
|
2848
|
+
type: string;
|
|
2849
|
+
}[];
|
|
2850
|
+
name: string;
|
|
2851
|
+
outputs: {
|
|
2852
|
+
internalType: string;
|
|
2853
|
+
name: string;
|
|
2854
|
+
type: string;
|
|
2855
|
+
}[];
|
|
2856
|
+
stateMutability: string;
|
|
2857
|
+
type: string;
|
|
2858
|
+
anonymous?: undefined;
|
|
2859
|
+
} | {
|
|
2860
|
+
inputs: any[];
|
|
2861
|
+
name: string;
|
|
2862
|
+
outputs: {
|
|
2863
|
+
components: {
|
|
2864
|
+
internalType: string;
|
|
2865
|
+
name: string;
|
|
2866
|
+
type: string;
|
|
2867
|
+
}[];
|
|
2868
|
+
internalType: string;
|
|
2869
|
+
name: string;
|
|
2870
|
+
type: string;
|
|
2871
|
+
}[];
|
|
2872
|
+
stateMutability: string;
|
|
2873
|
+
type: string;
|
|
2874
|
+
anonymous?: undefined;
|
|
2875
|
+
})[] | ({
|
|
2876
|
+
inputs: {
|
|
2877
|
+
internalType: string;
|
|
2878
|
+
name: string;
|
|
2879
|
+
type: string;
|
|
2880
|
+
}[];
|
|
2881
|
+
stateMutability: string;
|
|
2882
|
+
type: string;
|
|
2883
|
+
name?: undefined;
|
|
2884
|
+
anonymous?: undefined;
|
|
2885
|
+
outputs?: undefined;
|
|
2886
|
+
} | {
|
|
2887
|
+
inputs: {
|
|
2888
|
+
internalType: string;
|
|
2889
|
+
name: string;
|
|
2890
|
+
type: string;
|
|
2891
|
+
}[];
|
|
2892
|
+
name: string;
|
|
2893
|
+
type: string;
|
|
2894
|
+
stateMutability?: undefined;
|
|
2895
|
+
anonymous?: undefined;
|
|
2896
|
+
outputs?: undefined;
|
|
2897
|
+
} | {
|
|
2898
|
+
anonymous: boolean;
|
|
2899
|
+
inputs: {
|
|
2900
|
+
indexed: boolean;
|
|
2901
|
+
internalType: string;
|
|
2902
|
+
name: string;
|
|
2903
|
+
type: string;
|
|
2904
|
+
}[];
|
|
2905
|
+
name: string;
|
|
2906
|
+
type: string;
|
|
2907
|
+
stateMutability?: undefined;
|
|
2908
|
+
outputs?: undefined;
|
|
2909
|
+
} | {
|
|
2910
|
+
inputs: {
|
|
2911
|
+
internalType: string;
|
|
2912
|
+
name: string;
|
|
2913
|
+
type: string;
|
|
2914
|
+
}[];
|
|
2915
|
+
name: string;
|
|
2916
|
+
outputs: {
|
|
2917
|
+
internalType: string;
|
|
2918
|
+
name: string;
|
|
2919
|
+
type: string;
|
|
2920
|
+
}[];
|
|
2921
|
+
stateMutability: string;
|
|
2922
|
+
type: string;
|
|
2923
|
+
anonymous?: undefined;
|
|
2924
|
+
})[] | ({
|
|
2925
|
+
inputs: {
|
|
2926
|
+
internalType: string;
|
|
2927
|
+
name: string;
|
|
2928
|
+
type: string;
|
|
2929
|
+
}[];
|
|
2930
|
+
stateMutability: string;
|
|
2931
|
+
type: string;
|
|
2932
|
+
name?: undefined;
|
|
2933
|
+
anonymous?: undefined;
|
|
2934
|
+
outputs?: undefined;
|
|
2935
|
+
} | {
|
|
2936
|
+
inputs: {
|
|
2937
|
+
internalType: string;
|
|
2938
|
+
name: string;
|
|
2939
|
+
type: string;
|
|
2940
|
+
}[];
|
|
2941
|
+
name: string;
|
|
2942
|
+
type: string;
|
|
2943
|
+
stateMutability?: undefined;
|
|
2944
|
+
anonymous?: undefined;
|
|
2945
|
+
outputs?: undefined;
|
|
2946
|
+
} | {
|
|
2947
|
+
anonymous: boolean;
|
|
2948
|
+
inputs: {
|
|
2949
|
+
indexed: boolean;
|
|
2950
|
+
internalType: string;
|
|
2951
|
+
name: string;
|
|
2952
|
+
type: string;
|
|
2953
|
+
}[];
|
|
2954
|
+
name: string;
|
|
2955
|
+
type: string;
|
|
2956
|
+
stateMutability?: undefined;
|
|
2957
|
+
outputs?: undefined;
|
|
2958
|
+
} | {
|
|
2959
|
+
inputs: {
|
|
2960
|
+
internalType: string;
|
|
2961
|
+
name: string;
|
|
2962
|
+
type: string;
|
|
2963
|
+
}[];
|
|
2964
|
+
name: string;
|
|
2965
|
+
outputs: {
|
|
2966
|
+
internalType: string;
|
|
2967
|
+
name: string;
|
|
2968
|
+
type: string;
|
|
2969
|
+
}[];
|
|
2970
|
+
stateMutability: string;
|
|
2971
|
+
type: string;
|
|
2972
|
+
anonymous?: undefined;
|
|
2973
|
+
})[] | ({
|
|
2974
|
+
inputs: {
|
|
2975
|
+
internalType: string;
|
|
2976
|
+
name: string;
|
|
2977
|
+
type: string;
|
|
2978
|
+
}[];
|
|
2979
|
+
stateMutability: string;
|
|
2980
|
+
type: string;
|
|
2981
|
+
name?: undefined;
|
|
2982
|
+
anonymous?: undefined;
|
|
2983
|
+
outputs?: undefined;
|
|
2984
|
+
} | {
|
|
2985
|
+
inputs: {
|
|
2986
|
+
internalType: string;
|
|
2987
|
+
name: string;
|
|
2988
|
+
type: string;
|
|
2989
|
+
}[];
|
|
2990
|
+
name: string;
|
|
2991
|
+
type: string;
|
|
2992
|
+
stateMutability?: undefined;
|
|
2993
|
+
anonymous?: undefined;
|
|
2994
|
+
outputs?: undefined;
|
|
2995
|
+
} | {
|
|
2996
|
+
anonymous: boolean;
|
|
2997
|
+
inputs: {
|
|
2998
|
+
indexed: boolean;
|
|
2999
|
+
internalType: string;
|
|
3000
|
+
name: string;
|
|
3001
|
+
type: string;
|
|
3002
|
+
}[];
|
|
3003
|
+
name: string;
|
|
3004
|
+
type: string;
|
|
3005
|
+
stateMutability?: undefined;
|
|
3006
|
+
outputs?: undefined;
|
|
3007
|
+
} | {
|
|
3008
|
+
inputs: {
|
|
3009
|
+
internalType: string;
|
|
3010
|
+
name: string;
|
|
3011
|
+
type: string;
|
|
3012
|
+
}[];
|
|
3013
|
+
name: string;
|
|
3014
|
+
outputs: {
|
|
3015
|
+
internalType: string;
|
|
3016
|
+
name: string;
|
|
3017
|
+
type: string;
|
|
3018
|
+
}[];
|
|
3019
|
+
stateMutability: string;
|
|
3020
|
+
type: string;
|
|
3021
|
+
anonymous?: undefined;
|
|
3022
|
+
})[] | ({
|
|
1839
3023
|
inputs: {
|
|
1840
3024
|
internalType: string;
|
|
1841
3025
|
name: string;
|
|
@@ -2002,6 +3186,22 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
2002
3186
|
stateMutability: string;
|
|
2003
3187
|
type: string;
|
|
2004
3188
|
anonymous?: undefined;
|
|
3189
|
+
} | {
|
|
3190
|
+
inputs: any[];
|
|
3191
|
+
name: string;
|
|
3192
|
+
outputs: {
|
|
3193
|
+
components: {
|
|
3194
|
+
internalType: string;
|
|
3195
|
+
name: string;
|
|
3196
|
+
type: string;
|
|
3197
|
+
}[];
|
|
3198
|
+
internalType: string;
|
|
3199
|
+
name: string;
|
|
3200
|
+
type: string;
|
|
3201
|
+
}[];
|
|
3202
|
+
stateMutability: string;
|
|
3203
|
+
type: string;
|
|
3204
|
+
anonymous?: undefined;
|
|
2005
3205
|
})[] | ({
|
|
2006
3206
|
inputs: {
|
|
2007
3207
|
internalType: string;
|
|
@@ -2120,6 +3320,22 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
2120
3320
|
stateMutability: string;
|
|
2121
3321
|
type: string;
|
|
2122
3322
|
anonymous?: undefined;
|
|
3323
|
+
} | {
|
|
3324
|
+
inputs: any[];
|
|
3325
|
+
name: string;
|
|
3326
|
+
outputs: {
|
|
3327
|
+
components: {
|
|
3328
|
+
internalType: string;
|
|
3329
|
+
name: string;
|
|
3330
|
+
type: string;
|
|
3331
|
+
}[];
|
|
3332
|
+
internalType: string;
|
|
3333
|
+
name: string;
|
|
3334
|
+
type: string;
|
|
3335
|
+
}[];
|
|
3336
|
+
stateMutability: string;
|
|
3337
|
+
type: string;
|
|
3338
|
+
anonymous?: undefined;
|
|
2123
3339
|
})[] | ({
|
|
2124
3340
|
inputs: {
|
|
2125
3341
|
internalType: string;
|
|
@@ -2144,12 +3360,23 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
2144
3360
|
outputs?: undefined;
|
|
2145
3361
|
} | {
|
|
2146
3362
|
anonymous: boolean;
|
|
2147
|
-
inputs: {
|
|
3363
|
+
inputs: ({
|
|
2148
3364
|
indexed: boolean;
|
|
2149
3365
|
internalType: string;
|
|
2150
3366
|
name: string;
|
|
2151
3367
|
type: string;
|
|
2152
|
-
|
|
3368
|
+
components?: undefined;
|
|
3369
|
+
} | {
|
|
3370
|
+
components: {
|
|
3371
|
+
internalType: string;
|
|
3372
|
+
name: string;
|
|
3373
|
+
type: string;
|
|
3374
|
+
}[];
|
|
3375
|
+
indexed: boolean;
|
|
3376
|
+
internalType: string;
|
|
3377
|
+
name: string;
|
|
3378
|
+
type: string;
|
|
3379
|
+
})[];
|
|
2153
3380
|
name: string;
|
|
2154
3381
|
type: string;
|
|
2155
3382
|
stateMutability?: undefined;
|
|
@@ -2170,7 +3397,11 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
2170
3397
|
type: string;
|
|
2171
3398
|
anonymous?: undefined;
|
|
2172
3399
|
} | {
|
|
2173
|
-
inputs:
|
|
3400
|
+
inputs: {
|
|
3401
|
+
internalType: string;
|
|
3402
|
+
name: string;
|
|
3403
|
+
type: string;
|
|
3404
|
+
}[];
|
|
2174
3405
|
name: string;
|
|
2175
3406
|
outputs: {
|
|
2176
3407
|
components: {
|
|
@@ -2185,6 +3416,27 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
2185
3416
|
stateMutability: string;
|
|
2186
3417
|
type: string;
|
|
2187
3418
|
anonymous?: undefined;
|
|
3419
|
+
} | {
|
|
3420
|
+
inputs: ({
|
|
3421
|
+
internalType: string;
|
|
3422
|
+
name: string;
|
|
3423
|
+
type: string;
|
|
3424
|
+
components?: undefined;
|
|
3425
|
+
} | {
|
|
3426
|
+
components: {
|
|
3427
|
+
internalType: string;
|
|
3428
|
+
name: string;
|
|
3429
|
+
type: string;
|
|
3430
|
+
}[];
|
|
3431
|
+
internalType: string;
|
|
3432
|
+
name: string;
|
|
3433
|
+
type: string;
|
|
3434
|
+
})[];
|
|
3435
|
+
name: string;
|
|
3436
|
+
outputs: any[];
|
|
3437
|
+
stateMutability: string;
|
|
3438
|
+
type: string;
|
|
3439
|
+
anonymous?: undefined;
|
|
2188
3440
|
})[] | ({
|
|
2189
3441
|
inputs: {
|
|
2190
3442
|
internalType: string;
|
|
@@ -2234,6 +3486,26 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
2234
3486
|
stateMutability: string;
|
|
2235
3487
|
type: string;
|
|
2236
3488
|
anonymous?: undefined;
|
|
3489
|
+
} | {
|
|
3490
|
+
inputs: {
|
|
3491
|
+
components: {
|
|
3492
|
+
internalType: string;
|
|
3493
|
+
name: string;
|
|
3494
|
+
type: string;
|
|
3495
|
+
}[];
|
|
3496
|
+
internalType: string;
|
|
3497
|
+
name: string;
|
|
3498
|
+
type: string;
|
|
3499
|
+
}[];
|
|
3500
|
+
name: string;
|
|
3501
|
+
outputs: {
|
|
3502
|
+
internalType: string;
|
|
3503
|
+
name: string;
|
|
3504
|
+
type: string;
|
|
3505
|
+
}[];
|
|
3506
|
+
stateMutability: string;
|
|
3507
|
+
type: string;
|
|
3508
|
+
anonymous?: undefined;
|
|
2237
3509
|
})[] | ({
|
|
2238
3510
|
inputs: {
|
|
2239
3511
|
internalType: string;
|
|
@@ -2269,17 +3541,40 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
2269
3541
|
stateMutability?: undefined;
|
|
2270
3542
|
outputs?: undefined;
|
|
2271
3543
|
} | {
|
|
2272
|
-
inputs:
|
|
3544
|
+
inputs: any[];
|
|
3545
|
+
name: string;
|
|
3546
|
+
outputs: {
|
|
2273
3547
|
internalType: string;
|
|
2274
3548
|
name: string;
|
|
2275
3549
|
type: string;
|
|
2276
3550
|
}[];
|
|
3551
|
+
stateMutability: string;
|
|
3552
|
+
type: string;
|
|
3553
|
+
anonymous?: undefined;
|
|
3554
|
+
} | {
|
|
3555
|
+
inputs: any[];
|
|
2277
3556
|
name: string;
|
|
2278
3557
|
outputs: {
|
|
3558
|
+
components: {
|
|
3559
|
+
internalType: string;
|
|
3560
|
+
name: string;
|
|
3561
|
+
type: string;
|
|
3562
|
+
}[];
|
|
3563
|
+
internalType: string;
|
|
3564
|
+
name: string;
|
|
3565
|
+
type: string;
|
|
3566
|
+
}[];
|
|
3567
|
+
stateMutability: string;
|
|
3568
|
+
type: string;
|
|
3569
|
+
anonymous?: undefined;
|
|
3570
|
+
} | {
|
|
3571
|
+
inputs: {
|
|
2279
3572
|
internalType: string;
|
|
2280
3573
|
name: string;
|
|
2281
3574
|
type: string;
|
|
2282
3575
|
}[];
|
|
3576
|
+
name: string;
|
|
3577
|
+
outputs: any[];
|
|
2283
3578
|
stateMutability: string;
|
|
2284
3579
|
type: string;
|
|
2285
3580
|
anonymous?: undefined;
|
|
@@ -2430,26 +3725,6 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
2430
3725
|
stateMutability: string;
|
|
2431
3726
|
type: string;
|
|
2432
3727
|
anonymous?: undefined;
|
|
2433
|
-
} | {
|
|
2434
|
-
inputs: {
|
|
2435
|
-
internalType: string;
|
|
2436
|
-
name: string;
|
|
2437
|
-
type: string;
|
|
2438
|
-
}[];
|
|
2439
|
-
name: string;
|
|
2440
|
-
outputs: {
|
|
2441
|
-
components: {
|
|
2442
|
-
internalType: string;
|
|
2443
|
-
name: string;
|
|
2444
|
-
type: string;
|
|
2445
|
-
}[];
|
|
2446
|
-
internalType: string;
|
|
2447
|
-
name: string;
|
|
2448
|
-
type: string;
|
|
2449
|
-
}[];
|
|
2450
|
-
stateMutability: string;
|
|
2451
|
-
type: string;
|
|
2452
|
-
anonymous?: undefined;
|
|
2453
3728
|
})[] | ({
|
|
2454
3729
|
inputs: {
|
|
2455
3730
|
internalType: string;
|
|
@@ -2499,22 +3774,6 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
2499
3774
|
stateMutability: string;
|
|
2500
3775
|
type: string;
|
|
2501
3776
|
anonymous?: undefined;
|
|
2502
|
-
} | {
|
|
2503
|
-
inputs: any[];
|
|
2504
|
-
name: string;
|
|
2505
|
-
outputs: {
|
|
2506
|
-
components: {
|
|
2507
|
-
internalType: string;
|
|
2508
|
-
name: string;
|
|
2509
|
-
type: string;
|
|
2510
|
-
}[];
|
|
2511
|
-
internalType: string;
|
|
2512
|
-
name: string;
|
|
2513
|
-
type: string;
|
|
2514
|
-
}[];
|
|
2515
|
-
stateMutability: string;
|
|
2516
|
-
type: string;
|
|
2517
|
-
anonymous?: undefined;
|
|
2518
3777
|
})[] | ({
|
|
2519
3778
|
inputs: {
|
|
2520
3779
|
internalType: string;
|
|
@@ -2564,6 +3823,40 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
2564
3823
|
stateMutability: string;
|
|
2565
3824
|
type: string;
|
|
2566
3825
|
anonymous?: undefined;
|
|
3826
|
+
})[] | ({
|
|
3827
|
+
inputs: {
|
|
3828
|
+
internalType: string;
|
|
3829
|
+
name: string;
|
|
3830
|
+
type: string;
|
|
3831
|
+
}[];
|
|
3832
|
+
stateMutability: string;
|
|
3833
|
+
type: string;
|
|
3834
|
+
name?: undefined;
|
|
3835
|
+
anonymous?: undefined;
|
|
3836
|
+
outputs?: undefined;
|
|
3837
|
+
} | {
|
|
3838
|
+
inputs: {
|
|
3839
|
+
internalType: string;
|
|
3840
|
+
name: string;
|
|
3841
|
+
type: string;
|
|
3842
|
+
}[];
|
|
3843
|
+
name: string;
|
|
3844
|
+
type: string;
|
|
3845
|
+
stateMutability?: undefined;
|
|
3846
|
+
anonymous?: undefined;
|
|
3847
|
+
outputs?: undefined;
|
|
3848
|
+
} | {
|
|
3849
|
+
anonymous: boolean;
|
|
3850
|
+
inputs: {
|
|
3851
|
+
indexed: boolean;
|
|
3852
|
+
internalType: string;
|
|
3853
|
+
name: string;
|
|
3854
|
+
type: string;
|
|
3855
|
+
}[];
|
|
3856
|
+
name: string;
|
|
3857
|
+
type: string;
|
|
3858
|
+
stateMutability?: undefined;
|
|
3859
|
+
outputs?: undefined;
|
|
2567
3860
|
} | {
|
|
2568
3861
|
inputs: {
|
|
2569
3862
|
internalType: string;
|
|
@@ -2572,11 +3865,6 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
2572
3865
|
}[];
|
|
2573
3866
|
name: string;
|
|
2574
3867
|
outputs: {
|
|
2575
|
-
components: {
|
|
2576
|
-
internalType: string;
|
|
2577
|
-
name: string;
|
|
2578
|
-
type: string;
|
|
2579
|
-
}[];
|
|
2580
3868
|
internalType: string;
|
|
2581
3869
|
name: string;
|
|
2582
3870
|
type: string;
|
|
@@ -2633,22 +3921,6 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
2633
3921
|
stateMutability: string;
|
|
2634
3922
|
type: string;
|
|
2635
3923
|
anonymous?: undefined;
|
|
2636
|
-
} | {
|
|
2637
|
-
inputs: any[];
|
|
2638
|
-
name: string;
|
|
2639
|
-
outputs: {
|
|
2640
|
-
components: {
|
|
2641
|
-
internalType: string;
|
|
2642
|
-
name: string;
|
|
2643
|
-
type: string;
|
|
2644
|
-
}[];
|
|
2645
|
-
internalType: string;
|
|
2646
|
-
name: string;
|
|
2647
|
-
type: string;
|
|
2648
|
-
}[];
|
|
2649
|
-
stateMutability: string;
|
|
2650
|
-
type: string;
|
|
2651
|
-
anonymous?: undefined;
|
|
2652
3924
|
})[] | ({
|
|
2653
3925
|
inputs: {
|
|
2654
3926
|
internalType: string;
|
|
@@ -2673,23 +3945,12 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
2673
3945
|
outputs?: undefined;
|
|
2674
3946
|
} | {
|
|
2675
3947
|
anonymous: boolean;
|
|
2676
|
-
inputs:
|
|
2677
|
-
indexed: boolean;
|
|
2678
|
-
internalType: string;
|
|
2679
|
-
name: string;
|
|
2680
|
-
type: string;
|
|
2681
|
-
components?: undefined;
|
|
2682
|
-
} | {
|
|
2683
|
-
components: {
|
|
2684
|
-
internalType: string;
|
|
2685
|
-
name: string;
|
|
2686
|
-
type: string;
|
|
2687
|
-
}[];
|
|
3948
|
+
inputs: {
|
|
2688
3949
|
indexed: boolean;
|
|
2689
3950
|
internalType: string;
|
|
2690
3951
|
name: string;
|
|
2691
3952
|
type: string;
|
|
2692
|
-
}
|
|
3953
|
+
}[];
|
|
2693
3954
|
name: string;
|
|
2694
3955
|
type: string;
|
|
2695
3956
|
stateMutability?: undefined;
|
|
@@ -2709,6 +3970,13 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
2709
3970
|
stateMutability: string;
|
|
2710
3971
|
type: string;
|
|
2711
3972
|
anonymous?: undefined;
|
|
3973
|
+
})[] | ({
|
|
3974
|
+
inputs: any[];
|
|
3975
|
+
stateMutability: string;
|
|
3976
|
+
type: string;
|
|
3977
|
+
name?: undefined;
|
|
3978
|
+
anonymous?: undefined;
|
|
3979
|
+
outputs?: undefined;
|
|
2712
3980
|
} | {
|
|
2713
3981
|
inputs: {
|
|
2714
3982
|
internalType: string;
|
|
@@ -2716,37 +3984,34 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
2716
3984
|
type: string;
|
|
2717
3985
|
}[];
|
|
2718
3986
|
name: string;
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
3987
|
+
type: string;
|
|
3988
|
+
stateMutability?: undefined;
|
|
3989
|
+
anonymous?: undefined;
|
|
3990
|
+
outputs?: undefined;
|
|
3991
|
+
} | {
|
|
3992
|
+
anonymous: boolean;
|
|
3993
|
+
inputs: {
|
|
3994
|
+
indexed: boolean;
|
|
2725
3995
|
internalType: string;
|
|
2726
3996
|
name: string;
|
|
2727
3997
|
type: string;
|
|
2728
3998
|
}[];
|
|
2729
|
-
|
|
3999
|
+
name: string;
|
|
2730
4000
|
type: string;
|
|
2731
|
-
|
|
4001
|
+
stateMutability?: undefined;
|
|
4002
|
+
outputs?: undefined;
|
|
2732
4003
|
} | {
|
|
2733
|
-
inputs:
|
|
4004
|
+
inputs: {
|
|
2734
4005
|
internalType: string;
|
|
2735
4006
|
name: string;
|
|
2736
4007
|
type: string;
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
internalType: string;
|
|
2741
|
-
name: string;
|
|
2742
|
-
type: string;
|
|
2743
|
-
}[];
|
|
4008
|
+
}[];
|
|
4009
|
+
name: string;
|
|
4010
|
+
outputs: {
|
|
2744
4011
|
internalType: string;
|
|
2745
4012
|
name: string;
|
|
2746
4013
|
type: string;
|
|
2747
|
-
}
|
|
2748
|
-
name: string;
|
|
2749
|
-
outputs: any[];
|
|
4014
|
+
}[];
|
|
2750
4015
|
stateMutability: string;
|
|
2751
4016
|
type: string;
|
|
2752
4017
|
anonymous?: undefined;
|
|
@@ -2799,26 +4064,6 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
2799
4064
|
stateMutability: string;
|
|
2800
4065
|
type: string;
|
|
2801
4066
|
anonymous?: undefined;
|
|
2802
|
-
} | {
|
|
2803
|
-
inputs: {
|
|
2804
|
-
components: {
|
|
2805
|
-
internalType: string;
|
|
2806
|
-
name: string;
|
|
2807
|
-
type: string;
|
|
2808
|
-
}[];
|
|
2809
|
-
internalType: string;
|
|
2810
|
-
name: string;
|
|
2811
|
-
type: string;
|
|
2812
|
-
}[];
|
|
2813
|
-
name: string;
|
|
2814
|
-
outputs: {
|
|
2815
|
-
internalType: string;
|
|
2816
|
-
name: string;
|
|
2817
|
-
type: string;
|
|
2818
|
-
}[];
|
|
2819
|
-
stateMutability: string;
|
|
2820
|
-
type: string;
|
|
2821
|
-
anonymous?: undefined;
|
|
2822
4067
|
})[] | ({
|
|
2823
4068
|
inputs: {
|
|
2824
4069
|
internalType: string;
|
|
@@ -2854,40 +4099,17 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
2854
4099
|
stateMutability?: undefined;
|
|
2855
4100
|
outputs?: undefined;
|
|
2856
4101
|
} | {
|
|
2857
|
-
inputs:
|
|
2858
|
-
name: string;
|
|
2859
|
-
outputs: {
|
|
4102
|
+
inputs: {
|
|
2860
4103
|
internalType: string;
|
|
2861
4104
|
name: string;
|
|
2862
4105
|
type: string;
|
|
2863
4106
|
}[];
|
|
2864
|
-
stateMutability: string;
|
|
2865
|
-
type: string;
|
|
2866
|
-
anonymous?: undefined;
|
|
2867
|
-
} | {
|
|
2868
|
-
inputs: any[];
|
|
2869
4107
|
name: string;
|
|
2870
4108
|
outputs: {
|
|
2871
|
-
components: {
|
|
2872
|
-
internalType: string;
|
|
2873
|
-
name: string;
|
|
2874
|
-
type: string;
|
|
2875
|
-
}[];
|
|
2876
|
-
internalType: string;
|
|
2877
|
-
name: string;
|
|
2878
|
-
type: string;
|
|
2879
|
-
}[];
|
|
2880
|
-
stateMutability: string;
|
|
2881
|
-
type: string;
|
|
2882
|
-
anonymous?: undefined;
|
|
2883
|
-
} | {
|
|
2884
|
-
inputs: {
|
|
2885
4109
|
internalType: string;
|
|
2886
4110
|
name: string;
|
|
2887
4111
|
type: string;
|
|
2888
4112
|
}[];
|
|
2889
|
-
name: string;
|
|
2890
|
-
outputs: any[];
|
|
2891
4113
|
stateMutability: string;
|
|
2892
4114
|
type: string;
|
|
2893
4115
|
anonymous?: undefined;
|
|
@@ -2975,17 +4197,24 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
2975
4197
|
stateMutability?: undefined;
|
|
2976
4198
|
outputs?: undefined;
|
|
2977
4199
|
} | {
|
|
2978
|
-
inputs:
|
|
4200
|
+
inputs: any[];
|
|
4201
|
+
name: string;
|
|
4202
|
+
outputs: {
|
|
2979
4203
|
internalType: string;
|
|
2980
4204
|
name: string;
|
|
2981
4205
|
type: string;
|
|
2982
4206
|
}[];
|
|
2983
|
-
|
|
2984
|
-
|
|
4207
|
+
stateMutability: string;
|
|
4208
|
+
type: string;
|
|
4209
|
+
anonymous?: undefined;
|
|
4210
|
+
} | {
|
|
4211
|
+
inputs: {
|
|
2985
4212
|
internalType: string;
|
|
2986
4213
|
name: string;
|
|
2987
4214
|
type: string;
|
|
2988
4215
|
}[];
|
|
4216
|
+
name: string;
|
|
4217
|
+
outputs: any[];
|
|
2989
4218
|
stateMutability: string;
|
|
2990
4219
|
type: string;
|
|
2991
4220
|
anonymous?: undefined;
|
|
@@ -3038,6 +4267,13 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
3038
4267
|
stateMutability: string;
|
|
3039
4268
|
type: string;
|
|
3040
4269
|
anonymous?: undefined;
|
|
4270
|
+
} | {
|
|
4271
|
+
stateMutability: string;
|
|
4272
|
+
type: string;
|
|
4273
|
+
inputs?: undefined;
|
|
4274
|
+
name?: undefined;
|
|
4275
|
+
anonymous?: undefined;
|
|
4276
|
+
outputs?: undefined;
|
|
3041
4277
|
})[] | ({
|
|
3042
4278
|
inputs: {
|
|
3043
4279
|
internalType: string;
|
|
@@ -3093,34 +4329,38 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
3093
4329
|
name: string;
|
|
3094
4330
|
type: string;
|
|
3095
4331
|
}[];
|
|
3096
|
-
|
|
4332
|
+
name: string;
|
|
3097
4333
|
type: string;
|
|
3098
|
-
name?: undefined;
|
|
3099
4334
|
anonymous?: undefined;
|
|
3100
4335
|
outputs?: undefined;
|
|
4336
|
+
stateMutability?: undefined;
|
|
3101
4337
|
} | {
|
|
4338
|
+
anonymous: boolean;
|
|
3102
4339
|
inputs: {
|
|
4340
|
+
indexed: boolean;
|
|
3103
4341
|
internalType: string;
|
|
3104
4342
|
name: string;
|
|
3105
4343
|
type: string;
|
|
3106
4344
|
}[];
|
|
3107
4345
|
name: string;
|
|
3108
4346
|
type: string;
|
|
3109
|
-
stateMutability?: undefined;
|
|
3110
|
-
anonymous?: undefined;
|
|
3111
4347
|
outputs?: undefined;
|
|
4348
|
+
stateMutability?: undefined;
|
|
3112
4349
|
} | {
|
|
3113
|
-
anonymous: boolean;
|
|
3114
4350
|
inputs: {
|
|
3115
|
-
indexed: boolean;
|
|
3116
4351
|
internalType: string;
|
|
3117
4352
|
name: string;
|
|
3118
4353
|
type: string;
|
|
3119
4354
|
}[];
|
|
3120
4355
|
name: string;
|
|
4356
|
+
outputs: {
|
|
4357
|
+
internalType: string;
|
|
4358
|
+
name: string;
|
|
4359
|
+
type: string;
|
|
4360
|
+
}[];
|
|
4361
|
+
stateMutability: string;
|
|
3121
4362
|
type: string;
|
|
3122
|
-
|
|
3123
|
-
outputs?: undefined;
|
|
4363
|
+
anonymous?: undefined;
|
|
3124
4364
|
} | {
|
|
3125
4365
|
inputs: {
|
|
3126
4366
|
internalType: string;
|
|
@@ -3129,6 +4369,11 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
3129
4369
|
}[];
|
|
3130
4370
|
name: string;
|
|
3131
4371
|
outputs: {
|
|
4372
|
+
components: {
|
|
4373
|
+
internalType: string;
|
|
4374
|
+
name: string;
|
|
4375
|
+
type: string;
|
|
4376
|
+
}[];
|
|
3132
4377
|
internalType: string;
|
|
3133
4378
|
name: string;
|
|
3134
4379
|
type: string;
|
|
@@ -3185,6 +4430,26 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
3185
4430
|
stateMutability: string;
|
|
3186
4431
|
type: string;
|
|
3187
4432
|
anonymous?: undefined;
|
|
4433
|
+
} | {
|
|
4434
|
+
inputs: {
|
|
4435
|
+
internalType: string;
|
|
4436
|
+
name: string;
|
|
4437
|
+
type: string;
|
|
4438
|
+
}[];
|
|
4439
|
+
name: string;
|
|
4440
|
+
outputs: {
|
|
4441
|
+
components: {
|
|
4442
|
+
internalType: string;
|
|
4443
|
+
name: string;
|
|
4444
|
+
type: string;
|
|
4445
|
+
}[];
|
|
4446
|
+
internalType: string;
|
|
4447
|
+
name: string;
|
|
4448
|
+
type: string;
|
|
4449
|
+
}[];
|
|
4450
|
+
stateMutability: string;
|
|
4451
|
+
type: string;
|
|
4452
|
+
anonymous?: undefined;
|
|
3188
4453
|
})[] | ({
|
|
3189
4454
|
inputs: {
|
|
3190
4455
|
internalType: string;
|
|
@@ -3234,6 +4499,26 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
3234
4499
|
stateMutability: string;
|
|
3235
4500
|
type: string;
|
|
3236
4501
|
anonymous?: undefined;
|
|
4502
|
+
} | {
|
|
4503
|
+
inputs: {
|
|
4504
|
+
internalType: string;
|
|
4505
|
+
name: string;
|
|
4506
|
+
type: string;
|
|
4507
|
+
}[];
|
|
4508
|
+
name: string;
|
|
4509
|
+
outputs: {
|
|
4510
|
+
components: {
|
|
4511
|
+
internalType: string;
|
|
4512
|
+
name: string;
|
|
4513
|
+
type: string;
|
|
4514
|
+
}[];
|
|
4515
|
+
internalType: string;
|
|
4516
|
+
name: string;
|
|
4517
|
+
type: string;
|
|
4518
|
+
}[];
|
|
4519
|
+
stateMutability: string;
|
|
4520
|
+
type: string;
|
|
4521
|
+
anonymous?: undefined;
|
|
3237
4522
|
})[] | ({
|
|
3238
4523
|
inputs: {
|
|
3239
4524
|
internalType: string;
|
|
@@ -3284,7 +4569,11 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
3284
4569
|
type: string;
|
|
3285
4570
|
anonymous?: undefined;
|
|
3286
4571
|
})[] | ({
|
|
3287
|
-
inputs:
|
|
4572
|
+
inputs: {
|
|
4573
|
+
internalType: string;
|
|
4574
|
+
name: string;
|
|
4575
|
+
type: string;
|
|
4576
|
+
}[];
|
|
3288
4577
|
stateMutability: string;
|
|
3289
4578
|
type: string;
|
|
3290
4579
|
name?: undefined;
|
|
@@ -3328,6 +4617,26 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
3328
4617
|
stateMutability: string;
|
|
3329
4618
|
type: string;
|
|
3330
4619
|
anonymous?: undefined;
|
|
4620
|
+
} | {
|
|
4621
|
+
inputs: {
|
|
4622
|
+
internalType: string;
|
|
4623
|
+
name: string;
|
|
4624
|
+
type: string;
|
|
4625
|
+
}[];
|
|
4626
|
+
name: string;
|
|
4627
|
+
outputs: {
|
|
4628
|
+
components: {
|
|
4629
|
+
internalType: string;
|
|
4630
|
+
name: string;
|
|
4631
|
+
type: string;
|
|
4632
|
+
}[];
|
|
4633
|
+
internalType: string;
|
|
4634
|
+
name: string;
|
|
4635
|
+
type: string;
|
|
4636
|
+
}[];
|
|
4637
|
+
stateMutability: string;
|
|
4638
|
+
type: string;
|
|
4639
|
+
anonymous?: undefined;
|
|
3331
4640
|
})[] | ({
|
|
3332
4641
|
inputs: {
|
|
3333
4642
|
internalType: string;
|
|
@@ -3378,11 +4687,7 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
3378
4687
|
type: string;
|
|
3379
4688
|
anonymous?: undefined;
|
|
3380
4689
|
})[] | ({
|
|
3381
|
-
inputs:
|
|
3382
|
-
internalType: string;
|
|
3383
|
-
name: string;
|
|
3384
|
-
type: string;
|
|
3385
|
-
}[];
|
|
4690
|
+
inputs: any[];
|
|
3386
4691
|
stateMutability: string;
|
|
3387
4692
|
type: string;
|
|
3388
4693
|
name?: undefined;
|
|
@@ -3426,12 +4731,28 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
3426
4731
|
stateMutability: string;
|
|
3427
4732
|
type: string;
|
|
3428
4733
|
anonymous?: undefined;
|
|
3429
|
-
}
|
|
4734
|
+
} | {
|
|
3430
4735
|
inputs: {
|
|
3431
4736
|
internalType: string;
|
|
3432
4737
|
name: string;
|
|
3433
4738
|
type: string;
|
|
3434
4739
|
}[];
|
|
4740
|
+
name: string;
|
|
4741
|
+
outputs: {
|
|
4742
|
+
components: {
|
|
4743
|
+
internalType: string;
|
|
4744
|
+
name: string;
|
|
4745
|
+
type: string;
|
|
4746
|
+
}[];
|
|
4747
|
+
internalType: string;
|
|
4748
|
+
name: string;
|
|
4749
|
+
type: string;
|
|
4750
|
+
}[];
|
|
4751
|
+
stateMutability: string;
|
|
4752
|
+
type: string;
|
|
4753
|
+
anonymous?: undefined;
|
|
4754
|
+
})[] | ({
|
|
4755
|
+
inputs: any[];
|
|
3435
4756
|
stateMutability: string;
|
|
3436
4757
|
type: string;
|
|
3437
4758
|
name?: undefined;
|
|
@@ -3510,9 +4831,18 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
3510
4831
|
stateMutability?: undefined;
|
|
3511
4832
|
outputs?: undefined;
|
|
3512
4833
|
} | {
|
|
3513
|
-
inputs:
|
|
4834
|
+
inputs: {
|
|
4835
|
+
internalType: string;
|
|
4836
|
+
name: string;
|
|
4837
|
+
type: string;
|
|
4838
|
+
}[];
|
|
3514
4839
|
name: string;
|
|
3515
4840
|
outputs: {
|
|
4841
|
+
components: {
|
|
4842
|
+
internalType: string;
|
|
4843
|
+
name: string;
|
|
4844
|
+
type: string;
|
|
4845
|
+
}[];
|
|
3516
4846
|
internalType: string;
|
|
3517
4847
|
name: string;
|
|
3518
4848
|
type: string;
|
|
@@ -3527,23 +4857,36 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
3527
4857
|
type: string;
|
|
3528
4858
|
}[];
|
|
3529
4859
|
name: string;
|
|
3530
|
-
outputs:
|
|
4860
|
+
outputs: {
|
|
4861
|
+
internalType: string;
|
|
4862
|
+
name: string;
|
|
4863
|
+
type: string;
|
|
4864
|
+
}[];
|
|
3531
4865
|
stateMutability: string;
|
|
3532
4866
|
type: string;
|
|
3533
4867
|
anonymous?: undefined;
|
|
3534
4868
|
})[] | ({
|
|
4869
|
+
inputs: any[];
|
|
4870
|
+
stateMutability: string;
|
|
4871
|
+
type: string;
|
|
4872
|
+
name?: undefined;
|
|
4873
|
+
anonymous?: undefined;
|
|
4874
|
+
outputs?: undefined;
|
|
4875
|
+
} | {
|
|
3535
4876
|
inputs: {
|
|
3536
4877
|
internalType: string;
|
|
3537
4878
|
name: string;
|
|
3538
4879
|
type: string;
|
|
3539
4880
|
}[];
|
|
3540
|
-
|
|
4881
|
+
name: string;
|
|
3541
4882
|
type: string;
|
|
3542
|
-
|
|
4883
|
+
stateMutability?: undefined;
|
|
3543
4884
|
anonymous?: undefined;
|
|
3544
4885
|
outputs?: undefined;
|
|
3545
4886
|
} | {
|
|
4887
|
+
anonymous: boolean;
|
|
3546
4888
|
inputs: {
|
|
4889
|
+
indexed: boolean;
|
|
3547
4890
|
internalType: string;
|
|
3548
4891
|
name: string;
|
|
3549
4892
|
type: string;
|
|
@@ -3551,9 +4894,23 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
3551
4894
|
name: string;
|
|
3552
4895
|
type: string;
|
|
3553
4896
|
stateMutability?: undefined;
|
|
3554
|
-
anonymous?: undefined;
|
|
3555
4897
|
outputs?: undefined;
|
|
3556
4898
|
} | {
|
|
4899
|
+
inputs: {
|
|
4900
|
+
internalType: string;
|
|
4901
|
+
name: string;
|
|
4902
|
+
type: string;
|
|
4903
|
+
}[];
|
|
4904
|
+
name: string;
|
|
4905
|
+
outputs: {
|
|
4906
|
+
internalType: string;
|
|
4907
|
+
name: string;
|
|
4908
|
+
type: string;
|
|
4909
|
+
}[];
|
|
4910
|
+
stateMutability: string;
|
|
4911
|
+
type: string;
|
|
4912
|
+
anonymous?: undefined;
|
|
4913
|
+
})[] | ({
|
|
3557
4914
|
anonymous: boolean;
|
|
3558
4915
|
inputs: {
|
|
3559
4916
|
indexed: boolean;
|
|
@@ -3563,8 +4920,8 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
3563
4920
|
}[];
|
|
3564
4921
|
name: string;
|
|
3565
4922
|
type: string;
|
|
3566
|
-
stateMutability?: undefined;
|
|
3567
4923
|
outputs?: undefined;
|
|
4924
|
+
stateMutability?: undefined;
|
|
3568
4925
|
} | {
|
|
3569
4926
|
inputs: {
|
|
3570
4927
|
internalType: string;
|
|
@@ -3583,9 +4940,9 @@ declare const getABI: (name: keyof typeof ABIS) => ({
|
|
|
3583
4940
|
} | {
|
|
3584
4941
|
stateMutability: string;
|
|
3585
4942
|
type: string;
|
|
4943
|
+
anonymous?: undefined;
|
|
3586
4944
|
inputs?: undefined;
|
|
3587
4945
|
name?: undefined;
|
|
3588
|
-
anonymous?: undefined;
|
|
3589
4946
|
outputs?: undefined;
|
|
3590
4947
|
})[];
|
|
3591
4948
|
export { getABI, ABIS };
|