@bgd-labs/toolbox 0.0.49 → 0.0.50

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -21502,6 +21502,272 @@ declare const IAaveOracle_ABI: readonly [{
21502
21502
  readonly anonymous: false;
21503
21503
  }];
21504
21504
 
21505
+ declare const IncentivizedERC20_ABI: readonly [{
21506
+ readonly type: "function";
21507
+ readonly name: "POOL";
21508
+ readonly inputs: readonly [];
21509
+ readonly outputs: readonly [{
21510
+ readonly name: "";
21511
+ readonly type: "address";
21512
+ readonly internalType: "contract IPool";
21513
+ }];
21514
+ readonly stateMutability: "view";
21515
+ }, {
21516
+ readonly type: "function";
21517
+ readonly name: "REWARDS_CONTROLLER";
21518
+ readonly inputs: readonly [];
21519
+ readonly outputs: readonly [{
21520
+ readonly name: "";
21521
+ readonly type: "address";
21522
+ readonly internalType: "contract IAaveIncentivesController";
21523
+ }];
21524
+ readonly stateMutability: "view";
21525
+ }, {
21526
+ readonly type: "function";
21527
+ readonly name: "allowance";
21528
+ readonly inputs: readonly [{
21529
+ readonly name: "owner";
21530
+ readonly type: "address";
21531
+ readonly internalType: "address";
21532
+ }, {
21533
+ readonly name: "spender";
21534
+ readonly type: "address";
21535
+ readonly internalType: "address";
21536
+ }];
21537
+ readonly outputs: readonly [{
21538
+ readonly name: "";
21539
+ readonly type: "uint256";
21540
+ readonly internalType: "uint256";
21541
+ }];
21542
+ readonly stateMutability: "view";
21543
+ }, {
21544
+ readonly type: "function";
21545
+ readonly name: "approve";
21546
+ readonly inputs: readonly [{
21547
+ readonly name: "spender";
21548
+ readonly type: "address";
21549
+ readonly internalType: "address";
21550
+ }, {
21551
+ readonly name: "amount";
21552
+ readonly type: "uint256";
21553
+ readonly internalType: "uint256";
21554
+ }];
21555
+ readonly outputs: readonly [{
21556
+ readonly name: "";
21557
+ readonly type: "bool";
21558
+ readonly internalType: "bool";
21559
+ }];
21560
+ readonly stateMutability: "nonpayable";
21561
+ }, {
21562
+ readonly type: "function";
21563
+ readonly name: "balanceOf";
21564
+ readonly inputs: readonly [{
21565
+ readonly name: "account";
21566
+ readonly type: "address";
21567
+ readonly internalType: "address";
21568
+ }];
21569
+ readonly outputs: readonly [{
21570
+ readonly name: "";
21571
+ readonly type: "uint256";
21572
+ readonly internalType: "uint256";
21573
+ }];
21574
+ readonly stateMutability: "view";
21575
+ }, {
21576
+ readonly type: "function";
21577
+ readonly name: "decimals";
21578
+ readonly inputs: readonly [];
21579
+ readonly outputs: readonly [{
21580
+ readonly name: "";
21581
+ readonly type: "uint8";
21582
+ readonly internalType: "uint8";
21583
+ }];
21584
+ readonly stateMutability: "view";
21585
+ }, {
21586
+ readonly type: "function";
21587
+ readonly name: "decreaseAllowance";
21588
+ readonly inputs: readonly [{
21589
+ readonly name: "spender";
21590
+ readonly type: "address";
21591
+ readonly internalType: "address";
21592
+ }, {
21593
+ readonly name: "subtractedValue";
21594
+ readonly type: "uint256";
21595
+ readonly internalType: "uint256";
21596
+ }];
21597
+ readonly outputs: readonly [{
21598
+ readonly name: "";
21599
+ readonly type: "bool";
21600
+ readonly internalType: "bool";
21601
+ }];
21602
+ readonly stateMutability: "nonpayable";
21603
+ }, {
21604
+ readonly type: "function";
21605
+ readonly name: "getIncentivesController";
21606
+ readonly inputs: readonly [];
21607
+ readonly outputs: readonly [{
21608
+ readonly name: "";
21609
+ readonly type: "address";
21610
+ readonly internalType: "contract IAaveIncentivesController";
21611
+ }];
21612
+ readonly stateMutability: "view";
21613
+ }, {
21614
+ readonly type: "function";
21615
+ readonly name: "increaseAllowance";
21616
+ readonly inputs: readonly [{
21617
+ readonly name: "spender";
21618
+ readonly type: "address";
21619
+ readonly internalType: "address";
21620
+ }, {
21621
+ readonly name: "addedValue";
21622
+ readonly type: "uint256";
21623
+ readonly internalType: "uint256";
21624
+ }];
21625
+ readonly outputs: readonly [{
21626
+ readonly name: "";
21627
+ readonly type: "bool";
21628
+ readonly internalType: "bool";
21629
+ }];
21630
+ readonly stateMutability: "nonpayable";
21631
+ }, {
21632
+ readonly type: "function";
21633
+ readonly name: "name";
21634
+ readonly inputs: readonly [];
21635
+ readonly outputs: readonly [{
21636
+ readonly name: "";
21637
+ readonly type: "string";
21638
+ readonly internalType: "string";
21639
+ }];
21640
+ readonly stateMutability: "view";
21641
+ }, {
21642
+ readonly type: "function";
21643
+ readonly name: "symbol";
21644
+ readonly inputs: readonly [];
21645
+ readonly outputs: readonly [{
21646
+ readonly name: "";
21647
+ readonly type: "string";
21648
+ readonly internalType: "string";
21649
+ }];
21650
+ readonly stateMutability: "view";
21651
+ }, {
21652
+ readonly type: "function";
21653
+ readonly name: "totalSupply";
21654
+ readonly inputs: readonly [];
21655
+ readonly outputs: readonly [{
21656
+ readonly name: "";
21657
+ readonly type: "uint256";
21658
+ readonly internalType: "uint256";
21659
+ }];
21660
+ readonly stateMutability: "view";
21661
+ }, {
21662
+ readonly type: "function";
21663
+ readonly name: "transfer";
21664
+ readonly inputs: readonly [{
21665
+ readonly name: "recipient";
21666
+ readonly type: "address";
21667
+ readonly internalType: "address";
21668
+ }, {
21669
+ readonly name: "amount";
21670
+ readonly type: "uint256";
21671
+ readonly internalType: "uint256";
21672
+ }];
21673
+ readonly outputs: readonly [{
21674
+ readonly name: "";
21675
+ readonly type: "bool";
21676
+ readonly internalType: "bool";
21677
+ }];
21678
+ readonly stateMutability: "nonpayable";
21679
+ }, {
21680
+ readonly type: "function";
21681
+ readonly name: "transferFrom";
21682
+ readonly inputs: readonly [{
21683
+ readonly name: "sender";
21684
+ readonly type: "address";
21685
+ readonly internalType: "address";
21686
+ }, {
21687
+ readonly name: "recipient";
21688
+ readonly type: "address";
21689
+ readonly internalType: "address";
21690
+ }, {
21691
+ readonly name: "amount";
21692
+ readonly type: "uint256";
21693
+ readonly internalType: "uint256";
21694
+ }];
21695
+ readonly outputs: readonly [{
21696
+ readonly name: "";
21697
+ readonly type: "bool";
21698
+ readonly internalType: "bool";
21699
+ }];
21700
+ readonly stateMutability: "nonpayable";
21701
+ }, {
21702
+ readonly type: "event";
21703
+ readonly name: "Approval";
21704
+ readonly inputs: readonly [{
21705
+ readonly name: "owner";
21706
+ readonly type: "address";
21707
+ readonly indexed: true;
21708
+ readonly internalType: "address";
21709
+ }, {
21710
+ readonly name: "spender";
21711
+ readonly type: "address";
21712
+ readonly indexed: true;
21713
+ readonly internalType: "address";
21714
+ }, {
21715
+ readonly name: "value";
21716
+ readonly type: "uint256";
21717
+ readonly indexed: false;
21718
+ readonly internalType: "uint256";
21719
+ }];
21720
+ readonly anonymous: false;
21721
+ }, {
21722
+ readonly type: "event";
21723
+ readonly name: "Transfer";
21724
+ readonly inputs: readonly [{
21725
+ readonly name: "from";
21726
+ readonly type: "address";
21727
+ readonly indexed: true;
21728
+ readonly internalType: "address";
21729
+ }, {
21730
+ readonly name: "to";
21731
+ readonly type: "address";
21732
+ readonly indexed: true;
21733
+ readonly internalType: "address";
21734
+ }, {
21735
+ readonly name: "value";
21736
+ readonly type: "uint256";
21737
+ readonly indexed: false;
21738
+ readonly internalType: "uint256";
21739
+ }];
21740
+ readonly anonymous: false;
21741
+ }, {
21742
+ readonly type: "error";
21743
+ readonly name: "ERC20InsufficientAllowance";
21744
+ readonly inputs: readonly [{
21745
+ readonly name: "spender";
21746
+ readonly type: "address";
21747
+ readonly internalType: "address";
21748
+ }, {
21749
+ readonly name: "allowance";
21750
+ readonly type: "uint256";
21751
+ readonly internalType: "uint256";
21752
+ }, {
21753
+ readonly name: "needed";
21754
+ readonly type: "uint256";
21755
+ readonly internalType: "uint256";
21756
+ }];
21757
+ }, {
21758
+ readonly type: "error";
21759
+ readonly name: "SafeCastOverflowedUintDowncast";
21760
+ readonly inputs: readonly [{
21761
+ readonly name: "bits";
21762
+ readonly type: "uint8";
21763
+ readonly internalType: "uint8";
21764
+ }, {
21765
+ readonly name: "value";
21766
+ readonly type: "uint256";
21767
+ readonly internalType: "uint256";
21768
+ }];
21769
+ }];
21770
+
21505
21771
  declare const ICollector_ABI: readonly [{
21506
21772
  readonly type: "function";
21507
21773
  readonly name: "ETH_MOCK_ADDRESS";
@@ -27939,4 +28205,4 @@ declare const Ownable_ABI: readonly [{
27939
28205
  }];
27940
28206
  }];
27941
28207
 
27942
- export { AggregatorInterface_ABI, Aip, type AssetInfo, type BlockscoutStyleSourceCode, type BundleParams, ChainId, ChainList, type ContractObject, EVENT_DB, type EtherscanStyleSourceCode, type ExplorerConfig, type GenericIndexerArgs, type GovernanceContract, HALF_RAY, HALF_WAD, HUMAN_READABLE_PAYLOAD_STATE, HUMAN_READABLE_PROPOSAL_STATE, IAToken_ABI, IAaveOracle_ABI, IAaveV3ConfigEngine_ABI, IAccessControl_ABI, IAuthorizedForwarder_ABI, ICollector_ABI, IDualAggregator_ABI, IERC1967_ABI, IERC20Metadata_ABI, IERC20_ABI, IEmissionManager_ABI, IPoolAddressesProvider_ABI, IPoolConfigurator_ABI, IPool_ABI, IReserveInterestRateStrategy_ABI, IRewardsController_ABI, IStataTokenFactory_ABI, IStataTokenV2_ABI, IUmbrellaStakeToken_ABI, IUmbrella_ABI, IWithGuardian_ABI, IWrappedTokenGatewayV3_ABI, type IndexerTopicState, type Input, LTV_PRECISION, Ownable_ABI, PausableUpgradeable_ABI, type Payload, PayloadState, type PayloadsControllerContract, type Proposal, ProposalState, ProxyAdmin_ABI, RAY, type ReserveConfiguration, SECONDS_PER_YEAR, SelfdestructCheckState, type SoltypeElement, SoltypeType, type StandardJsonInput, type StateDiff, type StateObject, type SupportedChainIds, type TenderlyLog, type TenderlyLogRaw, type TenderlySimRequest, type TenderlySimulationResponse, type TenderlySimulationResponseObject, type TenderlyStackTrace, type Tenderly_createVnetParamsResponse, type Trace, type TransactionInfo, Umbrella_IRewardsController_ABI, Umbrella_IRewardsDistributor_ABI, VerificationStatus, WAD, WAD_RAY_RATIO, aaveAddressesProvider_IncentivesControllerSlot, addAssetPrice, addAssetSymbol, alchemyNetworkMap, alchemySupportedChainIds, assetIndexesToAsset, assetToBase, bitmapToIndexes, blockscoutExplorers, calculateAvailableBorrowsMarketReferenceCurrency, calculateCompoundedInterest, calculateHealthFactor, calculateHealthFactorFromBalances, calculateLinearInterest, chainlinkFeeds, checkForSelfdestruct, decodeReserveConfiguration, decodeReserveConfigurationV2, decodeUserConfiguration, diffCode, enhanceLogs, enhanceStateDiff, erc1967_AdminSlot, erc1967_ImplementationSlot, etherscanExplorers, fetchImmutablePoolAddresses, fetchMutablePoolAddresses, fetchPoolAddresses, findAsset, flashbotsClientExtension, flashbotsOnFetchRequest, formatNumberString, genericIndexer, getAlchemyRPC, getBits, getClient, getContractDeploymentBlock, getCurrentDebtBalance, getCurrentLiquidityBalance, getExplicitRPC, getExplorer, getGovernance, getHyperRPC, getImplementationSlot, getLogsRecursive, getMarketReferenceCurrencyAndUsdBalance, getMdContractName, getNetworkEnv, getNonFinalizedPayloads, getNonFinalizedProposals, getNormalizedDebt, getNormalizedIncome, getObjectDiff, getPayloadStorageOverrides, getPayloadsController, getPublicRpc, getQuicknodeRpc, getRPCUrl, getReserveConfigurations, getReserveTokens, getSourceCode, getTenderlyRpc, getVerificationStatus, hyperRPCSupportedNetworks, isPayloadFinal, isProposalFinal, makePayloadExecutableOnTestClient, makeProposalExecutableOnTestClient, onMevHandler, parseBlockscoutStyleSourceCode, parseEtherscanStyleSourceCode, parseLogs, prettifyNumber, priceUpdateDecoder, publicRPCs, quicknodeNetworkMap, rayDiv, rayMul, rayToWad, renderMarkdownStateDiffReport, renderTenderlyReport, routescanExplorers, selfDestructStatusToString, setBits, tenderlyExplorerMap, tenderlyNetworkMap, tenderly_createVnet, tenderly_deleteVnet, tenderly_getVnet, tenderly_logsToAbiLogs, tenderly_pingExplorer, tenderly_sim, tenderly_simVnet, toAddressLink, toBinaryString, toTxLink, transformTenderlyStateDiff, validateAip, verificationStatusToString, wadDiv, wadToRay };
28208
+ export { AggregatorInterface_ABI, Aip, type AssetInfo, type BlockscoutStyleSourceCode, type BundleParams, ChainId, ChainList, type ContractObject, EVENT_DB, type EtherscanStyleSourceCode, type ExplorerConfig, type GenericIndexerArgs, type GovernanceContract, HALF_RAY, HALF_WAD, HUMAN_READABLE_PAYLOAD_STATE, HUMAN_READABLE_PROPOSAL_STATE, IAToken_ABI, IAaveOracle_ABI, IAaveV3ConfigEngine_ABI, IAccessControl_ABI, IAuthorizedForwarder_ABI, ICollector_ABI, IDualAggregator_ABI, IERC1967_ABI, IERC20Metadata_ABI, IERC20_ABI, IEmissionManager_ABI, IPoolAddressesProvider_ABI, IPoolConfigurator_ABI, IPool_ABI, IReserveInterestRateStrategy_ABI, IRewardsController_ABI, IStataTokenFactory_ABI, IStataTokenV2_ABI, IUmbrellaStakeToken_ABI, IUmbrella_ABI, IWithGuardian_ABI, IWrappedTokenGatewayV3_ABI, IncentivizedERC20_ABI, type IndexerTopicState, type Input, LTV_PRECISION, Ownable_ABI, PausableUpgradeable_ABI, type Payload, PayloadState, type PayloadsControllerContract, type Proposal, ProposalState, ProxyAdmin_ABI, RAY, type ReserveConfiguration, SECONDS_PER_YEAR, SelfdestructCheckState, type SoltypeElement, SoltypeType, type StandardJsonInput, type StateDiff, type StateObject, type SupportedChainIds, type TenderlyLog, type TenderlyLogRaw, type TenderlySimRequest, type TenderlySimulationResponse, type TenderlySimulationResponseObject, type TenderlyStackTrace, type Tenderly_createVnetParamsResponse, type Trace, type TransactionInfo, Umbrella_IRewardsController_ABI, Umbrella_IRewardsDistributor_ABI, VerificationStatus, WAD, WAD_RAY_RATIO, aaveAddressesProvider_IncentivesControllerSlot, addAssetPrice, addAssetSymbol, alchemyNetworkMap, alchemySupportedChainIds, assetIndexesToAsset, assetToBase, bitmapToIndexes, blockscoutExplorers, calculateAvailableBorrowsMarketReferenceCurrency, calculateCompoundedInterest, calculateHealthFactor, calculateHealthFactorFromBalances, calculateLinearInterest, chainlinkFeeds, checkForSelfdestruct, decodeReserveConfiguration, decodeReserveConfigurationV2, decodeUserConfiguration, diffCode, enhanceLogs, enhanceStateDiff, erc1967_AdminSlot, erc1967_ImplementationSlot, etherscanExplorers, fetchImmutablePoolAddresses, fetchMutablePoolAddresses, fetchPoolAddresses, findAsset, flashbotsClientExtension, flashbotsOnFetchRequest, formatNumberString, genericIndexer, getAlchemyRPC, getBits, getClient, getContractDeploymentBlock, getCurrentDebtBalance, getCurrentLiquidityBalance, getExplicitRPC, getExplorer, getGovernance, getHyperRPC, getImplementationSlot, getLogsRecursive, getMarketReferenceCurrencyAndUsdBalance, getMdContractName, getNetworkEnv, getNonFinalizedPayloads, getNonFinalizedProposals, getNormalizedDebt, getNormalizedIncome, getObjectDiff, getPayloadStorageOverrides, getPayloadsController, getPublicRpc, getQuicknodeRpc, getRPCUrl, getReserveConfigurations, getReserveTokens, getSourceCode, getTenderlyRpc, getVerificationStatus, hyperRPCSupportedNetworks, isPayloadFinal, isProposalFinal, makePayloadExecutableOnTestClient, makeProposalExecutableOnTestClient, onMevHandler, parseBlockscoutStyleSourceCode, parseEtherscanStyleSourceCode, parseLogs, prettifyNumber, priceUpdateDecoder, publicRPCs, quicknodeNetworkMap, rayDiv, rayMul, rayToWad, renderMarkdownStateDiffReport, renderTenderlyReport, routescanExplorers, selfDestructStatusToString, setBits, tenderlyExplorerMap, tenderlyNetworkMap, tenderly_createVnet, tenderly_deleteVnet, tenderly_getVnet, tenderly_logsToAbiLogs, tenderly_pingExplorer, tenderly_sim, tenderly_simVnet, toAddressLink, toBinaryString, toTxLink, transformTenderlyStateDiff, validateAip, verificationStatusToString, wadDiv, wadToRay };
package/dist/index.d.ts CHANGED
@@ -21502,6 +21502,272 @@ declare const IAaveOracle_ABI: readonly [{
21502
21502
  readonly anonymous: false;
21503
21503
  }];
21504
21504
 
21505
+ declare const IncentivizedERC20_ABI: readonly [{
21506
+ readonly type: "function";
21507
+ readonly name: "POOL";
21508
+ readonly inputs: readonly [];
21509
+ readonly outputs: readonly [{
21510
+ readonly name: "";
21511
+ readonly type: "address";
21512
+ readonly internalType: "contract IPool";
21513
+ }];
21514
+ readonly stateMutability: "view";
21515
+ }, {
21516
+ readonly type: "function";
21517
+ readonly name: "REWARDS_CONTROLLER";
21518
+ readonly inputs: readonly [];
21519
+ readonly outputs: readonly [{
21520
+ readonly name: "";
21521
+ readonly type: "address";
21522
+ readonly internalType: "contract IAaveIncentivesController";
21523
+ }];
21524
+ readonly stateMutability: "view";
21525
+ }, {
21526
+ readonly type: "function";
21527
+ readonly name: "allowance";
21528
+ readonly inputs: readonly [{
21529
+ readonly name: "owner";
21530
+ readonly type: "address";
21531
+ readonly internalType: "address";
21532
+ }, {
21533
+ readonly name: "spender";
21534
+ readonly type: "address";
21535
+ readonly internalType: "address";
21536
+ }];
21537
+ readonly outputs: readonly [{
21538
+ readonly name: "";
21539
+ readonly type: "uint256";
21540
+ readonly internalType: "uint256";
21541
+ }];
21542
+ readonly stateMutability: "view";
21543
+ }, {
21544
+ readonly type: "function";
21545
+ readonly name: "approve";
21546
+ readonly inputs: readonly [{
21547
+ readonly name: "spender";
21548
+ readonly type: "address";
21549
+ readonly internalType: "address";
21550
+ }, {
21551
+ readonly name: "amount";
21552
+ readonly type: "uint256";
21553
+ readonly internalType: "uint256";
21554
+ }];
21555
+ readonly outputs: readonly [{
21556
+ readonly name: "";
21557
+ readonly type: "bool";
21558
+ readonly internalType: "bool";
21559
+ }];
21560
+ readonly stateMutability: "nonpayable";
21561
+ }, {
21562
+ readonly type: "function";
21563
+ readonly name: "balanceOf";
21564
+ readonly inputs: readonly [{
21565
+ readonly name: "account";
21566
+ readonly type: "address";
21567
+ readonly internalType: "address";
21568
+ }];
21569
+ readonly outputs: readonly [{
21570
+ readonly name: "";
21571
+ readonly type: "uint256";
21572
+ readonly internalType: "uint256";
21573
+ }];
21574
+ readonly stateMutability: "view";
21575
+ }, {
21576
+ readonly type: "function";
21577
+ readonly name: "decimals";
21578
+ readonly inputs: readonly [];
21579
+ readonly outputs: readonly [{
21580
+ readonly name: "";
21581
+ readonly type: "uint8";
21582
+ readonly internalType: "uint8";
21583
+ }];
21584
+ readonly stateMutability: "view";
21585
+ }, {
21586
+ readonly type: "function";
21587
+ readonly name: "decreaseAllowance";
21588
+ readonly inputs: readonly [{
21589
+ readonly name: "spender";
21590
+ readonly type: "address";
21591
+ readonly internalType: "address";
21592
+ }, {
21593
+ readonly name: "subtractedValue";
21594
+ readonly type: "uint256";
21595
+ readonly internalType: "uint256";
21596
+ }];
21597
+ readonly outputs: readonly [{
21598
+ readonly name: "";
21599
+ readonly type: "bool";
21600
+ readonly internalType: "bool";
21601
+ }];
21602
+ readonly stateMutability: "nonpayable";
21603
+ }, {
21604
+ readonly type: "function";
21605
+ readonly name: "getIncentivesController";
21606
+ readonly inputs: readonly [];
21607
+ readonly outputs: readonly [{
21608
+ readonly name: "";
21609
+ readonly type: "address";
21610
+ readonly internalType: "contract IAaveIncentivesController";
21611
+ }];
21612
+ readonly stateMutability: "view";
21613
+ }, {
21614
+ readonly type: "function";
21615
+ readonly name: "increaseAllowance";
21616
+ readonly inputs: readonly [{
21617
+ readonly name: "spender";
21618
+ readonly type: "address";
21619
+ readonly internalType: "address";
21620
+ }, {
21621
+ readonly name: "addedValue";
21622
+ readonly type: "uint256";
21623
+ readonly internalType: "uint256";
21624
+ }];
21625
+ readonly outputs: readonly [{
21626
+ readonly name: "";
21627
+ readonly type: "bool";
21628
+ readonly internalType: "bool";
21629
+ }];
21630
+ readonly stateMutability: "nonpayable";
21631
+ }, {
21632
+ readonly type: "function";
21633
+ readonly name: "name";
21634
+ readonly inputs: readonly [];
21635
+ readonly outputs: readonly [{
21636
+ readonly name: "";
21637
+ readonly type: "string";
21638
+ readonly internalType: "string";
21639
+ }];
21640
+ readonly stateMutability: "view";
21641
+ }, {
21642
+ readonly type: "function";
21643
+ readonly name: "symbol";
21644
+ readonly inputs: readonly [];
21645
+ readonly outputs: readonly [{
21646
+ readonly name: "";
21647
+ readonly type: "string";
21648
+ readonly internalType: "string";
21649
+ }];
21650
+ readonly stateMutability: "view";
21651
+ }, {
21652
+ readonly type: "function";
21653
+ readonly name: "totalSupply";
21654
+ readonly inputs: readonly [];
21655
+ readonly outputs: readonly [{
21656
+ readonly name: "";
21657
+ readonly type: "uint256";
21658
+ readonly internalType: "uint256";
21659
+ }];
21660
+ readonly stateMutability: "view";
21661
+ }, {
21662
+ readonly type: "function";
21663
+ readonly name: "transfer";
21664
+ readonly inputs: readonly [{
21665
+ readonly name: "recipient";
21666
+ readonly type: "address";
21667
+ readonly internalType: "address";
21668
+ }, {
21669
+ readonly name: "amount";
21670
+ readonly type: "uint256";
21671
+ readonly internalType: "uint256";
21672
+ }];
21673
+ readonly outputs: readonly [{
21674
+ readonly name: "";
21675
+ readonly type: "bool";
21676
+ readonly internalType: "bool";
21677
+ }];
21678
+ readonly stateMutability: "nonpayable";
21679
+ }, {
21680
+ readonly type: "function";
21681
+ readonly name: "transferFrom";
21682
+ readonly inputs: readonly [{
21683
+ readonly name: "sender";
21684
+ readonly type: "address";
21685
+ readonly internalType: "address";
21686
+ }, {
21687
+ readonly name: "recipient";
21688
+ readonly type: "address";
21689
+ readonly internalType: "address";
21690
+ }, {
21691
+ readonly name: "amount";
21692
+ readonly type: "uint256";
21693
+ readonly internalType: "uint256";
21694
+ }];
21695
+ readonly outputs: readonly [{
21696
+ readonly name: "";
21697
+ readonly type: "bool";
21698
+ readonly internalType: "bool";
21699
+ }];
21700
+ readonly stateMutability: "nonpayable";
21701
+ }, {
21702
+ readonly type: "event";
21703
+ readonly name: "Approval";
21704
+ readonly inputs: readonly [{
21705
+ readonly name: "owner";
21706
+ readonly type: "address";
21707
+ readonly indexed: true;
21708
+ readonly internalType: "address";
21709
+ }, {
21710
+ readonly name: "spender";
21711
+ readonly type: "address";
21712
+ readonly indexed: true;
21713
+ readonly internalType: "address";
21714
+ }, {
21715
+ readonly name: "value";
21716
+ readonly type: "uint256";
21717
+ readonly indexed: false;
21718
+ readonly internalType: "uint256";
21719
+ }];
21720
+ readonly anonymous: false;
21721
+ }, {
21722
+ readonly type: "event";
21723
+ readonly name: "Transfer";
21724
+ readonly inputs: readonly [{
21725
+ readonly name: "from";
21726
+ readonly type: "address";
21727
+ readonly indexed: true;
21728
+ readonly internalType: "address";
21729
+ }, {
21730
+ readonly name: "to";
21731
+ readonly type: "address";
21732
+ readonly indexed: true;
21733
+ readonly internalType: "address";
21734
+ }, {
21735
+ readonly name: "value";
21736
+ readonly type: "uint256";
21737
+ readonly indexed: false;
21738
+ readonly internalType: "uint256";
21739
+ }];
21740
+ readonly anonymous: false;
21741
+ }, {
21742
+ readonly type: "error";
21743
+ readonly name: "ERC20InsufficientAllowance";
21744
+ readonly inputs: readonly [{
21745
+ readonly name: "spender";
21746
+ readonly type: "address";
21747
+ readonly internalType: "address";
21748
+ }, {
21749
+ readonly name: "allowance";
21750
+ readonly type: "uint256";
21751
+ readonly internalType: "uint256";
21752
+ }, {
21753
+ readonly name: "needed";
21754
+ readonly type: "uint256";
21755
+ readonly internalType: "uint256";
21756
+ }];
21757
+ }, {
21758
+ readonly type: "error";
21759
+ readonly name: "SafeCastOverflowedUintDowncast";
21760
+ readonly inputs: readonly [{
21761
+ readonly name: "bits";
21762
+ readonly type: "uint8";
21763
+ readonly internalType: "uint8";
21764
+ }, {
21765
+ readonly name: "value";
21766
+ readonly type: "uint256";
21767
+ readonly internalType: "uint256";
21768
+ }];
21769
+ }];
21770
+
21505
21771
  declare const ICollector_ABI: readonly [{
21506
21772
  readonly type: "function";
21507
21773
  readonly name: "ETH_MOCK_ADDRESS";
@@ -27939,4 +28205,4 @@ declare const Ownable_ABI: readonly [{
27939
28205
  }];
27940
28206
  }];
27941
28207
 
27942
- export { AggregatorInterface_ABI, Aip, type AssetInfo, type BlockscoutStyleSourceCode, type BundleParams, ChainId, ChainList, type ContractObject, EVENT_DB, type EtherscanStyleSourceCode, type ExplorerConfig, type GenericIndexerArgs, type GovernanceContract, HALF_RAY, HALF_WAD, HUMAN_READABLE_PAYLOAD_STATE, HUMAN_READABLE_PROPOSAL_STATE, IAToken_ABI, IAaveOracle_ABI, IAaveV3ConfigEngine_ABI, IAccessControl_ABI, IAuthorizedForwarder_ABI, ICollector_ABI, IDualAggregator_ABI, IERC1967_ABI, IERC20Metadata_ABI, IERC20_ABI, IEmissionManager_ABI, IPoolAddressesProvider_ABI, IPoolConfigurator_ABI, IPool_ABI, IReserveInterestRateStrategy_ABI, IRewardsController_ABI, IStataTokenFactory_ABI, IStataTokenV2_ABI, IUmbrellaStakeToken_ABI, IUmbrella_ABI, IWithGuardian_ABI, IWrappedTokenGatewayV3_ABI, type IndexerTopicState, type Input, LTV_PRECISION, Ownable_ABI, PausableUpgradeable_ABI, type Payload, PayloadState, type PayloadsControllerContract, type Proposal, ProposalState, ProxyAdmin_ABI, RAY, type ReserveConfiguration, SECONDS_PER_YEAR, SelfdestructCheckState, type SoltypeElement, SoltypeType, type StandardJsonInput, type StateDiff, type StateObject, type SupportedChainIds, type TenderlyLog, type TenderlyLogRaw, type TenderlySimRequest, type TenderlySimulationResponse, type TenderlySimulationResponseObject, type TenderlyStackTrace, type Tenderly_createVnetParamsResponse, type Trace, type TransactionInfo, Umbrella_IRewardsController_ABI, Umbrella_IRewardsDistributor_ABI, VerificationStatus, WAD, WAD_RAY_RATIO, aaveAddressesProvider_IncentivesControllerSlot, addAssetPrice, addAssetSymbol, alchemyNetworkMap, alchemySupportedChainIds, assetIndexesToAsset, assetToBase, bitmapToIndexes, blockscoutExplorers, calculateAvailableBorrowsMarketReferenceCurrency, calculateCompoundedInterest, calculateHealthFactor, calculateHealthFactorFromBalances, calculateLinearInterest, chainlinkFeeds, checkForSelfdestruct, decodeReserveConfiguration, decodeReserveConfigurationV2, decodeUserConfiguration, diffCode, enhanceLogs, enhanceStateDiff, erc1967_AdminSlot, erc1967_ImplementationSlot, etherscanExplorers, fetchImmutablePoolAddresses, fetchMutablePoolAddresses, fetchPoolAddresses, findAsset, flashbotsClientExtension, flashbotsOnFetchRequest, formatNumberString, genericIndexer, getAlchemyRPC, getBits, getClient, getContractDeploymentBlock, getCurrentDebtBalance, getCurrentLiquidityBalance, getExplicitRPC, getExplorer, getGovernance, getHyperRPC, getImplementationSlot, getLogsRecursive, getMarketReferenceCurrencyAndUsdBalance, getMdContractName, getNetworkEnv, getNonFinalizedPayloads, getNonFinalizedProposals, getNormalizedDebt, getNormalizedIncome, getObjectDiff, getPayloadStorageOverrides, getPayloadsController, getPublicRpc, getQuicknodeRpc, getRPCUrl, getReserveConfigurations, getReserveTokens, getSourceCode, getTenderlyRpc, getVerificationStatus, hyperRPCSupportedNetworks, isPayloadFinal, isProposalFinal, makePayloadExecutableOnTestClient, makeProposalExecutableOnTestClient, onMevHandler, parseBlockscoutStyleSourceCode, parseEtherscanStyleSourceCode, parseLogs, prettifyNumber, priceUpdateDecoder, publicRPCs, quicknodeNetworkMap, rayDiv, rayMul, rayToWad, renderMarkdownStateDiffReport, renderTenderlyReport, routescanExplorers, selfDestructStatusToString, setBits, tenderlyExplorerMap, tenderlyNetworkMap, tenderly_createVnet, tenderly_deleteVnet, tenderly_getVnet, tenderly_logsToAbiLogs, tenderly_pingExplorer, tenderly_sim, tenderly_simVnet, toAddressLink, toBinaryString, toTxLink, transformTenderlyStateDiff, validateAip, verificationStatusToString, wadDiv, wadToRay };
28208
+ export { AggregatorInterface_ABI, Aip, type AssetInfo, type BlockscoutStyleSourceCode, type BundleParams, ChainId, ChainList, type ContractObject, EVENT_DB, type EtherscanStyleSourceCode, type ExplorerConfig, type GenericIndexerArgs, type GovernanceContract, HALF_RAY, HALF_WAD, HUMAN_READABLE_PAYLOAD_STATE, HUMAN_READABLE_PROPOSAL_STATE, IAToken_ABI, IAaveOracle_ABI, IAaveV3ConfigEngine_ABI, IAccessControl_ABI, IAuthorizedForwarder_ABI, ICollector_ABI, IDualAggregator_ABI, IERC1967_ABI, IERC20Metadata_ABI, IERC20_ABI, IEmissionManager_ABI, IPoolAddressesProvider_ABI, IPoolConfigurator_ABI, IPool_ABI, IReserveInterestRateStrategy_ABI, IRewardsController_ABI, IStataTokenFactory_ABI, IStataTokenV2_ABI, IUmbrellaStakeToken_ABI, IUmbrella_ABI, IWithGuardian_ABI, IWrappedTokenGatewayV3_ABI, IncentivizedERC20_ABI, type IndexerTopicState, type Input, LTV_PRECISION, Ownable_ABI, PausableUpgradeable_ABI, type Payload, PayloadState, type PayloadsControllerContract, type Proposal, ProposalState, ProxyAdmin_ABI, RAY, type ReserveConfiguration, SECONDS_PER_YEAR, SelfdestructCheckState, type SoltypeElement, SoltypeType, type StandardJsonInput, type StateDiff, type StateObject, type SupportedChainIds, type TenderlyLog, type TenderlyLogRaw, type TenderlySimRequest, type TenderlySimulationResponse, type TenderlySimulationResponseObject, type TenderlyStackTrace, type Tenderly_createVnetParamsResponse, type Trace, type TransactionInfo, Umbrella_IRewardsController_ABI, Umbrella_IRewardsDistributor_ABI, VerificationStatus, WAD, WAD_RAY_RATIO, aaveAddressesProvider_IncentivesControllerSlot, addAssetPrice, addAssetSymbol, alchemyNetworkMap, alchemySupportedChainIds, assetIndexesToAsset, assetToBase, bitmapToIndexes, blockscoutExplorers, calculateAvailableBorrowsMarketReferenceCurrency, calculateCompoundedInterest, calculateHealthFactor, calculateHealthFactorFromBalances, calculateLinearInterest, chainlinkFeeds, checkForSelfdestruct, decodeReserveConfiguration, decodeReserveConfigurationV2, decodeUserConfiguration, diffCode, enhanceLogs, enhanceStateDiff, erc1967_AdminSlot, erc1967_ImplementationSlot, etherscanExplorers, fetchImmutablePoolAddresses, fetchMutablePoolAddresses, fetchPoolAddresses, findAsset, flashbotsClientExtension, flashbotsOnFetchRequest, formatNumberString, genericIndexer, getAlchemyRPC, getBits, getClient, getContractDeploymentBlock, getCurrentDebtBalance, getCurrentLiquidityBalance, getExplicitRPC, getExplorer, getGovernance, getHyperRPC, getImplementationSlot, getLogsRecursive, getMarketReferenceCurrencyAndUsdBalance, getMdContractName, getNetworkEnv, getNonFinalizedPayloads, getNonFinalizedProposals, getNormalizedDebt, getNormalizedIncome, getObjectDiff, getPayloadStorageOverrides, getPayloadsController, getPublicRpc, getQuicknodeRpc, getRPCUrl, getReserveConfigurations, getReserveTokens, getSourceCode, getTenderlyRpc, getVerificationStatus, hyperRPCSupportedNetworks, isPayloadFinal, isProposalFinal, makePayloadExecutableOnTestClient, makeProposalExecutableOnTestClient, onMevHandler, parseBlockscoutStyleSourceCode, parseEtherscanStyleSourceCode, parseLogs, prettifyNumber, priceUpdateDecoder, publicRPCs, quicknodeNetworkMap, rayDiv, rayMul, rayToWad, renderMarkdownStateDiffReport, renderTenderlyReport, routescanExplorers, selfDestructStatusToString, setBits, tenderlyExplorerMap, tenderlyNetworkMap, tenderly_createVnet, tenderly_deleteVnet, tenderly_getVnet, tenderly_logsToAbiLogs, tenderly_pingExplorer, tenderly_sim, tenderly_simVnet, toAddressLink, toBinaryString, toTxLink, transformTenderlyStateDiff, validateAip, verificationStatusToString, wadDiv, wadToRay };