defi-kit 1.8.9 → 1.9.0

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.
@@ -489,8 +489,12 @@ var stakeTokens_default = [
489
489
  symbol: "AAVE"
490
490
  },
491
491
  {
492
- address: "0x41A08648C3766F9F9d85598fF102a08f4ef84F84",
493
- symbol: "ABPT"
492
+ address: "0x3de27efa2f1aa663ae5d458857e731c129069f29",
493
+ symbol: "ABPTV2"
494
+ },
495
+ {
496
+ address: "0x40D16FC0246aD3160Ccc09B8D0D3A2cD28aE6C2f",
497
+ symbol: "GHO"
494
498
  }
495
499
  ];
496
500
 
@@ -528,14 +532,14 @@ var stableDebtWETH_default = [{ inputs: [{ internalType: "address", name: "pool"
528
532
  // eth-sdk/abis/mainnet/aaveV2/aave.json
529
533
  var aave_default = [{ inputs: [], stateMutability: "nonpayable", type: "constructor" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "owner", type: "address" }, { indexed: true, internalType: "address", name: "spender", type: "address" }, { indexed: false, internalType: "uint256", name: "value", type: "uint256" }], name: "Approval", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "delegator", type: "address" }, { indexed: true, internalType: "address", name: "delegatee", type: "address" }, { indexed: false, internalType: "enum IGovernancePowerDelegationToken.DelegationType", name: "delegationType", type: "uint8" }], name: "DelegateChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "user", type: "address" }, { indexed: false, internalType: "uint256", name: "amount", type: "uint256" }, { indexed: false, internalType: "enum IGovernancePowerDelegationToken.DelegationType", name: "delegationType", type: "uint8" }], name: "DelegatedPowerChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "tokenRescued", type: "address" }, { indexed: true, internalType: "address", name: "aaveMerkleDistributor", type: "address" }, { indexed: false, internalType: "uint256", name: "amountRescued", type: "uint256" }], name: "TokensRescued", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "from", type: "address" }, { indexed: true, internalType: "address", name: "to", type: "address" }, { indexed: false, internalType: "uint256", name: "value", type: "uint256" }], name: "Transfer", type: "event" }, { inputs: [], name: "DELEGATE_BY_TYPE_TYPEHASH", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [], name: "DELEGATE_TYPEHASH", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [], name: "DOMAIN_SEPARATOR", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [], name: "EIP712_REVISION", outputs: [{ internalType: "bytes", name: "", type: "bytes" }], stateMutability: "view", type: "function" }, { inputs: [], name: "PERMIT_TYPEHASH", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [], name: "REVISION", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "_aaveGovernance", outputs: [{ internalType: "contract ITransferHook", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }], name: "_nonces", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }, { internalType: "uint256", name: "", type: "uint256" }], name: "_votingSnapshots", outputs: [{ internalType: "uint128", name: "blockNumber", type: "uint128" }, { internalType: "uint128", name: "value", type: "uint128" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }], name: "_votingSnapshotsCounts", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "owner", type: "address" }, { internalType: "address", name: "spender", type: "address" }], name: "allowance", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "approve", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "account", type: "address" }], name: "balanceOf", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "decimals", outputs: [{ internalType: "uint8", name: "", type: "uint8" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "subtractedValue", type: "uint256" }], name: "decreaseAllowance", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "delegatee", type: "address" }], name: "delegate", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "delegatee", type: "address" }, { internalType: "uint256", name: "nonce", type: "uint256" }, { internalType: "uint256", name: "expiry", type: "uint256" }, { internalType: "uint8", name: "v", type: "uint8" }, { internalType: "bytes32", name: "r", type: "bytes32" }, { internalType: "bytes32", name: "s", type: "bytes32" }], name: "delegateBySig", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "delegatee", type: "address" }, { internalType: "enum IGovernancePowerDelegationToken.DelegationType", name: "delegationType", type: "uint8" }], name: "delegateByType", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "delegatee", type: "address" }, { internalType: "enum IGovernancePowerDelegationToken.DelegationType", name: "delegationType", type: "uint8" }, { internalType: "uint256", name: "nonce", type: "uint256" }, { internalType: "uint256", name: "expiry", type: "uint256" }, { internalType: "uint8", name: "v", type: "uint8" }, { internalType: "bytes32", name: "r", type: "bytes32" }, { internalType: "bytes32", name: "s", type: "bytes32" }], name: "delegateByTypeBySig", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "delegator", type: "address" }, { internalType: "enum IGovernancePowerDelegationToken.DelegationType", name: "delegationType", type: "uint8" }], name: "getDelegateeByType", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "user", type: "address" }, { internalType: "uint256", name: "blockNumber", type: "uint256" }, { internalType: "enum IGovernancePowerDelegationToken.DelegationType", name: "delegationType", type: "uint8" }], name: "getPowerAtBlock", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "user", type: "address" }, { internalType: "enum IGovernancePowerDelegationToken.DelegationType", name: "delegationType", type: "uint8" }], name: "getPowerCurrent", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "addedValue", type: "uint256" }], name: "increaseAllowance", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address[]", name: "tokens", type: "address[]" }, { internalType: "uint256[]", name: "amounts", type: "uint256[]" }, { internalType: "address", name: "aaveMerkleDistributor", type: "address" }, { internalType: "address", name: "lendToken", type: "address" }, { internalType: "uint256", name: "lendToAaveAmount", type: "uint256" }], name: "initialize", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "name", outputs: [{ internalType: "string", name: "", type: "string" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "owner", type: "address" }, { internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "value", type: "uint256" }, { internalType: "uint256", name: "deadline", type: "uint256" }, { internalType: "uint8", name: "v", type: "uint8" }, { internalType: "bytes32", name: "r", type: "bytes32" }, { internalType: "bytes32", name: "s", type: "bytes32" }], name: "permit", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "symbol", outputs: [{ internalType: "string", name: "", type: "string" }], stateMutability: "view", type: "function" }, { inputs: [], name: "totalSupply", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "uint256", name: "blockNumber", type: "uint256" }], name: "totalSupplyAt", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "recipient", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "transfer", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "sender", type: "address" }, { internalType: "address", name: "recipient", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "transferFrom", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }];
530
534
 
531
- // eth-sdk/abis/mainnet/aaveV2/abpt.json
532
- var abpt_default = [{ anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "owner", type: "address" }, { indexed: true, internalType: "address", name: "spender", type: "address" }, { indexed: false, internalType: "uint256", name: "value", type: "uint256" }], name: "Approval", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "caller", type: "address" }, { indexed: false, internalType: "uint256", name: "oldCap", type: "uint256" }, { indexed: false, internalType: "uint256", name: "newCap", type: "uint256" }], name: "CapChanged", type: "event" }, { anonymous: true, inputs: [{ indexed: true, internalType: "bytes4", name: "sig", type: "bytes4" }, { indexed: true, internalType: "address", name: "caller", type: "address" }, { indexed: false, internalType: "bytes", name: "data", type: "bytes" }], name: "LogCall", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "caller", type: "address" }, { indexed: true, internalType: "address", name: "tokenOut", type: "address" }, { indexed: false, internalType: "uint256", name: "tokenAmountOut", type: "uint256" }], name: "LogExit", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "caller", type: "address" }, { indexed: true, internalType: "address", name: "tokenIn", type: "address" }, { indexed: false, internalType: "uint256", name: "tokenAmountIn", type: "uint256" }], name: "LogJoin", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "token", type: "address" }, { indexed: true, internalType: "address", name: "pool", type: "address" }, { indexed: true, internalType: "address", name: "caller", type: "address" }], name: "NewTokenCommitted", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "previousOwner", type: "address" }, { indexed: true, internalType: "address", name: "newOwner", type: "address" }], name: "OwnershipTransferred", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "from", type: "address" }, { indexed: true, internalType: "address", name: "to", type: "address" }, { indexed: false, internalType: "uint256", name: "value", type: "uint256" }], name: "Transfer", type: "event" }, { inputs: [], name: "DECIMALS", outputs: [{ internalType: "uint8", name: "", type: "uint8" }], stateMutability: "view", type: "function" }, { inputs: [], name: "DEFAULT_ADD_TOKEN_TIME_LOCK_IN_BLOCKS", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "DEFAULT_MIN_WEIGHT_CHANGE_BLOCK_PERIOD", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "NAME", outputs: [{ internalType: "string", name: "", type: "string" }], stateMutability: "view", type: "function" }, { inputs: [], name: "REVISION", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "addTokenTimeLockInBlocks", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "owner", type: "address" }, { internalType: "address", name: "spender", type: "address" }], name: "allowance", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "applyAddToken", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "approve", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "bFactory", outputs: [{ internalType: "contract IBFactory", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "bPool", outputs: [{ internalType: "contract IBPool", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "account", type: "address" }], name: "balanceOf", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "bspCap", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "uint256", name: "amount", type: "uint256" }], name: "burnPoolShareFromLib", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "provider", type: "address" }], name: "canProvideLiquidity", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "token", type: "address" }, { internalType: "uint256", name: "balance", type: "uint256" }, { internalType: "uint256", name: "denormalizedWeight", type: "uint256" }], name: "commitAddToken", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "initialSupply", type: "uint256" }], name: "createPool", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "initialSupply", type: "uint256" }, { internalType: "uint256", name: "minimumWeightChangeBlockPeriodParam", type: "uint256" }, { internalType: "uint256", name: "addTokenTimeLockInBlocksParam", type: "uint256" }], name: "createPool", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "decimals", outputs: [{ internalType: "uint8", name: "", type: "uint8" }], stateMutability: "pure", type: "function" }, { inputs: [{ internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "decreaseApproval", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "poolAmountIn", type: "uint256" }, { internalType: "uint256[]", name: "minAmountsOut", type: "uint256[]" }], name: "exitPool", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "tokenOut", type: "address" }, { internalType: "uint256", name: "tokenAmountOut", type: "uint256" }, { internalType: "uint256", name: "maxPoolAmountIn", type: "uint256" }], name: "exitswapExternAmountOut", outputs: [{ internalType: "uint256", name: "poolAmountIn", type: "uint256" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "tokenOut", type: "address" }, { internalType: "uint256", name: "poolAmountIn", type: "uint256" }, { internalType: "uint256", name: "minAmountOut", type: "uint256" }], name: "exitswapPoolAmountIn", outputs: [{ internalType: "uint256", name: "tokenAmountOut", type: "uint256" }], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "getBalancerSafeMathVersion", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "pure", type: "function" }, { inputs: [], name: "getController", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "token", type: "address" }], name: "getDenormalizedWeight", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getRightsManagerVersion", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "pure", type: "function" }, { inputs: [], name: "getSmartPoolManagerVersion", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "pure", type: "function" }, { inputs: [], name: "gradualUpdate", outputs: [{ internalType: "uint256", name: "startBlock", type: "uint256" }, { internalType: "uint256", name: "endBlock", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "enum RightsManager.Permissions", name: "permission", type: "uint8" }], name: "hasPermission", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "increaseApproval", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "factoryAddress", type: "address" }, { components: [{ internalType: "string", name: "poolTokenSymbol", type: "string" }, { internalType: "string", name: "poolTokenName", type: "string" }, { internalType: "address[]", name: "constituentTokens", type: "address[]" }, { internalType: "uint256[]", name: "tokenBalances", type: "uint256[]" }, { internalType: "uint256[]", name: "tokenWeights", type: "uint256[]" }, { internalType: "uint256", name: "swapFee", type: "uint256" }], internalType: "struct ConfigurableRightsPool.PoolParams", name: "poolParams", type: "tuple" }, { components: [{ internalType: "bool", name: "canPauseSwapping", type: "bool" }, { internalType: "bool", name: "canChangeSwapFee", type: "bool" }, { internalType: "bool", name: "canChangeWeights", type: "bool" }, { internalType: "bool", name: "canAddRemoveTokens", type: "bool" }, { internalType: "bool", name: "canWhitelistLPs", type: "bool" }, { internalType: "bool", name: "canChangeCap", type: "bool" }], internalType: "struct RightsManager.Rights", name: "rightsStruct", type: "tuple" }], name: "initialize", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "isPublicSwap", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "uint256", name: "poolAmountOut", type: "uint256" }, { internalType: "uint256[]", name: "maxAmountsIn", type: "uint256[]" }], name: "joinPool", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "tokenIn", type: "address" }, { internalType: "uint256", name: "tokenAmountIn", type: "uint256" }, { internalType: "uint256", name: "minPoolAmountOut", type: "uint256" }], name: "joinswapExternAmountIn", outputs: [{ internalType: "uint256", name: "poolAmountOut", type: "uint256" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "tokenIn", type: "address" }, { internalType: "uint256", name: "poolAmountOut", type: "uint256" }, { internalType: "uint256", name: "maxAmountIn", type: "uint256" }], name: "joinswapPoolAmountOut", outputs: [{ internalType: "uint256", name: "tokenAmountIn", type: "uint256" }], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "minimumWeightChangeBlockPeriod", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "uint256", name: "amount", type: "uint256" }], name: "mintPoolShareFromLib", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "name", outputs: [{ internalType: "string", name: "", type: "string" }], stateMutability: "view", type: "function" }, { inputs: [], name: "newToken", outputs: [{ internalType: "address", name: "addr", type: "address" }, { internalType: "bool", name: "isCommitted", type: "bool" }, { internalType: "uint256", name: "commitBlock", type: "uint256" }, { internalType: "uint256", name: "denorm", type: "uint256" }, { internalType: "uint256", name: "balance", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "pokeWeights", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "from", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "pullPoolShareFromLib", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "pushPoolShareFromLib", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "token", type: "address" }], name: "removeToken", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "provider", type: "address" }], name: "removeWhitelistedLiquidityProvider", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "rights", outputs: [{ internalType: "bool", name: "canPauseSwapping", type: "bool" }, { internalType: "bool", name: "canChangeSwapFee", type: "bool" }, { internalType: "bool", name: "canChangeWeights", type: "bool" }, { internalType: "bool", name: "canAddRemoveTokens", type: "bool" }, { internalType: "bool", name: "canWhitelistLPs", type: "bool" }, { internalType: "bool", name: "canChangeCap", type: "bool" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "uint256", name: "newCap", type: "uint256" }], name: "setCap", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "newOwner", type: "address" }], name: "setController", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "bool", name: "publicSwap", type: "bool" }], name: "setPublicSwap", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "swapFee", type: "uint256" }], name: "setSwapFee", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "symbol", outputs: [{ internalType: "string", name: "", type: "string" }], stateMutability: "view", type: "function" }, { inputs: [], name: "totalSupply", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "recipient", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "transfer", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "sender", type: "address" }, { internalType: "address", name: "recipient", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "transferFrom", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "token", type: "address" }, { internalType: "uint256", name: "newWeight", type: "uint256" }], name: "updateWeight", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256[]", name: "newWeights", type: "uint256[]" }, { internalType: "uint256", name: "startBlock", type: "uint256" }, { internalType: "uint256", name: "endBlock", type: "uint256" }], name: "updateWeightsGradually", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "provider", type: "address" }], name: "whitelistLiquidityProvider", outputs: [], stateMutability: "nonpayable", type: "function" }];
535
+ // eth-sdk/abis/mainnet/aaveV2/abptV2.json
536
+ var abptV2_default = [{ inputs: [{ components: [{ internalType: "string", name: "name", type: "string" }, { internalType: "string", name: "symbol", type: "string" }, { internalType: "contract IERC20[]", name: "tokens", type: "address[]" }, { internalType: "uint256[]", name: "normalizedWeights", type: "uint256[]" }, { internalType: "contract IRateProvider[]", name: "rateProviders", type: "address[]" }, { internalType: "address[]", name: "assetManagers", type: "address[]" }, { internalType: "uint256", name: "swapFeePercentage", type: "uint256" }], internalType: "struct WeightedPool.NewPoolParams", name: "params", type: "tuple" }, { internalType: "contract IVault", name: "vault", type: "address" }, { internalType: "contract IProtocolFeePercentagesProvider", name: "protocolFeeProvider", type: "address" }, { internalType: "uint256", name: "pauseWindowDuration", type: "uint256" }, { internalType: "uint256", name: "bufferPeriodDuration", type: "uint256" }, { internalType: "address", name: "owner", type: "address" }, { internalType: "string", name: "version", type: "string" }], stateMutability: "nonpayable", type: "constructor" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "owner", type: "address" }, { indexed: true, internalType: "address", name: "spender", type: "address" }, { indexed: false, internalType: "uint256", name: "value", type: "uint256" }], name: "Approval", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "bool", name: "paused", type: "bool" }], name: "PausedStateChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "uint256", name: "feeType", type: "uint256" }, { indexed: false, internalType: "uint256", name: "protocolFeePercentage", type: "uint256" }], name: "ProtocolFeePercentageCacheUpdated", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "bool", name: "enabled", type: "bool" }], name: "RecoveryModeStateChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint256", name: "swapFeePercentage", type: "uint256" }], name: "SwapFeePercentageChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "from", type: "address" }, { indexed: true, internalType: "address", name: "to", type: "address" }, { indexed: false, internalType: "uint256", name: "value", type: "uint256" }], name: "Transfer", type: "event" }, { inputs: [], name: "DELEGATE_PROTOCOL_SWAP_FEES_SENTINEL", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "DOMAIN_SEPARATOR", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "owner", type: "address" }, { internalType: "address", name: "spender", type: "address" }], name: "allowance", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "approve", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "account", type: "address" }], name: "balanceOf", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "decimals", outputs: [{ internalType: "uint8", name: "", type: "uint8" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "decreaseAllowance", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "disableRecoveryMode", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "enableRecoveryMode", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "getATHRateProduct", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "bytes4", name: "selector", type: "bytes4" }], name: "getActionId", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getActualSupply", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getAuthorizer", outputs: [{ internalType: "contract IAuthorizer", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getDomainSeparator", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getInvariant", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getLastPostJoinExitInvariant", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "account", type: "address" }], name: "getNextNonce", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getNormalizedWeights", outputs: [{ internalType: "uint256[]", name: "", type: "uint256[]" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getOwner", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getPausedState", outputs: [{ internalType: "bool", name: "paused", type: "bool" }, { internalType: "uint256", name: "pauseWindowEndTime", type: "uint256" }, { internalType: "uint256", name: "bufferPeriodEndTime", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getPoolId", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "uint256", name: "feeType", type: "uint256" }], name: "getProtocolFeePercentageCache", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getProtocolFeesCollector", outputs: [{ internalType: "contract IProtocolFeesCollector", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getProtocolSwapFeeDelegation", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getRateProviders", outputs: [{ internalType: "contract IRateProvider[]", name: "", type: "address[]" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getScalingFactors", outputs: [{ internalType: "uint256[]", name: "", type: "uint256[]" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getSwapFeePercentage", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getVault", outputs: [{ internalType: "contract IVault", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "inRecoveryMode", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "addedValue", type: "uint256" }], name: "increaseAllowance", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "name", outputs: [{ internalType: "string", name: "", type: "string" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "owner", type: "address" }], name: "nonces", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "bytes32", name: "poolId", type: "bytes32" }, { internalType: "address", name: "sender", type: "address" }, { internalType: "address", name: "recipient", type: "address" }, { internalType: "uint256[]", name: "balances", type: "uint256[]" }, { internalType: "uint256", name: "lastChangeBlock", type: "uint256" }, { internalType: "uint256", name: "protocolSwapFeePercentage", type: "uint256" }, { internalType: "bytes", name: "userData", type: "bytes" }], name: "onExitPool", outputs: [{ internalType: "uint256[]", name: "", type: "uint256[]" }, { internalType: "uint256[]", name: "", type: "uint256[]" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "bytes32", name: "poolId", type: "bytes32" }, { internalType: "address", name: "sender", type: "address" }, { internalType: "address", name: "recipient", type: "address" }, { internalType: "uint256[]", name: "balances", type: "uint256[]" }, { internalType: "uint256", name: "lastChangeBlock", type: "uint256" }, { internalType: "uint256", name: "protocolSwapFeePercentage", type: "uint256" }, { internalType: "bytes", name: "userData", type: "bytes" }], name: "onJoinPool", outputs: [{ internalType: "uint256[]", name: "", type: "uint256[]" }, { internalType: "uint256[]", name: "", type: "uint256[]" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ components: [{ internalType: "enum IVault.SwapKind", name: "kind", type: "uint8" }, { internalType: "contract IERC20", name: "tokenIn", type: "address" }, { internalType: "contract IERC20", name: "tokenOut", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "bytes32", name: "poolId", type: "bytes32" }, { internalType: "uint256", name: "lastChangeBlock", type: "uint256" }, { internalType: "address", name: "from", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "bytes", name: "userData", type: "bytes" }], internalType: "struct IPoolSwapStructs.SwapRequest", name: "request", type: "tuple" }, { internalType: "uint256", name: "balanceTokenIn", type: "uint256" }, { internalType: "uint256", name: "balanceTokenOut", type: "uint256" }], name: "onSwap", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "pause", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "owner", type: "address" }, { internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "value", type: "uint256" }, { internalType: "uint256", name: "deadline", type: "uint256" }, { internalType: "uint8", name: "v", type: "uint8" }, { internalType: "bytes32", name: "r", type: "bytes32" }, { internalType: "bytes32", name: "s", type: "bytes32" }], name: "permit", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "bytes32", name: "poolId", type: "bytes32" }, { internalType: "address", name: "sender", type: "address" }, { internalType: "address", name: "recipient", type: "address" }, { internalType: "uint256[]", name: "balances", type: "uint256[]" }, { internalType: "uint256", name: "lastChangeBlock", type: "uint256" }, { internalType: "uint256", name: "protocolSwapFeePercentage", type: "uint256" }, { internalType: "bytes", name: "userData", type: "bytes" }], name: "queryExit", outputs: [{ internalType: "uint256", name: "bptIn", type: "uint256" }, { internalType: "uint256[]", name: "amountsOut", type: "uint256[]" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "bytes32", name: "poolId", type: "bytes32" }, { internalType: "address", name: "sender", type: "address" }, { internalType: "address", name: "recipient", type: "address" }, { internalType: "uint256[]", name: "balances", type: "uint256[]" }, { internalType: "uint256", name: "lastChangeBlock", type: "uint256" }, { internalType: "uint256", name: "protocolSwapFeePercentage", type: "uint256" }, { internalType: "bytes", name: "userData", type: "bytes" }], name: "queryJoin", outputs: [{ internalType: "uint256", name: "bptOut", type: "uint256" }, { internalType: "uint256[]", name: "amountsIn", type: "uint256[]" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "contract IERC20", name: "token", type: "address" }, { internalType: "bytes", name: "poolConfig", type: "bytes" }], name: "setAssetManagerPoolConfig", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "swapFeePercentage", type: "uint256" }], name: "setSwapFeePercentage", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "symbol", outputs: [{ internalType: "string", name: "", type: "string" }], stateMutability: "view", type: "function" }, { inputs: [], name: "totalSupply", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "recipient", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "transfer", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "sender", type: "address" }, { internalType: "address", name: "recipient", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "transferFrom", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "unpause", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "updateProtocolFeePercentageCache", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "version", outputs: [{ internalType: "string", name: "", type: "string" }], stateMutability: "view", type: "function" }];
533
537
 
534
538
  // eth-sdk/abis/mainnet/aaveV2/stkaave.json
535
539
  var stkaave_default = [{ inputs: [{ internalType: "contract IERC20", name: "stakedToken", type: "address" }, { internalType: "contract IERC20", name: "rewardToken", type: "address" }, { internalType: "uint256", name: "unstakeWindow", type: "uint256" }, { internalType: "address", name: "rewardsVault", type: "address" }, { internalType: "address", name: "emissionManager", type: "address" }, { internalType: "uint128", name: "distributionDuration", type: "uint128" }], stateMutability: "nonpayable", type: "constructor" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "owner", type: "address" }, { indexed: true, internalType: "address", name: "spender", type: "address" }, { indexed: false, internalType: "uint256", name: "value", type: "uint256" }], name: "Approval", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "asset", type: "address" }, { indexed: false, internalType: "uint256", name: "emission", type: "uint256" }], name: "AssetConfigUpdated", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "asset", type: "address" }, { indexed: false, internalType: "uint256", name: "index", type: "uint256" }], name: "AssetIndexUpdated", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "user", type: "address" }, { indexed: false, internalType: "uint256", name: "amount", type: "uint256" }], name: "Cooldown", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint256", name: "cooldownSeconds", type: "uint256" }], name: "CooldownSecondsChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "delegator", type: "address" }, { indexed: true, internalType: "address", name: "delegatee", type: "address" }, { indexed: false, internalType: "enum IGovernancePowerDelegationToken.DelegationType", name: "delegationType", type: "uint8" }], name: "DelegateChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "user", type: "address" }, { indexed: false, internalType: "uint256", name: "amount", type: "uint256" }, { indexed: false, internalType: "enum IGovernancePowerDelegationToken.DelegationType", name: "delegationType", type: "uint8" }], name: "DelegatedPowerChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint216", name: "exchangeRate", type: "uint216" }], name: "ExchangeRateChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint256", name: "amount", type: "uint256" }], name: "FundsReturned", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "newDebtToken", type: "address" }], name: "GHODebtTokenChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint256", name: "newPercentage", type: "uint256" }], name: "MaxSlashablePercentageChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "newPendingAdmin", type: "address" }, { indexed: false, internalType: "uint256", name: "role", type: "uint256" }], name: "PendingAdminChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "from", type: "address" }, { indexed: true, internalType: "address", name: "to", type: "address" }, { indexed: false, internalType: "uint256", name: "assets", type: "uint256" }, { indexed: false, internalType: "uint256", name: "shares", type: "uint256" }], name: "Redeem", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "address", name: "user", type: "address" }, { indexed: false, internalType: "uint256", name: "amount", type: "uint256" }], name: "RewardsAccrued", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "from", type: "address" }, { indexed: true, internalType: "address", name: "to", type: "address" }, { indexed: false, internalType: "uint256", name: "amount", type: "uint256" }], name: "RewardsClaimed", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "newAdmin", type: "address" }, { indexed: false, internalType: "uint256", name: "role", type: "uint256" }], name: "RoleClaimed", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "destination", type: "address" }, { indexed: false, internalType: "uint256", name: "amount", type: "uint256" }], name: "Slashed", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint256", name: "windowSeconds", type: "uint256" }], name: "SlashingExitWindowDurationChanged", type: "event" }, { anonymous: false, inputs: [], name: "SlashingSettled", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "from", type: "address" }, { indexed: true, internalType: "address", name: "to", type: "address" }, { indexed: false, internalType: "uint256", name: "assets", type: "uint256" }, { indexed: false, internalType: "uint256", name: "shares", type: "uint256" }], name: "Staked", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "from", type: "address" }, { indexed: true, internalType: "address", name: "to", type: "address" }, { indexed: false, internalType: "uint256", name: "value", type: "uint256" }], name: "Transfer", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "user", type: "address" }, { indexed: true, internalType: "address", name: "asset", type: "address" }, { indexed: false, internalType: "uint256", name: "index", type: "uint256" }], name: "UserIndexUpdated", type: "event" }, { inputs: [], name: "CLAIM_HELPER_ROLE", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "COOLDOWN_ADMIN_ROLE", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "COOLDOWN_SECONDS", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "DELEGATE_BY_TYPE_TYPEHASH", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [], name: "DELEGATE_TYPEHASH", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [], name: "DISTRIBUTION_END", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "DOMAIN_SEPARATOR", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [], name: "EIP712_REVISION", outputs: [{ internalType: "bytes", name: "", type: "bytes" }], stateMutability: "view", type: "function" }, { inputs: [], name: "EMISSION_MANAGER", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "EXCHANGE_RATE_UNIT", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "INITIAL_EXCHANGE_RATE", outputs: [{ internalType: "uint216", name: "", type: "uint216" }], stateMutability: "view", type: "function" }, { inputs: [], name: "LOWER_BOUND", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "PERMIT_TYPEHASH", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [], name: "PRECISION", outputs: [{ internalType: "uint8", name: "", type: "uint8" }], stateMutability: "view", type: "function" }, { inputs: [], name: "REVISION", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "pure", type: "function" }, { inputs: [], name: "REWARDS_VAULT", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "REWARD_TOKEN", outputs: [{ internalType: "contract IERC20", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "SLASH_ADMIN_ROLE", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "STAKED_TOKEN", outputs: [{ internalType: "contract IERC20", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "UNSTAKE_WINDOW", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "_aaveGovernance", outputs: [{ internalType: "contract ITransferHook", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }], name: "_nonces", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }, { internalType: "uint256", name: "", type: "uint256" }], name: "_votingSnapshots", outputs: [{ internalType: "uint128", name: "blockNumber", type: "uint128" }, { internalType: "uint128", name: "value", type: "uint128" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }], name: "_votingSnapshotsCounts", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "owner", type: "address" }, { internalType: "address", name: "spender", type: "address" }], name: "allowance", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "approve", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }], name: "assets", outputs: [{ internalType: "uint128", name: "emissionPerSecond", type: "uint128" }, { internalType: "uint128", name: "lastUpdateTimestamp", type: "uint128" }, { internalType: "uint256", name: "index", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "account", type: "address" }], name: "balanceOf", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "claimRewards", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "claimAmount", type: "uint256" }, { internalType: "uint256", name: "redeemAmount", type: "uint256" }], name: "claimRewardsAndRedeem", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "from", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "claimAmount", type: "uint256" }, { internalType: "uint256", name: "redeemAmount", type: "uint256" }], name: "claimRewardsAndRedeemOnBehalf", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "claimRewardsAndStake", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "from", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "claimRewardsAndStakeOnBehalf", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "from", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "claimRewardsOnBehalf", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "role", type: "uint256" }], name: "claimRoleAdmin", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ components: [{ internalType: "uint128", name: "emissionPerSecond", type: "uint128" }, { internalType: "uint256", name: "totalStaked", type: "uint256" }, { internalType: "address", name: "underlyingAsset", type: "address" }], internalType: "struct DistributionTypes.AssetConfigInput[]", name: "assetsConfigInput", type: "tuple[]" }], name: "configureAssets", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "cooldown", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "from", type: "address" }], name: "cooldownOnBehalfOf", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "decimals", outputs: [{ internalType: "uint8", name: "", type: "uint8" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "subtractedValue", type: "uint256" }], name: "decreaseAllowance", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "delegatee", type: "address" }], name: "delegate", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "delegatee", type: "address" }, { internalType: "uint256", name: "nonce", type: "uint256" }, { internalType: "uint256", name: "expiry", type: "uint256" }, { internalType: "uint8", name: "v", type: "uint8" }, { internalType: "bytes32", name: "r", type: "bytes32" }, { internalType: "bytes32", name: "s", type: "bytes32" }], name: "delegateBySig", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "delegatee", type: "address" }, { internalType: "enum IGovernancePowerDelegationToken.DelegationType", name: "delegationType", type: "uint8" }], name: "delegateByType", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "delegatee", type: "address" }, { internalType: "enum IGovernancePowerDelegationToken.DelegationType", name: "delegationType", type: "uint8" }, { internalType: "uint256", name: "nonce", type: "uint256" }, { internalType: "uint256", name: "expiry", type: "uint256" }, { internalType: "uint8", name: "v", type: "uint8" }, { internalType: "bytes32", name: "r", type: "bytes32" }, { internalType: "bytes32", name: "s", type: "bytes32" }], name: "delegateByTypeBySig", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "role", type: "uint256" }], name: "getAdmin", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getCooldownSeconds", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "delegator", type: "address" }, { internalType: "enum IGovernancePowerDelegationToken.DelegationType", name: "delegationType", type: "uint8" }], name: "getDelegateeByType", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getExchangeRate", outputs: [{ internalType: "uint216", name: "", type: "uint216" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "uint32", name: "index", type: "uint32" }], name: "getExchangeRateSnapshot", outputs: [{ components: [{ internalType: "uint40", name: "blockNumber", type: "uint40" }, { internalType: "uint216", name: "value", type: "uint216" }], internalType: "struct IStakedAaveV3.ExchangeRateSnapshot", name: "", type: "tuple" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getExchangeRateSnapshotsCount", outputs: [{ internalType: "uint32", name: "", type: "uint32" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getMaxSlashablePercentage", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "uint256", name: "role", type: "uint256" }], name: "getPendingAdmin", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "user", type: "address" }, { internalType: "uint256", name: "blockNumber", type: "uint256" }, { internalType: "enum IGovernancePowerDelegationToken.DelegationType", name: "delegationType", type: "uint8" }], name: "getPowerAtBlock", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "user", type: "address" }, { internalType: "enum IGovernancePowerDelegationToken.DelegationType", name: "delegationType", type: "uint8" }], name: "getPowerCurrent", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "staker", type: "address" }], name: "getTotalRewardsBalance", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "user", type: "address" }, { internalType: "address", name: "asset", type: "address" }], name: "getUserAssetData", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "ghoDebtToken", outputs: [{ internalType: "contract IGhoVariableDebtTokenTransferHook", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "inPostSlashingPeriod", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "addedValue", type: "uint256" }], name: "increaseAllowance", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "slashingAdmin", type: "address" }, { internalType: "address", name: "cooldownPauseAdmin", type: "address" }, { internalType: "address", name: "claimHelper", type: "address" }, { internalType: "uint256", name: "maxSlashablePercentage", type: "uint256" }, { internalType: "uint256", name: "cooldownSeconds", type: "uint256" }], name: "initialize", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "name", outputs: [{ internalType: "string", name: "", type: "string" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "owner", type: "address" }, { internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "value", type: "uint256" }, { internalType: "uint256", name: "deadline", type: "uint256" }, { internalType: "uint8", name: "v", type: "uint8" }, { internalType: "bytes32", name: "r", type: "bytes32" }, { internalType: "bytes32", name: "s", type: "bytes32" }], name: "permit", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "shares", type: "uint256" }], name: "previewRedeem", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "uint256", name: "assets", type: "uint256" }], name: "previewStake", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "redeem", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "from", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "redeemOnBehalf", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "amount", type: "uint256" }], name: "returnFunds", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "cooldownSeconds", type: "uint256" }], name: "setCooldownSeconds", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "contract IGhoVariableDebtTokenTransferHook", name: "newGHODebtToken", type: "address" }], name: "setGHODebtToken", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "percentage", type: "uint256" }], name: "setMaxSlashablePercentage", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "role", type: "uint256" }, { internalType: "address", name: "newPendingAdmin", type: "address" }], name: "setPendingAdmin", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "settleSlashing", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "destination", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "slash", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "stake", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "from", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "uint256", name: "deadline", type: "uint256" }, { internalType: "uint8", name: "v", type: "uint8" }, { internalType: "bytes32", name: "r", type: "bytes32" }, { internalType: "bytes32", name: "s", type: "bytes32" }], name: "stakeWithPermit", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }], name: "stakerRewardsToClaim", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }], name: "stakersCooldowns", outputs: [{ internalType: "uint40", name: "timestamp", type: "uint40" }, { internalType: "uint216", name: "amount", type: "uint216" }], stateMutability: "view", type: "function" }, { inputs: [], name: "symbol", outputs: [{ internalType: "string", name: "", type: "string" }], stateMutability: "view", type: "function" }, { inputs: [], name: "totalSupply", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "uint256", name: "", type: "uint256" }], name: "totalSupplyAt", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "transfer", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "from", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "transferFrom", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }];
536
540
 
537
- // eth-sdk/abis/mainnet/aaveV2/stkabpt.json
538
- var stkabpt_default = [{ inputs: [{ internalType: "contract IERC20", name: "stakedToken", type: "address" }, { internalType: "contract IERC20", name: "rewardToken", type: "address" }, { internalType: "uint256", name: "unstakeWindow", type: "uint256" }, { internalType: "address", name: "rewardsVault", type: "address" }, { internalType: "address", name: "emissionManager", type: "address" }, { internalType: "uint128", name: "distributionDuration", type: "uint128" }], stateMutability: "nonpayable", type: "constructor" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "owner", type: "address" }, { indexed: true, internalType: "address", name: "spender", type: "address" }, { indexed: false, internalType: "uint256", name: "value", type: "uint256" }], name: "Approval", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "asset", type: "address" }, { indexed: false, internalType: "uint256", name: "emission", type: "uint256" }], name: "AssetConfigUpdated", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "asset", type: "address" }, { indexed: false, internalType: "uint256", name: "index", type: "uint256" }], name: "AssetIndexUpdated", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "user", type: "address" }, { indexed: false, internalType: "uint256", name: "amount", type: "uint256" }], name: "Cooldown", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint256", name: "cooldownSeconds", type: "uint256" }], name: "CooldownSecondsChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "delegator", type: "address" }, { indexed: true, internalType: "address", name: "delegatee", type: "address" }, { indexed: false, internalType: "enum IGovernancePowerDelegationToken.DelegationType", name: "delegationType", type: "uint8" }], name: "DelegateChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "user", type: "address" }, { indexed: false, internalType: "uint256", name: "amount", type: "uint256" }, { indexed: false, internalType: "enum IGovernancePowerDelegationToken.DelegationType", name: "delegationType", type: "uint8" }], name: "DelegatedPowerChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint216", name: "exchangeRate", type: "uint216" }], name: "ExchangeRateChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint256", name: "amount", type: "uint256" }], name: "FundsReturned", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint256", name: "newPercentage", type: "uint256" }], name: "MaxSlashablePercentageChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "newPendingAdmin", type: "address" }, { indexed: false, internalType: "uint256", name: "role", type: "uint256" }], name: "PendingAdminChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "from", type: "address" }, { indexed: true, internalType: "address", name: "to", type: "address" }, { indexed: false, internalType: "uint256", name: "assets", type: "uint256" }, { indexed: false, internalType: "uint256", name: "shares", type: "uint256" }], name: "Redeem", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "address", name: "user", type: "address" }, { indexed: false, internalType: "uint256", name: "amount", type: "uint256" }], name: "RewardsAccrued", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "from", type: "address" }, { indexed: true, internalType: "address", name: "to", type: "address" }, { indexed: false, internalType: "uint256", name: "amount", type: "uint256" }], name: "RewardsClaimed", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "newAdmin", type: "address" }, { indexed: false, internalType: "uint256", name: "role", type: "uint256" }], name: "RoleClaimed", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "destination", type: "address" }, { indexed: false, internalType: "uint256", name: "amount", type: "uint256" }], name: "Slashed", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint256", name: "windowSeconds", type: "uint256" }], name: "SlashingExitWindowDurationChanged", type: "event" }, { anonymous: false, inputs: [], name: "SlashingSettled", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "from", type: "address" }, { indexed: true, internalType: "address", name: "to", type: "address" }, { indexed: false, internalType: "uint256", name: "assets", type: "uint256" }, { indexed: false, internalType: "uint256", name: "shares", type: "uint256" }], name: "Staked", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "from", type: "address" }, { indexed: true, internalType: "address", name: "to", type: "address" }, { indexed: false, internalType: "uint256", name: "value", type: "uint256" }], name: "Transfer", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "user", type: "address" }, { indexed: true, internalType: "address", name: "asset", type: "address" }, { indexed: false, internalType: "uint256", name: "index", type: "uint256" }], name: "UserIndexUpdated", type: "event" }, { inputs: [], name: "CLAIM_HELPER_ROLE", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "COOLDOWN_ADMIN_ROLE", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "COOLDOWN_SECONDS", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "DELEGATE_BY_TYPE_TYPEHASH", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [], name: "DELEGATE_TYPEHASH", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [], name: "DISTRIBUTION_END", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "DOMAIN_SEPARATOR", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [], name: "EIP712_REVISION", outputs: [{ internalType: "bytes", name: "", type: "bytes" }], stateMutability: "view", type: "function" }, { inputs: [], name: "EMISSION_MANAGER", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "EXCHANGE_RATE_UNIT", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "INITIAL_EXCHANGE_RATE", outputs: [{ internalType: "uint216", name: "", type: "uint216" }], stateMutability: "view", type: "function" }, { inputs: [], name: "LOWER_BOUND", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "PERMIT_TYPEHASH", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [], name: "PRECISION", outputs: [{ internalType: "uint8", name: "", type: "uint8" }], stateMutability: "view", type: "function" }, { inputs: [], name: "REVISION", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "pure", type: "function" }, { inputs: [], name: "REWARDS_VAULT", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "REWARD_TOKEN", outputs: [{ internalType: "contract IERC20", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "SLASH_ADMIN_ROLE", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "STAKED_TOKEN", outputs: [{ internalType: "contract IERC20", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "UNSTAKE_WINDOW", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "_aaveGovernance", outputs: [{ internalType: "contract ITransferHook", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }], name: "_nonces", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }, { internalType: "uint256", name: "", type: "uint256" }], name: "_votingSnapshots", outputs: [{ internalType: "uint128", name: "blockNumber", type: "uint128" }, { internalType: "uint128", name: "value", type: "uint128" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }], name: "_votingSnapshotsCounts", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "owner", type: "address" }, { internalType: "address", name: "spender", type: "address" }], name: "allowance", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "approve", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }], name: "assets", outputs: [{ internalType: "uint128", name: "emissionPerSecond", type: "uint128" }, { internalType: "uint128", name: "lastUpdateTimestamp", type: "uint128" }, { internalType: "uint256", name: "index", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "account", type: "address" }], name: "balanceOf", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "claimRewards", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "claimAmount", type: "uint256" }, { internalType: "uint256", name: "redeemAmount", type: "uint256" }], name: "claimRewardsAndRedeem", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "from", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "claimAmount", type: "uint256" }, { internalType: "uint256", name: "redeemAmount", type: "uint256" }], name: "claimRewardsAndRedeemOnBehalf", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "from", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "claimRewardsOnBehalf", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "role", type: "uint256" }], name: "claimRoleAdmin", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ components: [{ internalType: "uint128", name: "emissionPerSecond", type: "uint128" }, { internalType: "uint256", name: "totalStaked", type: "uint256" }, { internalType: "address", name: "underlyingAsset", type: "address" }], internalType: "struct DistributionTypes.AssetConfigInput[]", name: "assetsConfigInput", type: "tuple[]" }], name: "configureAssets", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "cooldown", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "from", type: "address" }], name: "cooldownOnBehalfOf", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "decimals", outputs: [{ internalType: "uint8", name: "", type: "uint8" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "subtractedValue", type: "uint256" }], name: "decreaseAllowance", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "delegatee", type: "address" }], name: "delegate", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "delegatee", type: "address" }, { internalType: "uint256", name: "nonce", type: "uint256" }, { internalType: "uint256", name: "expiry", type: "uint256" }, { internalType: "uint8", name: "v", type: "uint8" }, { internalType: "bytes32", name: "r", type: "bytes32" }, { internalType: "bytes32", name: "s", type: "bytes32" }], name: "delegateBySig", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "delegatee", type: "address" }, { internalType: "enum IGovernancePowerDelegationToken.DelegationType", name: "delegationType", type: "uint8" }], name: "delegateByType", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "delegatee", type: "address" }, { internalType: "enum IGovernancePowerDelegationToken.DelegationType", name: "delegationType", type: "uint8" }, { internalType: "uint256", name: "nonce", type: "uint256" }, { internalType: "uint256", name: "expiry", type: "uint256" }, { internalType: "uint8", name: "v", type: "uint8" }, { internalType: "bytes32", name: "r", type: "bytes32" }, { internalType: "bytes32", name: "s", type: "bytes32" }], name: "delegateByTypeBySig", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "role", type: "uint256" }], name: "getAdmin", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getCooldownSeconds", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "delegator", type: "address" }, { internalType: "enum IGovernancePowerDelegationToken.DelegationType", name: "delegationType", type: "uint8" }], name: "getDelegateeByType", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getExchangeRate", outputs: [{ internalType: "uint216", name: "", type: "uint216" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getMaxSlashablePercentage", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "uint256", name: "role", type: "uint256" }], name: "getPendingAdmin", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "user", type: "address" }, { internalType: "uint256", name: "blockNumber", type: "uint256" }, { internalType: "enum IGovernancePowerDelegationToken.DelegationType", name: "delegationType", type: "uint8" }], name: "getPowerAtBlock", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "user", type: "address" }, { internalType: "enum IGovernancePowerDelegationToken.DelegationType", name: "delegationType", type: "uint8" }], name: "getPowerCurrent", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "staker", type: "address" }], name: "getTotalRewardsBalance", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "user", type: "address" }, { internalType: "address", name: "asset", type: "address" }], name: "getUserAssetData", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "inPostSlashingPeriod", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "addedValue", type: "uint256" }], name: "increaseAllowance", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "slashingAdmin", type: "address" }, { internalType: "address", name: "cooldownPauseAdmin", type: "address" }, { internalType: "address", name: "claimHelper", type: "address" }, { internalType: "uint256", name: "maxSlashablePercentage", type: "uint256" }, { internalType: "uint256", name: "cooldownSeconds", type: "uint256" }], name: "initialize", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "name", outputs: [{ internalType: "string", name: "", type: "string" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "owner", type: "address" }, { internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "value", type: "uint256" }, { internalType: "uint256", name: "deadline", type: "uint256" }, { internalType: "uint8", name: "v", type: "uint8" }, { internalType: "bytes32", name: "r", type: "bytes32" }, { internalType: "bytes32", name: "s", type: "bytes32" }], name: "permit", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "shares", type: "uint256" }], name: "previewRedeem", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "uint256", name: "assets", type: "uint256" }], name: "previewStake", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "redeem", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "from", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "redeemOnBehalf", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "amount", type: "uint256" }], name: "returnFunds", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "cooldownSeconds", type: "uint256" }], name: "setCooldownSeconds", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "percentage", type: "uint256" }], name: "setMaxSlashablePercentage", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "role", type: "uint256" }, { internalType: "address", name: "newPendingAdmin", type: "address" }], name: "setPendingAdmin", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "settleSlashing", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "destination", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "slash", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "stake", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }], name: "stakerRewardsToClaim", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }], name: "stakersCooldowns", outputs: [{ internalType: "uint40", name: "timestamp", type: "uint40" }, { internalType: "uint216", name: "amount", type: "uint216" }], stateMutability: "view", type: "function" }, { inputs: [], name: "symbol", outputs: [{ internalType: "string", name: "", type: "string" }], stateMutability: "view", type: "function" }, { inputs: [], name: "totalSupply", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "uint256", name: "", type: "uint256" }], name: "totalSupplyAt", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "transfer", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "from", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "transferFrom", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }];
541
+ // eth-sdk/abis/mainnet/aaveV2/stkabptV2.json
542
+ var stkabptV2_default = [{ inputs: [{ internalType: "string", name: "name", type: "string" }, { internalType: "contract IERC20", name: "stakedToken", type: "address" }, { internalType: "contract IERC20", name: "rewardToken", type: "address" }, { internalType: "uint256", name: "unstakeWindow", type: "uint256" }, { internalType: "address", name: "rewardsVault", type: "address" }, { internalType: "address", name: "emissionManager", type: "address" }], stateMutability: "nonpayable", type: "constructor" }, { inputs: [{ internalType: "address", name: "target", type: "address" }], name: "AddressEmptyCode", type: "error" }, { inputs: [{ internalType: "address", name: "account", type: "address" }], name: "AddressInsufficientBalance", type: "error" }, { inputs: [], name: "ECDSAInvalidSignature", type: "error" }, { inputs: [{ internalType: "uint256", name: "length", type: "uint256" }], name: "ECDSAInvalidSignatureLength", type: "error" }, { inputs: [{ internalType: "bytes32", name: "s", type: "bytes32" }], name: "ECDSAInvalidSignatureS", type: "error" }, { inputs: [{ internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "allowance", type: "uint256" }, { internalType: "uint256", name: "needed", type: "uint256" }], name: "ERC20InsufficientAllowance", type: "error" }, { inputs: [{ internalType: "address", name: "sender", type: "address" }, { internalType: "uint256", name: "balance", type: "uint256" }, { internalType: "uint256", name: "needed", type: "uint256" }], name: "ERC20InsufficientBalance", type: "error" }, { inputs: [{ internalType: "address", name: "approver", type: "address" }], name: "ERC20InvalidApprover", type: "error" }, { inputs: [{ internalType: "address", name: "receiver", type: "address" }], name: "ERC20InvalidReceiver", type: "error" }, { inputs: [{ internalType: "address", name: "sender", type: "address" }], name: "ERC20InvalidSender", type: "error" }, { inputs: [{ internalType: "address", name: "spender", type: "address" }], name: "ERC20InvalidSpender", type: "error" }, { inputs: [{ internalType: "uint256", name: "deadline", type: "uint256" }], name: "ERC2612ExpiredSignature", type: "error" }, { inputs: [{ internalType: "address", name: "signer", type: "address" }, { internalType: "address", name: "owner", type: "address" }], name: "ERC2612InvalidSigner", type: "error" }, { inputs: [], name: "FailedInnerCall", type: "error" }, { inputs: [{ internalType: "address", name: "account", type: "address" }, { internalType: "uint256", name: "currentNonce", type: "uint256" }], name: "InvalidAccountNonce", type: "error" }, { inputs: [], name: "InvalidInitialization", type: "error" }, { inputs: [], name: "InvalidShortString", type: "error" }, { inputs: [], name: "NotInitializing", type: "error" }, { inputs: [{ internalType: "uint8", name: "bits", type: "uint8" }, { internalType: "uint256", name: "value", type: "uint256" }], name: "SafeCastOverflowedUintDowncast", type: "error" }, { inputs: [{ internalType: "address", name: "token", type: "address" }], name: "SafeERC20FailedOperation", type: "error" }, { inputs: [{ internalType: "string", name: "str", type: "string" }], name: "StringTooLong", type: "error" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "owner", type: "address" }, { indexed: true, internalType: "address", name: "spender", type: "address" }, { indexed: false, internalType: "uint256", name: "value", type: "uint256" }], name: "Approval", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "asset", type: "address" }, { indexed: false, internalType: "uint256", name: "emission", type: "uint256" }], name: "AssetConfigUpdated", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "asset", type: "address" }, { indexed: false, internalType: "uint256", name: "index", type: "uint256" }], name: "AssetIndexUpdated", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "user", type: "address" }, { indexed: false, internalType: "uint256", name: "amount", type: "uint256" }], name: "Cooldown", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint256", name: "cooldownSeconds", type: "uint256" }], name: "CooldownSecondsChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint256", name: "endTimestamp", type: "uint256" }], name: "DistributionEndChanged", type: "event" }, { anonymous: false, inputs: [], name: "EIP712DomainChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint216", name: "exchangeRate", type: "uint216" }], name: "ExchangeRateChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint256", name: "amount", type: "uint256" }], name: "FundsReturned", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint64", name: "version", type: "uint64" }], name: "Initialized", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint256", name: "newPercentage", type: "uint256" }], name: "MaxSlashablePercentageChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "newPendingAdmin", type: "address" }, { indexed: false, internalType: "uint256", name: "role", type: "uint256" }], name: "PendingAdminChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "from", type: "address" }, { indexed: true, internalType: "address", name: "to", type: "address" }, { indexed: false, internalType: "uint256", name: "assets", type: "uint256" }, { indexed: false, internalType: "uint256", name: "shares", type: "uint256" }], name: "Redeem", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "address", name: "user", type: "address" }, { indexed: false, internalType: "uint256", name: "amount", type: "uint256" }], name: "RewardsAccrued", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "from", type: "address" }, { indexed: true, internalType: "address", name: "to", type: "address" }, { indexed: false, internalType: "uint256", name: "amount", type: "uint256" }], name: "RewardsClaimed", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "newAdmin", type: "address" }, { indexed: false, internalType: "uint256", name: "role", type: "uint256" }], name: "RoleClaimed", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "destination", type: "address" }, { indexed: false, internalType: "uint256", name: "amount", type: "uint256" }], name: "Slashed", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint256", name: "windowSeconds", type: "uint256" }], name: "SlashingExitWindowDurationChanged", type: "event" }, { anonymous: false, inputs: [], name: "SlashingSettled", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "from", type: "address" }, { indexed: true, internalType: "address", name: "to", type: "address" }, { indexed: false, internalType: "uint256", name: "assets", type: "uint256" }, { indexed: false, internalType: "uint256", name: "shares", type: "uint256" }], name: "Staked", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "from", type: "address" }, { indexed: true, internalType: "address", name: "to", type: "address" }, { indexed: false, internalType: "uint256", name: "value", type: "uint256" }], name: "Transfer", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "user", type: "address" }, { indexed: true, internalType: "address", name: "asset", type: "address" }, { indexed: false, internalType: "uint256", name: "index", type: "uint256" }], name: "UserIndexUpdated", type: "event" }, { inputs: [], name: "CLAIM_HELPER_ROLE", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "COOLDOWN_ADMIN_ROLE", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "DOMAIN_SEPARATOR", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [], name: "EMISSION_MANAGER", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "EXCHANGE_RATE_UNIT", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "INITIAL_EXCHANGE_RATE", outputs: [{ internalType: "uint216", name: "", type: "uint216" }], stateMutability: "view", type: "function" }, { inputs: [], name: "LOWER_BOUND", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "PRECISION", outputs: [{ internalType: "uint8", name: "", type: "uint8" }], stateMutability: "view", type: "function" }, { inputs: [], name: "REWARDS_VAULT", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "REWARD_TOKEN", outputs: [{ internalType: "contract IERC20", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "SLASH_ADMIN_ROLE", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "STAKED_TOKEN", outputs: [{ internalType: "contract IERC20", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "UNSTAKE_WINDOW", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "owner", type: "address" }, { internalType: "address", name: "spender", type: "address" }], name: "allowance", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "value", type: "uint256" }], name: "approve", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }], name: "assets", outputs: [{ internalType: "uint128", name: "emissionPerSecond", type: "uint128" }, { internalType: "uint128", name: "lastUpdateTimestamp", type: "uint128" }, { internalType: "uint256", name: "index", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "account", type: "address" }], name: "balanceOf", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "claimRewards", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "claimAmount", type: "uint256" }, { internalType: "uint256", name: "redeemAmount", type: "uint256" }], name: "claimRewardsAndRedeem", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "from", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "claimAmount", type: "uint256" }, { internalType: "uint256", name: "redeemAmount", type: "uint256" }], name: "claimRewardsAndRedeemOnBehalf", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "from", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "claimRewardsOnBehalf", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "role", type: "uint256" }], name: "claimRoleAdmin", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ components: [{ internalType: "uint128", name: "emissionPerSecond", type: "uint128" }, { internalType: "uint256", name: "totalStaked", type: "uint256" }, { internalType: "address", name: "underlyingAsset", type: "address" }], internalType: "struct DistributionTypes.AssetConfigInput[]", name: "assetsConfigInput", type: "tuple[]" }], name: "configureAssets", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "cooldown", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "from", type: "address" }], name: "cooldownOnBehalfOf", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "decimals", outputs: [{ internalType: "uint8", name: "", type: "uint8" }], stateMutability: "view", type: "function" }, { inputs: [], name: "distributionEnd", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "eip712Domain", outputs: [{ internalType: "bytes1", name: "fields", type: "bytes1" }, { internalType: "string", name: "name", type: "string" }, { internalType: "string", name: "version", type: "string" }, { internalType: "uint256", name: "chainId", type: "uint256" }, { internalType: "address", name: "verifyingContract", type: "address" }, { internalType: "bytes32", name: "salt", type: "bytes32" }, { internalType: "uint256[]", name: "extensions", type: "uint256[]" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "uint256", name: "role", type: "uint256" }], name: "getAdmin", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getCooldownSeconds", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getExchangeRate", outputs: [{ internalType: "uint216", name: "", type: "uint216" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getMaxSlashablePercentage", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "uint256", name: "role", type: "uint256" }], name: "getPendingAdmin", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "staker", type: "address" }], name: "getTotalRewardsBalance", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "user", type: "address" }, { internalType: "address", name: "asset", type: "address" }], name: "getUserAssetData", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "inPostSlashingPeriod", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "string", name: "name", type: "string" }, { internalType: "string", name: "symbol", type: "string" }, { internalType: "address", name: "slashingAdmin", type: "address" }, { internalType: "address", name: "cooldownPauseAdmin", type: "address" }, { internalType: "address", name: "claimHelper", type: "address" }, { internalType: "uint256", name: "maxSlashablePercentage", type: "uint256" }, { internalType: "uint256", name: "cooldownSeconds", type: "uint256" }], name: "initialize", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "name", outputs: [{ internalType: "string", name: "", type: "string" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "owner", type: "address" }], name: "nonces", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "owner", type: "address" }, { internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "value", type: "uint256" }, { internalType: "uint256", name: "deadline", type: "uint256" }, { internalType: "uint8", name: "v", type: "uint8" }, { internalType: "bytes32", name: "r", type: "bytes32" }, { internalType: "bytes32", name: "s", type: "bytes32" }], name: "permit", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "shares", type: "uint256" }], name: "previewRedeem", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "uint256", name: "assets", type: "uint256" }], name: "previewStake", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "redeem", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "from", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "redeemOnBehalf", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "amount", type: "uint256" }], name: "returnFunds", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "cooldownSeconds", type: "uint256" }], name: "setCooldownSeconds", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "newDistributionEnd", type: "uint256" }], name: "setDistributionEnd", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "percentage", type: "uint256" }], name: "setMaxSlashablePercentage", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "role", type: "uint256" }, { internalType: "address", name: "newPendingAdmin", type: "address" }], name: "setPendingAdmin", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "settleSlashing", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "destination", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "slash", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "stake", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "uint256", name: "deadline", type: "uint256" }, { internalType: "uint8", name: "v", type: "uint8" }, { internalType: "bytes32", name: "r", type: "bytes32" }, { internalType: "bytes32", name: "s", type: "bytes32" }], name: "stakeWithPermit", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }], name: "stakerRewardsToClaim", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }], name: "stakersCooldowns", outputs: [{ internalType: "uint40", name: "timestamp", type: "uint40" }, { internalType: "uint216", name: "amount", type: "uint216" }], stateMutability: "view", type: "function" }, { inputs: [], name: "symbol", outputs: [{ internalType: "string", name: "", type: "string" }], stateMutability: "view", type: "function" }, { inputs: [], name: "totalSupply", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "value", type: "uint256" }], name: "transfer", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "from", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "value", type: "uint256" }], name: "transferFrom", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }];
539
543
 
540
544
  // eth-sdk/abis/mainnet/aaveV2/governanceV2.json
541
545
  var governanceV2_default = [{ inputs: [{ internalType: "address", name: "governanceStrategy", type: "address" }, { internalType: "uint256", name: "votingDelay", type: "uint256" }, { internalType: "address", name: "guardian", type: "address" }, { internalType: "address[]", name: "executors", type: "address[]" }], stateMutability: "nonpayable", type: "constructor" }, { anonymous: false, inputs: [{ indexed: false, internalType: "address", name: "executor", type: "address" }], name: "ExecutorAuthorized", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "address", name: "executor", type: "address" }], name: "ExecutorUnauthorized", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "newStrategy", type: "address" }, { indexed: true, internalType: "address", name: "initiatorChange", type: "address" }], name: "GovernanceStrategyChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "previousOwner", type: "address" }, { indexed: true, internalType: "address", name: "newOwner", type: "address" }], name: "OwnershipTransferred", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint256", name: "id", type: "uint256" }], name: "ProposalCanceled", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint256", name: "id", type: "uint256" }, { indexed: true, internalType: "address", name: "creator", type: "address" }, { indexed: true, internalType: "contract IExecutorWithTimelock", name: "executor", type: "address" }, { indexed: false, internalType: "address[]", name: "targets", type: "address[]" }, { indexed: false, internalType: "uint256[]", name: "values", type: "uint256[]" }, { indexed: false, internalType: "string[]", name: "signatures", type: "string[]" }, { indexed: false, internalType: "bytes[]", name: "calldatas", type: "bytes[]" }, { indexed: false, internalType: "bool[]", name: "withDelegatecalls", type: "bool[]" }, { indexed: false, internalType: "uint256", name: "startBlock", type: "uint256" }, { indexed: false, internalType: "uint256", name: "endBlock", type: "uint256" }, { indexed: false, internalType: "address", name: "strategy", type: "address" }, { indexed: false, internalType: "bytes32", name: "ipfsHash", type: "bytes32" }], name: "ProposalCreated", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint256", name: "id", type: "uint256" }, { indexed: true, internalType: "address", name: "initiatorExecution", type: "address" }], name: "ProposalExecuted", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint256", name: "id", type: "uint256" }, { indexed: false, internalType: "uint256", name: "executionTime", type: "uint256" }, { indexed: true, internalType: "address", name: "initiatorQueueing", type: "address" }], name: "ProposalQueued", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint256", name: "id", type: "uint256" }, { indexed: true, internalType: "address", name: "voter", type: "address" }, { indexed: false, internalType: "bool", name: "support", type: "bool" }, { indexed: false, internalType: "uint256", name: "votingPower", type: "uint256" }], name: "VoteEmitted", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint256", name: "newVotingDelay", type: "uint256" }, { indexed: true, internalType: "address", name: "initiatorChange", type: "address" }], name: "VotingDelayChanged", type: "event" }, { inputs: [], name: "DOMAIN_TYPEHASH", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [], name: "NAME", outputs: [{ internalType: "string", name: "", type: "string" }], stateMutability: "view", type: "function" }, { inputs: [], name: "VOTE_EMITTED_TYPEHASH", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [], name: "__abdicate", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address[]", name: "executors", type: "address[]" }], name: "authorizeExecutors", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "proposalId", type: "uint256" }], name: "cancel", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "contract IExecutorWithTimelock", name: "executor", type: "address" }, { internalType: "address[]", name: "targets", type: "address[]" }, { internalType: "uint256[]", name: "values", type: "uint256[]" }, { internalType: "string[]", name: "signatures", type: "string[]" }, { internalType: "bytes[]", name: "calldatas", type: "bytes[]" }, { internalType: "bool[]", name: "withDelegatecalls", type: "bool[]" }, { internalType: "bytes32", name: "ipfsHash", type: "bytes32" }], name: "create", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "proposalId", type: "uint256" }], name: "execute", outputs: [], stateMutability: "payable", type: "function" }, { inputs: [], name: "getGovernanceStrategy", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getGuardian", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "uint256", name: "proposalId", type: "uint256" }], name: "getProposalById", outputs: [{ components: [{ internalType: "uint256", name: "id", type: "uint256" }, { internalType: "address", name: "creator", type: "address" }, { internalType: "contract IExecutorWithTimelock", name: "executor", type: "address" }, { internalType: "address[]", name: "targets", type: "address[]" }, { internalType: "uint256[]", name: "values", type: "uint256[]" }, { internalType: "string[]", name: "signatures", type: "string[]" }, { internalType: "bytes[]", name: "calldatas", type: "bytes[]" }, { internalType: "bool[]", name: "withDelegatecalls", type: "bool[]" }, { internalType: "uint256", name: "startBlock", type: "uint256" }, { internalType: "uint256", name: "endBlock", type: "uint256" }, { internalType: "uint256", name: "executionTime", type: "uint256" }, { internalType: "uint256", name: "forVotes", type: "uint256" }, { internalType: "uint256", name: "againstVotes", type: "uint256" }, { internalType: "bool", name: "executed", type: "bool" }, { internalType: "bool", name: "canceled", type: "bool" }, { internalType: "address", name: "strategy", type: "address" }, { internalType: "bytes32", name: "ipfsHash", type: "bytes32" }], internalType: "struct IAaveGovernanceV2.ProposalWithoutVotes", name: "", type: "tuple" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "uint256", name: "proposalId", type: "uint256" }], name: "getProposalState", outputs: [{ internalType: "enum IAaveGovernanceV2.ProposalState", name: "", type: "uint8" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getProposalsCount", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "uint256", name: "proposalId", type: "uint256" }, { internalType: "address", name: "voter", type: "address" }], name: "getVoteOnProposal", outputs: [{ components: [{ internalType: "bool", name: "support", type: "bool" }, { internalType: "uint248", name: "votingPower", type: "uint248" }], internalType: "struct IAaveGovernanceV2.Vote", name: "", type: "tuple" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getVotingDelay", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "executor", type: "address" }], name: "isExecutorAuthorized", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "view", type: "function" }, { inputs: [], name: "owner", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "uint256", name: "proposalId", type: "uint256" }], name: "queue", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "renounceOwnership", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "governanceStrategy", type: "address" }], name: "setGovernanceStrategy", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "votingDelay", type: "uint256" }], name: "setVotingDelay", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "proposalId", type: "uint256" }, { internalType: "bool", name: "support", type: "bool" }], name: "submitVote", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "proposalId", type: "uint256" }, { internalType: "bool", name: "support", type: "bool" }, { internalType: "uint8", name: "v", type: "uint8" }, { internalType: "bytes32", name: "r", type: "bytes32" }, { internalType: "bytes32", name: "s", type: "bytes32" }], name: "submitVoteBySignature", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "newOwner", type: "address" }], name: "transferOwnership", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address[]", name: "executors", type: "address[]" }], name: "unauthorizeExecutors", outputs: [], stateMutability: "nonpayable", type: "function" }];
@@ -543,6 +547,12 @@ var governanceV2_default = [{ inputs: [{ internalType: "address", name: "governa
543
547
  // eth-sdk/abis/mainnet/aaveV2/aEthAAVE.json
544
548
  var aEthAAVE_default = [{ inputs: [{ internalType: "contract IPool", name: "pool", type: "address" }], stateMutability: "nonpayable", type: "constructor" }, { inputs: [], name: "ECDSAInvalidSignature", type: "error" }, { inputs: [{ internalType: "uint256", name: "length", type: "uint256" }], name: "ECDSAInvalidSignatureLength", type: "error" }, { inputs: [{ internalType: "bytes32", name: "s", type: "bytes32" }], name: "ECDSAInvalidSignatureS", type: "error" }, { inputs: [], name: "InvalidShortString", type: "error" }, { inputs: [{ internalType: "string", name: "str", type: "string" }], name: "StringTooLong", type: "error" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "owner", type: "address" }, { indexed: true, internalType: "address", name: "spender", type: "address" }, { indexed: false, internalType: "uint256", name: "value", type: "uint256" }], name: "Approval", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "from", type: "address" }, { indexed: true, internalType: "address", name: "to", type: "address" }, { indexed: false, internalType: "uint256", name: "value", type: "uint256" }, { indexed: false, internalType: "uint256", name: "index", type: "uint256" }], name: "BalanceTransfer", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "from", type: "address" }, { indexed: true, internalType: "address", name: "target", type: "address" }, { indexed: false, internalType: "uint256", name: "value", type: "uint256" }, { indexed: false, internalType: "uint256", name: "balanceIncrease", type: "uint256" }, { indexed: false, internalType: "uint256", name: "index", type: "uint256" }], name: "Burn", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "delegator", type: "address" }, { indexed: true, internalType: "address", name: "delegatee", type: "address" }, { indexed: false, internalType: "enum IGovernancePowerDelegationToken.GovernancePowerType", name: "delegationType", type: "uint8" }], name: "DelegateChanged", type: "event" }, { anonymous: false, inputs: [], name: "EIP712DomainChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "underlyingAsset", type: "address" }, { indexed: true, internalType: "address", name: "pool", type: "address" }, { indexed: false, internalType: "address", name: "treasury", type: "address" }, { indexed: false, internalType: "address", name: "incentivesController", type: "address" }, { indexed: false, internalType: "uint8", name: "aTokenDecimals", type: "uint8" }, { indexed: false, internalType: "string", name: "aTokenName", type: "string" }, { indexed: false, internalType: "string", name: "aTokenSymbol", type: "string" }, { indexed: false, internalType: "bytes", name: "params", type: "bytes" }], name: "Initialized", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "caller", type: "address" }, { indexed: true, internalType: "address", name: "onBehalfOf", type: "address" }, { indexed: false, internalType: "uint256", name: "value", type: "uint256" }, { indexed: false, internalType: "uint256", name: "balanceIncrease", type: "uint256" }, { indexed: false, internalType: "uint256", name: "index", type: "uint256" }], name: "Mint", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "from", type: "address" }, { indexed: true, internalType: "address", name: "to", type: "address" }, { indexed: false, internalType: "uint256", name: "value", type: "uint256" }], name: "Transfer", type: "event" }, { inputs: [], name: "ATOKEN_REVISION", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "DELEGATE_BY_TYPE_TYPEHASH", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [], name: "DELEGATE_TYPEHASH", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [], name: "DOMAIN_SEPARATOR", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [], name: "EIP712_REVISION", outputs: [{ internalType: "bytes", name: "", type: "bytes" }], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "PERMIT_TYPEHASH", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [], name: "POOL", outputs: [{ internalType: "contract IPool", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "POWER_SCALE_FACTOR", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "RESERVE_TREASURY_ADDRESS", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "UNDERLYING_ASSET_ADDRESS", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "owner", type: "address" }, { internalType: "address", name: "spender", type: "address" }], name: "allowance", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "approve", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "user", type: "address" }], name: "balanceOf", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "from", type: "address" }, { internalType: "address", name: "receiverOfUnderlying", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "uint256", name: "index", type: "uint256" }], name: "burn", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "decimals", outputs: [{ internalType: "uint8", name: "", type: "uint8" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "subtractedValue", type: "uint256" }], name: "decreaseAllowance", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "delegatee", type: "address" }], name: "delegate", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "delegatee", type: "address" }, { internalType: "enum IGovernancePowerDelegationToken.GovernancePowerType", name: "delegationType", type: "uint8" }], name: "delegateByType", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "eip712Domain", outputs: [{ internalType: "bytes1", name: "fields", type: "bytes1" }, { internalType: "string", name: "name", type: "string" }, { internalType: "string", name: "version", type: "string" }, { internalType: "uint256", name: "chainId", type: "uint256" }, { internalType: "address", name: "verifyingContract", type: "address" }, { internalType: "bytes32", name: "salt", type: "bytes32" }, { internalType: "uint256[]", name: "extensions", type: "uint256[]" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "delegator", type: "address" }, { internalType: "enum IGovernancePowerDelegationToken.GovernancePowerType", name: "delegationType", type: "uint8" }], name: "getDelegateeByType", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "delegator", type: "address" }], name: "getDelegates", outputs: [{ internalType: "address", name: "", type: "address" }, { internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getIncentivesController", outputs: [{ internalType: "contract IAaveIncentivesController", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "user", type: "address" }, { internalType: "enum IGovernancePowerDelegationToken.GovernancePowerType", name: "delegationType", type: "uint8" }], name: "getPowerCurrent", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "user", type: "address" }], name: "getPowersCurrent", outputs: [{ internalType: "uint256", name: "", type: "uint256" }, { internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "user", type: "address" }], name: "getPreviousIndex", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "user", type: "address" }], name: "getScaledUserBalanceAndSupply", outputs: [{ internalType: "uint256", name: "", type: "uint256" }, { internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "user", type: "address" }, { internalType: "address", name: "onBehalfOf", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "handleRepayment", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "addedValue", type: "uint256" }], name: "increaseAllowance", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "contract IPool", name: "", type: "address" }, { internalType: "address", name: "", type: "address" }, { internalType: "address", name: "", type: "address" }, { internalType: "contract IAaveIncentivesController", name: "", type: "address" }, { internalType: "uint8", name: "", type: "uint8" }, { internalType: "string", name: "", type: "string" }, { internalType: "string", name: "", type: "string" }, { internalType: "bytes", name: "", type: "bytes" }], name: "initialize", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "delegator", type: "address" }, { internalType: "address", name: "delegatee", type: "address" }, { internalType: "uint256", name: "deadline", type: "uint256" }, { internalType: "uint8", name: "v", type: "uint8" }, { internalType: "bytes32", name: "r", type: "bytes32" }, { internalType: "bytes32", name: "s", type: "bytes32" }], name: "metaDelegate", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "delegator", type: "address" }, { internalType: "address", name: "delegatee", type: "address" }, { internalType: "enum IGovernancePowerDelegationToken.GovernancePowerType", name: "delegationType", type: "uint8" }, { internalType: "uint256", name: "deadline", type: "uint256" }, { internalType: "uint8", name: "v", type: "uint8" }, { internalType: "bytes32", name: "r", type: "bytes32" }, { internalType: "bytes32", name: "s", type: "bytes32" }], name: "metaDelegateByType", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "caller", type: "address" }, { internalType: "address", name: "onBehalfOf", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "uint256", name: "index", type: "uint256" }], name: "mint", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "uint256", name: "index", type: "uint256" }], name: "mintToTreasury", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "name", outputs: [{ internalType: "string", name: "", type: "string" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "owner", type: "address" }], name: "nonces", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "owner", type: "address" }, { internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "value", type: "uint256" }, { internalType: "uint256", name: "deadline", type: "uint256" }, { internalType: "uint8", name: "v", type: "uint8" }, { internalType: "bytes32", name: "r", type: "bytes32" }, { internalType: "bytes32", name: "s", type: "bytes32" }], name: "permit", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "token", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "rescueTokens", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "user", type: "address" }], name: "scaledBalanceOf", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "scaledTotalSupply", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "contract IAaveIncentivesController", name: "controller", type: "address" }], name: "setIncentivesController", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "symbol", outputs: [{ internalType: "string", name: "", type: "string" }], stateMutability: "view", type: "function" }, { inputs: [], name: "totalSupply", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "recipient", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "transfer", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "sender", type: "address" }, { internalType: "address", name: "recipient", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "transferFrom", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "from", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "value", type: "uint256" }], name: "transferOnLiquidation", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "target", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "transferUnderlyingTo", outputs: [], stateMutability: "nonpayable", type: "function" }];
545
549
 
550
+ // eth-sdk/abis/mainnet/aaveV2/gho.json
551
+ var gho_default = [{ inputs: [{ internalType: "address", name: "admin", type: "address" }], stateMutability: "nonpayable", type: "constructor" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "owner", type: "address" }, { indexed: true, internalType: "address", name: "spender", type: "address" }, { indexed: false, internalType: "uint256", name: "value", type: "uint256" }], name: "Approval", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "facilitatorAddress", type: "address" }, { indexed: true, internalType: "bytes32", name: "label", type: "bytes32" }, { indexed: false, internalType: "uint256", name: "bucketCapacity", type: "uint256" }], name: "FacilitatorAdded", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "facilitatorAddress", type: "address" }, { indexed: false, internalType: "uint256", name: "oldCapacity", type: "uint256" }, { indexed: false, internalType: "uint256", name: "newCapacity", type: "uint256" }], name: "FacilitatorBucketCapacityUpdated", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "facilitatorAddress", type: "address" }, { indexed: false, internalType: "uint256", name: "oldLevel", type: "uint256" }, { indexed: false, internalType: "uint256", name: "newLevel", type: "uint256" }], name: "FacilitatorBucketLevelUpdated", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "facilitatorAddress", type: "address" }], name: "FacilitatorRemoved", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "bytes32", name: "role", type: "bytes32" }, { indexed: true, internalType: "bytes32", name: "previousAdminRole", type: "bytes32" }, { indexed: true, internalType: "bytes32", name: "newAdminRole", type: "bytes32" }], name: "RoleAdminChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "bytes32", name: "role", type: "bytes32" }, { indexed: true, internalType: "address", name: "account", type: "address" }, { indexed: true, internalType: "address", name: "sender", type: "address" }], name: "RoleGranted", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "bytes32", name: "role", type: "bytes32" }, { indexed: true, internalType: "address", name: "account", type: "address" }, { indexed: true, internalType: "address", name: "sender", type: "address" }], name: "RoleRevoked", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "from", type: "address" }, { indexed: true, internalType: "address", name: "to", type: "address" }, { indexed: false, internalType: "uint256", name: "value", type: "uint256" }], name: "Transfer", type: "event" }, { inputs: [], name: "BUCKET_MANAGER_ROLE", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [], name: "DEFAULT_ADMIN_ROLE", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [], name: "DOMAIN_SEPARATOR", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [], name: "FACILITATOR_MANAGER_ROLE", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [], name: "PERMIT_TYPEHASH", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "facilitatorAddress", type: "address" }, { internalType: "string", name: "facilitatorLabel", type: "string" }, { internalType: "uint128", name: "bucketCapacity", type: "uint128" }], name: "addFacilitator", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }, { internalType: "address", name: "", type: "address" }], name: "allowance", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "approve", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }], name: "balanceOf", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "uint256", name: "amount", type: "uint256" }], name: "burn", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "decimals", outputs: [{ internalType: "uint8", name: "", type: "uint8" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "facilitator", type: "address" }], name: "getFacilitator", outputs: [{ components: [{ internalType: "uint128", name: "bucketCapacity", type: "uint128" }, { internalType: "uint128", name: "bucketLevel", type: "uint128" }, { internalType: "string", name: "label", type: "string" }], internalType: "struct IGhoToken.Facilitator", name: "", type: "tuple" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "facilitator", type: "address" }], name: "getFacilitatorBucket", outputs: [{ internalType: "uint256", name: "", type: "uint256" }, { internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getFacilitatorsList", outputs: [{ internalType: "address[]", name: "", type: "address[]" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "bytes32", name: "role", type: "bytes32" }], name: "getRoleAdmin", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "bytes32", name: "role", type: "bytes32" }, { internalType: "address", name: "account", type: "address" }], name: "grantRole", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "bytes32", name: "role", type: "bytes32" }, { internalType: "address", name: "account", type: "address" }], name: "hasRole", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "account", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "mint", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "name", outputs: [{ internalType: "string", name: "", type: "string" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }], name: "nonces", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "owner", type: "address" }, { internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "value", type: "uint256" }, { internalType: "uint256", name: "deadline", type: "uint256" }, { internalType: "uint8", name: "v", type: "uint8" }, { internalType: "bytes32", name: "r", type: "bytes32" }, { internalType: "bytes32", name: "s", type: "bytes32" }], name: "permit", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "facilitatorAddress", type: "address" }], name: "removeFacilitator", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "bytes32", name: "role", type: "bytes32" }, { internalType: "address", name: "account", type: "address" }], name: "renounceRole", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "bytes32", name: "role", type: "bytes32" }, { internalType: "address", name: "account", type: "address" }], name: "revokeRole", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "facilitator", type: "address" }, { internalType: "uint128", name: "newCapacity", type: "uint128" }], name: "setFacilitatorBucketCapacity", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "bytes4", name: "interfaceId", type: "bytes4" }], name: "supportsInterface", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "view", type: "function" }, { inputs: [], name: "symbol", outputs: [{ internalType: "string", name: "", type: "string" }], stateMutability: "view", type: "function" }, { inputs: [], name: "totalSupply", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "transfer", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "from", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "transferFrom", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }];
552
+
553
+ // eth-sdk/abis/mainnet/aaveV2/stkgho.json
554
+ var stkgho_default = [{ inputs: [{ internalType: "string", name: "name", type: "string" }, { internalType: "contract IERC20", name: "stakedToken", type: "address" }, { internalType: "contract IERC20", name: "rewardToken", type: "address" }, { internalType: "uint256", name: "unstakeWindow", type: "uint256" }, { internalType: "address", name: "rewardsVault", type: "address" }, { internalType: "address", name: "emissionManager", type: "address" }], stateMutability: "nonpayable", type: "constructor" }, { inputs: [{ internalType: "address", name: "target", type: "address" }], name: "AddressEmptyCode", type: "error" }, { inputs: [{ internalType: "address", name: "account", type: "address" }], name: "AddressInsufficientBalance", type: "error" }, { inputs: [], name: "ECDSAInvalidSignature", type: "error" }, { inputs: [{ internalType: "uint256", name: "length", type: "uint256" }], name: "ECDSAInvalidSignatureLength", type: "error" }, { inputs: [{ internalType: "bytes32", name: "s", type: "bytes32" }], name: "ECDSAInvalidSignatureS", type: "error" }, { inputs: [{ internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "allowance", type: "uint256" }, { internalType: "uint256", name: "needed", type: "uint256" }], name: "ERC20InsufficientAllowance", type: "error" }, { inputs: [{ internalType: "address", name: "sender", type: "address" }, { internalType: "uint256", name: "balance", type: "uint256" }, { internalType: "uint256", name: "needed", type: "uint256" }], name: "ERC20InsufficientBalance", type: "error" }, { inputs: [{ internalType: "address", name: "approver", type: "address" }], name: "ERC20InvalidApprover", type: "error" }, { inputs: [{ internalType: "address", name: "receiver", type: "address" }], name: "ERC20InvalidReceiver", type: "error" }, { inputs: [{ internalType: "address", name: "sender", type: "address" }], name: "ERC20InvalidSender", type: "error" }, { inputs: [{ internalType: "address", name: "spender", type: "address" }], name: "ERC20InvalidSpender", type: "error" }, { inputs: [{ internalType: "uint256", name: "deadline", type: "uint256" }], name: "ERC2612ExpiredSignature", type: "error" }, { inputs: [{ internalType: "address", name: "signer", type: "address" }, { internalType: "address", name: "owner", type: "address" }], name: "ERC2612InvalidSigner", type: "error" }, { inputs: [], name: "FailedInnerCall", type: "error" }, { inputs: [{ internalType: "address", name: "account", type: "address" }, { internalType: "uint256", name: "currentNonce", type: "uint256" }], name: "InvalidAccountNonce", type: "error" }, { inputs: [], name: "InvalidInitialization", type: "error" }, { inputs: [], name: "InvalidShortString", type: "error" }, { inputs: [], name: "NotInitializing", type: "error" }, { inputs: [{ internalType: "uint8", name: "bits", type: "uint8" }, { internalType: "uint256", name: "value", type: "uint256" }], name: "SafeCastOverflowedUintDowncast", type: "error" }, { inputs: [{ internalType: "address", name: "token", type: "address" }], name: "SafeERC20FailedOperation", type: "error" }, { inputs: [{ internalType: "string", name: "str", type: "string" }], name: "StringTooLong", type: "error" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "owner", type: "address" }, { indexed: true, internalType: "address", name: "spender", type: "address" }, { indexed: false, internalType: "uint256", name: "value", type: "uint256" }], name: "Approval", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "asset", type: "address" }, { indexed: false, internalType: "uint256", name: "emission", type: "uint256" }], name: "AssetConfigUpdated", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "asset", type: "address" }, { indexed: false, internalType: "uint256", name: "index", type: "uint256" }], name: "AssetIndexUpdated", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "user", type: "address" }, { indexed: false, internalType: "uint256", name: "amount", type: "uint256" }], name: "Cooldown", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint256", name: "cooldownSeconds", type: "uint256" }], name: "CooldownSecondsChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint256", name: "endTimestamp", type: "uint256" }], name: "DistributionEndChanged", type: "event" }, { anonymous: false, inputs: [], name: "EIP712DomainChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint216", name: "exchangeRate", type: "uint216" }], name: "ExchangeRateChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint256", name: "amount", type: "uint256" }], name: "FundsReturned", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint64", name: "version", type: "uint64" }], name: "Initialized", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint256", name: "newPercentage", type: "uint256" }], name: "MaxSlashablePercentageChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "newPendingAdmin", type: "address" }, { indexed: false, internalType: "uint256", name: "role", type: "uint256" }], name: "PendingAdminChanged", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "from", type: "address" }, { indexed: true, internalType: "address", name: "to", type: "address" }, { indexed: false, internalType: "uint256", name: "assets", type: "uint256" }, { indexed: false, internalType: "uint256", name: "shares", type: "uint256" }], name: "Redeem", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "address", name: "user", type: "address" }, { indexed: false, internalType: "uint256", name: "amount", type: "uint256" }], name: "RewardsAccrued", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "from", type: "address" }, { indexed: true, internalType: "address", name: "to", type: "address" }, { indexed: false, internalType: "uint256", name: "amount", type: "uint256" }], name: "RewardsClaimed", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "newAdmin", type: "address" }, { indexed: false, internalType: "uint256", name: "role", type: "uint256" }], name: "RoleClaimed", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "destination", type: "address" }, { indexed: false, internalType: "uint256", name: "amount", type: "uint256" }], name: "Slashed", type: "event" }, { anonymous: false, inputs: [{ indexed: false, internalType: "uint256", name: "windowSeconds", type: "uint256" }], name: "SlashingExitWindowDurationChanged", type: "event" }, { anonymous: false, inputs: [], name: "SlashingSettled", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "from", type: "address" }, { indexed: true, internalType: "address", name: "to", type: "address" }, { indexed: false, internalType: "uint256", name: "assets", type: "uint256" }, { indexed: false, internalType: "uint256", name: "shares", type: "uint256" }], name: "Staked", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "from", type: "address" }, { indexed: true, internalType: "address", name: "to", type: "address" }, { indexed: false, internalType: "uint256", name: "value", type: "uint256" }], name: "Transfer", type: "event" }, { anonymous: false, inputs: [{ indexed: true, internalType: "address", name: "user", type: "address" }, { indexed: true, internalType: "address", name: "asset", type: "address" }, { indexed: false, internalType: "uint256", name: "index", type: "uint256" }], name: "UserIndexUpdated", type: "event" }, { inputs: [], name: "CLAIM_HELPER_ROLE", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "COOLDOWN_ADMIN_ROLE", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "DOMAIN_SEPARATOR", outputs: [{ internalType: "bytes32", name: "", type: "bytes32" }], stateMutability: "view", type: "function" }, { inputs: [], name: "EMISSION_MANAGER", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "EXCHANGE_RATE_UNIT", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "INITIAL_EXCHANGE_RATE", outputs: [{ internalType: "uint216", name: "", type: "uint216" }], stateMutability: "view", type: "function" }, { inputs: [], name: "LOWER_BOUND", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "PRECISION", outputs: [{ internalType: "uint8", name: "", type: "uint8" }], stateMutability: "view", type: "function" }, { inputs: [], name: "REWARDS_VAULT", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "REWARD_TOKEN", outputs: [{ internalType: "contract IERC20", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "SLASH_ADMIN_ROLE", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "STAKED_TOKEN", outputs: [{ internalType: "contract IERC20", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "UNSTAKE_WINDOW", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "owner", type: "address" }, { internalType: "address", name: "spender", type: "address" }], name: "allowance", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "value", type: "uint256" }], name: "approve", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }], name: "assets", outputs: [{ internalType: "uint128", name: "emissionPerSecond", type: "uint128" }, { internalType: "uint128", name: "lastUpdateTimestamp", type: "uint128" }, { internalType: "uint256", name: "index", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "account", type: "address" }], name: "balanceOf", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "claimRewards", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "claimAmount", type: "uint256" }, { internalType: "uint256", name: "redeemAmount", type: "uint256" }], name: "claimRewardsAndRedeem", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "from", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "claimAmount", type: "uint256" }, { internalType: "uint256", name: "redeemAmount", type: "uint256" }], name: "claimRewardsAndRedeemOnBehalf", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "from", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "claimRewardsOnBehalf", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "role", type: "uint256" }], name: "claimRoleAdmin", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ components: [{ internalType: "uint128", name: "emissionPerSecond", type: "uint128" }, { internalType: "uint256", name: "totalStaked", type: "uint256" }, { internalType: "address", name: "underlyingAsset", type: "address" }], internalType: "struct DistributionTypes.AssetConfigInput[]", name: "assetsConfigInput", type: "tuple[]" }], name: "configureAssets", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "cooldown", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "from", type: "address" }], name: "cooldownOnBehalfOf", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "decimals", outputs: [{ internalType: "uint8", name: "", type: "uint8" }], stateMutability: "view", type: "function" }, { inputs: [], name: "distributionEnd", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "eip712Domain", outputs: [{ internalType: "bytes1", name: "fields", type: "bytes1" }, { internalType: "string", name: "name", type: "string" }, { internalType: "string", name: "version", type: "string" }, { internalType: "uint256", name: "chainId", type: "uint256" }, { internalType: "address", name: "verifyingContract", type: "address" }, { internalType: "bytes32", name: "salt", type: "bytes32" }, { internalType: "uint256[]", name: "extensions", type: "uint256[]" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "uint256", name: "role", type: "uint256" }], name: "getAdmin", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getCooldownSeconds", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getExchangeRate", outputs: [{ internalType: "uint216", name: "", type: "uint216" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getMaxSlashablePercentage", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "uint256", name: "role", type: "uint256" }], name: "getPendingAdmin", outputs: [{ internalType: "address", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "staker", type: "address" }], name: "getTotalRewardsBalance", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "user", type: "address" }, { internalType: "address", name: "asset", type: "address" }], name: "getUserAssetData", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "inPostSlashingPeriod", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "string", name: "name", type: "string" }, { internalType: "string", name: "symbol", type: "string" }, { internalType: "address", name: "slashingAdmin", type: "address" }, { internalType: "address", name: "cooldownPauseAdmin", type: "address" }, { internalType: "address", name: "claimHelper", type: "address" }, { internalType: "uint256", name: "maxSlashablePercentage", type: "uint256" }, { internalType: "uint256", name: "cooldownSeconds", type: "uint256" }], name: "initialize", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "name", outputs: [{ internalType: "string", name: "", type: "string" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "owner", type: "address" }], name: "nonces", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "owner", type: "address" }, { internalType: "address", name: "spender", type: "address" }, { internalType: "uint256", name: "value", type: "uint256" }, { internalType: "uint256", name: "deadline", type: "uint256" }, { internalType: "uint8", name: "v", type: "uint8" }, { internalType: "bytes32", name: "r", type: "bytes32" }, { internalType: "bytes32", name: "s", type: "bytes32" }], name: "permit", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "shares", type: "uint256" }], name: "previewRedeem", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "uint256", name: "assets", type: "uint256" }], name: "previewStake", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "redeem", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "from", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "redeemOnBehalf", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "amount", type: "uint256" }], name: "returnFunds", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "cooldownSeconds", type: "uint256" }], name: "setCooldownSeconds", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "newDistributionEnd", type: "uint256" }], name: "setDistributionEnd", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "percentage", type: "uint256" }], name: "setMaxSlashablePercentage", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "role", type: "uint256" }, { internalType: "address", name: "newPendingAdmin", type: "address" }], name: "setPendingAdmin", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [], name: "settleSlashing", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "destination", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "slash", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "amount", type: "uint256" }], name: "stake", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "uint256", name: "amount", type: "uint256" }, { internalType: "uint256", name: "deadline", type: "uint256" }, { internalType: "uint8", name: "v", type: "uint8" }, { internalType: "bytes32", name: "r", type: "bytes32" }, { internalType: "bytes32", name: "s", type: "bytes32" }], name: "stakeWithPermit", outputs: [], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }], name: "stakerRewardsToClaim", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "", type: "address" }], name: "stakersCooldowns", outputs: [{ internalType: "uint40", name: "timestamp", type: "uint40" }, { internalType: "uint216", name: "amount", type: "uint216" }], stateMutability: "view", type: "function" }, { inputs: [], name: "symbol", outputs: [{ internalType: "string", name: "", type: "string" }], stateMutability: "view", type: "function" }, { inputs: [], name: "totalSupply", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "value", type: "uint256" }], name: "transfer", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }, { inputs: [{ internalType: "address", name: "from", type: "address" }, { internalType: "address", name: "to", type: "address" }, { internalType: "uint256", name: "value", type: "uint256" }], name: "transferFrom", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "nonpayable", type: "function" }];
555
+
546
556
  // eth-sdk/abis/mainnet/aaveV3/data_provider.json
547
557
  var data_provider_default2 = [{ inputs: [{ internalType: "contract IPoolAddressesProvider", name: "addressesProvider", type: "address" }], stateMutability: "nonpayable", type: "constructor" }, { inputs: [], name: "ADDRESSES_PROVIDER", outputs: [{ internalType: "contract IPoolAddressesProvider", name: "", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }], name: "getATokenTotalSupply", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getAllATokens", outputs: [{ components: [{ internalType: "string", name: "symbol", type: "string" }, { internalType: "address", name: "tokenAddress", type: "address" }], internalType: "struct IPoolDataProvider.TokenData[]", name: "", type: "tuple[]" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getAllReservesTokens", outputs: [{ components: [{ internalType: "string", name: "symbol", type: "string" }, { internalType: "address", name: "tokenAddress", type: "address" }], internalType: "struct IPoolDataProvider.TokenData[]", name: "", type: "tuple[]" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }], name: "getDebtCeiling", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [], name: "getDebtCeilingDecimals", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "pure", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }], name: "getFlashLoanEnabled", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }], name: "getInterestRateStrategyAddress", outputs: [{ internalType: "address", name: "irStrategyAddress", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }], name: "getLiquidationProtocolFee", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }], name: "getPaused", outputs: [{ internalType: "bool", name: "isPaused", type: "bool" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }], name: "getReserveCaps", outputs: [{ internalType: "uint256", name: "borrowCap", type: "uint256" }, { internalType: "uint256", name: "supplyCap", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }], name: "getReserveConfigurationData", outputs: [{ internalType: "uint256", name: "decimals", type: "uint256" }, { internalType: "uint256", name: "ltv", type: "uint256" }, { internalType: "uint256", name: "liquidationThreshold", type: "uint256" }, { internalType: "uint256", name: "liquidationBonus", type: "uint256" }, { internalType: "uint256", name: "reserveFactor", type: "uint256" }, { internalType: "bool", name: "usageAsCollateralEnabled", type: "bool" }, { internalType: "bool", name: "borrowingEnabled", type: "bool" }, { internalType: "bool", name: "stableBorrowRateEnabled", type: "bool" }, { internalType: "bool", name: "isActive", type: "bool" }, { internalType: "bool", name: "isFrozen", type: "bool" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }], name: "getReserveData", outputs: [{ internalType: "uint256", name: "unbacked", type: "uint256" }, { internalType: "uint256", name: "accruedToTreasuryScaled", type: "uint256" }, { internalType: "uint256", name: "totalAToken", type: "uint256" }, { internalType: "uint256", name: "totalStableDebt", type: "uint256" }, { internalType: "uint256", name: "totalVariableDebt", type: "uint256" }, { internalType: "uint256", name: "liquidityRate", type: "uint256" }, { internalType: "uint256", name: "variableBorrowRate", type: "uint256" }, { internalType: "uint256", name: "stableBorrowRate", type: "uint256" }, { internalType: "uint256", name: "averageStableBorrowRate", type: "uint256" }, { internalType: "uint256", name: "liquidityIndex", type: "uint256" }, { internalType: "uint256", name: "variableBorrowIndex", type: "uint256" }, { internalType: "uint40", name: "lastUpdateTimestamp", type: "uint40" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }], name: "getReserveEModeCategory", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }], name: "getReserveTokensAddresses", outputs: [{ internalType: "address", name: "aTokenAddress", type: "address" }, { internalType: "address", name: "stableDebtTokenAddress", type: "address" }, { internalType: "address", name: "variableDebtTokenAddress", type: "address" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }], name: "getSiloedBorrowing", outputs: [{ internalType: "bool", name: "", type: "bool" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }], name: "getTotalDebt", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }], name: "getUnbackedMintCap", outputs: [{ internalType: "uint256", name: "", type: "uint256" }], stateMutability: "view", type: "function" }, { inputs: [{ internalType: "address", name: "asset", type: "address" }, { internalType: "address", name: "user", type: "address" }], name: "getUserReserveData", outputs: [{ internalType: "uint256", name: "currentATokenBalance", type: "uint256" }, { internalType: "uint256", name: "currentStableDebt", type: "uint256" }, { internalType: "uint256", name: "currentVariableDebt", type: "uint256" }, { internalType: "uint256", name: "principalStableDebt", type: "uint256" }, { internalType: "uint256", name: "scaledVariableDebt", type: "uint256" }, { internalType: "uint256", name: "stableBorrowRate", type: "uint256" }, { internalType: "uint256", name: "liquidityRate", type: "uint256" }, { internalType: "uint40", name: "stableRateLastUpdated", type: "uint40" }, { internalType: "bool", name: "usageAsCollateralEnabled", type: "bool" }], stateMutability: "view", type: "function" }];
548
558
 
@@ -7593,11 +7603,13 @@ function getMainnetSdk(defaultSignerOrProvider) {
7593
7603
  "variableDebtWETH": getContract("0xF63B34710400CAd3e044cFfDcAb00a0f32E33eCf", variableDebtWETH_default, defaultSignerOrProvider),
7594
7604
  "stableDebtWETH": getContract("0x4e977830ba4bd783C0BB7F15d3e243f73FF57121", stableDebtWETH_default, defaultSignerOrProvider),
7595
7605
  "aave": getContract("0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9", aave_default, defaultSignerOrProvider),
7596
- "abpt": getContract("0x41A08648C3766F9F9d85598fF102a08f4ef84F84", abpt_default, defaultSignerOrProvider),
7606
+ "abptV2": getContract("0x3de27EFa2F1AA663Ae5D458857e731c129069F29", abptV2_default, defaultSignerOrProvider),
7597
7607
  "stkaave": getContract("0x4da27a545c0c5b758a6ba100e3a049001de870f5", stkaave_default, defaultSignerOrProvider),
7598
- "stkabpt": getContract("0xa1116930326D21fB917d5A27F1E9943A9595fb47", stkabpt_default, defaultSignerOrProvider),
7608
+ "stkabptV2": getContract("0x9eDA81C21C273a82BE9Bbc19B6A6182212068101", stkabptV2_default, defaultSignerOrProvider),
7599
7609
  "governanceV2": getContract("0xEC568fffba86c094cf06b22134B23074DFE2252c", governanceV2_default, defaultSignerOrProvider),
7600
- "aEthAAVE": getContract("0xA700b4eB416Be35b2911fd5Dee80678ff64fF6C9", aEthAAVE_default, defaultSignerOrProvider)
7610
+ "aEthAAVE": getContract("0xA700b4eB416Be35b2911fd5Dee80678ff64fF6C9", aEthAAVE_default, defaultSignerOrProvider),
7611
+ "gho": getContract("0x40D16FC0246aD3160Ccc09B8D0D3A2cD28aE6C2f", gho_default, defaultSignerOrProvider),
7612
+ "stkgho": getContract("0x1a88Df1cFe15Af22B3c4c783D4e6F7F9e0C1885d", stkgho_default, defaultSignerOrProvider)
7601
7613
  },
7602
7614
  "aaveV3": {
7603
7615
  "data_provider": getContract("0x7B4EB56E7CD4b454BA8ff71E4518426369a138a3", data_provider_default2, defaultSignerOrProvider),
@@ -7923,11 +7935,13 @@ var contracts = {
7923
7935
  variableDebtWETH: "0xF63B34710400CAd3e044cFfDcAb00a0f32E33eCf",
7924
7936
  stableDebtWETH: "0x4e977830ba4bd783C0BB7F15d3e243f73FF57121",
7925
7937
  aave: "0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9",
7926
- abpt: "0x41A08648C3766F9F9d85598fF102a08f4ef84F84",
7938
+ abptV2: "0x3de27EFa2F1AA663Ae5D458857e731c129069F29",
7927
7939
  stkaave: "0x4da27a545c0c5b758a6ba100e3a049001de870f5",
7928
- stkabpt: "0xa1116930326D21fB917d5A27F1E9943A9595fb47",
7940
+ stkabptV2: "0x9eDA81C21C273a82BE9Bbc19B6A6182212068101",
7929
7941
  governanceV2: "0xEC568fffba86c094cf06b22134B23074DFE2252c",
7930
- aEthAAVE: "0xA700b4eB416Be35b2911fd5Dee80678ff64fF6C9"
7942
+ aEthAAVE: "0xA700b4eB416Be35b2911fd5Dee80678ff64fF6C9",
7943
+ gho: "0x40D16FC0246aD3160Ccc09B8D0D3A2cD28aE6C2f",
7944
+ stkgho: "0x1a88Df1cFe15Af22B3c4c783D4e6F7F9e0C1885d"
7931
7945
  },
7932
7946
  aaveV3: {
7933
7947
  data_provider: "0x7B4EB56E7CD4b454BA8ff71E4518426369a138a3",
@@ -8175,16 +8189,28 @@ var stake = (token) => {
8175
8189
  allow.mainnet.aaveV2.stkaave.claimRewards(c3.avatar)
8176
8190
  );
8177
8191
  break;
8178
- case "ABPT":
8192
+ case "ABPTV2":
8179
8193
  permissions.push(
8180
8194
  ...allowErc20Approve(
8181
- [contracts.mainnet.aaveV2.abpt],
8182
- [contracts.mainnet.aaveV2.stkabpt]
8195
+ [contracts.mainnet.aaveV2.abptV2],
8196
+ [contracts.mainnet.aaveV2.stkabptV2]
8183
8197
  ),
8184
- allow.mainnet.aaveV2.stkabpt.stake(c3.avatar),
8185
- allow.mainnet.aaveV2.stkabpt.redeem(c3.avatar),
8186
- allow.mainnet.aaveV2.stkabpt.cooldown(),
8187
- allow.mainnet.aaveV2.stkabpt.claimRewards(c3.avatar)
8198
+ allow.mainnet.aaveV2.stkabptV2.stake(c3.avatar),
8199
+ allow.mainnet.aaveV2.stkabptV2.redeem(c3.avatar),
8200
+ allow.mainnet.aaveV2.stkabptV2.cooldown(),
8201
+ allow.mainnet.aaveV2.stkabptV2.claimRewards(c3.avatar)
8202
+ );
8203
+ break;
8204
+ case "GHO":
8205
+ permissions.push(
8206
+ ...allowErc20Approve(
8207
+ [contracts.mainnet.aaveV2.gho],
8208
+ [contracts.mainnet.aaveV2.stkgho]
8209
+ ),
8210
+ allow.mainnet.aaveV2.stkgho.stake(c3.avatar),
8211
+ allow.mainnet.aaveV2.stkgho.redeem(c3.avatar),
8212
+ allow.mainnet.aaveV2.stkgho.cooldown(),
8213
+ allow.mainnet.aaveV2.stkgho.claimRewards(c3.avatar)
8188
8214
  );
8189
8215
  break;
8190
8216
  }
@@ -10425,6 +10451,38 @@ var ethPools_default = [
10425
10451
  }
10426
10452
  ],
10427
10453
  rewarder: "0x571a20C14a7c3Ac6d30Ee7D1925940bb0C027696"
10454
+ },
10455
+ {
10456
+ name: "sUSDe/USDC",
10457
+ id: "208",
10458
+ bpt: "0xb819feeF8F0fcDC268AfE14162983A69f6BF179E",
10459
+ tokens: [
10460
+ {
10461
+ address: "0x9D39A5DE30e57443BfF2A8307A4256c8797A3497",
10462
+ symbol: "sUSDe"
10463
+ },
10464
+ {
10465
+ address: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
10466
+ symbol: "USDC"
10467
+ }
10468
+ ],
10469
+ rewarder: "0x4B87DCFF2F45535775a9564229119dca5e697A10"
10470
+ },
10471
+ {
10472
+ name: "ECLP-pxETH-WETH",
10473
+ id: "209",
10474
+ bpt: "0x048158D7c77518Bd72fDbE22D68719a9AAeC75e0",
10475
+ tokens: [
10476
+ {
10477
+ address: "0x04C154b66CB340F3Ae24111CC767e0184Ed00Cc6",
10478
+ symbol: "pxETH"
10479
+ },
10480
+ {
10481
+ address: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
10482
+ symbol: "WETH"
10483
+ }
10484
+ ],
10485
+ rewarder: "0xeF10bD517448D35b14DE213bEF496422aD2468C4"
10428
10486
  }
10429
10487
  ];
10430
10488
 
@@ -12459,35 +12517,6 @@ var ethPools_default2 = [
12459
12517
  }
12460
12518
  ]
12461
12519
  },
12462
- {
12463
- bpt: "0x67f117350Eab45983374F4f83d275d8A5D62b1bf",
12464
- id: "0x67f117350eab45983374f4f83d275d8a5d62b1bf0001000000000000000004f2",
12465
- name: "OG",
12466
- type: "Weighted",
12467
- gauge: null,
12468
- tokens: [
12469
- {
12470
- address: "0x6F9C26Fa731C7Ea4139Fa669962Cf8F1CE6C8b0B",
12471
- symbol: "OATH",
12472
- id: "0x"
12473
- },
12474
- {
12475
- address: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
12476
- symbol: "USDC",
12477
- id: "0x"
12478
- },
12479
- {
12480
- address: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
12481
- symbol: "WETH",
12482
- id: "0x"
12483
- },
12484
- {
12485
- address: "0xF88Baf18FAB7e330fa0C4F83949E23F52FECECce",
12486
- symbol: "GRAIN",
12487
- id: "0x"
12488
- }
12489
- ]
12490
- },
12491
12520
  {
12492
12521
  bpt: "0x68454578f7017bA0C0c5bD1091975d7a7F3001c8",
12493
12522
  id: "0x68454578f7017ba0c0c5bd1091975d7a7f3001c800020000000000000000025e",
@@ -12826,25 +12855,6 @@ var ethPools_default2 = [
12826
12855
  }
12827
12856
  ]
12828
12857
  },
12829
- {
12830
- bpt: "0x80bE0c303D8Ad2A280878b50a39B1ee8E54DBD22",
12831
- id: "0x80be0c303d8ad2a280878b50a39b1ee8e54dbd2200020000000000000000000f",
12832
- name: "B-50LPT-50WETH",
12833
- type: "Weighted",
12834
- gauge: null,
12835
- tokens: [
12836
- {
12837
- address: "0x58b6A8A3302369DAEc383334672404Ee733aB239",
12838
- symbol: "LPT",
12839
- id: "0x"
12840
- },
12841
- {
12842
- address: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
12843
- symbol: "WETH",
12844
- id: "0x"
12845
- }
12846
- ]
12847
- },
12848
12858
  {
12849
12859
  bpt: "0x8167A1117691f39e05e9131cfA88F0e3A620E967",
12850
12860
  id: "0x8167a1117691f39e05e9131cfa88f0e3a620e96700020000000000000000038c",
@@ -13787,6 +13797,25 @@ var ethPools_default2 = [
13787
13797
  }
13788
13798
  ]
13789
13799
  },
13800
+ {
13801
+ bpt: "0xb819feeF8F0fcDC268AfE14162983A69f6BF179E",
13802
+ id: "0xb819feef8f0fcdc268afe14162983a69f6bf179e000000000000000000000689",
13803
+ name: "sUSDe/USDC",
13804
+ type: "ComposableStable",
13805
+ gauge: "0x84f7F5cD2218f31B750E7009Bb6fD34e0b945DaC",
13806
+ tokens: [
13807
+ {
13808
+ address: "0x9D39A5DE30e57443BfF2A8307A4256c8797A3497",
13809
+ symbol: "sUSDe",
13810
+ id: "0x"
13811
+ },
13812
+ {
13813
+ address: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
13814
+ symbol: "USDC",
13815
+ id: "0x"
13816
+ }
13817
+ ]
13818
+ },
13790
13819
  {
13791
13820
  bpt: "0xB91159aa527D4769CB9FAf3e4ADB760c7E8C8Ea7",
13792
13821
  id: "0xb91159aa527d4769cb9faf3e4adb760c7e8c8ea700000000000000000000067c",
@@ -14196,40 +14225,6 @@ var ethPools_default2 = [
14196
14225
  }
14197
14226
  ]
14198
14227
  },
14199
- {
14200
- bpt: "0xD5D99B7e9697bA8bB1dA48f07BA81900c7572CeA",
14201
- id: "0xd5d99b7e9697ba8bb1da48f07ba81900c7572cea0000000000000000000005cc",
14202
- name: "DUSD-3POOL-BPT",
14203
- type: "ComposableStable",
14204
- gauge: "0x05266A0d5aC04E44D394B8A8A2d0935d8809692b",
14205
- tokens: [
14206
- {
14207
- address: "0x79c58f70905F734641735BC61e45c19dD9Ad60bC",
14208
- symbol: "USDC-DAI-USDT",
14209
- id: "0x79c58f70905f734641735bc61e45c19dd9ad60bc0000000000000000000004e7"
14210
- },
14211
- {
14212
- address: "0x6B175474E89094C44Da98b954EedeAC495271d0F",
14213
- symbol: "DAI",
14214
- id: "0x"
14215
- },
14216
- {
14217
- address: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
14218
- symbol: "USDC",
14219
- id: "0x"
14220
- },
14221
- {
14222
- address: "0xdAC17F958D2ee523a2206206994597C13D831ec7",
14223
- symbol: "USDT",
14224
- id: "0x"
14225
- },
14226
- {
14227
- address: "0xa48F322F8b3edff967629Af79E027628b9Dd1298",
14228
- symbol: "DUSD",
14229
- id: "0x"
14230
- }
14231
- ]
14232
- },
14233
14228
  {
14234
14229
  bpt: "0xd689ABc77B82803F22c49dE5C8A0049Cc74D11fD",
14235
14230
  id: "0xd689abc77b82803f22c49de5c8a0049cc74d11fd000200000000000000000524",
@@ -15067,6 +15062,25 @@ var gnoPools_default2 = [
15067
15062
  }
15068
15063
  ]
15069
15064
  },
15065
+ {
15066
+ bpt: "0x17794DB163DD298bbA1FfA4d42918C6b8474D948",
15067
+ id: "0x17794db163dd298bba1ffa4d42918c6b8474d94800020000000000000000008b",
15068
+ name: "10REG-90USDC",
15069
+ type: "Weighted",
15070
+ gauge: null,
15071
+ tokens: [
15072
+ {
15073
+ address: "0x0AA1e96D2a46Ec6beB2923dE1E61Addf5F5f1dce",
15074
+ symbol: "REG",
15075
+ id: "0x"
15076
+ },
15077
+ {
15078
+ address: "0xDDAfbb505ad214D7b80b1f830fcCc89B60fb7A83",
15079
+ symbol: "USDC",
15080
+ id: "0x"
15081
+ }
15082
+ ]
15083
+ },
15070
15084
  {
15071
15085
  bpt: "0x2086f52651837600180dE173B09470F54EF74910",
15072
15086
  id: "0x2086f52651837600180de173b09470f54ef7491000000000000000000000004f",
@@ -15110,6 +15124,25 @@ var gnoPools_default2 = [
15110
15124
  }
15111
15125
  ]
15112
15126
  },
15127
+ {
15128
+ bpt: "0x22D3f4E4Dada5d7a3007a58DD191897AD8578160",
15129
+ id: "0x22d3f4e4dada5d7a3007a58dd191897ad8578160000200000000000000000089",
15130
+ name: "50REG-50sDAI",
15131
+ type: "Weighted",
15132
+ gauge: null,
15133
+ tokens: [
15134
+ {
15135
+ address: "0x0AA1e96D2a46Ec6beB2923dE1E61Addf5F5f1dce",
15136
+ symbol: "REG",
15137
+ id: "0x"
15138
+ },
15139
+ {
15140
+ address: "0xaf204776c7245bF4147c2612BF6e5972Ee483701",
15141
+ symbol: "sDAI",
15142
+ id: "0x"
15143
+ }
15144
+ ]
15145
+ },
15113
15146
  {
15114
15147
  bpt: "0x388Cae2f7d3704C937313d990298Ba67D70a3709",
15115
15148
  id: "0x388cae2f7d3704c937313d990298ba67d70a3709000200000000000000000026",
@@ -19723,10 +19756,6 @@ var ethInfo_default = [
19723
19756
  address: "0x0d438F3b5175Bebc262bF23753C1E53d03432bDE",
19724
19757
  symbol: "wNXM"
19725
19758
  },
19726
- {
19727
- address: "0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39",
19728
- symbol: "HEX"
19729
- },
19730
19759
  {
19731
19760
  address: "0x0B498ff89709d3838a063f1dFA463091F9801c2b",
19732
19761
  symbol: "BTC2x-FLI"
@@ -19791,6 +19820,10 @@ var ethInfo_default = [
19791
19820
  address: "0x6f40d4A6237C257fff2dB00FA0510DeEECd303eb",
19792
19821
  symbol: "INST"
19793
19822
  },
19823
+ {
19824
+ address: "0x2b591e99afE9f32eAA6214f7B7629768c40Eeb39",
19825
+ symbol: "HEX"
19826
+ },
19794
19827
  {
19795
19828
  address: "0x81f8f0bb1cB2A06649E51913A151F0E7Ef6FA321",
19796
19829
  symbol: "VITA"
@@ -19867,10 +19900,6 @@ var ethInfo_default = [
19867
19900
  address: "0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F",
19868
19901
  symbol: "SNX"
19869
19902
  },
19870
- {
19871
- address: "0x799ebfABE77a6E34311eeEe9825190B9ECe32824",
19872
- symbol: "BTRST"
19873
- },
19874
19903
  {
19875
19904
  address: "0x0f2D719407FdBeFF09D87557AbB7232601FD9F29",
19876
19905
  symbol: "SYN"
@@ -19899,10 +19928,6 @@ var ethInfo_default = [
19899
19928
  address: "0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72",
19900
19929
  symbol: "ENS"
19901
19930
  },
19902
- {
19903
- address: "0x00c83aeCC790e8a4453e5dD3B0B4b3680501a7A7",
19904
- symbol: "SKL"
19905
- },
19906
19931
  {
19907
19932
  address: "0x7A58c0Be72BE218B41C608b7Fe7C5bB630736C71",
19908
19933
  symbol: "PEOPLE"
@@ -20108,12 +20133,12 @@ var ethInfo_default = [
20108
20133
  symbol: "NXRA"
20109
20134
  },
20110
20135
  {
20111
- address: "0xb23d80f5FefcDDaa212212F028021B41DEd428CF",
20112
- symbol: "PRIME"
20136
+ address: "0x6BF765C43030387a983f429c1438e9D2025B7E12",
20137
+ symbol: "PEPES"
20113
20138
  },
20114
20139
  {
20115
- address: "0xB0Ed33f79D89541dfdCb04A8f04Bc2c6be025eCC",
20116
- symbol: "ZERO"
20140
+ address: "0xb23d80f5FefcDDaa212212F028021B41DEd428CF",
20141
+ symbol: "PRIME"
20117
20142
  },
20118
20143
  {
20119
20144
  address: "0x669c01CAF0eDcaD7c2b8Dc771474aD937A7CA4AF",
@@ -20343,10 +20368,6 @@ var ethInfo_default = [
20343
20368
  address: "0x508E00D5ceF397B02d260D035e5EE80775e4C821",
20344
20369
  symbol: "1CAT"
20345
20370
  },
20346
- {
20347
- address: "0x9e20461bc2c4c980f62f1B279D71734207a6A356",
20348
- symbol: "OMNI"
20349
- },
20350
20371
  {
20351
20372
  address: "0xEe7527841A932d2912224E20a405e1a1FF747084",
20352
20373
  symbol: "SHX"
@@ -20443,21 +20464,21 @@ var ethInfo_default = [
20443
20464
  address: "0x3bBBB6a231d0a1a12c6b79Ba5BC2Ed6358Db5160",
20444
20465
  symbol: "ZEN"
20445
20466
  },
20446
- {
20447
- address: "0x614577036F0a024DBC1C88BA616b394DD65d105a",
20448
- symbol: "GNUS"
20449
- },
20450
20467
  {
20451
20468
  address: "0x4A029F7bCf33AcB03547D8fA7be840347973e24e",
20452
20469
  symbol: "MAZZE"
20453
20470
  },
20471
+ {
20472
+ address: "0x594DaaD7D77592a2b97b725A7AD59D7E188b5bFa",
20473
+ symbol: "APU"
20474
+ },
20454
20475
  {
20455
20476
  address: "0xFe0c30065B384F05761f15d0CC899D4F9F9Cc0eB",
20456
20477
  symbol: "ETHFI"
20457
20478
  },
20458
20479
  {
20459
- address: "0x8b9b95292f890DF47fFf5aC9Cbe93d5fC242bd51",
20460
- symbol: "BEFI"
20480
+ address: "0xf94e7d0710709388bCe3161C32B4eEA56d3f91CC",
20481
+ symbol: "DSync"
20461
20482
  },
20462
20483
  {
20463
20484
  address: "0x5fAa989Af96Af85384b8a938c2EdE4A7378D9875",
@@ -20479,6 +20500,10 @@ var ethInfo_default = [
20479
20500
  address: "0xAcd2c239012D17BEB128B0944D49015104113650",
20480
20501
  symbol: "KARRAT"
20481
20502
  },
20503
+ {
20504
+ address: "0x3B50805453023a91a8bf641e279401a0b23FA6F9",
20505
+ symbol: "REZ"
20506
+ },
20482
20507
  {
20483
20508
  address: "0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984",
20484
20509
  symbol: "UNI"
@@ -20539,10 +20564,6 @@ var ethInfo_default = [
20539
20564
  address: "0xaaAEBE6Fe48E54f431b0C390CfaF0b017d09D42d",
20540
20565
  symbol: "CEL"
20541
20566
  },
20542
- {
20543
- address: "0xc7283b66Eb1EB5FB86327f08e1B5816b0720212B",
20544
- symbol: "TRIBE"
20545
- },
20546
20567
  {
20547
20568
  address: "0xB62132e35a6c13ee1EE0f84dC5d40bad8d815206",
20548
20569
  symbol: "NEXO"
@@ -20631,6 +20652,10 @@ var ethInfo_default = [
20631
20652
  address: "0xcb86c6A22CB56B6cf40CaFEDb06BA0DF188a416E",
20632
20653
  symbol: "SURE"
20633
20654
  },
20655
+ {
20656
+ address: "0x08c32b0726C5684024ea6e141C50aDe9690bBdcc",
20657
+ symbol: "STOS"
20658
+ },
20634
20659
  {
20635
20660
  address: "0xFe2e637202056d30016725477c5da089Ab0A043A",
20636
20661
  symbol: "sETH2"
@@ -20707,6 +20732,10 @@ var ethInfo_default = [
20707
20732
  address: "0x9AAb071B4129B083B01cB5A0Cb513Ce7ecA26fa5",
20708
20733
  symbol: "HUNT"
20709
20734
  },
20735
+ {
20736
+ address: "0x111111517e4929D3dcbdfa7CCe55d30d4B6BC4d6",
20737
+ symbol: "ICHI"
20738
+ },
20710
20739
  {
20711
20740
  address: "0x8e0E57DCb1ce8d9091dF38ec1BfC3b224529754A",
20712
20741
  symbol: "CAH"
@@ -20800,16 +20829,8 @@ var ethInfo_default = [
20800
20829
  symbol: "ONDO"
20801
20830
  },
20802
20831
  {
20803
- address: "0xe9572938bcbf08adceE86Fd12A7C0D08dC4Ab841",
20804
- symbol: "INS"
20805
- },
20806
- {
20807
- address: "0x1614F18Fc94f47967A3Fbe5FfcD46d4e7Da3D787",
20808
- symbol: "PAID"
20809
- },
20810
- {
20811
- address: "0xf091867EC603A6628eD83D274E835539D82e9cc8",
20812
- symbol: "ZETA"
20832
+ address: "0x0001A500A6B18995B03f44bb040A5fFc28E45CB0",
20833
+ symbol: "OLAS"
20813
20834
  },
20814
20835
  {
20815
20836
  address: "0x24fcFC492C1393274B6bcd568ac9e225BEc93584",
@@ -20835,6 +20856,10 @@ var ethInfo_default = [
20835
20856
  address: "0x069d89974f4edaBde69450f9cF5CF7D8Cbd2568D",
20836
20857
  symbol: "BVM"
20837
20858
  },
20859
+ {
20860
+ address: "0xB60acD2057067DC9ed8c083f5aa227a244044fD6",
20861
+ symbol: "stTAO"
20862
+ },
20838
20863
  {
20839
20864
  address: "0x255f1B39172f65dC6406b8bEE8b08155C45Fe1b6",
20840
20865
  symbol: "HARAMBE"
@@ -20851,6 +20876,10 @@ var ethInfo_default = [
20851
20876
  address: "0x1495bc9e44Af1F8BCB62278D2bEC4540cF0C05ea",
20852
20877
  symbol: "DEAI"
20853
20878
  },
20879
+ {
20880
+ address: "0x8b9b95292f890DF47fFf5aC9Cbe93d5fC242bd51",
20881
+ symbol: "BEFI"
20882
+ },
20854
20883
  {
20855
20884
  address: "0x31429d1856aD1377A8A0079410B297e1a9e214c2",
20856
20885
  symbol: "ANGLE"
@@ -20871,10 +20900,6 @@ var ethInfo_default = [
20871
20900
  address: "0x2541A36BE4cD39286ED61a3E6AFC2307602489d6",
20872
20901
  symbol: "DOGE20"
20873
20902
  },
20874
- {
20875
- address: "0xF6cCFD6EF2850E84B73AdEaCE9A075526C5910D4",
20876
- symbol: "RUNIX"
20877
- },
20878
20903
  {
20879
20904
  address: "0x03ab458634910AaD20eF5f1C8ee96F1D6ac54919",
20880
20905
  symbol: "RAI"
@@ -20883,10 +20908,6 @@ var ethInfo_default = [
20883
20908
  address: "0x853d955aCEf822Db058eb8505911ED77F175b99e",
20884
20909
  symbol: "FRAX"
20885
20910
  },
20886
- {
20887
- address: "0xEB4C2781e4ebA804CE9a9803C67d0893436bB27D",
20888
- symbol: "renBTC"
20889
- },
20890
20911
  {
20891
20912
  address: "0x5f98805A4E8be255a32880FDeC7F6728C6568bA0",
20892
20913
  symbol: "LUSD"
@@ -20903,10 +20924,6 @@ var ethInfo_default = [
20903
20924
  address: "0x595832F8FC6BF59c85C527fEC3740A1b7a361269",
20904
20925
  symbol: "POWR"
20905
20926
  },
20906
- {
20907
- address: "0x1a7e4e63778B4f12a199C062f3eFdD288afCBce8",
20908
- symbol: "agEUR"
20909
- },
20910
20927
  {
20911
20928
  address: "0xBe9895146f7AF43049ca1c1AE358B0541Ea49704",
20912
20929
  symbol: "cbETH"
@@ -20935,6 +20952,10 @@ var ethInfo_default = [
20935
20952
  address: "0x99b2E411589FD3bb4E2EB4BB65729dB013887372",
20936
20953
  symbol: "GPT"
20937
20954
  },
20955
+ {
20956
+ address: "0xbbAec992fc2d637151dAF40451f160bF85f3C8C1",
20957
+ symbol: "USDM"
20958
+ },
20938
20959
  {
20939
20960
  address: "0xCd5fE23C85820F7B72D0926FC9b05b43E359b7ee",
20940
20961
  symbol: "weETH"
@@ -20959,17 +20980,21 @@ var ethInfo_default = [
20959
20980
  address: "0x467719aD09025FcC6cF6F8311755809d45a5E5f3",
20960
20981
  symbol: "AXL"
20961
20982
  },
20983
+ {
20984
+ address: "0x661c70333AA1850CcDBAe82776Bb436A0fCfeEfB",
20985
+ symbol: "EBTC"
20986
+ },
20962
20987
  {
20963
20988
  address: "0xB58E61C3098d85632Df34EecfB899A1Ed80921cB",
20964
20989
  symbol: "ZCHF"
20965
20990
  },
20966
20991
  {
20967
- address: "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0",
20968
- symbol: "wstETH"
20992
+ address: "0x419D0d8BdD9aF5e606Ae2232ed285Aff190E711b",
20993
+ symbol: "FUN"
20969
20994
  },
20970
20995
  {
20971
- address: "0x111111517e4929D3dcbdfa7CCe55d30d4B6BC4d6",
20972
- symbol: "ICHI"
20996
+ address: "0x7f39C581F595B53c5cb19bD0b3f8dA6c935E2Ca0",
20997
+ symbol: "wstETH"
20973
20998
  },
20974
20999
  {
20975
21000
  address: "0x4c9EDD5852cd905f086C759E8383e09bff1E68B3",
@@ -21644,4 +21669,4 @@ export {
21644
21669
  createApply,
21645
21670
  createExportToSafeTransactionBuilder
21646
21671
  };
21647
- //# sourceMappingURL=chunk-RUVQPKOX.mjs.map
21672
+ //# sourceMappingURL=chunk-SLM2TJGX.mjs.map