dequanto 0.1.23 → 0.1.25
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/lib/cjs/chains/PlatformFactory.js +2 -2
- package/lib/cjs/chains/PlatformFactory.js.map +1 -1
- package/lib/cjs/chains/arbitrum/Arbiscan.js +15 -11
- package/lib/cjs/chains/arbitrum/Arbiscan.js.map +1 -1
- package/lib/cjs/chains/boba/Bobascan.js +15 -11
- package/lib/cjs/chains/boba/Bobascan.js.map +1 -1
- package/lib/cjs/chains/xdai/XDaiscan.js +15 -11
- package/lib/cjs/chains/xdai/XDaiscan.js.map +1 -1
- package/lib/cjs/class/PackedRanges.js +1 -1
- package/lib/cjs/config/Config.js.map +1 -1
- package/lib/cjs/config/ConfigDefaults.js +11 -1
- package/lib/cjs/config/ConfigDefaults.js.map +1 -1
- package/lib/cjs/config/ConfigProvider.js +10 -3
- package/lib/cjs/config/ConfigProvider.js.map +1 -1
- package/lib/cjs/contracts/ContractBase.js +2 -2
- package/lib/cjs/contracts/ContractCreationResolver.js +4 -8
- package/lib/cjs/contracts/ContractCreationResolver.js.map +1 -1
- package/lib/cjs/contracts/ContractProvider.js +1 -1
- package/lib/cjs/contracts/ContractProvider.js.map +1 -1
- package/lib/cjs/contracts/ContractReader.js +2 -2
- package/lib/cjs/contracts/ContractReader.js.map +1 -1
- package/lib/cjs/contracts/deploy/Deployments.js +2 -2
- package/lib/cjs/contracts/deploy/Deployments.js.map +1 -1
- package/lib/cjs/erc4337/Erc4337Factory.js +2 -2
- package/lib/cjs/erc4337/Erc4337Factory.js.map +1 -1
- package/lib/cjs/explorer/BlockchainExplorer.js +488 -0
- package/lib/cjs/explorer/BlockchainExplorer.js.map +1 -0
- package/lib/cjs/explorer/BlockchainExplorerFactory.js +51 -0
- package/lib/cjs/explorer/BlockchainExplorerFactory.js.map +1 -0
- package/lib/cjs/explorer/BlockchainExplorerProvider.js +41 -0
- package/lib/cjs/explorer/BlockchainExplorerProvider.js.map +1 -0
- package/lib/cjs/explorer/BlockchainExplorerStorage.js +94 -0
- package/lib/cjs/explorer/BlockchainExplorerStorage.js.map +1 -0
- package/lib/cjs/explorer/Bscscan.js +19 -15
- package/lib/cjs/explorer/Bscscan.js.map +1 -1
- package/lib/cjs/explorer/ContractVerifier.js +1 -1
- package/lib/cjs/explorer/ContractVerifier.js.map +1 -1
- package/lib/cjs/explorer/Etherscan.js +28 -24
- package/lib/cjs/explorer/Etherscan.js.map +1 -1
- package/lib/cjs/explorer/Evmscan.js +5 -3
- package/lib/cjs/explorer/Evmscan.js.map +1 -1
- package/lib/cjs/explorer/IBlockchainExplorer.js +4 -0
- package/lib/cjs/explorer/IBlockchainExplorer.js.map +1 -0
- package/lib/cjs/explorer/Polyscan.js +19 -15
- package/lib/cjs/explorer/Polyscan.js.map +1 -1
- package/lib/cjs/explorer/verifiers/FsHtmlVerifier.js +6 -0
- package/lib/cjs/explorer/verifiers/FsHtmlVerifier.js.map +1 -1
- package/lib/cjs/gen/Generator.js +3 -2
- package/lib/cjs/gen/Generator.js.map +1 -1
- package/lib/cjs/gen/GeneratorFromAbi.js +20 -15
- package/lib/cjs/gen/GeneratorFromAbi.js.map +1 -1
- package/lib/cjs/hardhat/HardhatProvider.js +6 -7
- package/lib/cjs/hardhat/HardhatProvider.js.map +1 -1
- package/lib/cjs/indexer/BlocksTxIndexer.js +1 -1
- package/lib/cjs/indexer/EventsIndexer.js +2 -2
- package/lib/cjs/indexer/EventsIndexer.js.map +1 -1
- package/lib/cjs/indexer/PendingTxIndexer.js +1 -1
- package/lib/cjs/indexer/handlers/BlocksWalker.js +2 -2
- package/lib/cjs/json/JsonStoreFs.js +3 -2
- package/lib/cjs/json/JsonStoreFs.js.map +1 -1
- package/lib/cjs/loggers/LoggerService.js +3 -0
- package/lib/cjs/loggers/LoggerService.js.map +1 -1
- package/lib/cjs/rpc/RpcContract.js +2 -1
- package/lib/cjs/rpc/RpcContract.js.map +1 -1
- package/lib/cjs/solidity/SlotsDump.js +2 -2
- package/lib/cjs/solidity/SlotsDump.js.map +1 -1
- package/lib/cjs/solidity/SourceCodeProvider.js +2 -2
- package/lib/cjs/solidity/SourceCodeProvider.js.map +1 -1
- package/lib/cjs/solidity/storage/MappingKeysLoader.js +2 -2
- package/lib/cjs/solidity/storage/MappingKeysLoader.js.map +1 -1
- package/lib/cjs/tokens/TokenExchangeService.js +2 -2
- package/lib/cjs/tokens/TokenExchangeService.js.map +1 -1
- package/lib/cjs/tokens/TokenExchanges/AmmBase/V2/AmmPairV2Service.js +2 -2
- package/lib/cjs/tokens/TokenExchanges/OneInchExchange.js +2 -2
- package/lib/cjs/tokens/TokenExchanges/OneInchExchange.js.map +1 -1
- package/lib/cjs/tokens/TokenOracles/amm/AmmV1Oracle.js +3 -3
- package/lib/cjs/tokens/TokenOracles/amm/AmmV1Oracle.js.map +1 -1
- package/lib/cjs/tokens/TokenOracles/amm/AmmV2Oracle.js +2 -2
- package/lib/cjs/tokens/TokenOracles/amm/AmmV2Oracle.js.map +1 -1
- package/lib/cjs/tokens/TokenOracles/chainlink/ChainlinkOracle.js +1 -1
- package/lib/cjs/tokens/TokensService.js +3 -3
- package/lib/cjs/tokens/TokensService.js.map +1 -1
- package/lib/cjs/txs/TxProvider.js +1 -1
- package/lib/cjs/utils/$contract.js +1 -1
- package/lib/cjs/utils/$contract.js.map +1 -1
- package/lib/esm/chains/PlatformFactory.js.map +1 -1
- package/lib/esm/chains/PlatformFactory.mjs +2 -2
- package/lib/esm/chains/arbitrum/Arbiscan.js.map +1 -1
- package/lib/esm/chains/arbitrum/Arbiscan.mjs +15 -11
- package/lib/esm/chains/boba/Bobascan.js.map +1 -1
- package/lib/esm/chains/boba/Bobascan.mjs +15 -11
- package/lib/esm/chains/xdai/XDaiscan.js.map +1 -1
- package/lib/esm/chains/xdai/XDaiscan.mjs +15 -11
- package/lib/esm/class/PackedRanges.mjs +1 -1
- package/lib/esm/config/Config.js.map +1 -1
- package/lib/esm/config/ConfigDefaults.js.map +1 -1
- package/lib/esm/config/ConfigDefaults.mjs +11 -1
- package/lib/esm/config/ConfigProvider.js.map +1 -1
- package/lib/esm/config/ConfigProvider.mjs +10 -3
- package/lib/esm/contracts/ContractBase.mjs +2 -2
- package/lib/esm/contracts/ContractCreationResolver.js.map +1 -1
- package/lib/esm/contracts/ContractCreationResolver.mjs +4 -8
- package/lib/esm/contracts/ContractProvider.js.map +1 -1
- package/lib/esm/contracts/ContractProvider.mjs +1 -1
- package/lib/esm/contracts/ContractReader.js.map +1 -1
- package/lib/esm/contracts/ContractReader.mjs +2 -2
- package/lib/esm/contracts/deploy/Deployments.js.map +1 -1
- package/lib/esm/contracts/deploy/Deployments.mjs +2 -2
- package/lib/esm/erc4337/Erc4337Factory.js.map +1 -1
- package/lib/esm/erc4337/Erc4337Factory.mjs +2 -2
- package/lib/esm/explorer/BlockchainExplorer.js.map +1 -0
- package/lib/esm/explorer/BlockchainExplorer.mjs +481 -0
- package/lib/esm/explorer/BlockchainExplorerFactory.js.map +1 -0
- package/lib/esm/explorer/BlockchainExplorerFactory.mjs +48 -0
- package/lib/esm/explorer/BlockchainExplorerProvider.js.map +1 -0
- package/lib/esm/explorer/BlockchainExplorerProvider.mjs +38 -0
- package/lib/esm/explorer/BlockchainExplorerStorage.js.map +1 -0
- package/lib/esm/explorer/BlockchainExplorerStorage.mjs +90 -0
- package/lib/esm/explorer/Bscscan.js.map +1 -1
- package/lib/esm/explorer/Bscscan.mjs +19 -15
- package/lib/esm/explorer/ContractVerifier.js.map +1 -1
- package/lib/esm/explorer/ContractVerifier.mjs +1 -1
- package/lib/esm/explorer/Etherscan.js.map +1 -1
- package/lib/esm/explorer/Etherscan.mjs +28 -24
- package/lib/esm/explorer/Evmscan.js.map +1 -1
- package/lib/esm/explorer/Evmscan.mjs +5 -3
- package/lib/esm/explorer/IBlockchainExplorer.js.map +1 -0
- package/lib/esm/explorer/IBlockchainExplorer.mjs +3 -0
- package/lib/esm/explorer/Polyscan.js.map +1 -1
- package/lib/esm/explorer/Polyscan.mjs +19 -15
- package/lib/esm/explorer/verifiers/FsHtmlVerifier.js.map +1 -1
- package/lib/esm/explorer/verifiers/FsHtmlVerifier.mjs +6 -0
- package/lib/esm/gen/Generator.js.map +1 -1
- package/lib/esm/gen/Generator.mjs +3 -2
- package/lib/esm/gen/GeneratorFromAbi.js.map +1 -1
- package/lib/esm/gen/GeneratorFromAbi.mjs +20 -15
- package/lib/esm/hardhat/HardhatProvider.js.map +1 -1
- package/lib/esm/hardhat/HardhatProvider.mjs +6 -7
- package/lib/esm/indexer/BlocksTxIndexer.mjs +1 -1
- package/lib/esm/indexer/EventsIndexer.js.map +1 -1
- package/lib/esm/indexer/EventsIndexer.mjs +2 -2
- package/lib/esm/indexer/PendingTxIndexer.mjs +1 -1
- package/lib/esm/indexer/handlers/BlocksWalker.mjs +2 -2
- package/lib/esm/json/JsonStoreFs.js.map +1 -1
- package/lib/esm/json/JsonStoreFs.mjs +3 -2
- package/lib/esm/loggers/LoggerService.js.map +1 -1
- package/lib/esm/loggers/LoggerService.mjs +3 -0
- package/lib/esm/rpc/RpcContract.js.map +1 -1
- package/lib/esm/rpc/RpcContract.mjs +2 -1
- package/lib/esm/solidity/SlotsDump.js.map +1 -1
- package/lib/esm/solidity/SlotsDump.mjs +2 -2
- package/lib/esm/solidity/SourceCodeProvider.js.map +1 -1
- package/lib/esm/solidity/SourceCodeProvider.mjs +2 -2
- package/lib/esm/solidity/storage/MappingKeysLoader.js.map +1 -1
- package/lib/esm/solidity/storage/MappingKeysLoader.mjs +2 -2
- package/lib/esm/tokens/TokenExchangeService.js.map +1 -1
- package/lib/esm/tokens/TokenExchangeService.mjs +2 -2
- package/lib/esm/tokens/TokenExchanges/AmmBase/V2/AmmPairV2Service.mjs +2 -2
- package/lib/esm/tokens/TokenExchanges/OneInchExchange.js.map +1 -1
- package/lib/esm/tokens/TokenExchanges/OneInchExchange.mjs +2 -2
- package/lib/esm/tokens/TokenOracles/amm/AmmV1Oracle.js.map +1 -1
- package/lib/esm/tokens/TokenOracles/amm/AmmV1Oracle.mjs +3 -3
- package/lib/esm/tokens/TokenOracles/amm/AmmV2Oracle.js.map +1 -1
- package/lib/esm/tokens/TokenOracles/amm/AmmV2Oracle.mjs +2 -2
- package/lib/esm/tokens/TokenOracles/chainlink/ChainlinkOracle.mjs +1 -1
- package/lib/esm/tokens/TokensService.js.map +1 -1
- package/lib/esm/tokens/TokensService.mjs +3 -3
- package/lib/esm/txs/TxProvider.mjs +1 -1
- package/lib/esm/utils/$contract.js.map +1 -1
- package/lib/esm/utils/$contract.mjs +1 -1
- package/lib/types/bridges/BridgeFactory.d.ts +5 -0
- package/lib/types/bridges/hop/HopAddresses.d.ts +516 -0
- package/lib/types/bridges/models/IBridge.d.ts +19 -0
- package/lib/types/chains/PlatformFactory.d.ts +20 -0
- package/lib/types/chains/arbitrum/Arbiscan.d.ts +4 -0
- package/lib/types/chains/boba/Bobascan.d.ts +4 -0
- package/lib/types/chains/xdai/XDaiscan.d.ts +4 -0
- package/lib/types/class/PackedRanges.d.ts +31 -0
- package/lib/types/config/interface/IConfigData.d.ts +63 -0
- package/lib/types/contracts/Contract.d.ts +37 -0
- package/lib/types/contracts/ContractAbiProvider.d.ts +18 -0
- package/lib/types/contracts/ContractBase.d.ts +153 -0
- package/lib/types/contracts/ContractClassFactory.d.ts +23 -0
- package/lib/types/contracts/ContractCreationResolver.d.ts +15 -0
- package/lib/types/contracts/ContractProvider.d.ts +21 -0
- package/lib/types/contracts/ContractStorageReaderBase.d.ts +15 -0
- package/lib/types/contracts/EthContract.d.ts +12 -0
- package/lib/types/contracts/TxContract.d.ts +25 -0
- package/lib/types/erc4337/Erc4337Factory.d.ts +21 -0
- package/lib/types/erc4337/Erc4337Service.d.ts +92 -0
- package/lib/types/erc4337/Erc4337TxWriter.d.ts +77 -0
- package/lib/types/explorer/BlockchainExplorer.d.ts +118 -0
- package/lib/types/explorer/BlockchainExplorerFactory.d.ts +15 -0
- package/lib/types/explorer/BlockchainExplorerProvider.d.ts +11 -0
- package/lib/types/explorer/BlockchainExplorerStorage.d.ts +94 -0
- package/lib/types/explorer/Bscscan.d.ts +4 -0
- package/lib/types/explorer/ContractVerifier.d.ts +27 -0
- package/lib/types/explorer/Etherscan.d.ts +4 -0
- package/lib/types/explorer/Evmscan.d.ts +8 -0
- package/lib/types/explorer/IBlockchainExplorer.d.ts +83 -0
- package/lib/types/explorer/Polyscan.d.ts +4 -0
- package/lib/types/explorer/verifiers/FsHtmlVerifier.d.ts +68 -0
- package/lib/types/explorer/verifiers/IVerifier.d.ts +36 -0
- package/lib/types/gen/Generator.d.ts +74 -0
- package/lib/types/gen/GeneratorFromAbi.d.ts +96 -0
- package/lib/types/hardhat/HardhatProvider.d.ts +162 -0
- package/lib/types/indexer/BlocksTxIndexer.d.ts +52 -0
- package/lib/types/indexer/handlers/BlocksWalker.d.ts +64 -0
- package/lib/types/loggers/LoggerService.d.ts +27 -0
- package/lib/types/prebuilt/1inch/OneInchRouterContract/OneInchRouterContract.d.ts +338 -0
- package/lib/types/prebuilt/amm/AmmFactoryV2Contract/AmmFactoryV2Contract.d.ts +191 -0
- package/lib/types/prebuilt/amm/AmmMasterChefV2Contract/AmmMasterChefV2Contract.d.ts +486 -0
- package/lib/types/prebuilt/amm/AmmPairV2Contract/AmmPairV2Contract.d.ts +452 -0
- package/lib/types/prebuilt/amm/AmmPairV3Contract/AmmPairV3Contract.d.ts +558 -0
- package/lib/types/prebuilt/amm/AmmRouterV2Contract/AmmRouterV2Contract.d.ts +375 -0
- package/lib/types/prebuilt/amm/AmmVaultV2Contract/AmmVaultV2Contract.d.ts +586 -0
- package/lib/types/prebuilt/ens/EnsBaseRegistrar/EnsBaseRegistrar.d.ts +529 -0
- package/lib/types/prebuilt/ens/EnsDnsRegistrar/EnsDnsRegistrar.d.ts +259 -0
- package/lib/types/prebuilt/ens/EnsEthRegistrarController/EnsEthRegistrarController.d.ts +368 -0
- package/lib/types/prebuilt/ens/EnsNameWrapper/EnsNameWrapper.d.ts +849 -0
- package/lib/types/prebuilt/ens/EnsPublicResolver/EnsPublicResolver.d.ts +642 -0
- package/lib/types/prebuilt/ens/EnsRegistry/EnsRegistry.d.ts +319 -0
- package/lib/types/prebuilt/ens/EnsReverseRegistrar/EnsReverseRegistrar.d.ts +321 -0
- package/lib/types/prebuilt/erc4337/EntryPoint/EntryPoint.d.ts +885 -0
- package/lib/types/prebuilt/erc4337/SimpleAccount/SimpleAccount.d.ts +494 -0
- package/lib/types/prebuilt/erc4337/SimpleAccountFactory/SimpleAccountFactory.d.ts +111 -0
- package/lib/types/prebuilt/openzeppelin/AccessControl.d.ts +199 -0
- package/lib/types/prebuilt/openzeppelin/AccessControlCrossChain.d.ts +204 -0
- package/lib/types/prebuilt/openzeppelin/AccessControlDefaultAdminRules.d.ts +362 -0
- package/lib/types/prebuilt/openzeppelin/AccessControlEnumerable.d.ts +209 -0
- package/lib/types/prebuilt/openzeppelin/ConditionalEscrow.d.ts +201 -0
- package/lib/types/prebuilt/openzeppelin/CrossChainEnabledPolygonChild.d.ts +97 -0
- package/lib/types/prebuilt/openzeppelin/EIP712.d.ts +109 -0
- package/lib/types/prebuilt/openzeppelin/ERC1155.d.ts +222 -0
- package/lib/types/prebuilt/openzeppelin/ERC1155Burnable.d.ts +251 -0
- package/lib/types/prebuilt/openzeppelin/ERC1155Holder.d.ts +110 -0
- package/lib/types/prebuilt/openzeppelin/ERC1155Pausable.d.ts +252 -0
- package/lib/types/prebuilt/openzeppelin/ERC1155PresetMinterPauser.d.ts +480 -0
- package/lib/types/prebuilt/openzeppelin/ERC1155Receiver.d.ts +110 -0
- package/lib/types/prebuilt/openzeppelin/ERC1155Supply.d.ts +231 -0
- package/lib/types/prebuilt/openzeppelin/ERC1155URIStorage.d.ts +221 -0
- package/lib/types/prebuilt/openzeppelin/ERC165.d.ts +74 -0
- package/lib/types/prebuilt/openzeppelin/ERC165Storage.d.ts +74 -0
- package/lib/types/prebuilt/openzeppelin/ERC1820Implementer.d.ts +75 -0
- package/lib/types/prebuilt/openzeppelin/ERC20.d.ts +219 -0
- package/lib/types/prebuilt/openzeppelin/ERC20Burnable.d.ts +248 -0
- package/lib/types/prebuilt/openzeppelin/ERC20Capped.d.ts +223 -0
- package/lib/types/prebuilt/openzeppelin/ERC20FlashMint.d.ts +243 -0
- package/lib/types/prebuilt/openzeppelin/ERC20Pausable.d.ts +249 -0
- package/lib/types/prebuilt/openzeppelin/ERC20Permit.d.ts +280 -0
- package/lib/types/prebuilt/openzeppelin/ERC20PresetFixedSupply.d.ts +249 -0
- package/lib/types/prebuilt/openzeppelin/ERC20PresetMinterPauser.d.ts +467 -0
- package/lib/types/prebuilt/openzeppelin/ERC20Snapshot.d.ts +241 -0
- package/lib/types/prebuilt/openzeppelin/ERC20Votes.d.ts +389 -0
- package/lib/types/prebuilt/openzeppelin/ERC20VotesComp.d.ts +399 -0
- package/lib/types/prebuilt/openzeppelin/ERC20Wrapper.d.ts +253 -0
- package/lib/types/prebuilt/openzeppelin/ERC2771Context.d.ts +75 -0
- package/lib/types/prebuilt/openzeppelin/ERC2981.d.ts +80 -0
- package/lib/types/prebuilt/openzeppelin/ERC4626.d.ts +378 -0
- package/lib/types/prebuilt/openzeppelin/ERC721.d.ts +245 -0
- package/lib/types/prebuilt/openzeppelin/ERC721Burnable.d.ts +259 -0
- package/lib/types/prebuilt/openzeppelin/ERC721Consecutive.d.ts +262 -0
- package/lib/types/prebuilt/openzeppelin/ERC721Enumerable.d.ts +259 -0
- package/lib/types/prebuilt/openzeppelin/ERC721Holder.d.ts +90 -0
- package/lib/types/prebuilt/openzeppelin/ERC721Pausable.d.ts +275 -0
- package/lib/types/prebuilt/openzeppelin/ERC721PresetMinterPauserAutoId.d.ts +488 -0
- package/lib/types/prebuilt/openzeppelin/ERC721Royalty.d.ts +249 -0
- package/lib/types/prebuilt/openzeppelin/ERC721URIStorage.d.ts +271 -0
- package/lib/types/prebuilt/openzeppelin/ERC721Votes.d.ts +387 -0
- package/lib/types/prebuilt/openzeppelin/ERC721Wrapper.d.ts +294 -0
- package/lib/types/prebuilt/openzeppelin/ERC777.d.ts +390 -0
- package/lib/types/prebuilt/openzeppelin/ERC777PresetFixedSupply.d.ts +390 -0
- package/lib/types/prebuilt/openzeppelin/Escrow.d.ts +196 -0
- package/lib/types/prebuilt/openzeppelin/Governor.d.ts +484 -0
- package/lib/types/prebuilt/openzeppelin/GovernorCompatibilityBravo.d.ts +607 -0
- package/lib/types/prebuilt/openzeppelin/GovernorCountingSimple.d.ts +493 -0
- package/lib/types/prebuilt/openzeppelin/GovernorPreventLateQuorum.d.ts +534 -0
- package/lib/types/prebuilt/openzeppelin/GovernorProposalThreshold.d.ts +484 -0
- package/lib/types/prebuilt/openzeppelin/GovernorSettings.d.ts +571 -0
- package/lib/types/prebuilt/openzeppelin/GovernorTimelockCompound.d.ts +567 -0
- package/lib/types/prebuilt/openzeppelin/GovernorTimelockControl.d.ts +552 -0
- package/lib/types/prebuilt/openzeppelin/GovernorVotes.d.ts +489 -0
- package/lib/types/prebuilt/openzeppelin/GovernorVotesComp.d.ts +489 -0
- package/lib/types/prebuilt/openzeppelin/GovernorVotesQuorumFraction.d.ts +529 -0
- package/lib/types/prebuilt/openzeppelin/IAMB.d.ts +234 -0
- package/lib/types/prebuilt/openzeppelin/IAccessControl.d.ts +189 -0
- package/lib/types/prebuilt/openzeppelin/IAccessControlDefaultAdminRules.d.ts +347 -0
- package/lib/types/prebuilt/openzeppelin/IAccessControlEnumerable.d.ts +199 -0
- package/lib/types/prebuilt/openzeppelin/IArbSys.d.ts +223 -0
- package/lib/types/prebuilt/openzeppelin/IBeacon.d.ts +75 -0
- package/lib/types/prebuilt/openzeppelin/IBridge.d.ts +364 -0
- package/lib/types/prebuilt/openzeppelin/ICompoundTimelock.d.ts +310 -0
- package/lib/types/prebuilt/openzeppelin/ICrossDomainMessenger.d.ts +146 -0
- package/lib/types/prebuilt/openzeppelin/IERC1155.d.ts +216 -0
- package/lib/types/prebuilt/openzeppelin/IERC1155MetadataURI.d.ts +221 -0
- package/lib/types/prebuilt/openzeppelin/IERC1155Receiver.d.ts +110 -0
- package/lib/types/prebuilt/openzeppelin/IERC1271.d.ts +74 -0
- package/lib/types/prebuilt/openzeppelin/IERC1363.d.ts +256 -0
- package/lib/types/prebuilt/openzeppelin/IERC1363Receiver.d.ts +90 -0
- package/lib/types/prebuilt/openzeppelin/IERC1363Spender.d.ts +90 -0
- package/lib/types/prebuilt/openzeppelin/IERC165.d.ts +74 -0
- package/lib/types/prebuilt/openzeppelin/IERC1820Implementer.d.ts +75 -0
- package/lib/types/prebuilt/openzeppelin/IERC1820Registry.d.ts +183 -0
- package/lib/types/prebuilt/openzeppelin/IERC1822Proxiable.d.ts +74 -0
- package/lib/types/prebuilt/openzeppelin/IERC20.d.ts +173 -0
- package/lib/types/prebuilt/openzeppelin/IERC20Metadata.d.ts +188 -0
- package/lib/types/prebuilt/openzeppelin/IERC20Permit.d.ts +100 -0
- package/lib/types/prebuilt/openzeppelin/IERC2612.d.ts +100 -0
- package/lib/types/prebuilt/openzeppelin/IERC2981.d.ts +83 -0
- package/lib/types/prebuilt/openzeppelin/IERC3156FlashBorrower.d.ts +90 -0
- package/lib/types/prebuilt/openzeppelin/IERC3156FlashLender.d.ts +100 -0
- package/lib/types/prebuilt/openzeppelin/IERC4626.d.ts +348 -0
- package/lib/types/prebuilt/openzeppelin/IERC4906.d.ts +256 -0
- package/lib/types/prebuilt/openzeppelin/IERC5267.d.ts +96 -0
- package/lib/types/prebuilt/openzeppelin/IERC5313.d.ts +75 -0
- package/lib/types/prebuilt/openzeppelin/IERC5805.d.ts +173 -0
- package/lib/types/prebuilt/openzeppelin/IERC6372.d.ts +79 -0
- package/lib/types/prebuilt/openzeppelin/IERC721.d.ts +229 -0
- package/lib/types/prebuilt/openzeppelin/IERC721Enumerable.d.ts +244 -0
- package/lib/types/prebuilt/openzeppelin/IERC721Metadata.d.ts +244 -0
- package/lib/types/prebuilt/openzeppelin/IERC721Receiver.d.ts +90 -0
- package/lib/types/prebuilt/openzeppelin/IERC777.d.ts +298 -0
- package/lib/types/prebuilt/openzeppelin/IERC777Recipient.d.ts +90 -0
- package/lib/types/prebuilt/openzeppelin/IERC777Sender.d.ts +90 -0
- package/lib/types/prebuilt/openzeppelin/IFxMessageProcessor.d.ts +90 -0
- package/lib/types/prebuilt/openzeppelin/IGovernor.d.ts +368 -0
- package/lib/types/prebuilt/openzeppelin/IGovernorCompatibilityBravo.d.ts +456 -0
- package/lib/types/prebuilt/openzeppelin/IGovernorTimelock.d.ts +407 -0
- package/lib/types/prebuilt/openzeppelin/IInbox.d.ts +318 -0
- package/lib/types/prebuilt/openzeppelin/IOutbox.d.ts +224 -0
- package/lib/types/prebuilt/openzeppelin/ITransparentUpgradeableProxy.d.ts +176 -0
- package/lib/types/prebuilt/openzeppelin/IVotes.d.ts +163 -0
- package/lib/types/prebuilt/openzeppelin/LibArbitrumL2.d.ts +75 -0
- package/lib/types/prebuilt/openzeppelin/MinimalForwarder.d.ts +182 -0
- package/lib/types/prebuilt/openzeppelin/Multicall.d.ts +89 -0
- package/lib/types/prebuilt/openzeppelin/Ownable.d.ts +129 -0
- package/lib/types/prebuilt/openzeppelin/Ownable2Step.d.ts +166 -0
- package/lib/types/prebuilt/openzeppelin/Pausable.d.ts +103 -0
- package/lib/types/prebuilt/openzeppelin/PaymentSplitter.d.ts +196 -0
- package/lib/types/prebuilt/openzeppelin/ProxyAdmin.d.ts +184 -0
- package/lib/types/prebuilt/openzeppelin/PullPayment.d.ts +95 -0
- package/lib/types/prebuilt/openzeppelin/RefundEscrow.d.ts +279 -0
- package/lib/types/prebuilt/openzeppelin/TimelockController.d.ts +482 -0
- package/lib/types/prebuilt/openzeppelin/TokenTimelock.d.ts +106 -0
- package/lib/types/prebuilt/openzeppelin/UUPSUpgradeable.d.ts +156 -0
- package/lib/types/prebuilt/openzeppelin/UpgradeableBeacon.d.ts +165 -0
- package/lib/types/prebuilt/openzeppelin/VestingWallet.d.ts +166 -0
- package/lib/types/prebuilt/openzeppelin/Votes.d.ts +220 -0
- package/lib/types/prebuilt/openzeppelin/compiled/TransparentUpgradeableProxy/TransparentUpgradeableProxy.d.ts +131 -0
- package/lib/types/prebuilt/safe/CreateCall.d.ts +122 -0
- package/lib/types/prebuilt/safe/GnosisSafe.d.ts +559 -0
- package/lib/types/prebuilt/safe/MultiSend.d.ts +90 -0
- package/lib/types/prebuilt/safe/Safe.d.ts +603 -0
- package/lib/types/prebuilt/safe/SafeL2.d.ts +642 -0
- package/lib/types/prebuilt/safe/SafeProxyFactory.d.ts +148 -0
- package/lib/types/prebuilt/weth/WETH/WETH.d.ts +270 -0
- package/lib/types/safe/GnosisSafeService.d.ts +18 -0
- package/lib/types/solidity/SlotsDump.d.ts +47 -0
- package/lib/types/solidity/SourceCodeProvider.d.ts +29 -0
- package/lib/types/solidity/storage/MappingKeysLoader.d.ts +29 -0
- package/lib/types/tokens/TokenDataProvider.d.ts +33 -0
- package/lib/types/tokens/TokenExchangeService.d.ts +31 -0
- package/lib/types/tokens/TokenExchanges/AmmBase/V2/AmmPairV2Service.d.ts +60 -0
- package/lib/types/tokens/TokenExchanges/AmmV2ExchangeBase.d.ts +38 -0
- package/lib/types/tokens/TokenExchanges/AmmV2PriceQuote.d.ts +57 -0
- package/lib/types/tokens/TokenExchanges/OneInchExchange.d.ts +18 -0
- package/lib/types/tokens/TokenExchanges/PancakeswapExchange.d.ts +13 -0
- package/lib/types/tokens/TokenExchanges/SushiswapPolygonExchange.d.ts +13 -0
- package/lib/types/tokens/TokenExchanges/UniswapV2Exchange.d.ts +13 -0
- package/lib/types/tokens/TokenPriceService.d.ts +40 -0
- package/lib/types/tokens/TokenPriceServiceProvider.d.ts +9 -0
- package/lib/types/tokens/TokenProviders/TPExplorer.d.ts +13 -0
- package/lib/types/tokens/TokensService.d.ts +30 -0
- package/lib/types/utils/$regexp.d.ts +3 -0
- package/lib/types/wallets/Wallet.d.ts +20 -0
- package/package.json +4 -3
- package/readme.md +26 -30
- package/src/bridges/hop/HopBridge.ts +4 -4
- package/src/bridges/hop/contracts/gen.act.ts +4 -4
- package/src/chains/PlatformFactory.ts +4 -4
- package/src/chains/arbitrum/Arbiscan.ts +18 -11
- package/src/chains/boba/Bobascan.ts +16 -11
- package/src/chains/xdai/XDaiscan.ts +16 -11
- package/src/class/PackedRanges.ts +1 -1
- package/src/config/Config.ts +0 -1
- package/src/config/ConfigDefaults.ts +11 -1
- package/src/config/ConfigProvider.ts +10 -3
- package/src/config/interface/IConfigData.ts +5 -0
- package/src/contracts/Contract.ts +3 -3
- package/src/contracts/ContractAbiProvider.ts +2 -2
- package/src/contracts/ContractBase.ts +5 -5
- package/src/contracts/ContractClassFactory.ts +4 -4
- package/src/contracts/ContractCreationResolver.ts +7 -11
- package/src/contracts/ContractProvider.ts +3 -3
- package/src/contracts/ContractReader.ts +2 -2
- package/src/contracts/ContractStorageReaderBase.ts +2 -2
- package/src/contracts/TxContract.ts +2 -2
- package/src/contracts/deploy/Deployments.ts +3 -2
- package/src/erc4337/Erc4337Factory.ts +5 -5
- package/src/erc4337/Erc4337Service.ts +2 -2
- package/src/erc4337/Erc4337TxWriter.ts +2 -2
- package/src/explorer/BlockchainExplorer.ts +633 -0
- package/src/explorer/BlockchainExplorerFactory.ts +55 -0
- package/src/explorer/BlockchainExplorerProvider.ts +42 -0
- package/src/explorer/BlockchainExplorerStorage.ts +124 -0
- package/src/explorer/Bscscan.ts +21 -16
- package/src/explorer/ContractVerifier.ts +4 -3
- package/src/explorer/Etherscan.ts +29 -26
- package/src/explorer/Evmscan.ts +5 -3
- package/src/explorer/IBlockchainExplorer.ts +70 -0
- package/src/explorer/Polyscan.ts +20 -16
- package/src/explorer/verifiers/FsHtmlVerifier.ts +25 -6
- package/src/explorer/verifiers/IVerifier.ts +15 -0
- package/src/gen/Generator.ts +5 -4
- package/src/gen/GeneratorFromAbi.ts +24 -16
- package/src/gen/templates/ContractStorageReaderTemplate.ts.tmpl +1 -1
- package/src/gen/templates/ContractTemplate.d.ts.tmpl +1 -1
- package/src/gen/templates/ContractTemplate.ts.tmpl +19 -19
- package/src/hardhat/HardhatProvider.ts +7 -8
- package/src/indexer/BlocksTxIndexer.ts +2 -2
- package/src/indexer/EventsIndexer.ts +2 -2
- package/src/indexer/PendingTxIndexer.ts +1 -1
- package/src/indexer/handlers/BlocksWalker.ts +3 -3
- package/src/json/JsonStoreFs.ts +3 -3
- package/src/loggers/LoggerService.ts +6 -1
- package/src/prebuilt/1inch/OneInchRouterContract/OneInchRouterContract.ts +3 -3
- package/src/prebuilt/amm/AmmFactoryV2Contract/AmmFactoryV2Contract.ts +3 -3
- package/src/prebuilt/amm/AmmMasterChefV2Contract/AmmMasterChefV2Contract.ts +3 -3
- package/src/prebuilt/amm/AmmPairV2Contract/AmmPairV2Contract.ts +3 -3
- package/src/prebuilt/amm/AmmPairV3Contract/AmmPairV3Contract.ts +3 -3
- package/src/prebuilt/amm/AmmRouterV2Contract/AmmRouterV2Contract.ts +4 -4
- package/src/prebuilt/amm/AmmVaultV2Contract/AmmVaultV2Contract.ts +3 -3
- package/src/prebuilt/ens/EnsBaseRegistrar/EnsBaseRegistrar.ts +3 -3
- package/src/prebuilt/ens/EnsDnsRegistrar/EnsDnsRegistrar.ts +3 -3
- package/src/prebuilt/ens/EnsEthRegistrarController/EnsEthRegistrarController.ts +3 -3
- package/src/prebuilt/ens/EnsNameWrapper/EnsNameWrapper.ts +3 -3
- package/src/prebuilt/ens/EnsPublicResolver/EnsPublicResolver.ts +3 -3
- package/src/prebuilt/ens/EnsRegistry/EnsRegistry.ts +3 -3
- package/src/prebuilt/ens/EnsReverseRegistrar/EnsReverseRegistrar.ts +3 -3
- package/src/prebuilt/erc4337/EntryPoint/EntryPoint.ts +3 -3
- package/src/prebuilt/erc4337/SimpleAccount/SimpleAccount.ts +3 -3
- package/src/prebuilt/erc4337/SimpleAccountFactory/SimpleAccountFactory.ts +4 -4
- package/src/prebuilt/openzeppelin/AccessControl.ts +4 -4
- package/src/prebuilt/openzeppelin/AccessControlCrossChain.ts +4 -4
- package/src/prebuilt/openzeppelin/AccessControlDefaultAdminRules.ts +4 -4
- package/src/prebuilt/openzeppelin/AccessControlEnumerable.ts +4 -4
- package/src/prebuilt/openzeppelin/ConditionalEscrow.ts +4 -4
- package/src/prebuilt/openzeppelin/CrossChainEnabledPolygonChild.ts +5 -5
- package/src/prebuilt/openzeppelin/EIP712.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC1155.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC1155Burnable.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC1155Holder.ts +5 -5
- package/src/prebuilt/openzeppelin/ERC1155Pausable.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC1155PresetMinterPauser.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC1155Receiver.ts +5 -5
- package/src/prebuilt/openzeppelin/ERC1155Supply.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC1155URIStorage.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC165.ts +5 -5
- package/src/prebuilt/openzeppelin/ERC165Storage.ts +5 -5
- package/src/prebuilt/openzeppelin/ERC1820Implementer.ts +5 -5
- package/src/prebuilt/openzeppelin/ERC20.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC20Burnable.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC20Capped.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC20FlashMint.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC20Pausable.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC20Permit.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC20PresetFixedSupply.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC20PresetMinterPauser.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC20Snapshot.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC20Votes.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC20VotesComp.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC20Wrapper.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC2771Context.ts +5 -5
- package/src/prebuilt/openzeppelin/ERC2981.ts +5 -5
- package/src/prebuilt/openzeppelin/ERC4626.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC721.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC721Burnable.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC721Consecutive.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC721Enumerable.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC721Holder.ts +5 -5
- package/src/prebuilt/openzeppelin/ERC721Pausable.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC721PresetMinterPauserAutoId.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC721Royalty.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC721URIStorage.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC721Votes.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC721Wrapper.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC777.ts +4 -4
- package/src/prebuilt/openzeppelin/ERC777PresetFixedSupply.ts +4 -4
- package/src/prebuilt/openzeppelin/Escrow.ts +4 -4
- package/src/prebuilt/openzeppelin/Governor.ts +4 -4
- package/src/prebuilt/openzeppelin/GovernorCompatibilityBravo.ts +4 -4
- package/src/prebuilt/openzeppelin/GovernorCountingSimple.ts +4 -4
- package/src/prebuilt/openzeppelin/GovernorPreventLateQuorum.ts +4 -4
- package/src/prebuilt/openzeppelin/GovernorProposalThreshold.ts +4 -4
- package/src/prebuilt/openzeppelin/GovernorSettings.ts +4 -4
- package/src/prebuilt/openzeppelin/GovernorTimelockCompound.ts +4 -4
- package/src/prebuilt/openzeppelin/GovernorTimelockControl.ts +4 -4
- package/src/prebuilt/openzeppelin/GovernorVotes.ts +4 -4
- package/src/prebuilt/openzeppelin/GovernorVotesComp.ts +4 -4
- package/src/prebuilt/openzeppelin/GovernorVotesQuorumFraction.ts +4 -4
- package/src/prebuilt/openzeppelin/IAMB.ts +4 -4
- package/src/prebuilt/openzeppelin/IAccessControl.ts +4 -4
- package/src/prebuilt/openzeppelin/IAccessControlDefaultAdminRules.ts +4 -4
- package/src/prebuilt/openzeppelin/IAccessControlEnumerable.ts +4 -4
- package/src/prebuilt/openzeppelin/IArbSys.ts +4 -4
- package/src/prebuilt/openzeppelin/IBeacon.ts +5 -5
- package/src/prebuilt/openzeppelin/IBridge.ts +4 -4
- package/src/prebuilt/openzeppelin/ICompoundTimelock.ts +4 -4
- package/src/prebuilt/openzeppelin/ICrossDomainMessenger.ts +4 -4
- package/src/prebuilt/openzeppelin/IERC1155.ts +4 -4
- package/src/prebuilt/openzeppelin/IERC1155MetadataURI.ts +4 -4
- package/src/prebuilt/openzeppelin/IERC1155Receiver.ts +5 -5
- package/src/prebuilt/openzeppelin/IERC1271.ts +5 -5
- package/src/prebuilt/openzeppelin/IERC1363.ts +4 -4
- package/src/prebuilt/openzeppelin/IERC1363Receiver.ts +5 -5
- package/src/prebuilt/openzeppelin/IERC1363Spender.ts +5 -5
- package/src/prebuilt/openzeppelin/IERC165.ts +5 -5
- package/src/prebuilt/openzeppelin/IERC1820Implementer.ts +5 -5
- package/src/prebuilt/openzeppelin/IERC1820Registry.ts +4 -4
- package/src/prebuilt/openzeppelin/IERC1822Proxiable.ts +5 -5
- package/src/prebuilt/openzeppelin/IERC20.ts +4 -4
- package/src/prebuilt/openzeppelin/IERC20Metadata.ts +4 -4
- package/src/prebuilt/openzeppelin/IERC20Permit.ts +5 -5
- package/src/prebuilt/openzeppelin/IERC2612.ts +5 -5
- package/src/prebuilt/openzeppelin/IERC2981.ts +5 -5
- package/src/prebuilt/openzeppelin/IERC3156FlashBorrower.ts +5 -5
- package/src/prebuilt/openzeppelin/IERC3156FlashLender.ts +5 -5
- package/src/prebuilt/openzeppelin/IERC4626.ts +4 -4
- package/src/prebuilt/openzeppelin/IERC4906.ts +4 -4
- package/src/prebuilt/openzeppelin/IERC5267.ts +4 -4
- package/src/prebuilt/openzeppelin/IERC5313.ts +5 -5
- package/src/prebuilt/openzeppelin/IERC5805.ts +4 -4
- package/src/prebuilt/openzeppelin/IERC6372.ts +5 -5
- package/src/prebuilt/openzeppelin/IERC721.ts +4 -4
- package/src/prebuilt/openzeppelin/IERC721Enumerable.ts +4 -4
- package/src/prebuilt/openzeppelin/IERC721Metadata.ts +4 -4
- package/src/prebuilt/openzeppelin/IERC721Receiver.ts +5 -5
- package/src/prebuilt/openzeppelin/IERC777.ts +4 -4
- package/src/prebuilt/openzeppelin/IERC777Recipient.ts +5 -5
- package/src/prebuilt/openzeppelin/IERC777Sender.ts +5 -5
- package/src/prebuilt/openzeppelin/IFxMessageProcessor.ts +5 -5
- package/src/prebuilt/openzeppelin/IGovernor.ts +4 -4
- package/src/prebuilt/openzeppelin/IGovernorCompatibilityBravo.ts +4 -4
- package/src/prebuilt/openzeppelin/IGovernorTimelock.ts +4 -4
- package/src/prebuilt/openzeppelin/IInbox.ts +4 -4
- package/src/prebuilt/openzeppelin/IOutbox.ts +4 -4
- package/src/prebuilt/openzeppelin/ITransparentUpgradeableProxy.ts +4 -4
- package/src/prebuilt/openzeppelin/IVotes.ts +4 -4
- package/src/prebuilt/openzeppelin/LibArbitrumL2.ts +5 -5
- package/src/prebuilt/openzeppelin/MinimalForwarder.ts +4 -4
- package/src/prebuilt/openzeppelin/Multicall.ts +5 -5
- package/src/prebuilt/openzeppelin/Ownable.ts +4 -4
- package/src/prebuilt/openzeppelin/Ownable2Step.ts +4 -4
- package/src/prebuilt/openzeppelin/Pausable.ts +4 -4
- package/src/prebuilt/openzeppelin/PaymentSplitter.ts +4 -4
- package/src/prebuilt/openzeppelin/ProxyAdmin.ts +4 -4
- package/src/prebuilt/openzeppelin/PullPayment.ts +5 -5
- package/src/prebuilt/openzeppelin/RefundEscrow.ts +4 -4
- package/src/prebuilt/openzeppelin/TimelockController.ts +4 -4
- package/src/prebuilt/openzeppelin/TokenTimelock.ts +5 -5
- package/src/prebuilt/openzeppelin/UUPSUpgradeable.ts +4 -4
- package/src/prebuilt/openzeppelin/UpgradeableBeacon.ts +4 -4
- package/src/prebuilt/openzeppelin/VestingWallet.ts +4 -4
- package/src/prebuilt/openzeppelin/Votes.ts +4 -4
- package/src/prebuilt/openzeppelin/compiled/TransparentUpgradeableProxy/TransparentUpgradeableProxy.ts +4 -4
- package/src/prebuilt/safe/CreateCall.ts +4 -4
- package/src/prebuilt/safe/GnosisSafe.ts +4 -4
- package/src/prebuilt/safe/MultiSend.ts +5 -5
- package/src/prebuilt/safe/Safe.ts +4 -4
- package/src/prebuilt/safe/SafeL2.ts +4 -4
- package/src/prebuilt/safe/SafeProxyFactory.ts +4 -4
- package/src/prebuilt/weth/WETH/WETH.ts +3 -3
- package/src/rpc/RpcContract.ts +2 -1
- package/src/safe/GnosisSafeService.ts +2 -2
- package/src/solidity/SlotsDump.ts +5 -5
- package/src/solidity/SourceCodeProvider.ts +3 -3
- package/src/solidity/storage/MappingKeysLoader.ts +5 -5
- package/src/tokens/TokenDataProvider.ts +2 -2
- package/src/tokens/TokenExchangeService.ts +4 -4
- package/src/tokens/TokenExchanges/AmmBase/V2/AmmPairV2Service.ts +4 -4
- package/src/tokens/TokenExchanges/AmmV2ExchangeBase.ts +2 -2
- package/src/tokens/TokenExchanges/AmmV2PriceQuote.ts +2 -2
- package/src/tokens/TokenExchanges/OneInchExchange.ts +4 -4
- package/src/tokens/TokenExchanges/PancakeswapExchange.ts +2 -2
- package/src/tokens/TokenExchanges/SushiswapPolygonExchange.ts +2 -2
- package/src/tokens/TokenExchanges/UniswapV2Exchange.ts +2 -2
- package/src/tokens/TokenOracles/amm/AmmV1Oracle.ts +5 -5
- package/src/tokens/TokenOracles/amm/AmmV2Oracle.ts +2 -2
- package/src/tokens/TokenOracles/chainlink/ChainlinkOracle.ts +1 -1
- package/src/tokens/TokenPriceService.ts +2 -2
- package/src/tokens/TokenPriceServiceProvider.ts +3 -3
- package/src/tokens/TokenProviders/TPExplorer.ts +2 -2
- package/src/tokens/TokensService.ts +5 -5
- package/src/txs/TxProvider.ts +1 -1
- package/src/utils/$contract.ts +1 -1
- package/src/wallets/Wallet.ts +2 -2
- package/lib/cjs/chains/PlatformFactory.d.ts +0 -20
- package/lib/cjs/chains/arbitrum/Arbiscan.d.ts +0 -4
- package/lib/cjs/chains/boba/Bobascan.d.ts +0 -4
- package/lib/cjs/chains/xdai/XDaiscan.d.ts +0 -4
- package/lib/cjs/class/PackedRanges.d.ts +0 -31
- package/lib/cjs/config/interface/IConfigData.d.ts +0 -59
- package/lib/cjs/contracts/Contract.d.ts +0 -37
- package/lib/cjs/contracts/ContractAbiProvider.d.ts +0 -18
- package/lib/cjs/contracts/ContractBase.d.ts +0 -153
- package/lib/cjs/contracts/ContractClassFactory.d.ts +0 -23
- package/lib/cjs/contracts/ContractCreationResolver.d.ts +0 -15
- package/lib/cjs/contracts/ContractProvider.d.ts +0 -21
- package/lib/cjs/contracts/ContractStorageReaderBase.d.ts +0 -15
- package/lib/cjs/contracts/EthContract.d.ts +0 -11
- package/lib/cjs/contracts/TxContract.d.ts +0 -25
- package/lib/cjs/erc4337/Erc4337Factory.d.ts +0 -21
- package/lib/cjs/erc4337/Erc4337Service.d.ts +0 -92
- package/lib/cjs/erc4337/Erc4337TxWriter.d.ts +0 -77
- package/lib/cjs/explorer/BlockChainExplorerFactory.d.ts +0 -27
- package/lib/cjs/explorer/BlockChainExplorerFactory.js +0 -503
- package/lib/cjs/explorer/BlockChainExplorerFactory.js.map +0 -1
- package/lib/cjs/explorer/BlockChainExplorerProvider.d.ts +0 -9
- package/lib/cjs/explorer/BlockChainExplorerProvider.js +0 -59
- package/lib/cjs/explorer/BlockChainExplorerProvider.js.map +0 -1
- package/lib/cjs/explorer/BlockChainExplorerStorage.d.ts +0 -94
- package/lib/cjs/explorer/BlockChainExplorerStorage.js +0 -94
- package/lib/cjs/explorer/BlockChainExplorerStorage.js.map +0 -1
- package/lib/cjs/explorer/Bscscan.d.ts +0 -4
- package/lib/cjs/explorer/ContractVerifier.d.ts +0 -27
- package/lib/cjs/explorer/ContractVerifierHtml.d.ts +0 -78
- package/lib/cjs/explorer/ContractVerifierHtml.js +0 -176
- package/lib/cjs/explorer/ContractVerifierHtml.js.map +0 -1
- package/lib/cjs/explorer/Etherscan.d.ts +0 -4
- package/lib/cjs/explorer/Evmscan.d.ts +0 -4
- package/lib/cjs/explorer/IBlockChainExplorer.d.ts +0 -82
- package/lib/cjs/explorer/IBlockChainExplorer.js +0 -4
- package/lib/cjs/explorer/IBlockChainExplorer.js.map +0 -1
- package/lib/cjs/explorer/Polyscan.d.ts +0 -4
- package/lib/cjs/explorer/verifiers/FsHtmlVerifier.d.ts +0 -55
- package/lib/cjs/explorer/verifiers/IVerifier.d.ts +0 -23
- package/lib/cjs/gen/Generator.d.ts +0 -74
- package/lib/cjs/gen/GeneratorFromAbi.d.ts +0 -96
- package/lib/cjs/hardhat/HardhatProvider.d.ts +0 -161
- package/lib/cjs/indexer/BlocksTxIndexer.d.ts +0 -52
- package/lib/cjs/indexer/handlers/BlocksWalker.d.ts +0 -64
- package/lib/cjs/loggers/LoggerService.d.ts +0 -18
- package/lib/cjs/prebuilt/1inch/OneInchRouterContract/OneInchRouterContract.d.ts +0 -338
- package/lib/cjs/prebuilt/amm/AmmFactoryV2Contract/AmmFactoryV2Contract.d.ts +0 -191
- package/lib/cjs/prebuilt/amm/AmmMasterChefV2Contract/AmmMasterChefV2Contract.d.ts +0 -486
- package/lib/cjs/prebuilt/amm/AmmPairV2Contract/AmmPairV2Contract.d.ts +0 -452
- package/lib/cjs/prebuilt/amm/AmmPairV3Contract/AmmPairV3Contract.d.ts +0 -558
- package/lib/cjs/prebuilt/amm/AmmRouterV2Contract/AmmRouterV2Contract.d.ts +0 -375
- package/lib/cjs/prebuilt/amm/AmmVaultV2Contract/AmmVaultV2Contract.d.ts +0 -586
- package/lib/cjs/prebuilt/ens/EnsBaseRegistrar/EnsBaseRegistrar.d.ts +0 -529
- package/lib/cjs/prebuilt/ens/EnsDnsRegistrar/EnsDnsRegistrar.d.ts +0 -259
- package/lib/cjs/prebuilt/ens/EnsEthRegistrarController/EnsEthRegistrarController.d.ts +0 -368
- package/lib/cjs/prebuilt/ens/EnsNameWrapper/EnsNameWrapper.d.ts +0 -849
- package/lib/cjs/prebuilt/ens/EnsPublicResolver/EnsPublicResolver.d.ts +0 -642
- package/lib/cjs/prebuilt/ens/EnsRegistry/EnsRegistry.d.ts +0 -319
- package/lib/cjs/prebuilt/ens/EnsReverseRegistrar/EnsReverseRegistrar.d.ts +0 -321
- package/lib/cjs/prebuilt/erc4337/EntryPoint/EntryPoint.d.ts +0 -885
- package/lib/cjs/prebuilt/erc4337/SimpleAccount/SimpleAccount.d.ts +0 -494
- package/lib/cjs/prebuilt/erc4337/SimpleAccountFactory/SimpleAccountFactory.d.ts +0 -111
- package/lib/cjs/prebuilt/openzeppelin/AccessControl.d.ts +0 -199
- package/lib/cjs/prebuilt/openzeppelin/AccessControlCrossChain.d.ts +0 -204
- package/lib/cjs/prebuilt/openzeppelin/AccessControlDefaultAdminRules.d.ts +0 -362
- package/lib/cjs/prebuilt/openzeppelin/AccessControlEnumerable.d.ts +0 -209
- package/lib/cjs/prebuilt/openzeppelin/ConditionalEscrow.d.ts +0 -201
- package/lib/cjs/prebuilt/openzeppelin/CrossChainEnabledPolygonChild.d.ts +0 -97
- package/lib/cjs/prebuilt/openzeppelin/EIP712.d.ts +0 -109
- package/lib/cjs/prebuilt/openzeppelin/ERC1155.d.ts +0 -222
- package/lib/cjs/prebuilt/openzeppelin/ERC1155Burnable.d.ts +0 -251
- package/lib/cjs/prebuilt/openzeppelin/ERC1155Holder.d.ts +0 -110
- package/lib/cjs/prebuilt/openzeppelin/ERC1155Pausable.d.ts +0 -252
- package/lib/cjs/prebuilt/openzeppelin/ERC1155PresetMinterPauser.d.ts +0 -480
- package/lib/cjs/prebuilt/openzeppelin/ERC1155Receiver.d.ts +0 -110
- package/lib/cjs/prebuilt/openzeppelin/ERC1155Supply.d.ts +0 -231
- package/lib/cjs/prebuilt/openzeppelin/ERC1155URIStorage.d.ts +0 -221
- package/lib/cjs/prebuilt/openzeppelin/ERC165.d.ts +0 -74
- package/lib/cjs/prebuilt/openzeppelin/ERC165Storage.d.ts +0 -74
- package/lib/cjs/prebuilt/openzeppelin/ERC1820Implementer.d.ts +0 -75
- package/lib/cjs/prebuilt/openzeppelin/ERC20.d.ts +0 -219
- package/lib/cjs/prebuilt/openzeppelin/ERC20Burnable.d.ts +0 -248
- package/lib/cjs/prebuilt/openzeppelin/ERC20Capped.d.ts +0 -223
- package/lib/cjs/prebuilt/openzeppelin/ERC20FlashMint.d.ts +0 -243
- package/lib/cjs/prebuilt/openzeppelin/ERC20Pausable.d.ts +0 -249
- package/lib/cjs/prebuilt/openzeppelin/ERC20Permit.d.ts +0 -280
- package/lib/cjs/prebuilt/openzeppelin/ERC20PresetFixedSupply.d.ts +0 -249
- package/lib/cjs/prebuilt/openzeppelin/ERC20PresetMinterPauser.d.ts +0 -467
- package/lib/cjs/prebuilt/openzeppelin/ERC20Snapshot.d.ts +0 -241
- package/lib/cjs/prebuilt/openzeppelin/ERC20Votes.d.ts +0 -389
- package/lib/cjs/prebuilt/openzeppelin/ERC20VotesComp.d.ts +0 -399
- package/lib/cjs/prebuilt/openzeppelin/ERC20Wrapper.d.ts +0 -253
- package/lib/cjs/prebuilt/openzeppelin/ERC2771Context.d.ts +0 -75
- package/lib/cjs/prebuilt/openzeppelin/ERC2981.d.ts +0 -80
- package/lib/cjs/prebuilt/openzeppelin/ERC4626.d.ts +0 -378
- package/lib/cjs/prebuilt/openzeppelin/ERC721.d.ts +0 -245
- package/lib/cjs/prebuilt/openzeppelin/ERC721Burnable.d.ts +0 -259
- package/lib/cjs/prebuilt/openzeppelin/ERC721Consecutive.d.ts +0 -262
- package/lib/cjs/prebuilt/openzeppelin/ERC721Enumerable.d.ts +0 -259
- package/lib/cjs/prebuilt/openzeppelin/ERC721Holder.d.ts +0 -90
- package/lib/cjs/prebuilt/openzeppelin/ERC721Pausable.d.ts +0 -275
- package/lib/cjs/prebuilt/openzeppelin/ERC721PresetMinterPauserAutoId.d.ts +0 -488
- package/lib/cjs/prebuilt/openzeppelin/ERC721Royalty.d.ts +0 -249
- package/lib/cjs/prebuilt/openzeppelin/ERC721URIStorage.d.ts +0 -271
- package/lib/cjs/prebuilt/openzeppelin/ERC721Votes.d.ts +0 -387
- package/lib/cjs/prebuilt/openzeppelin/ERC721Wrapper.d.ts +0 -294
- package/lib/cjs/prebuilt/openzeppelin/ERC777.d.ts +0 -390
- package/lib/cjs/prebuilt/openzeppelin/ERC777PresetFixedSupply.d.ts +0 -390
- package/lib/cjs/prebuilt/openzeppelin/Escrow.d.ts +0 -196
- package/lib/cjs/prebuilt/openzeppelin/Governor.d.ts +0 -484
- package/lib/cjs/prebuilt/openzeppelin/GovernorCompatibilityBravo.d.ts +0 -607
- package/lib/cjs/prebuilt/openzeppelin/GovernorCountingSimple.d.ts +0 -493
- package/lib/cjs/prebuilt/openzeppelin/GovernorPreventLateQuorum.d.ts +0 -534
- package/lib/cjs/prebuilt/openzeppelin/GovernorProposalThreshold.d.ts +0 -484
- package/lib/cjs/prebuilt/openzeppelin/GovernorSettings.d.ts +0 -571
- package/lib/cjs/prebuilt/openzeppelin/GovernorTimelockCompound.d.ts +0 -567
- package/lib/cjs/prebuilt/openzeppelin/GovernorTimelockControl.d.ts +0 -552
- package/lib/cjs/prebuilt/openzeppelin/GovernorVotes.d.ts +0 -489
- package/lib/cjs/prebuilt/openzeppelin/GovernorVotesComp.d.ts +0 -489
- package/lib/cjs/prebuilt/openzeppelin/GovernorVotesQuorumFraction.d.ts +0 -529
- package/lib/cjs/prebuilt/openzeppelin/IAMB.d.ts +0 -234
- package/lib/cjs/prebuilt/openzeppelin/IAccessControl.d.ts +0 -189
- package/lib/cjs/prebuilt/openzeppelin/IAccessControlDefaultAdminRules.d.ts +0 -347
- package/lib/cjs/prebuilt/openzeppelin/IAccessControlEnumerable.d.ts +0 -199
- package/lib/cjs/prebuilt/openzeppelin/IArbSys.d.ts +0 -223
- package/lib/cjs/prebuilt/openzeppelin/IBeacon.d.ts +0 -75
- package/lib/cjs/prebuilt/openzeppelin/IBridge.d.ts +0 -364
- package/lib/cjs/prebuilt/openzeppelin/ICompoundTimelock.d.ts +0 -310
- package/lib/cjs/prebuilt/openzeppelin/ICrossDomainMessenger.d.ts +0 -146
- package/lib/cjs/prebuilt/openzeppelin/IERC1155.d.ts +0 -216
- package/lib/cjs/prebuilt/openzeppelin/IERC1155MetadataURI.d.ts +0 -221
- package/lib/cjs/prebuilt/openzeppelin/IERC1155Receiver.d.ts +0 -110
- package/lib/cjs/prebuilt/openzeppelin/IERC1271.d.ts +0 -74
- package/lib/cjs/prebuilt/openzeppelin/IERC1363.d.ts +0 -256
- package/lib/cjs/prebuilt/openzeppelin/IERC1363Receiver.d.ts +0 -90
- package/lib/cjs/prebuilt/openzeppelin/IERC1363Spender.d.ts +0 -90
- package/lib/cjs/prebuilt/openzeppelin/IERC165.d.ts +0 -74
- package/lib/cjs/prebuilt/openzeppelin/IERC1820Implementer.d.ts +0 -75
- package/lib/cjs/prebuilt/openzeppelin/IERC1820Registry.d.ts +0 -183
- package/lib/cjs/prebuilt/openzeppelin/IERC1822Proxiable.d.ts +0 -74
- package/lib/cjs/prebuilt/openzeppelin/IERC20.d.ts +0 -173
- package/lib/cjs/prebuilt/openzeppelin/IERC20Metadata.d.ts +0 -188
- package/lib/cjs/prebuilt/openzeppelin/IERC20Permit.d.ts +0 -100
- package/lib/cjs/prebuilt/openzeppelin/IERC2612.d.ts +0 -100
- package/lib/cjs/prebuilt/openzeppelin/IERC2981.d.ts +0 -83
- package/lib/cjs/prebuilt/openzeppelin/IERC3156FlashBorrower.d.ts +0 -90
- package/lib/cjs/prebuilt/openzeppelin/IERC3156FlashLender.d.ts +0 -100
- package/lib/cjs/prebuilt/openzeppelin/IERC4626.d.ts +0 -348
- package/lib/cjs/prebuilt/openzeppelin/IERC4906.d.ts +0 -256
- package/lib/cjs/prebuilt/openzeppelin/IERC5267.d.ts +0 -96
- package/lib/cjs/prebuilt/openzeppelin/IERC5313.d.ts +0 -75
- package/lib/cjs/prebuilt/openzeppelin/IERC5805.d.ts +0 -173
- package/lib/cjs/prebuilt/openzeppelin/IERC6372.d.ts +0 -79
- package/lib/cjs/prebuilt/openzeppelin/IERC721.d.ts +0 -229
- package/lib/cjs/prebuilt/openzeppelin/IERC721Enumerable.d.ts +0 -244
- package/lib/cjs/prebuilt/openzeppelin/IERC721Metadata.d.ts +0 -244
- package/lib/cjs/prebuilt/openzeppelin/IERC721Receiver.d.ts +0 -90
- package/lib/cjs/prebuilt/openzeppelin/IERC777.d.ts +0 -298
- package/lib/cjs/prebuilt/openzeppelin/IERC777Recipient.d.ts +0 -90
- package/lib/cjs/prebuilt/openzeppelin/IERC777Sender.d.ts +0 -90
- package/lib/cjs/prebuilt/openzeppelin/IFxMessageProcessor.d.ts +0 -90
- package/lib/cjs/prebuilt/openzeppelin/IGovernor.d.ts +0 -368
- package/lib/cjs/prebuilt/openzeppelin/IGovernorCompatibilityBravo.d.ts +0 -456
- package/lib/cjs/prebuilt/openzeppelin/IGovernorTimelock.d.ts +0 -407
- package/lib/cjs/prebuilt/openzeppelin/IInbox.d.ts +0 -318
- package/lib/cjs/prebuilt/openzeppelin/IOutbox.d.ts +0 -224
- package/lib/cjs/prebuilt/openzeppelin/ITransparentUpgradeableProxy.d.ts +0 -176
- package/lib/cjs/prebuilt/openzeppelin/IVotes.d.ts +0 -163
- package/lib/cjs/prebuilt/openzeppelin/LibArbitrumL2.d.ts +0 -75
- package/lib/cjs/prebuilt/openzeppelin/MinimalForwarder.d.ts +0 -182
- package/lib/cjs/prebuilt/openzeppelin/Multicall.d.ts +0 -89
- package/lib/cjs/prebuilt/openzeppelin/Ownable.d.ts +0 -129
- package/lib/cjs/prebuilt/openzeppelin/Ownable2Step.d.ts +0 -166
- package/lib/cjs/prebuilt/openzeppelin/Pausable.d.ts +0 -103
- package/lib/cjs/prebuilt/openzeppelin/PaymentSplitter.d.ts +0 -196
- package/lib/cjs/prebuilt/openzeppelin/ProxyAdmin.d.ts +0 -184
- package/lib/cjs/prebuilt/openzeppelin/PullPayment.d.ts +0 -95
- package/lib/cjs/prebuilt/openzeppelin/RefundEscrow.d.ts +0 -279
- package/lib/cjs/prebuilt/openzeppelin/TimelockController.d.ts +0 -482
- package/lib/cjs/prebuilt/openzeppelin/TokenTimelock.d.ts +0 -106
- package/lib/cjs/prebuilt/openzeppelin/UUPSUpgradeable.d.ts +0 -156
- package/lib/cjs/prebuilt/openzeppelin/UpgradeableBeacon.d.ts +0 -165
- package/lib/cjs/prebuilt/openzeppelin/VestingWallet.d.ts +0 -166
- package/lib/cjs/prebuilt/openzeppelin/Votes.d.ts +0 -220
- package/lib/cjs/prebuilt/openzeppelin/compiled/TransparentUpgradeableProxy/TransparentUpgradeableProxy.d.ts +0 -131
- package/lib/cjs/prebuilt/safe/CreateCall.d.ts +0 -122
- package/lib/cjs/prebuilt/safe/GnosisSafe.d.ts +0 -559
- package/lib/cjs/prebuilt/safe/MultiSend.d.ts +0 -90
- package/lib/cjs/prebuilt/safe/Safe.d.ts +0 -603
- package/lib/cjs/prebuilt/safe/SafeL2.d.ts +0 -642
- package/lib/cjs/prebuilt/safe/SafeProxyFactory.d.ts +0 -148
- package/lib/cjs/prebuilt/weth/WETH/WETH.d.ts +0 -270
- package/lib/cjs/safe/GnosisSafeService.d.ts +0 -18
- package/lib/cjs/solidity/SlotsDump.d.ts +0 -47
- package/lib/cjs/solidity/SourceCodeProvider.d.ts +0 -29
- package/lib/cjs/solidity/storage/MappingKeysLoader.d.ts +0 -29
- package/lib/cjs/tokens/TokenDataProvider.d.ts +0 -33
- package/lib/cjs/tokens/TokenExchangeService.d.ts +0 -31
- package/lib/cjs/tokens/TokenExchanges/AmmBase/V2/AmmPairV2Service.d.ts +0 -60
- package/lib/cjs/tokens/TokenExchanges/AmmV2ExchangeBase.d.ts +0 -38
- package/lib/cjs/tokens/TokenExchanges/AmmV2PriceQuote.d.ts +0 -57
- package/lib/cjs/tokens/TokenExchanges/OneInchExchange.d.ts +0 -18
- package/lib/cjs/tokens/TokenExchanges/PancakeswapExchange.d.ts +0 -13
- package/lib/cjs/tokens/TokenExchanges/SushiswapPolygonExchange.d.ts +0 -13
- package/lib/cjs/tokens/TokenExchanges/UniswapV2Exchange.d.ts +0 -13
- package/lib/cjs/tokens/TokenPriceService.d.ts +0 -40
- package/lib/cjs/tokens/TokenPriceServiceProvider.d.ts +0 -9
- package/lib/cjs/tokens/TokenProviders/TPExplorer.d.ts +0 -13
- package/lib/cjs/tokens/TokensService.d.ts +0 -30
- package/lib/cjs/wallets/Wallet.d.ts +0 -20
- package/lib/esm/ChainAccountService.d.ts +0 -55
- package/lib/esm/abi/$abiCoder.d.ts +0 -11
- package/lib/esm/abi/$rlp.d.ts +0 -8
- package/lib/esm/abi/Logger.d.ts +0 -11
- package/lib/esm/abi/_version.d.ts +0 -1
- package/lib/esm/abi/abi-coder-packed.d.ts +0 -10
- package/lib/esm/abi/abi-coder.d.ts +0 -52
- package/lib/esm/abi/coders/abstract-coder.d.ts +0 -119
- package/lib/esm/abi/coders/address.d.ts +0 -11
- package/lib/esm/abi/coders/anonymous.d.ts +0 -14
- package/lib/esm/abi/coders/array.d.ts +0 -20
- package/lib/esm/abi/coders/boolean.d.ts +0 -11
- package/lib/esm/abi/coders/bytes.d.ts +0 -18
- package/lib/esm/abi/coders/fixed-bytes.d.ts +0 -12
- package/lib/esm/abi/coders/null.d.ts +0 -11
- package/lib/esm/abi/coders/number.d.ts +0 -13
- package/lib/esm/abi/coders/string.d.ts +0 -8
- package/lib/esm/abi/coders/tuple.d.ts +0 -11
- package/lib/esm/abi/fragments.d.ts +0 -465
- package/lib/esm/blocks/BlockDateResolver.d.ts +0 -31
- package/lib/esm/chains/PlatformFactory.d.ts +0 -20
- package/lib/esm/chains/arbitrum/ArbTokenProvider.d.ts +0 -9
- package/lib/esm/chains/arbitrum/ArbWeb3Client.d.ts +0 -11
- package/lib/esm/chains/arbitrum/Arbiscan.d.ts +0 -4
- package/lib/esm/chains/arbitrum/TokensServiceArbitrum.d.ts +0 -8
- package/lib/esm/chains/boba/BobaWeb3Client.d.ts +0 -10
- package/lib/esm/chains/boba/Bobascan.d.ts +0 -4
- package/lib/esm/chains/xdai/XDaiWeb3Client.d.ts +0 -15
- package/lib/esm/chains/xdai/XDaiscan.d.ts +0 -4
- package/lib/esm/class/PackedRanges.d.ts +0 -31
- package/lib/esm/class/PromiseEvent.d.ts +0 -8
- package/lib/esm/class/SubjectKind.d.ts +0 -5
- package/lib/esm/class/SubjectStream.d.ts +0 -36
- package/lib/esm/class/Subscription.d.ts +0 -7
- package/lib/esm/clients/BscWeb3Client.d.ts +0 -10
- package/lib/esm/clients/ClientEventsStream.d.ts +0 -24
- package/lib/esm/clients/ClientPool.d.ts +0 -146
- package/lib/esm/clients/ClientPoolStats.d.ts +0 -35
- package/lib/esm/clients/EthWeb3Client.d.ts +0 -11
- package/lib/esm/clients/EvmWeb3Client.d.ts +0 -8
- package/lib/esm/clients/PolyWeb3Client.d.ts +0 -15
- package/lib/esm/clients/Web3BatchRequests.d.ts +0 -21
- package/lib/esm/clients/Web3Client.d.ts +0 -125
- package/lib/esm/clients/Web3ClientFactory.d.ts +0 -12
- package/lib/esm/clients/compatibility/Web3.d.ts +0 -48
- package/lib/esm/clients/debug/ClientDebugMethods.d.ts +0 -28
- package/lib/esm/clients/handlers/RateLimitGuard.d.ts +0 -79
- package/lib/esm/clients/interfaces/IWeb3Client.d.ts +0 -52
- package/lib/esm/clients/interfaces/IWeb3ClientStatus.d.ts +0 -21
- package/lib/esm/clients/interfaces/IWeb3EndpointOptions.d.ts +0 -13
- package/lib/esm/clients/model/ClientStatus.d.ts +0 -6
- package/lib/esm/clients/model/PromiEventWrap.d.ts +0 -13
- package/lib/esm/clients/model/SubscriptionWrap.d.ts +0 -14
- package/lib/esm/clients/utils/$web3Abi.d.ts +0 -7
- package/lib/esm/clients/utils/ClientEndpoints.d.ts +0 -4
- package/lib/esm/clients/utils/ClientErrorUtil.d.ts +0 -12
- package/lib/esm/clients/utils/TxFactory.d.ts +0 -2
- package/lib/esm/config/AConfigBase.d.ts +0 -24
- package/lib/esm/config/Config.d.ts +0 -9
- package/lib/esm/config/ConfigDefaults.d.ts +0 -2
- package/lib/esm/config/ConfigProvider.d.ts +0 -11
- package/lib/esm/config/interface/IConfigData.d.ts +0 -59
- package/lib/esm/contracts/BscContract.d.ts +0 -13
- package/lib/esm/contracts/Contract.d.ts +0 -37
- package/lib/esm/contracts/ContractAbiProvider.d.ts +0 -18
- package/lib/esm/contracts/ContractBase.d.ts +0 -153
- package/lib/esm/contracts/ContractClassFactory.d.ts +0 -23
- package/lib/esm/contracts/ContractCreationResolver.d.ts +0 -15
- package/lib/esm/contracts/ContractProvider.d.ts +0 -21
- package/lib/esm/contracts/ContractReader.d.ts +0 -90
- package/lib/esm/contracts/ContractStorageReaderBase.d.ts +0 -15
- package/lib/esm/contracts/ContractStream.d.ts +0 -11
- package/lib/esm/contracts/ContractWriter.d.ts +0 -35
- package/lib/esm/contracts/EthContract.d.ts +0 -11
- package/lib/esm/contracts/TxContract.d.ts +0 -25
- package/lib/esm/contracts/deploy/ContractDeployer.d.ts +0 -63
- package/lib/esm/contracts/deploy/ContractDeployment.d.ts +0 -31
- package/lib/esm/contracts/deploy/ContractSource.d.ts +0 -3
- package/lib/esm/contracts/deploy/Deployments.d.ts +0 -142
- package/lib/esm/contracts/deploy/proxy/$proxyDeploy.d.ts +0 -9
- package/lib/esm/contracts/deploy/proxy/ProxyDeployment.d.ts +0 -92
- package/lib/esm/contracts/deploy/storage/DeploymentsStorage.d.ts +0 -73
- package/lib/esm/contracts/utils/AbiDeserializer.d.ts +0 -4
- package/lib/esm/contracts/utils/ContractBaseUtils.d.ts +0 -25
- package/lib/esm/contracts/utils/ConvertUtils.d.ts +0 -4
- package/lib/esm/contracts/utils/InputDataUtils.d.ts +0 -7
- package/lib/esm/contracts/utils/TypeUtils.d.ts +0 -3
- package/lib/esm/contracts/wrappers/FnRequestWrapper.d.ts +0 -9
- package/lib/esm/contracts/wrappers/FnSignedWrapper.d.ts +0 -4
- package/lib/esm/env/BigIntSerializer.d.ts +0 -1
- package/lib/esm/erc4337/Erc4337Factory.d.ts +0 -21
- package/lib/esm/erc4337/Erc4337Service.d.ts +0 -92
- package/lib/esm/erc4337/Erc4337TxWriter.d.ts +0 -77
- package/lib/esm/erc4337/models/Erc4337Abi.d.ts +0 -6
- package/lib/esm/erc4337/models/IErc4337Info.d.ts +0 -7
- package/lib/esm/erc4337/models/UserOperation.d.ts +0 -3
- package/lib/esm/erc4337/utils/$erc4337.d.ts +0 -5
- package/lib/esm/evm/EvmBytecode.d.ts +0 -68
- package/lib/esm/evm/OpcodesInfo.d.ts +0 -13
- package/lib/esm/evm/OpcodesWalker.d.ts +0 -28
- package/lib/esm/evm/Stack.d.ts +0 -10
- package/lib/esm/evm/functions/$opcodes.d.ts +0 -35
- package/lib/esm/evm/interfaces/IJumps.d.ts +0 -3
- package/lib/esm/evm/interfaces/IMemory.d.ts +0 -3
- package/lib/esm/evm/interfaces/IOpcode.d.ts +0 -11
- package/lib/esm/evm/interfaces/IStorage.d.ts +0 -3
- package/lib/esm/evm/opcodes/add.d.ts +0 -13
- package/lib/esm/evm/opcodes/addmod.d.ts +0 -4
- package/lib/esm/evm/opcodes/address.d.ts +0 -11
- package/lib/esm/evm/opcodes/and.d.ts +0 -13
- package/lib/esm/evm/opcodes/balance.d.ts +0 -12
- package/lib/esm/evm/opcodes/blockhash.d.ts +0 -12
- package/lib/esm/evm/opcodes/byte.d.ts +0 -13
- package/lib/esm/evm/opcodes/call.d.ts +0 -18
- package/lib/esm/evm/opcodes/callcode.d.ts +0 -18
- package/lib/esm/evm/opcodes/calldatacopy.d.ts +0 -13
- package/lib/esm/evm/opcodes/calldataload.d.ts +0 -13
- package/lib/esm/evm/opcodes/calldatasize.d.ts +0 -11
- package/lib/esm/evm/opcodes/caller.d.ts +0 -11
- package/lib/esm/evm/opcodes/callvalue.d.ts +0 -11
- package/lib/esm/evm/opcodes/codecopy.d.ts +0 -13
- package/lib/esm/evm/opcodes/codesize.d.ts +0 -11
- package/lib/esm/evm/opcodes/coinbase.d.ts +0 -11
- package/lib/esm/evm/opcodes/create.d.ts +0 -14
- package/lib/esm/evm/opcodes/create2.d.ts +0 -14
- package/lib/esm/evm/opcodes/delegatecall.d.ts +0 -17
- package/lib/esm/evm/opcodes/difficulty.d.ts +0 -11
- package/lib/esm/evm/opcodes/div.d.ts +0 -13
- package/lib/esm/evm/opcodes/dup.d.ts +0 -4
- package/lib/esm/evm/opcodes/eq.d.ts +0 -21
- package/lib/esm/evm/opcodes/exp.d.ts +0 -13
- package/lib/esm/evm/opcodes/extcodecopy.d.ts +0 -14
- package/lib/esm/evm/opcodes/extcodehash.d.ts +0 -12
- package/lib/esm/evm/opcodes/extcodesize.d.ts +0 -12
- package/lib/esm/evm/opcodes/gas.d.ts +0 -11
- package/lib/esm/evm/opcodes/gaslimit.d.ts +0 -11
- package/lib/esm/evm/opcodes/gasprice.d.ts +0 -11
- package/lib/esm/evm/opcodes/gt.d.ts +0 -14
- package/lib/esm/evm/opcodes/invalid.d.ts +0 -12
- package/lib/esm/evm/opcodes/iszero.d.ts +0 -12
- package/lib/esm/evm/opcodes/jump.d.ts +0 -13
- package/lib/esm/evm/opcodes/jumpdest.d.ts +0 -4
- package/lib/esm/evm/opcodes/jumpi.d.ts +0 -43
- package/lib/esm/evm/opcodes/log.d.ts +0 -16
- package/lib/esm/evm/opcodes/lt.d.ts +0 -14
- package/lib/esm/evm/opcodes/mload.d.ts +0 -12
- package/lib/esm/evm/opcodes/mod.d.ts +0 -13
- package/lib/esm/evm/opcodes/msize.d.ts +0 -11
- package/lib/esm/evm/opcodes/mstore.d.ts +0 -13
- package/lib/esm/evm/opcodes/mul.d.ts +0 -13
- package/lib/esm/evm/opcodes/mulmod.d.ts +0 -4
- package/lib/esm/evm/opcodes/not.d.ts +0 -12
- package/lib/esm/evm/opcodes/number.d.ts +0 -11
- package/lib/esm/evm/opcodes/or.d.ts +0 -13
- package/lib/esm/evm/opcodes/origin.d.ts +0 -11
- package/lib/esm/evm/opcodes/pc.d.ts +0 -4
- package/lib/esm/evm/opcodes/pop.d.ts +0 -4
- package/lib/esm/evm/opcodes/push.d.ts +0 -4
- package/lib/esm/evm/opcodes/return.d.ts +0 -14
- package/lib/esm/evm/opcodes/returndatacopy.d.ts +0 -13
- package/lib/esm/evm/opcodes/returndatasize.d.ts +0 -11
- package/lib/esm/evm/opcodes/revert.d.ts +0 -14
- package/lib/esm/evm/opcodes/sar.d.ts +0 -13
- package/lib/esm/evm/opcodes/selfdestruct.d.ts +0 -12
- package/lib/esm/evm/opcodes/sha3.d.ts +0 -14
- package/lib/esm/evm/opcodes/shl.d.ts +0 -13
- package/lib/esm/evm/opcodes/shr.d.ts +0 -13
- package/lib/esm/evm/opcodes/signextend.d.ts +0 -4
- package/lib/esm/evm/opcodes/sload.d.ts +0 -25
- package/lib/esm/evm/opcodes/sstore.d.ts +0 -27
- package/lib/esm/evm/opcodes/staticcall.d.ts +0 -17
- package/lib/esm/evm/opcodes/stop.d.ts +0 -11
- package/lib/esm/evm/opcodes/sub.d.ts +0 -13
- package/lib/esm/evm/opcodes/swap.d.ts +0 -4
- package/lib/esm/evm/opcodes/timestamp.d.ts +0 -11
- package/lib/esm/evm/opcodes/xor.d.ts +0 -13
- package/lib/esm/evm/utils/$bytecode.d.ts +0 -14
- package/lib/esm/evm/utils/BigNumber.d.ts +0 -4
- package/lib/esm/evm/utils/hex.d.ts +0 -5
- package/lib/esm/evm/utils/opcodes.d.ts +0 -143
- package/lib/esm/evm/utils/stringify.d.ts +0 -2
- package/lib/esm/evm/utils/stringifyEvents.d.ts +0 -2
- package/lib/esm/evm/utils/stringifyFunctions.d.ts +0 -2
- package/lib/esm/evm/utils/stringifyInstructions.d.ts +0 -2
- package/lib/esm/evm/utils/stringifyMappings.d.ts +0 -2
- package/lib/esm/evm/utils/stringifyStructs.d.ts +0 -2
- package/lib/esm/evm/utils/stringifyVariables.d.ts +0 -2
- package/lib/esm/explorer/BlockChainExplorerFactory.d.ts +0 -27
- package/lib/esm/explorer/BlockChainExplorerFactory.js.map +0 -1
- package/lib/esm/explorer/BlockChainExplorerFactory.mjs +0 -497
- package/lib/esm/explorer/BlockChainExplorerProvider.d.ts +0 -9
- package/lib/esm/explorer/BlockChainExplorerProvider.js.map +0 -1
- package/lib/esm/explorer/BlockChainExplorerProvider.mjs +0 -53
- package/lib/esm/explorer/BlockChainExplorerStorage.d.ts +0 -94
- package/lib/esm/explorer/BlockChainExplorerStorage.js.map +0 -1
- package/lib/esm/explorer/BlockChainExplorerStorage.mjs +0 -90
- package/lib/esm/explorer/BlockNumberCache.d.ts +0 -17
- package/lib/esm/explorer/Bscscan.d.ts +0 -4
- package/lib/esm/explorer/ContractVerifier.d.ts +0 -27
- package/lib/esm/explorer/ContractVerifierHtml.d.ts +0 -78
- package/lib/esm/explorer/ContractVerifierHtml.js.map +0 -1
- package/lib/esm/explorer/ContractVerifierHtml.mjs +0 -169
- package/lib/esm/explorer/Etherscan.d.ts +0 -4
- package/lib/esm/explorer/Evmscan.d.ts +0 -4
- package/lib/esm/explorer/IAbiProvider.d.ts +0 -9
- package/lib/esm/explorer/IBlockChainExplorer.d.ts +0 -82
- package/lib/esm/explorer/IBlockChainExplorer.js.map +0 -1
- package/lib/esm/explorer/IBlockChainExplorer.mjs +0 -3
- package/lib/esm/explorer/Polyscan.d.ts +0 -4
- package/lib/esm/explorer/verifiers/FsHtmlVerifier.d.ts +0 -55
- package/lib/esm/explorer/verifiers/IVerifier.d.ts +0 -23
- package/lib/esm/flashbots/FlashbotWeb3Client.d.ts +0 -10
- package/lib/esm/flashbots/FlashbotsProvider.d.ts +0 -87
- package/lib/esm/gen/Ast.d.ts +0 -3
- package/lib/esm/gen/Generator.d.ts +0 -74
- package/lib/esm/gen/GeneratorFromAbi.d.ts +0 -96
- package/lib/esm/gen/GeneratorStorageReader.d.ts +0 -27
- package/lib/esm/gen/utils/$gen.d.ts +0 -3
- package/lib/esm/gen/utils/Str.d.ts +0 -5
- package/lib/esm/handlers/TokenHandler.d.ts +0 -17
- package/lib/esm/hardhat/HardhatProvider.d.ts +0 -161
- package/lib/esm/hardhat/HardhatWeb3Client.d.ts +0 -13
- package/lib/esm/indexer/BlocksTxIndexer.d.ts +0 -52
- package/lib/esm/indexer/EventsIndexer.d.ts +0 -64
- package/lib/esm/indexer/PendingTxIndexer.d.ts +0 -68
- package/lib/esm/indexer/handlers/BlocksWalker.d.ts +0 -64
- package/lib/esm/indexer/handlers/TxQueueLoader.d.ts +0 -34
- package/lib/esm/indexer/storage/FsEventsIndexerStore.d.ts +0 -51
- package/lib/esm/indexer/storage/FsEventsMetaStore.d.ts +0 -22
- package/lib/esm/indexer/storage/FsEventsStoreUtils.d.ts +0 -10
- package/lib/esm/indexer/storage/interfaces.d.ts +0 -20
- package/lib/esm/json/JsonArrayMultiStore.d.ts +0 -36
- package/lib/esm/json/JsonArrayStore.d.ts +0 -39
- package/lib/esm/json/JsonObjectStore.d.ts +0 -23
- package/lib/esm/json/JsonStoreFs.d.ts +0 -30
- package/lib/esm/loggers/ILogger.d.ts +0 -6
- package/lib/esm/loggers/LoggerService.d.ts +0 -18
- package/lib/esm/loggers/TxLoggerService.d.ts +0 -18
- package/lib/esm/models/IContractDetails.d.ts +0 -9
- package/lib/esm/models/IToken.d.ts +0 -32
- package/lib/esm/models/ITokenGlob.d.ts +0 -12
- package/lib/esm/models/ITransactionDetails.d.ts +0 -8
- package/lib/esm/models/TAccount.d.ts +0 -36
- package/lib/esm/models/TAddress.d.ts +0 -1
- package/lib/esm/models/TBufferLike.d.ts +0 -2
- package/lib/esm/models/TError.d.ts +0 -4
- package/lib/esm/models/TEth.d.ts +0 -166
- package/lib/esm/models/THex.d.ts +0 -1
- package/lib/esm/models/TPlatform.d.ts +0 -1
- package/lib/esm/models/TResult.d.ts +0 -5
- package/lib/esm/models/TTx.d.ts +0 -42
- package/lib/esm/ns/NameService.d.ts +0 -24
- package/lib/esm/ns/providers/ANsProvider.d.ts +0 -40
- package/lib/esm/ns/providers/EnsProvider.d.ts +0 -26
- package/lib/esm/ns/providers/INsProvider.d.ts +0 -25
- package/lib/esm/ns/providers/SpaceIdProvider.d.ts +0 -7
- package/lib/esm/ns/providers/UDProvider.d.ts +0 -21
- package/lib/esm/ns/utils/$ns.d.ts +0 -7
- package/lib/esm/prebuilt/1inch/OneInchRouterContract/OneInchRouterContract.d.ts +0 -338
- package/lib/esm/prebuilt/amm/AmmFactoryV2Contract/AmmFactoryV2Contract.d.ts +0 -191
- package/lib/esm/prebuilt/amm/AmmMasterChefV2Contract/AmmMasterChefV2Contract.d.ts +0 -486
- package/lib/esm/prebuilt/amm/AmmPairV2Contract/AmmPairV2Contract.d.ts +0 -452
- package/lib/esm/prebuilt/amm/AmmPairV3Contract/AmmPairV3Contract.d.ts +0 -558
- package/lib/esm/prebuilt/amm/AmmRouterV2Contract/AmmRouterV2Contract.d.ts +0 -375
- package/lib/esm/prebuilt/amm/AmmVaultV2Contract/AmmVaultV2Contract.d.ts +0 -586
- package/lib/esm/prebuilt/ens/EnsBaseRegistrar/EnsBaseRegistrar.d.ts +0 -529
- package/lib/esm/prebuilt/ens/EnsDnsRegistrar/EnsDnsRegistrar.d.ts +0 -259
- package/lib/esm/prebuilt/ens/EnsEthRegistrarController/EnsEthRegistrarController.d.ts +0 -368
- package/lib/esm/prebuilt/ens/EnsNameWrapper/EnsNameWrapper.d.ts +0 -849
- package/lib/esm/prebuilt/ens/EnsPublicResolver/EnsPublicResolver.d.ts +0 -642
- package/lib/esm/prebuilt/ens/EnsRegistry/EnsRegistry.d.ts +0 -319
- package/lib/esm/prebuilt/ens/EnsReverseRegistrar/EnsReverseRegistrar.d.ts +0 -321
- package/lib/esm/prebuilt/erc4337/EntryPoint/EntryPoint.d.ts +0 -885
- package/lib/esm/prebuilt/erc4337/SimpleAccount/SimpleAccount.d.ts +0 -494
- package/lib/esm/prebuilt/erc4337/SimpleAccountFactory/SimpleAccountFactory.d.ts +0 -111
- package/lib/esm/prebuilt/openzeppelin/AccessControl.d.ts +0 -199
- package/lib/esm/prebuilt/openzeppelin/AccessControlCrossChain.d.ts +0 -204
- package/lib/esm/prebuilt/openzeppelin/AccessControlDefaultAdminRules.d.ts +0 -362
- package/lib/esm/prebuilt/openzeppelin/AccessControlEnumerable.d.ts +0 -209
- package/lib/esm/prebuilt/openzeppelin/ConditionalEscrow.d.ts +0 -201
- package/lib/esm/prebuilt/openzeppelin/CrossChainEnabledPolygonChild.d.ts +0 -97
- package/lib/esm/prebuilt/openzeppelin/EIP712.d.ts +0 -109
- package/lib/esm/prebuilt/openzeppelin/ERC1155.d.ts +0 -222
- package/lib/esm/prebuilt/openzeppelin/ERC1155Burnable.d.ts +0 -251
- package/lib/esm/prebuilt/openzeppelin/ERC1155Holder.d.ts +0 -110
- package/lib/esm/prebuilt/openzeppelin/ERC1155Pausable.d.ts +0 -252
- package/lib/esm/prebuilt/openzeppelin/ERC1155PresetMinterPauser.d.ts +0 -480
- package/lib/esm/prebuilt/openzeppelin/ERC1155Receiver.d.ts +0 -110
- package/lib/esm/prebuilt/openzeppelin/ERC1155Supply.d.ts +0 -231
- package/lib/esm/prebuilt/openzeppelin/ERC1155URIStorage.d.ts +0 -221
- package/lib/esm/prebuilt/openzeppelin/ERC165.d.ts +0 -74
- package/lib/esm/prebuilt/openzeppelin/ERC165Storage.d.ts +0 -74
- package/lib/esm/prebuilt/openzeppelin/ERC1820Implementer.d.ts +0 -75
- package/lib/esm/prebuilt/openzeppelin/ERC20.d.ts +0 -219
- package/lib/esm/prebuilt/openzeppelin/ERC20Burnable.d.ts +0 -248
- package/lib/esm/prebuilt/openzeppelin/ERC20Capped.d.ts +0 -223
- package/lib/esm/prebuilt/openzeppelin/ERC20FlashMint.d.ts +0 -243
- package/lib/esm/prebuilt/openzeppelin/ERC20Pausable.d.ts +0 -249
- package/lib/esm/prebuilt/openzeppelin/ERC20Permit.d.ts +0 -280
- package/lib/esm/prebuilt/openzeppelin/ERC20PresetFixedSupply.d.ts +0 -249
- package/lib/esm/prebuilt/openzeppelin/ERC20PresetMinterPauser.d.ts +0 -467
- package/lib/esm/prebuilt/openzeppelin/ERC20Snapshot.d.ts +0 -241
- package/lib/esm/prebuilt/openzeppelin/ERC20Votes.d.ts +0 -389
- package/lib/esm/prebuilt/openzeppelin/ERC20VotesComp.d.ts +0 -399
- package/lib/esm/prebuilt/openzeppelin/ERC20Wrapper.d.ts +0 -253
- package/lib/esm/prebuilt/openzeppelin/ERC2771Context.d.ts +0 -75
- package/lib/esm/prebuilt/openzeppelin/ERC2981.d.ts +0 -80
- package/lib/esm/prebuilt/openzeppelin/ERC4626.d.ts +0 -378
- package/lib/esm/prebuilt/openzeppelin/ERC721.d.ts +0 -245
- package/lib/esm/prebuilt/openzeppelin/ERC721Burnable.d.ts +0 -259
- package/lib/esm/prebuilt/openzeppelin/ERC721Consecutive.d.ts +0 -262
- package/lib/esm/prebuilt/openzeppelin/ERC721Enumerable.d.ts +0 -259
- package/lib/esm/prebuilt/openzeppelin/ERC721Holder.d.ts +0 -90
- package/lib/esm/prebuilt/openzeppelin/ERC721Pausable.d.ts +0 -275
- package/lib/esm/prebuilt/openzeppelin/ERC721PresetMinterPauserAutoId.d.ts +0 -488
- package/lib/esm/prebuilt/openzeppelin/ERC721Royalty.d.ts +0 -249
- package/lib/esm/prebuilt/openzeppelin/ERC721URIStorage.d.ts +0 -271
- package/lib/esm/prebuilt/openzeppelin/ERC721Votes.d.ts +0 -387
- package/lib/esm/prebuilt/openzeppelin/ERC721Wrapper.d.ts +0 -294
- package/lib/esm/prebuilt/openzeppelin/ERC777.d.ts +0 -390
- package/lib/esm/prebuilt/openzeppelin/ERC777PresetFixedSupply.d.ts +0 -390
- package/lib/esm/prebuilt/openzeppelin/Escrow.d.ts +0 -196
- package/lib/esm/prebuilt/openzeppelin/Governor.d.ts +0 -484
- package/lib/esm/prebuilt/openzeppelin/GovernorCompatibilityBravo.d.ts +0 -607
- package/lib/esm/prebuilt/openzeppelin/GovernorCountingSimple.d.ts +0 -493
- package/lib/esm/prebuilt/openzeppelin/GovernorPreventLateQuorum.d.ts +0 -534
- package/lib/esm/prebuilt/openzeppelin/GovernorProposalThreshold.d.ts +0 -484
- package/lib/esm/prebuilt/openzeppelin/GovernorSettings.d.ts +0 -571
- package/lib/esm/prebuilt/openzeppelin/GovernorTimelockCompound.d.ts +0 -567
- package/lib/esm/prebuilt/openzeppelin/GovernorTimelockControl.d.ts +0 -552
- package/lib/esm/prebuilt/openzeppelin/GovernorVotes.d.ts +0 -489
- package/lib/esm/prebuilt/openzeppelin/GovernorVotesComp.d.ts +0 -489
- package/lib/esm/prebuilt/openzeppelin/GovernorVotesQuorumFraction.d.ts +0 -529
- package/lib/esm/prebuilt/openzeppelin/IAMB.d.ts +0 -234
- package/lib/esm/prebuilt/openzeppelin/IAccessControl.d.ts +0 -189
- package/lib/esm/prebuilt/openzeppelin/IAccessControlDefaultAdminRules.d.ts +0 -347
- package/lib/esm/prebuilt/openzeppelin/IAccessControlEnumerable.d.ts +0 -199
- package/lib/esm/prebuilt/openzeppelin/IArbSys.d.ts +0 -223
- package/lib/esm/prebuilt/openzeppelin/IBeacon.d.ts +0 -75
- package/lib/esm/prebuilt/openzeppelin/IBridge.d.ts +0 -364
- package/lib/esm/prebuilt/openzeppelin/ICompoundTimelock.d.ts +0 -310
- package/lib/esm/prebuilt/openzeppelin/ICrossDomainMessenger.d.ts +0 -146
- package/lib/esm/prebuilt/openzeppelin/IERC1155.d.ts +0 -216
- package/lib/esm/prebuilt/openzeppelin/IERC1155MetadataURI.d.ts +0 -221
- package/lib/esm/prebuilt/openzeppelin/IERC1155Receiver.d.ts +0 -110
- package/lib/esm/prebuilt/openzeppelin/IERC1271.d.ts +0 -74
- package/lib/esm/prebuilt/openzeppelin/IERC1363.d.ts +0 -256
- package/lib/esm/prebuilt/openzeppelin/IERC1363Receiver.d.ts +0 -90
- package/lib/esm/prebuilt/openzeppelin/IERC1363Spender.d.ts +0 -90
- package/lib/esm/prebuilt/openzeppelin/IERC165.d.ts +0 -74
- package/lib/esm/prebuilt/openzeppelin/IERC1820Implementer.d.ts +0 -75
- package/lib/esm/prebuilt/openzeppelin/IERC1820Registry.d.ts +0 -183
- package/lib/esm/prebuilt/openzeppelin/IERC1822Proxiable.d.ts +0 -74
- package/lib/esm/prebuilt/openzeppelin/IERC20.d.ts +0 -173
- package/lib/esm/prebuilt/openzeppelin/IERC20Metadata.d.ts +0 -188
- package/lib/esm/prebuilt/openzeppelin/IERC20Permit.d.ts +0 -100
- package/lib/esm/prebuilt/openzeppelin/IERC2612.d.ts +0 -100
- package/lib/esm/prebuilt/openzeppelin/IERC2981.d.ts +0 -83
- package/lib/esm/prebuilt/openzeppelin/IERC3156FlashBorrower.d.ts +0 -90
- package/lib/esm/prebuilt/openzeppelin/IERC3156FlashLender.d.ts +0 -100
- package/lib/esm/prebuilt/openzeppelin/IERC4626.d.ts +0 -348
- package/lib/esm/prebuilt/openzeppelin/IERC4906.d.ts +0 -256
- package/lib/esm/prebuilt/openzeppelin/IERC5267.d.ts +0 -96
- package/lib/esm/prebuilt/openzeppelin/IERC5313.d.ts +0 -75
- package/lib/esm/prebuilt/openzeppelin/IERC5805.d.ts +0 -173
- package/lib/esm/prebuilt/openzeppelin/IERC6372.d.ts +0 -79
- package/lib/esm/prebuilt/openzeppelin/IERC721.d.ts +0 -229
- package/lib/esm/prebuilt/openzeppelin/IERC721Enumerable.d.ts +0 -244
- package/lib/esm/prebuilt/openzeppelin/IERC721Metadata.d.ts +0 -244
- package/lib/esm/prebuilt/openzeppelin/IERC721Receiver.d.ts +0 -90
- package/lib/esm/prebuilt/openzeppelin/IERC777.d.ts +0 -298
- package/lib/esm/prebuilt/openzeppelin/IERC777Recipient.d.ts +0 -90
- package/lib/esm/prebuilt/openzeppelin/IERC777Sender.d.ts +0 -90
- package/lib/esm/prebuilt/openzeppelin/IFxMessageProcessor.d.ts +0 -90
- package/lib/esm/prebuilt/openzeppelin/IGovernor.d.ts +0 -368
- package/lib/esm/prebuilt/openzeppelin/IGovernorCompatibilityBravo.d.ts +0 -456
- package/lib/esm/prebuilt/openzeppelin/IGovernorTimelock.d.ts +0 -407
- package/lib/esm/prebuilt/openzeppelin/IInbox.d.ts +0 -318
- package/lib/esm/prebuilt/openzeppelin/IOutbox.d.ts +0 -224
- package/lib/esm/prebuilt/openzeppelin/ITransparentUpgradeableProxy.d.ts +0 -176
- package/lib/esm/prebuilt/openzeppelin/IVotes.d.ts +0 -163
- package/lib/esm/prebuilt/openzeppelin/LibArbitrumL2.d.ts +0 -75
- package/lib/esm/prebuilt/openzeppelin/MinimalForwarder.d.ts +0 -182
- package/lib/esm/prebuilt/openzeppelin/Multicall.d.ts +0 -89
- package/lib/esm/prebuilt/openzeppelin/Ownable.d.ts +0 -129
- package/lib/esm/prebuilt/openzeppelin/Ownable2Step.d.ts +0 -166
- package/lib/esm/prebuilt/openzeppelin/Pausable.d.ts +0 -103
- package/lib/esm/prebuilt/openzeppelin/PaymentSplitter.d.ts +0 -196
- package/lib/esm/prebuilt/openzeppelin/ProxyAdmin.d.ts +0 -184
- package/lib/esm/prebuilt/openzeppelin/PullPayment.d.ts +0 -95
- package/lib/esm/prebuilt/openzeppelin/RefundEscrow.d.ts +0 -279
- package/lib/esm/prebuilt/openzeppelin/TimelockController.d.ts +0 -482
- package/lib/esm/prebuilt/openzeppelin/TokenTimelock.d.ts +0 -106
- package/lib/esm/prebuilt/openzeppelin/UUPSUpgradeable.d.ts +0 -156
- package/lib/esm/prebuilt/openzeppelin/UpgradeableBeacon.d.ts +0 -165
- package/lib/esm/prebuilt/openzeppelin/VestingWallet.d.ts +0 -166
- package/lib/esm/prebuilt/openzeppelin/Votes.d.ts +0 -220
- package/lib/esm/prebuilt/openzeppelin/compiled/TransparentUpgradeableProxy/TransparentUpgradeableProxy.d.ts +0 -131
- package/lib/esm/prebuilt/safe/CreateCall.d.ts +0 -122
- package/lib/esm/prebuilt/safe/GnosisSafe.d.ts +0 -559
- package/lib/esm/prebuilt/safe/MultiSend.d.ts +0 -90
- package/lib/esm/prebuilt/safe/Safe.d.ts +0 -603
- package/lib/esm/prebuilt/safe/SafeL2.d.ts +0 -642
- package/lib/esm/prebuilt/safe/SafeProxyFactory.d.ts +0 -148
- package/lib/esm/prebuilt/weth/WETH/WETH.d.ts +0 -270
- package/lib/esm/rpc/$rpc.d.ts +0 -17
- package/lib/esm/rpc/Rpc.d.ts +0 -2283
- package/lib/esm/rpc/RpcBase.d.ts +0 -32
- package/lib/esm/rpc/RpcContract.d.ts +0 -31
- package/lib/esm/rpc/RpcError.d.ts +0 -14
- package/lib/esm/rpc/RpcFunction.d.ts +0 -15
- package/lib/esm/rpc/RpcHandler.d.ts +0 -2
- package/lib/esm/rpc/RpcModelMiddleware.d.ts +0 -1
- package/lib/esm/rpc/RpcSubscription.d.ts +0 -16
- package/lib/esm/rpc/transports/DeferredTransport.d.ts +0 -14
- package/lib/esm/rpc/transports/HttpTransport.d.ts +0 -13
- package/lib/esm/rpc/transports/ITransport.d.ts +0 -68
- package/lib/esm/rpc/transports/MessageBasedTransport.d.ts +0 -28
- package/lib/esm/rpc/transports/RpcTransport.d.ts +0 -7
- package/lib/esm/rpc/transports/WsTransport.d.ts +0 -15
- package/lib/esm/rpc/transports/WsTransportIsomorphic.d.ts +0 -5
- package/lib/esm/rpc/transports/compatibility/EIP1193Transport.d.ts +0 -15
- package/lib/esm/rpc/transports/compatibility/Web3Transport.d.ts +0 -18
- package/lib/esm/safe/$gnosis.d.ts +0 -2
- package/lib/esm/safe/GnosisSafeFactory.d.ts +0 -34
- package/lib/esm/safe/GnosisSafeHandler.d.ts +0 -65
- package/lib/esm/safe/GnosisSafeService.d.ts +0 -18
- package/lib/esm/safe/SafeTx.d.ts +0 -21
- package/lib/esm/safe/transport/FileServiceTransport.d.ts +0 -25
- package/lib/esm/safe/transport/ISafeServiceTransport.d.ts +0 -16
- package/lib/esm/safe/transport/InMemoryServiceTransport.d.ts +0 -25
- package/lib/esm/safe/transport/SafeServiceTransport.d.ts +0 -21
- package/lib/esm/safe/types/SafeServiceTypes.d.ts +0 -311
- package/lib/esm/services/TimelockService/ITimelockService.d.ts +0 -87
- package/lib/esm/services/TimelockService/TimelockService.d.ts +0 -108
- package/lib/esm/services/TimelockService/TimelockServiceFallbackSafe.d.ts +0 -88
- package/lib/esm/solidity/SlotsDump.d.ts +0 -47
- package/lib/esm/solidity/SlotsParser/Ast.d.ts +0 -64
- package/lib/esm/solidity/SlotsParser/MappingSettersResolver.d.ts +0 -22
- package/lib/esm/solidity/SlotsParser/SourceFile.d.ts +0 -37
- package/lib/esm/solidity/SlotsParser/models.d.ts +0 -23
- package/lib/esm/solidity/SlotsParser.d.ts +0 -9
- package/lib/esm/solidity/SlotsStorage.d.ts +0 -22
- package/lib/esm/solidity/SolidityParser.d.ts +0 -18
- package/lib/esm/solidity/SourceCodeProvider.d.ts +0 -29
- package/lib/esm/solidity/storage/Accessor.d.ts +0 -19
- package/lib/esm/solidity/storage/MappingKeysLoader.d.ts +0 -29
- package/lib/esm/solidity/storage/SlotDynamicArray.d.ts +0 -6
- package/lib/esm/solidity/storage/SlotFixedArray.d.ts +0 -11
- package/lib/esm/solidity/storage/SlotsStorageHandler.d.ts +0 -11
- package/lib/esm/solidity/storage/SlotsStorageTransport.d.ts +0 -78
- package/lib/esm/solidity/storage/handlers/SlotBytesHandler.d.ts +0 -13
- package/lib/esm/solidity/storage/handlers/SlotDynamicArrayHandler.d.ts +0 -8
- package/lib/esm/solidity/storage/handlers/SlotFixedArrayHandler.d.ts +0 -8
- package/lib/esm/solidity/storage/handlers/SlotMappingHandler.d.ts +0 -12
- package/lib/esm/solidity/storage/handlers/SlotStringHandler.d.ts +0 -8
- package/lib/esm/solidity/storage/handlers/SlotStructHandler.d.ts +0 -12
- package/lib/esm/solidity/storage/handlers/SlotValueConstantHandler.d.ts +0 -10
- package/lib/esm/solidity/storage/handlers/SlotValueHandler.d.ts +0 -8
- package/lib/esm/solidity/storage/handlers/SlotValueImmutableHandler.d.ts +0 -10
- package/lib/esm/solidity/utils/$str.d.ts +0 -9
- package/lib/esm/solidity/utils/$types.d.ts +0 -8
- package/lib/esm/tokens/TokenDataProvider.d.ts +0 -33
- package/lib/esm/tokens/TokenExchangeService.d.ts +0 -31
- package/lib/esm/tokens/TokenExchanges/AmmBase/AmmUtilts.d.ts +0 -4
- package/lib/esm/tokens/TokenExchanges/AmmBase/V2/AmmPairV2Service.d.ts +0 -60
- package/lib/esm/tokens/TokenExchanges/AmmV2ExchangeBase.d.ts +0 -38
- package/lib/esm/tokens/TokenExchanges/AmmV2PriceQuote.d.ts +0 -57
- package/lib/esm/tokens/TokenExchanges/OneInchExchange.d.ts +0 -18
- package/lib/esm/tokens/TokenExchanges/PancakeswapExchange.d.ts +0 -13
- package/lib/esm/tokens/TokenExchanges/SushiswapPolygonExchange.d.ts +0 -13
- package/lib/esm/tokens/TokenExchanges/UniswapV2Exchange.d.ts +0 -13
- package/lib/esm/tokens/TokenOracles/IOracle.d.ts +0 -33
- package/lib/esm/tokens/TokenOracles/TokenPriceStore.d.ts +0 -15
- package/lib/esm/tokens/TokenOracles/amm/AmmV1Oracle.d.ts +0 -31
- package/lib/esm/tokens/TokenOracles/amm/AmmV2Oracle.d.ts +0 -10
- package/lib/esm/tokens/TokenOracles/chainlink/ChainlinkFeedProvider.d.ts +0 -21
- package/lib/esm/tokens/TokenOracles/chainlink/ChainlinkOracle.d.ts +0 -22
- package/lib/esm/tokens/TokenOracles/coingecko/CoingeckoOracle.d.ts +0 -10
- package/lib/esm/tokens/TokenOracles/coingecko/CoingeckoTokenProvider.d.ts +0 -14
- package/lib/esm/tokens/TokenPriceService.d.ts +0 -40
- package/lib/esm/tokens/TokenPriceServiceProvider.d.ts +0 -9
- package/lib/esm/tokens/TokenProviders/ATokenProvider.d.ts +0 -9
- package/lib/esm/tokens/TokenProviders/ITokenProvider.d.ts +0 -7
- package/lib/esm/tokens/TokenProviders/TPChain.d.ts +0 -13
- package/lib/esm/tokens/TokenProviders/TPCoingecko.d.ts +0 -23
- package/lib/esm/tokens/TokenProviders/TPCoinmarketcap.d.ts +0 -7
- package/lib/esm/tokens/TokenProviders/TPConfig.d.ts +0 -9
- package/lib/esm/tokens/TokenProviders/TPExplorer.d.ts +0 -13
- package/lib/esm/tokens/TokenProviders/TPOneInch.d.ts +0 -10
- package/lib/esm/tokens/TokenProviders/TPSushiswap.d.ts +0 -12
- package/lib/esm/tokens/TokenProviders/TPUniswap.d.ts +0 -11
- package/lib/esm/tokens/TokenService.d.ts +0 -25
- package/lib/esm/tokens/TokenTransferService.d.ts +0 -32
- package/lib/esm/tokens/TokensService.d.ts +0 -30
- package/lib/esm/tokens/TokensServiceBsc.d.ts +0 -8
- package/lib/esm/tokens/TokensServiceEth.d.ts +0 -4
- package/lib/esm/tokens/TokensServiceFactory.d.ts +0 -5
- package/lib/esm/tokens/TokensServicePolygon.d.ts +0 -8
- package/lib/esm/tokens/TokensServiceXDai.d.ts +0 -11
- package/lib/esm/tokens/defi/ISwapService.d.ts +0 -11
- package/lib/esm/tokens/utils/TokenUtils.d.ts +0 -9
- package/lib/esm/txs/ITxBuilderOptions.d.ts +0 -30
- package/lib/esm/txs/TxDataBuilder.d.ts +0 -52
- package/lib/esm/txs/TxLogger.d.ts +0 -12
- package/lib/esm/txs/TxNonceManager.d.ts +0 -22
- package/lib/esm/txs/TxProvider.d.ts +0 -15
- package/lib/esm/txs/TxService.d.ts +0 -7
- package/lib/esm/txs/TxWriter.d.ts +0 -109
- package/lib/esm/txs/agents/Erc4337Agent.d.ts +0 -7
- package/lib/esm/txs/agents/SafeAgent.d.ts +0 -7
- package/lib/esm/txs/agents/TxWriterAccountAgents.d.ts +0 -10
- package/lib/esm/txs/conditional/GasWatcherLogger.d.ts +0 -5
- package/lib/esm/txs/conditional/GasWatcherService.d.ts +0 -18
- package/lib/esm/txs/conditional/GasWatcherStore.d.ts +0 -35
- package/lib/esm/txs/conditional/GasWatcherTx.d.ts +0 -19
- package/lib/esm/txs/receipt/ITxLogItem.d.ts +0 -29
- package/lib/esm/txs/receipt/TxLogParser.d.ts +0 -21
- package/lib/esm/txs/receipt/TxLogsTransfer.d.ts +0 -17
- package/lib/esm/txs/receipt/TxTopicInMemoryProvider.d.ts +0 -7
- package/lib/esm/txs/receipt/TxTopicProvider.d.ts +0 -9
- package/lib/esm/txs/sig-transports/SigFileTransport.d.ts +0 -10
- package/lib/esm/types/TAbi.d.ts +0 -27
- package/lib/esm/utils/$abiParser.d.ts +0 -12
- package/lib/esm/utils/$abiType.d.ts +0 -17
- package/lib/esm/utils/$abiUtils.d.ts +0 -42
- package/lib/esm/utils/$account.d.ts +0 -6
- package/lib/esm/utils/$address.d.ts +0 -13
- package/lib/esm/utils/$array.d.ts +0 -12
- package/lib/esm/utils/$base.d.ts +0 -13
- package/lib/esm/utils/$bigfloat.d.ts +0 -67
- package/lib/esm/utils/$bigint.d.ts +0 -30
- package/lib/esm/utils/$block.d.ts +0 -7
- package/lib/esm/utils/$bloom.d.ts +0 -3
- package/lib/esm/utils/$buffer.d.ts +0 -14
- package/lib/esm/utils/$cache.d.ts +0 -3
- package/lib/esm/utils/$class.d.ts +0 -3
- package/lib/esm/utils/$cli.d.ts +0 -3
- package/lib/esm/utils/$color.d.ts +0 -4
- package/lib/esm/utils/$config.d.ts +0 -10
- package/lib/esm/utils/$const.d.ts +0 -1
- package/lib/esm/utils/$contract.d.ts +0 -42
- package/lib/esm/utils/$crypto.d.ts +0 -91
- package/lib/esm/utils/$csv.d.ts +0 -10
- package/lib/esm/utils/$date.d.ts +0 -88
- package/lib/esm/utils/$dependency.d.ts +0 -4
- package/lib/esm/utils/$error.d.ts +0 -8
- package/lib/esm/utils/$fn.d.ts +0 -26
- package/lib/esm/utils/$gas.d.ts +0 -13
- package/lib/esm/utils/$hex.d.ts +0 -30
- package/lib/esm/utils/$http.d.ts +0 -40
- package/lib/esm/utils/$is.d.ts +0 -17
- package/lib/esm/utils/$logger.d.ts +0 -35
- package/lib/esm/utils/$machine.d.ts +0 -3
- package/lib/esm/utils/$number.d.ts +0 -34
- package/lib/esm/utils/$object.d.ts +0 -20
- package/lib/esm/utils/$path.d.ts +0 -13
- package/lib/esm/utils/$perf.d.ts +0 -6
- package/lib/esm/utils/$platform.d.ts +0 -3
- package/lib/esm/utils/$promise.d.ts +0 -26
- package/lib/esm/utils/$require.d.ts +0 -44
- package/lib/esm/utils/$secret.d.ts +0 -5
- package/lib/esm/utils/$semver.d.ts +0 -3
- package/lib/esm/utils/$sig.d.ts +0 -88
- package/lib/esm/utils/$sign.d.ts +0 -1
- package/lib/esm/utils/$signRaw.d.ts +0 -1
- package/lib/esm/utils/$signRawNative.d.ts +0 -1
- package/lib/esm/utils/$signSerializer.d.ts +0 -29
- package/lib/esm/utils/$txData.d.ts +0 -7
- package/lib/esm/utils/$wallet.d.ts +0 -2
- package/lib/esm/utils/types.d.ts +0 -31
- package/lib/esm/wallets/Wallet.d.ts +0 -20
- package/lib/esm/wallets/WalletBsc.d.ts +0 -10
- package/lib/esm/wallets/WalletService.d.ts +0 -7
- package/src/explorer/BlockChainExplorerFactory.ts +0 -644
- package/src/explorer/BlockChainExplorerProvider.ts +0 -57
- package/src/explorer/BlockChainExplorerStorage.ts +0 -124
- package/src/explorer/ContractVerifierHtml.ts +0 -207
- package/src/explorer/IBlockChainExplorer.ts +0 -69
- /package/lib/{cjs → types}/ChainAccountService.d.ts +0 -0
- /package/lib/{cjs → types}/abi/$abiCoder.d.ts +0 -0
- /package/lib/{cjs → types}/abi/$rlp.d.ts +0 -0
- /package/lib/{cjs → types}/abi/Logger.d.ts +0 -0
- /package/lib/{cjs → types}/abi/_version.d.ts +0 -0
- /package/lib/{cjs → types}/abi/abi-coder-packed.d.ts +0 -0
- /package/lib/{cjs → types}/abi/abi-coder.d.ts +0 -0
- /package/lib/{cjs → types}/abi/coders/abstract-coder.d.ts +0 -0
- /package/lib/{cjs → types}/abi/coders/address.d.ts +0 -0
- /package/lib/{cjs → types}/abi/coders/anonymous.d.ts +0 -0
- /package/lib/{cjs → types}/abi/coders/array.d.ts +0 -0
- /package/lib/{cjs → types}/abi/coders/boolean.d.ts +0 -0
- /package/lib/{cjs → types}/abi/coders/bytes.d.ts +0 -0
- /package/lib/{cjs → types}/abi/coders/fixed-bytes.d.ts +0 -0
- /package/lib/{cjs → types}/abi/coders/null.d.ts +0 -0
- /package/lib/{cjs → types}/abi/coders/number.d.ts +0 -0
- /package/lib/{cjs → types}/abi/coders/string.d.ts +0 -0
- /package/lib/{cjs → types}/abi/coders/tuple.d.ts +0 -0
- /package/lib/{cjs → types}/abi/fragments.d.ts +0 -0
- /package/lib/{cjs → types}/blocks/BlockDateResolver.d.ts +0 -0
- /package/lib/{cjs → types}/chains/arbitrum/ArbTokenProvider.d.ts +0 -0
- /package/lib/{cjs → types}/chains/arbitrum/ArbWeb3Client.d.ts +0 -0
- /package/lib/{cjs → types}/chains/arbitrum/TokensServiceArbitrum.d.ts +0 -0
- /package/lib/{cjs → types}/chains/boba/BobaWeb3Client.d.ts +0 -0
- /package/lib/{cjs → types}/chains/xdai/XDaiWeb3Client.d.ts +0 -0
- /package/lib/{cjs → types}/class/PromiseEvent.d.ts +0 -0
- /package/lib/{cjs → types}/class/SubjectKind.d.ts +0 -0
- /package/lib/{cjs → types}/class/SubjectStream.d.ts +0 -0
- /package/lib/{cjs → types}/class/Subscription.d.ts +0 -0
- /package/lib/{cjs → types}/clients/BscWeb3Client.d.ts +0 -0
- /package/lib/{cjs → types}/clients/ClientEventsStream.d.ts +0 -0
- /package/lib/{cjs → types}/clients/ClientPool.d.ts +0 -0
- /package/lib/{cjs → types}/clients/ClientPoolStats.d.ts +0 -0
- /package/lib/{cjs → types}/clients/EthWeb3Client.d.ts +0 -0
- /package/lib/{cjs → types}/clients/EvmWeb3Client.d.ts +0 -0
- /package/lib/{cjs → types}/clients/PolyWeb3Client.d.ts +0 -0
- /package/lib/{cjs → types}/clients/Web3BatchRequests.d.ts +0 -0
- /package/lib/{cjs → types}/clients/Web3Client.d.ts +0 -0
- /package/lib/{cjs → types}/clients/Web3ClientFactory.d.ts +0 -0
- /package/lib/{cjs → types}/clients/compatibility/Web3.d.ts +0 -0
- /package/lib/{cjs → types}/clients/debug/ClientDebugMethods.d.ts +0 -0
- /package/lib/{cjs → types}/clients/handlers/RateLimitGuard.d.ts +0 -0
- /package/lib/{cjs → types}/clients/interfaces/IWeb3Client.d.ts +0 -0
- /package/lib/{cjs → types}/clients/interfaces/IWeb3ClientStatus.d.ts +0 -0
- /package/lib/{cjs → types}/clients/interfaces/IWeb3EndpointOptions.d.ts +0 -0
- /package/lib/{cjs → types}/clients/model/ClientStatus.d.ts +0 -0
- /package/lib/{cjs → types}/clients/model/PromiEventWrap.d.ts +0 -0
- /package/lib/{cjs → types}/clients/model/SubscriptionWrap.d.ts +0 -0
- /package/lib/{cjs → types}/clients/utils/$web3Abi.d.ts +0 -0
- /package/lib/{cjs → types}/clients/utils/ClientEndpoints.d.ts +0 -0
- /package/lib/{cjs → types}/clients/utils/ClientErrorUtil.d.ts +0 -0
- /package/lib/{cjs → types}/clients/utils/TxFactory.d.ts +0 -0
- /package/lib/{cjs → types}/config/AConfigBase.d.ts +0 -0
- /package/lib/{cjs → types}/config/Config.d.ts +0 -0
- /package/lib/{cjs → types}/config/ConfigDefaults.d.ts +0 -0
- /package/lib/{cjs → types}/config/ConfigProvider.d.ts +0 -0
- /package/lib/{cjs → types}/contracts/BscContract.d.ts +0 -0
- /package/lib/{cjs → types}/contracts/ContractReader.d.ts +0 -0
- /package/lib/{cjs → types}/contracts/ContractStream.d.ts +0 -0
- /package/lib/{cjs → types}/contracts/ContractWriter.d.ts +0 -0
- /package/lib/{cjs → types}/contracts/deploy/ContractDeployer.d.ts +0 -0
- /package/lib/{cjs → types}/contracts/deploy/ContractDeployment.d.ts +0 -0
- /package/lib/{cjs → types}/contracts/deploy/ContractSource.d.ts +0 -0
- /package/lib/{cjs → types}/contracts/deploy/Deployments.d.ts +0 -0
- /package/lib/{cjs → types}/contracts/deploy/proxy/$proxyDeploy.d.ts +0 -0
- /package/lib/{cjs → types}/contracts/deploy/proxy/ProxyDeployment.d.ts +0 -0
- /package/lib/{cjs → types}/contracts/deploy/storage/DeploymentsStorage.d.ts +0 -0
- /package/lib/{cjs → types}/contracts/utils/AbiDeserializer.d.ts +0 -0
- /package/lib/{cjs → types}/contracts/utils/ContractBaseUtils.d.ts +0 -0
- /package/lib/{cjs → types}/contracts/utils/ConvertUtils.d.ts +0 -0
- /package/lib/{cjs → types}/contracts/utils/InputDataUtils.d.ts +0 -0
- /package/lib/{cjs → types}/contracts/utils/TypeUtils.d.ts +0 -0
- /package/lib/{cjs → types}/contracts/wrappers/FnRequestWrapper.d.ts +0 -0
- /package/lib/{cjs → types}/contracts/wrappers/FnSignedWrapper.d.ts +0 -0
- /package/lib/{cjs → types}/env/BigIntSerializer.d.ts +0 -0
- /package/lib/{cjs → types}/erc4337/models/Erc4337Abi.d.ts +0 -0
- /package/lib/{cjs → types}/erc4337/models/IErc4337Info.d.ts +0 -0
- /package/lib/{cjs → types}/erc4337/models/UserOperation.d.ts +0 -0
- /package/lib/{cjs → types}/erc4337/utils/$erc4337.d.ts +0 -0
- /package/lib/{cjs → types}/evm/EvmBytecode.d.ts +0 -0
- /package/lib/{cjs → types}/evm/OpcodesInfo.d.ts +0 -0
- /package/lib/{cjs → types}/evm/OpcodesWalker.d.ts +0 -0
- /package/lib/{cjs → types}/evm/Stack.d.ts +0 -0
- /package/lib/{cjs → types}/evm/functions/$opcodes.d.ts +0 -0
- /package/lib/{cjs → types}/evm/interfaces/IJumps.d.ts +0 -0
- /package/lib/{cjs → types}/evm/interfaces/IMemory.d.ts +0 -0
- /package/lib/{cjs → types}/evm/interfaces/IOpcode.d.ts +0 -0
- /package/lib/{cjs → types}/evm/interfaces/IStorage.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/add.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/addmod.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/address.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/and.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/balance.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/blockhash.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/byte.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/call.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/callcode.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/calldatacopy.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/calldataload.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/calldatasize.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/caller.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/callvalue.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/codecopy.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/codesize.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/coinbase.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/create.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/create2.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/delegatecall.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/difficulty.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/div.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/dup.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/eq.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/exp.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/extcodecopy.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/extcodehash.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/extcodesize.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/gas.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/gaslimit.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/gasprice.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/gt.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/invalid.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/iszero.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/jump.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/jumpdest.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/jumpi.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/log.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/lt.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/mload.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/mod.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/msize.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/mstore.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/mul.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/mulmod.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/not.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/number.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/or.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/origin.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/pc.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/pop.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/push.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/return.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/returndatacopy.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/returndatasize.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/revert.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/sar.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/selfdestruct.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/sha3.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/shl.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/shr.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/signextend.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/sload.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/sstore.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/staticcall.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/stop.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/sub.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/swap.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/timestamp.d.ts +0 -0
- /package/lib/{cjs → types}/evm/opcodes/xor.d.ts +0 -0
- /package/lib/{cjs → types}/evm/utils/$bytecode.d.ts +0 -0
- /package/lib/{cjs → types}/evm/utils/BigNumber.d.ts +0 -0
- /package/lib/{cjs → types}/evm/utils/hex.d.ts +0 -0
- /package/lib/{cjs → types}/evm/utils/opcodes.d.ts +0 -0
- /package/lib/{cjs → types}/evm/utils/stringify.d.ts +0 -0
- /package/lib/{cjs → types}/evm/utils/stringifyEvents.d.ts +0 -0
- /package/lib/{cjs → types}/evm/utils/stringifyFunctions.d.ts +0 -0
- /package/lib/{cjs → types}/evm/utils/stringifyInstructions.d.ts +0 -0
- /package/lib/{cjs → types}/evm/utils/stringifyMappings.d.ts +0 -0
- /package/lib/{cjs → types}/evm/utils/stringifyStructs.d.ts +0 -0
- /package/lib/{cjs → types}/evm/utils/stringifyVariables.d.ts +0 -0
- /package/lib/{cjs → types}/explorer/BlockNumberCache.d.ts +0 -0
- /package/lib/{cjs → types}/explorer/IAbiProvider.d.ts +0 -0
- /package/lib/{cjs → types}/flashbots/FlashbotWeb3Client.d.ts +0 -0
- /package/lib/{cjs → types}/flashbots/FlashbotsProvider.d.ts +0 -0
- /package/lib/{cjs → types}/gen/Ast.d.ts +0 -0
- /package/lib/{cjs → types}/gen/GeneratorStorageReader.d.ts +0 -0
- /package/lib/{cjs → types}/gen/utils/$gen.d.ts +0 -0
- /package/lib/{cjs → types}/gen/utils/Str.d.ts +0 -0
- /package/lib/{cjs → types}/handlers/TokenHandler.d.ts +0 -0
- /package/lib/{cjs → types}/hardhat/HardhatWeb3Client.d.ts +0 -0
- /package/lib/{cjs → types}/indexer/EventsIndexer.d.ts +0 -0
- /package/lib/{cjs → types}/indexer/PendingTxIndexer.d.ts +0 -0
- /package/lib/{cjs → types}/indexer/handlers/TxQueueLoader.d.ts +0 -0
- /package/lib/{cjs → types}/indexer/storage/FsEventsIndexerStore.d.ts +0 -0
- /package/lib/{cjs → types}/indexer/storage/FsEventsMetaStore.d.ts +0 -0
- /package/lib/{cjs → types}/indexer/storage/FsEventsStoreUtils.d.ts +0 -0
- /package/lib/{cjs → types}/indexer/storage/interfaces.d.ts +0 -0
- /package/lib/{cjs → types}/json/JsonArrayMultiStore.d.ts +0 -0
- /package/lib/{cjs → types}/json/JsonArrayStore.d.ts +0 -0
- /package/lib/{cjs → types}/json/JsonObjectStore.d.ts +0 -0
- /package/lib/{cjs → types}/json/JsonStoreFs.d.ts +0 -0
- /package/lib/{cjs → types}/loggers/ILogger.d.ts +0 -0
- /package/lib/{cjs → types}/loggers/TxLoggerService.d.ts +0 -0
- /package/lib/{cjs → types}/models/IContractDetails.d.ts +0 -0
- /package/lib/{cjs → types}/models/IToken.d.ts +0 -0
- /package/lib/{cjs → types}/models/ITokenGlob.d.ts +0 -0
- /package/lib/{cjs → types}/models/ITransactionDetails.d.ts +0 -0
- /package/lib/{cjs → types}/models/TAccount.d.ts +0 -0
- /package/lib/{cjs → types}/models/TAddress.d.ts +0 -0
- /package/lib/{cjs → types}/models/TBufferLike.d.ts +0 -0
- /package/lib/{cjs → types}/models/TError.d.ts +0 -0
- /package/lib/{cjs → types}/models/TEth.d.ts +0 -0
- /package/lib/{cjs → types}/models/THex.d.ts +0 -0
- /package/lib/{cjs → types}/models/TPlatform.d.ts +0 -0
- /package/lib/{cjs → types}/models/TResult.d.ts +0 -0
- /package/lib/{cjs → types}/models/TTx.d.ts +0 -0
- /package/lib/{cjs → types}/ns/NameService.d.ts +0 -0
- /package/lib/{cjs → types}/ns/providers/ANsProvider.d.ts +0 -0
- /package/lib/{cjs → types}/ns/providers/EnsProvider.d.ts +0 -0
- /package/lib/{cjs → types}/ns/providers/INsProvider.d.ts +0 -0
- /package/lib/{cjs → types}/ns/providers/SpaceIdProvider.d.ts +0 -0
- /package/lib/{cjs → types}/ns/providers/UDProvider.d.ts +0 -0
- /package/lib/{cjs → types}/ns/utils/$ns.d.ts +0 -0
- /package/lib/{cjs → types}/rpc/$rpc.d.ts +0 -0
- /package/lib/{cjs → types}/rpc/Rpc.d.ts +0 -0
- /package/lib/{cjs → types}/rpc/RpcBase.d.ts +0 -0
- /package/lib/{cjs → types}/rpc/RpcContract.d.ts +0 -0
- /package/lib/{cjs → types}/rpc/RpcError.d.ts +0 -0
- /package/lib/{cjs → types}/rpc/RpcFunction.d.ts +0 -0
- /package/lib/{cjs → types}/rpc/RpcHandler.d.ts +0 -0
- /package/lib/{cjs → types}/rpc/RpcModelMiddleware.d.ts +0 -0
- /package/lib/{cjs → types}/rpc/RpcSubscription.d.ts +0 -0
- /package/lib/{cjs → types}/rpc/transports/DeferredTransport.d.ts +0 -0
- /package/lib/{cjs → types}/rpc/transports/HttpTransport.d.ts +0 -0
- /package/lib/{cjs → types}/rpc/transports/ITransport.d.ts +0 -0
- /package/lib/{cjs → types}/rpc/transports/MessageBasedTransport.d.ts +0 -0
- /package/lib/{cjs → types}/rpc/transports/RpcTransport.d.ts +0 -0
- /package/lib/{cjs → types}/rpc/transports/WsTransport.d.ts +0 -0
- /package/lib/{cjs → types}/rpc/transports/WsTransportIsomorphic.d.ts +0 -0
- /package/lib/{cjs → types}/rpc/transports/compatibility/EIP1193Transport.d.ts +0 -0
- /package/lib/{cjs → types}/rpc/transports/compatibility/Web3Transport.d.ts +0 -0
- /package/lib/{cjs → types}/safe/$gnosis.d.ts +0 -0
- /package/lib/{cjs → types}/safe/GnosisSafeFactory.d.ts +0 -0
- /package/lib/{cjs → types}/safe/GnosisSafeHandler.d.ts +0 -0
- /package/lib/{cjs → types}/safe/SafeTx.d.ts +0 -0
- /package/lib/{cjs → types}/safe/transport/FileServiceTransport.d.ts +0 -0
- /package/lib/{cjs → types}/safe/transport/ISafeServiceTransport.d.ts +0 -0
- /package/lib/{cjs → types}/safe/transport/InMemoryServiceTransport.d.ts +0 -0
- /package/lib/{cjs → types}/safe/transport/SafeServiceTransport.d.ts +0 -0
- /package/lib/{cjs → types}/safe/types/SafeServiceTypes.d.ts +0 -0
- /package/lib/{cjs → types}/services/TimelockService/ITimelockService.d.ts +0 -0
- /package/lib/{cjs → types}/services/TimelockService/TimelockService.d.ts +0 -0
- /package/lib/{cjs → types}/services/TimelockService/TimelockServiceFallbackSafe.d.ts +0 -0
- /package/lib/{cjs → types}/solidity/SlotsParser/Ast.d.ts +0 -0
- /package/lib/{cjs → types}/solidity/SlotsParser/MappingSettersResolver.d.ts +0 -0
- /package/lib/{cjs → types}/solidity/SlotsParser/SourceFile.d.ts +0 -0
- /package/lib/{cjs → types}/solidity/SlotsParser/models.d.ts +0 -0
- /package/lib/{cjs → types}/solidity/SlotsParser.d.ts +0 -0
- /package/lib/{cjs → types}/solidity/SlotsStorage.d.ts +0 -0
- /package/lib/{cjs → types}/solidity/SolidityParser.d.ts +0 -0
- /package/lib/{cjs → types}/solidity/storage/Accessor.d.ts +0 -0
- /package/lib/{cjs → types}/solidity/storage/SlotDynamicArray.d.ts +0 -0
- /package/lib/{cjs → types}/solidity/storage/SlotFixedArray.d.ts +0 -0
- /package/lib/{cjs → types}/solidity/storage/SlotsStorageHandler.d.ts +0 -0
- /package/lib/{cjs → types}/solidity/storage/SlotsStorageTransport.d.ts +0 -0
- /package/lib/{cjs → types}/solidity/storage/handlers/SlotBytesHandler.d.ts +0 -0
- /package/lib/{cjs → types}/solidity/storage/handlers/SlotDynamicArrayHandler.d.ts +0 -0
- /package/lib/{cjs → types}/solidity/storage/handlers/SlotFixedArrayHandler.d.ts +0 -0
- /package/lib/{cjs → types}/solidity/storage/handlers/SlotMappingHandler.d.ts +0 -0
- /package/lib/{cjs → types}/solidity/storage/handlers/SlotStringHandler.d.ts +0 -0
- /package/lib/{cjs → types}/solidity/storage/handlers/SlotStructHandler.d.ts +0 -0
- /package/lib/{cjs → types}/solidity/storage/handlers/SlotValueConstantHandler.d.ts +0 -0
- /package/lib/{cjs → types}/solidity/storage/handlers/SlotValueHandler.d.ts +0 -0
- /package/lib/{cjs → types}/solidity/storage/handlers/SlotValueImmutableHandler.d.ts +0 -0
- /package/lib/{cjs → types}/solidity/utils/$str.d.ts +0 -0
- /package/lib/{cjs → types}/solidity/utils/$types.d.ts +0 -0
- /package/lib/{cjs → types}/tokens/TokenExchanges/AmmBase/AmmUtilts.d.ts +0 -0
- /package/lib/{cjs → types}/tokens/TokenOracles/IOracle.d.ts +0 -0
- /package/lib/{cjs → types}/tokens/TokenOracles/TokenPriceStore.d.ts +0 -0
- /package/lib/{cjs → types}/tokens/TokenOracles/amm/AmmV1Oracle.d.ts +0 -0
- /package/lib/{cjs → types}/tokens/TokenOracles/amm/AmmV2Oracle.d.ts +0 -0
- /package/lib/{cjs → types}/tokens/TokenOracles/chainlink/ChainlinkFeedProvider.d.ts +0 -0
- /package/lib/{cjs → types}/tokens/TokenOracles/chainlink/ChainlinkOracle.d.ts +0 -0
- /package/lib/{cjs → types}/tokens/TokenOracles/coingecko/CoingeckoOracle.d.ts +0 -0
- /package/lib/{cjs → types}/tokens/TokenOracles/coingecko/CoingeckoTokenProvider.d.ts +0 -0
- /package/lib/{cjs → types}/tokens/TokenProviders/ATokenProvider.d.ts +0 -0
- /package/lib/{cjs → types}/tokens/TokenProviders/ITokenProvider.d.ts +0 -0
- /package/lib/{cjs → types}/tokens/TokenProviders/TPChain.d.ts +0 -0
- /package/lib/{cjs → types}/tokens/TokenProviders/TPCoingecko.d.ts +0 -0
- /package/lib/{cjs → types}/tokens/TokenProviders/TPCoinmarketcap.d.ts +0 -0
- /package/lib/{cjs → types}/tokens/TokenProviders/TPConfig.d.ts +0 -0
- /package/lib/{cjs → types}/tokens/TokenProviders/TPOneInch.d.ts +0 -0
- /package/lib/{cjs → types}/tokens/TokenProviders/TPSushiswap.d.ts +0 -0
- /package/lib/{cjs → types}/tokens/TokenProviders/TPUniswap.d.ts +0 -0
- /package/lib/{cjs → types}/tokens/TokenService.d.ts +0 -0
- /package/lib/{cjs → types}/tokens/TokenTransferService.d.ts +0 -0
- /package/lib/{cjs → types}/tokens/TokensServiceBsc.d.ts +0 -0
- /package/lib/{cjs → types}/tokens/TokensServiceEth.d.ts +0 -0
- /package/lib/{cjs → types}/tokens/TokensServiceFactory.d.ts +0 -0
- /package/lib/{cjs → types}/tokens/TokensServicePolygon.d.ts +0 -0
- /package/lib/{cjs → types}/tokens/TokensServiceXDai.d.ts +0 -0
- /package/lib/{cjs → types}/tokens/defi/ISwapService.d.ts +0 -0
- /package/lib/{cjs → types}/tokens/utils/TokenUtils.d.ts +0 -0
- /package/lib/{cjs → types}/txs/ITxBuilderOptions.d.ts +0 -0
- /package/lib/{cjs → types}/txs/TxDataBuilder.d.ts +0 -0
- /package/lib/{cjs → types}/txs/TxLogger.d.ts +0 -0
- /package/lib/{cjs → types}/txs/TxNonceManager.d.ts +0 -0
- /package/lib/{cjs → types}/txs/TxProvider.d.ts +0 -0
- /package/lib/{cjs → types}/txs/TxService.d.ts +0 -0
- /package/lib/{cjs → types}/txs/TxWriter.d.ts +0 -0
- /package/lib/{cjs → types}/txs/agents/Erc4337Agent.d.ts +0 -0
- /package/lib/{cjs → types}/txs/agents/SafeAgent.d.ts +0 -0
- /package/lib/{cjs → types}/txs/agents/TxWriterAccountAgents.d.ts +0 -0
- /package/lib/{cjs → types}/txs/conditional/GasWatcherLogger.d.ts +0 -0
- /package/lib/{cjs → types}/txs/conditional/GasWatcherService.d.ts +0 -0
- /package/lib/{cjs → types}/txs/conditional/GasWatcherStore.d.ts +0 -0
- /package/lib/{cjs → types}/txs/conditional/GasWatcherTx.d.ts +0 -0
- /package/lib/{cjs → types}/txs/receipt/ITxLogItem.d.ts +0 -0
- /package/lib/{cjs → types}/txs/receipt/TxLogParser.d.ts +0 -0
- /package/lib/{cjs → types}/txs/receipt/TxLogsTransfer.d.ts +0 -0
- /package/lib/{cjs → types}/txs/receipt/TxTopicInMemoryProvider.d.ts +0 -0
- /package/lib/{cjs → types}/txs/receipt/TxTopicProvider.d.ts +0 -0
- /package/lib/{cjs → types}/txs/sig-transports/SigFileTransport.d.ts +0 -0
- /package/lib/{cjs → types}/types/TAbi.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$abiParser.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$abiType.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$abiUtils.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$account.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$address.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$array.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$base.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$bigfloat.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$bigint.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$block.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$bloom.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$buffer.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$cache.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$class.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$cli.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$color.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$config.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$const.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$contract.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$crypto.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$csv.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$date.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$dependency.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$error.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$fn.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$gas.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$hex.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$http.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$is.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$logger.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$machine.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$number.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$object.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$path.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$perf.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$platform.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$promise.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$require.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$secret.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$semver.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$sig.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$sign.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$signRaw.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$signRawNative.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$signSerializer.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$txData.d.ts +0 -0
- /package/lib/{cjs → types}/utils/$wallet.d.ts +0 -0
- /package/lib/{cjs → types}/utils/types.d.ts +0 -0
- /package/lib/{cjs → types}/wallets/WalletBsc.d.ts +0 -0
- /package/lib/{cjs → types}/wallets/WalletService.d.ts +0 -0
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { IBlockChainExplorer } from '../../explorer/IBlockChainExplorer';
|
|
2
|
-
import { Web3Client } from '../../clients/Web3Client';
|
|
3
|
-
import { JsonArrayStore } from '../../json/JsonArrayStore';
|
|
4
|
-
import { IToken } from '../../models/IToken';
|
|
5
|
-
import { TAddress } from '../../models/TAddress';
|
|
6
|
-
import { AmmFactoryV2Contract } from '../../prebuilt/amm/AmmFactoryV2Contract/AmmFactoryV2Contract';
|
|
7
|
-
import { AmmMasterChefV2Contract } from '../../prebuilt/amm/AmmMasterChefV2Contract/AmmMasterChefV2Contract';
|
|
8
|
-
import { AmmVaultV2Contract } from '../../prebuilt/amm/AmmVaultV2Contract/AmmVaultV2Contract';
|
|
9
|
-
import { AmmPairV2Contract } from '../../prebuilt/amm/AmmPairV2Contract/AmmPairV2Contract';
|
|
10
|
-
interface ILPPair extends IToken {
|
|
11
|
-
token0: IToken;
|
|
12
|
-
token1: IToken;
|
|
13
|
-
i: number;
|
|
14
|
-
}
|
|
15
|
-
export declare abstract class AmmV2ExchangeBase {
|
|
16
|
-
client: Web3Client;
|
|
17
|
-
explorer: IBlockChainExplorer;
|
|
18
|
-
abstract name: string;
|
|
19
|
-
abstract factoryAddress: TAddress;
|
|
20
|
-
abstract masterChefAddress: TAddress;
|
|
21
|
-
abstract vaultAddress: TAddress;
|
|
22
|
-
get pairsStore(): JsonArrayStore<ILPPair>;
|
|
23
|
-
get factoryContract(): AmmFactoryV2Contract;
|
|
24
|
-
get masterChefContract(): AmmMasterChefV2Contract;
|
|
25
|
-
get vaultContract(): AmmVaultV2Contract;
|
|
26
|
-
pairContract(pair: TAddress): AmmPairV2Contract;
|
|
27
|
-
constructor(client: Web3Client, explorer: IBlockChainExplorer);
|
|
28
|
-
calcSwap(from: IToken, to: IToken, fromAmount: bigint): Promise<{
|
|
29
|
-
amount: bigint;
|
|
30
|
-
priceImpact: number;
|
|
31
|
-
}>;
|
|
32
|
-
getPairs(): Promise<any>;
|
|
33
|
-
redownloadPairs(): Promise<ILPPair[]>;
|
|
34
|
-
private getPairInfoAtIndex;
|
|
35
|
-
private savePairs;
|
|
36
|
-
private readPairs;
|
|
37
|
-
}
|
|
38
|
-
export {};
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { IBlockChainExplorer } from '../../explorer/IBlockChainExplorer';
|
|
2
|
-
import { Web3Client } from '../../clients/Web3Client';
|
|
3
|
-
import { IToken } from '../../models/IToken';
|
|
4
|
-
import { TAddress } from '../../models/TAddress';
|
|
5
|
-
import { TResultAsync } from '../../models/TResult';
|
|
6
|
-
import { ISwapOptions } from '../TokenOracles/IOracle';
|
|
7
|
-
export declare class AmmV2PriceQuote {
|
|
8
|
-
client: Web3Client;
|
|
9
|
-
explorer: IBlockChainExplorer;
|
|
10
|
-
private exchange;
|
|
11
|
-
private tokensService;
|
|
12
|
-
private pairService;
|
|
13
|
-
private logger;
|
|
14
|
-
constructor(client: Web3Client, explorer: IBlockChainExplorer);
|
|
15
|
-
getPrice(token: IToken, opts?: ISwapOptions): TResultAsync<ISwapRouted>;
|
|
16
|
-
private getSwapFromCache;
|
|
17
|
-
private getPriceInUsdFromCache;
|
|
18
|
-
private setPriceInUsdToCache;
|
|
19
|
-
}
|
|
20
|
-
export declare class TokenRangePriceService {
|
|
21
|
-
private service;
|
|
22
|
-
private cache;
|
|
23
|
-
private INTERVAL;
|
|
24
|
-
constructor(service: AmmV2PriceQuote);
|
|
25
|
-
getPrice(symbol: string, opts?: ISwapOptions): TResultAsync<ISwapRouted>;
|
|
26
|
-
getPrice(address: TAddress, opts?: ISwapOptions): TResultAsync<ISwapRouted>;
|
|
27
|
-
getPrice(token: IToken, opts?: ISwapOptions): TResultAsync<ISwapRouted>;
|
|
28
|
-
}
|
|
29
|
-
interface ISwapRouted {
|
|
30
|
-
outToken: IToken;
|
|
31
|
-
outAmount: bigint;
|
|
32
|
-
outUsd: number;
|
|
33
|
-
outUsdPrice: number;
|
|
34
|
-
inToken: IToken;
|
|
35
|
-
inAmount: bigint;
|
|
36
|
-
inUsd: number;
|
|
37
|
-
inUsdPrice: number;
|
|
38
|
-
route: ISwapped[];
|
|
39
|
-
}
|
|
40
|
-
interface ISwapped {
|
|
41
|
-
from: IToken;
|
|
42
|
-
fromAmount: bigint;
|
|
43
|
-
fromUsd?: number;
|
|
44
|
-
fromPrice?: number;
|
|
45
|
-
to: IToken;
|
|
46
|
-
toAmount: bigint;
|
|
47
|
-
toUsd?: number;
|
|
48
|
-
toPrice?: number;
|
|
49
|
-
usd: number;
|
|
50
|
-
date: Date;
|
|
51
|
-
pool: {
|
|
52
|
-
address: TAddress;
|
|
53
|
-
reserve0: bigint;
|
|
54
|
-
reserve1: bigint;
|
|
55
|
-
};
|
|
56
|
-
}
|
|
57
|
-
export {};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { EoAccount } from "../../models/TAccount";
|
|
2
|
-
import { IToken } from '../../models/IToken';
|
|
3
|
-
import { TAddress } from '../../models/TAddress';
|
|
4
|
-
import { TPlatform } from '../../models/TPlatform';
|
|
5
|
-
import { TxWriter } from '../../txs/TxWriter';
|
|
6
|
-
import { Web3Client } from '../../clients/Web3Client';
|
|
7
|
-
import { IBlockChainExplorer } from '../../explorer/IBlockChainExplorer';
|
|
8
|
-
export declare class OneInchExchange {
|
|
9
|
-
platform: TPlatform;
|
|
10
|
-
client: Web3Client;
|
|
11
|
-
explorer: IBlockChainExplorer;
|
|
12
|
-
constructor(platform: TPlatform);
|
|
13
|
-
approve(account: EoAccount, from: string | IToken, fromAmount?: number, spender?: TAddress): Promise<TxWriter>;
|
|
14
|
-
swap(account: EoAccount, from: string | IToken, to: string | IToken, fromAmount: number): Promise<TxWriter>;
|
|
15
|
-
private getUrl;
|
|
16
|
-
private getAmount;
|
|
17
|
-
private sendTx;
|
|
18
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { AmmV2ExchangeBase } from './AmmV2ExchangeBase';
|
|
2
|
-
import { IBlockChainExplorer } from '../../explorer/IBlockChainExplorer';
|
|
3
|
-
import { Web3Client } from '../../clients/Web3Client';
|
|
4
|
-
export declare class PancakeswapExchange extends AmmV2ExchangeBase {
|
|
5
|
-
client: Web3Client;
|
|
6
|
-
explorer: IBlockChainExplorer;
|
|
7
|
-
name: string;
|
|
8
|
-
config: any;
|
|
9
|
-
factoryAddress: `0x${string}`;
|
|
10
|
-
masterChefAddress: `0x${string}`;
|
|
11
|
-
vaultAddress: `0x${string}`;
|
|
12
|
-
constructor(client?: Web3Client, explorer?: IBlockChainExplorer);
|
|
13
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { AmmV2ExchangeBase } from './AmmV2ExchangeBase';
|
|
2
|
-
import { IBlockChainExplorer } from '../../explorer/IBlockChainExplorer';
|
|
3
|
-
import { Web3Client } from '../../clients/Web3Client';
|
|
4
|
-
export declare class SushiswapPolygonExchange extends AmmV2ExchangeBase {
|
|
5
|
-
client: Web3Client;
|
|
6
|
-
explorer: IBlockChainExplorer;
|
|
7
|
-
name: string;
|
|
8
|
-
config: any;
|
|
9
|
-
factoryAddress: "0xc35dadb65012ec5796536bd9864ed8773abc74c4";
|
|
10
|
-
masterChefAddress: `0x${string}`;
|
|
11
|
-
vaultAddress: "0x1b02dA8Cb0d097eB8D57A175b88c7D8b47997506";
|
|
12
|
-
constructor(client?: Web3Client, explorer?: IBlockChainExplorer);
|
|
13
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { AmmV2ExchangeBase } from './AmmV2ExchangeBase';
|
|
2
|
-
import { IBlockChainExplorer } from '../../explorer/IBlockChainExplorer';
|
|
3
|
-
import { Web3Client } from '../../clients/Web3Client';
|
|
4
|
-
export declare class UniswapV2Exchange extends AmmV2ExchangeBase {
|
|
5
|
-
client: Web3Client;
|
|
6
|
-
explorer: IBlockChainExplorer;
|
|
7
|
-
name: string;
|
|
8
|
-
config: any;
|
|
9
|
-
factoryAddress: `0x${string}`;
|
|
10
|
-
masterChefAddress: `0x${string}`;
|
|
11
|
-
vaultAddress: any;
|
|
12
|
-
constructor(client?: Web3Client, explorer?: IBlockChainExplorer);
|
|
13
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { IBlockChainExplorer } from '../explorer/IBlockChainExplorer';
|
|
2
|
-
import { Web3Client } from '../clients/Web3Client';
|
|
3
|
-
import { IToken } from '../models/IToken';
|
|
4
|
-
import { TAddress } from '../models/TAddress';
|
|
5
|
-
import { TResultAsync } from '../models/TResult';
|
|
6
|
-
import { ISwapRouted } from './TokenExchanges/AmmBase/V2/AmmPairV2Service';
|
|
7
|
-
interface ITokenPriceOptions {
|
|
8
|
-
/** default: 1 */
|
|
9
|
-
amount?: number;
|
|
10
|
-
amountWei?: bigint;
|
|
11
|
-
date?: Date;
|
|
12
|
-
block?: number;
|
|
13
|
-
route?: string[];
|
|
14
|
-
pairs?: any[];
|
|
15
|
-
}
|
|
16
|
-
interface ITokenPrice {
|
|
17
|
-
error?: Error;
|
|
18
|
-
price?: number;
|
|
19
|
-
pools?: any[];
|
|
20
|
-
}
|
|
21
|
-
export declare class TokenPriceService {
|
|
22
|
-
private client;
|
|
23
|
-
private explorer;
|
|
24
|
-
private tokens;
|
|
25
|
-
private oracle;
|
|
26
|
-
constructor(client: Web3Client, explorer: IBlockChainExplorer);
|
|
27
|
-
getPrice(symbol: string, opts?: ITokenPriceOptions): Promise<ITokenPrice>;
|
|
28
|
-
getPrice(address: TAddress, opts?: ITokenPriceOptions): Promise<ITokenPrice>;
|
|
29
|
-
getPrice(token: IToken, opts?: ITokenPriceOptions): Promise<ITokenPrice>;
|
|
30
|
-
}
|
|
31
|
-
export declare class TokenPriceServiceCacheable {
|
|
32
|
-
private service;
|
|
33
|
-
private cache;
|
|
34
|
-
private INTERVAL;
|
|
35
|
-
constructor(service: TokenPriceService);
|
|
36
|
-
getPrice(symbol: string, opts?: ITokenPriceOptions): TResultAsync<ISwapRouted>;
|
|
37
|
-
getPrice(address: TAddress, opts?: ITokenPriceOptions): TResultAsync<ISwapRouted>;
|
|
38
|
-
getPrice(token: IToken, opts?: ITokenPriceOptions): TResultAsync<ISwapRouted>;
|
|
39
|
-
}
|
|
40
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { TPlatform } from '../models/TPlatform';
|
|
2
|
-
import { TokenPriceService, TokenPriceServiceCacheable } from './TokenPriceService';
|
|
3
|
-
import { Web3Client } from '../clients/Web3Client';
|
|
4
|
-
import { IBlockChainExplorer } from '../explorer/IBlockChainExplorer';
|
|
5
|
-
export declare namespace TokenPriceServiceProvider {
|
|
6
|
-
function create(platform: TPlatform, client?: Web3Client, explorer?: IBlockChainExplorer): TokenPriceService;
|
|
7
|
-
/** To boot performance use cached prices within 5 minutes interval */
|
|
8
|
-
function createTimeRanged(platform: TPlatform, client?: Web3Client, explorer?: IBlockChainExplorer): TokenPriceServiceCacheable;
|
|
9
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { IBlockChainExplorer } from '../../explorer/IBlockChainExplorer';
|
|
2
|
-
import { IToken } from '../../models/IToken';
|
|
3
|
-
import { TAddress } from '../../models/TAddress';
|
|
4
|
-
import { TPlatform } from '../../models/TPlatform';
|
|
5
|
-
import { ITokenProvider } from './ITokenProvider';
|
|
6
|
-
export declare class TPExplorer implements ITokenProvider {
|
|
7
|
-
platform: TPlatform;
|
|
8
|
-
explorer?: IBlockChainExplorer;
|
|
9
|
-
constructor(platform: TPlatform, explorer?: IBlockChainExplorer);
|
|
10
|
-
getByAddress(platform: TPlatform, address: TAddress): Promise<Partial<IToken>>;
|
|
11
|
-
getBySymbol(platform: TPlatform, symbol: string): any;
|
|
12
|
-
redownloadTokens(): Promise<any>;
|
|
13
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { TAddress } from '../models/TAddress';
|
|
2
|
-
import { IBlockChainExplorer } from '../explorer/IBlockChainExplorer';
|
|
3
|
-
import { TPlatform } from '../models/TPlatform';
|
|
4
|
-
import { IToken } from '../models/IToken';
|
|
5
|
-
import { ITokenProvider } from './TokenProviders/ITokenProvider';
|
|
6
|
-
import { TokenDataProvider } from './TokenDataProvider';
|
|
7
|
-
import { ERC20 } from '../prebuilt/openzeppelin/ERC20';
|
|
8
|
-
export declare class TokensService {
|
|
9
|
-
private platform;
|
|
10
|
-
private explorer?;
|
|
11
|
-
private forked?;
|
|
12
|
-
provider: TokenDataProvider;
|
|
13
|
-
constructor(platform: TPlatform, explorer?: IBlockChainExplorer, forked?: TokenDataProvider);
|
|
14
|
-
getTokenOrDefault(symbol: string, chainLookup?: boolean): Promise<IToken>;
|
|
15
|
-
getTokenOrDefault(address: TAddress, chainLookup?: boolean): Promise<IToken>;
|
|
16
|
-
getToken(symbol: string, chainLookup?: boolean): Promise<IToken>;
|
|
17
|
-
getToken(address: TAddress, chainLookup?: boolean): Promise<IToken>;
|
|
18
|
-
getKnownToken(mix: string): Promise<IToken>;
|
|
19
|
-
addKnownToken(token: IToken): Promise<void>;
|
|
20
|
-
isNative(token: IToken): boolean;
|
|
21
|
-
isNative(address: TAddress): boolean;
|
|
22
|
-
isNative(symbol: string): boolean;
|
|
23
|
-
getNative(platform?: TPlatform): IToken;
|
|
24
|
-
/** Download tokens with various exchange/swap providers and merge them into one collection. */
|
|
25
|
-
redownload(): Promise<ITokenProvider[]>;
|
|
26
|
-
getTokenByAddress(address: TAddress, chainLookup?: boolean): Promise<[IToken, ITokenProvider]>;
|
|
27
|
-
getTokenBySymbol(symbol: string, chainLookup?: boolean): Promise<[IToken, ITokenProvider]>;
|
|
28
|
-
static erc20(token: string | IToken, platform: TPlatform): Promise<ERC20>;
|
|
29
|
-
erc20(token: string | IToken): Promise<ERC20>;
|
|
30
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { IBlockChainExplorer } from '../explorer/IBlockChainExplorer';
|
|
2
|
-
import { Web3Client } from '../clients/Web3Client';
|
|
3
|
-
import { TAddress } from '../models/TAddress';
|
|
4
|
-
import { TokensService } from '../tokens/TokensService';
|
|
5
|
-
import { TPlatform } from '../models/TPlatform';
|
|
6
|
-
export declare class Wallet {
|
|
7
|
-
account: {
|
|
8
|
-
platform: TPlatform;
|
|
9
|
-
address: TAddress;
|
|
10
|
-
};
|
|
11
|
-
client: Web3Client;
|
|
12
|
-
explorer: IBlockChainExplorer;
|
|
13
|
-
tokensService: TokensService;
|
|
14
|
-
constructor(account: {
|
|
15
|
-
platform: TPlatform;
|
|
16
|
-
address: TAddress;
|
|
17
|
-
}, client: Web3Client, explorer: IBlockChainExplorer);
|
|
18
|
-
balanceOf(tokenAddress: TAddress): any;
|
|
19
|
-
balanceOf(tokenSymbol: string): any;
|
|
20
|
-
}
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import type { Config as Appcfg } from 'appcfg/Config';
|
|
2
|
-
import { IAccount } from "./models/TAccount";
|
|
3
|
-
import { TAddress } from './models/TAddress';
|
|
4
|
-
import { TPlatform } from './models/TPlatform';
|
|
5
|
-
import { TEth } from './models/TEth';
|
|
6
|
-
export declare class ChainAccountService {
|
|
7
|
-
private storeConfig;
|
|
8
|
-
private storeFs;
|
|
9
|
-
private storeCustom;
|
|
10
|
-
private writable;
|
|
11
|
-
constructor(params?: {
|
|
12
|
-
store?: IAccountsStore;
|
|
13
|
-
writable?: 'config' | 'fs' | 'custom';
|
|
14
|
-
config?: InstanceType<typeof Appcfg>;
|
|
15
|
-
});
|
|
16
|
-
get<T extends IAccount = IAccount>(key: TEth.Hex | TAddress): Promise<T>;
|
|
17
|
-
get<T extends IAccount = IAccount>(mnemonic: string, params?: {
|
|
18
|
-
index?: number;
|
|
19
|
-
path?: string;
|
|
20
|
-
}): Promise<T>;
|
|
21
|
-
get<T extends IAccount = IAccount>(ns: string, params?: {
|
|
22
|
-
platform?: TPlatform;
|
|
23
|
-
}): Promise<T>;
|
|
24
|
-
get<T extends IAccount = IAccount>(name: string, params?: {
|
|
25
|
-
platform?: TPlatform;
|
|
26
|
-
}): Promise<T>;
|
|
27
|
-
get<T extends IAccount = IAccount>(address: TAddress, params?: {
|
|
28
|
-
platform?: TPlatform;
|
|
29
|
-
}): Promise<T>;
|
|
30
|
-
get<T extends IAccount = IAccount>(mix: string | TEth.Hex | TAddress, params?: {
|
|
31
|
-
platform?: TPlatform;
|
|
32
|
-
index?: number;
|
|
33
|
-
path?: string;
|
|
34
|
-
}): Promise<T>;
|
|
35
|
-
static get<T = IAccount>(name: string, params?: {
|
|
36
|
-
platform?: TPlatform;
|
|
37
|
-
store?: IAccountsStore;
|
|
38
|
-
writable?: 'config' | 'fs' | 'custom';
|
|
39
|
-
config?: Appcfg;
|
|
40
|
-
}): Promise<T>;
|
|
41
|
-
getAll(): Promise<IAccount[]>;
|
|
42
|
-
create(opts: {
|
|
43
|
-
name: string;
|
|
44
|
-
platform?: TPlatform;
|
|
45
|
-
}): Promise<IAccount>;
|
|
46
|
-
createMany(names: string[], platform: TPlatform): Promise<IAccount[]>;
|
|
47
|
-
private getWritableStore;
|
|
48
|
-
}
|
|
49
|
-
export interface IAccountsStore {
|
|
50
|
-
get(name: string): Promise<IAccount>;
|
|
51
|
-
get(address: TAddress): Promise<IAccount>;
|
|
52
|
-
getAll(): Promise<IAccount[]>;
|
|
53
|
-
save(account: IAccount): Promise<void>;
|
|
54
|
-
saveMany(accounts: IAccount[]): Promise<void>;
|
|
55
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { TAbiInput } from '../types/TAbi';
|
|
2
|
-
import { ParamType } from './fragments';
|
|
3
|
-
import { TEth } from '../models/TEth';
|
|
4
|
-
export declare namespace $abiCoder {
|
|
5
|
-
function encode(types: (string | ParamType | TAbiInput)[], values: any[]): TEth.Hex;
|
|
6
|
-
function encodePacked(types: string[], values: any[]): TEth.Hex;
|
|
7
|
-
function decode(types: (string | ParamType | TAbiInput)[], hex: string, opts?: {
|
|
8
|
-
loose?: boolean;
|
|
9
|
-
dynamic?: boolean;
|
|
10
|
-
}): any;
|
|
11
|
-
}
|
package/lib/esm/abi/$rlp.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { TEth } from '../models/TEth';
|
|
2
|
-
export declare namespace $rlp {
|
|
3
|
-
type RecursiveArray<T> = T | RecursiveArray<T>[];
|
|
4
|
-
function encode(arr: RecursiveArray<TEth.Hex | Uint8Array>): TEth.Hex;
|
|
5
|
-
function decode(value: Uint8Array | TEth.Hex, to?: 'hex'): RecursiveArray<Uint8Array>;
|
|
6
|
-
function decode(value: Uint8Array | TEth.Hex, to: 'bytes'): RecursiveArray<TEth.Hex>;
|
|
7
|
-
function bytesToRlp(bytes: RecursiveArray<Uint8Array>): Uint8Array;
|
|
8
|
-
}
|
package/lib/esm/abi/Logger.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export declare class Logger {
|
|
2
|
-
private v;
|
|
3
|
-
static errors: {
|
|
4
|
-
BUFFER_OVERRUN: string;
|
|
5
|
-
INVALID_ARGUMENT: string;
|
|
6
|
-
};
|
|
7
|
-
constructor(v?: string);
|
|
8
|
-
throwArgumentError(message: any, localVar: any, value: any): void;
|
|
9
|
-
throwError(message: any, name: any, params: any): void;
|
|
10
|
-
checkArgumentCount(length: number, count: number, message: string): void;
|
|
11
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const version = "abi/5.7.0";
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Computes the [[link-solc-packed]] representation of %%values%%
|
|
3
|
-
* respectively to their %%types%%.
|
|
4
|
-
*
|
|
5
|
-
* @example:
|
|
6
|
-
* addr = "0x8ba1f109551bd432803012645ac136ddd64dba72"
|
|
7
|
-
* solidityPacked([ "address", "uint" ], [ addr, 45 ]);
|
|
8
|
-
* //_result:
|
|
9
|
-
*/
|
|
10
|
-
export declare function solidityPacked(types: string[], values: ReadonlyArray<any>): string;
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* When sending values to or receiving values from a [[Contract]], the
|
|
3
|
-
* data is generally encoded using the [ABI standard](link-solc-abi).
|
|
4
|
-
*
|
|
5
|
-
* The AbiCoder provides a utility to encode values to ABI data and
|
|
6
|
-
* decode values from ABI data.
|
|
7
|
-
*
|
|
8
|
-
* Most of the time, developers should favour the [[Contract]] class,
|
|
9
|
-
* which further abstracts a lot of the finer details of ABI data.
|
|
10
|
-
*
|
|
11
|
-
* @_section api/abi/abi-coder:ABI Encoding
|
|
12
|
-
*/
|
|
13
|
-
import { Result } from "./coders/abstract-coder";
|
|
14
|
-
import { ParamType } from "./fragments";
|
|
15
|
-
import { TAbiInput } from '../types/TAbi';
|
|
16
|
-
/**
|
|
17
|
-
* The **AbiCoder** is a low-level class responsible for encoding JavaScript
|
|
18
|
-
* values into binary data and decoding binary data into JavaScript values.
|
|
19
|
-
*/
|
|
20
|
-
export declare class AbiCoder {
|
|
21
|
-
#private;
|
|
22
|
-
/**
|
|
23
|
-
* Get the default values for the given %%types%%.
|
|
24
|
-
*
|
|
25
|
-
* For example, a ``uint`` is by default ``0`` and ``bool``
|
|
26
|
-
* is by default ``false``.
|
|
27
|
-
*/
|
|
28
|
-
getDefaultValue(types: ReadonlyArray<string | ParamType>): Result;
|
|
29
|
-
/**
|
|
30
|
-
* Encode the %%values%% as the %%types%% into ABI data.
|
|
31
|
-
*
|
|
32
|
-
* @returns DataHexstring
|
|
33
|
-
*/
|
|
34
|
-
encode(types: ReadonlyArray<string | ParamType | TAbiInput>, values: ReadonlyArray<any>): string;
|
|
35
|
-
/**
|
|
36
|
-
* Decode the ABI %%data%% as the %%types%% into values.
|
|
37
|
-
*
|
|
38
|
-
* If %%loose%% decoding is enabled, then strict padding is
|
|
39
|
-
* not enforced. Some older versions of Solidity incorrectly
|
|
40
|
-
* padded event data emitted from ``external`` functions.
|
|
41
|
-
*/
|
|
42
|
-
decode(types: ReadonlyArray<string | ParamType | TAbiInput>, hex: string, opts?: {
|
|
43
|
-
loose?: boolean;
|
|
44
|
-
dynamic?: boolean;
|
|
45
|
-
}): Result;
|
|
46
|
-
/**
|
|
47
|
-
* Returns the shared singleton instance of a default [[AbiCoder]].
|
|
48
|
-
*
|
|
49
|
-
* On the first call, the instance is created internally.
|
|
50
|
-
*/
|
|
51
|
-
static defaultAbiCoder(): AbiCoder;
|
|
52
|
-
}
|
|
@@ -1,119 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @_ignore:
|
|
3
|
-
*/
|
|
4
|
-
export declare const WordSize: number;
|
|
5
|
-
/**
|
|
6
|
-
* A [[Result]] is a sub-class of Array, which allows accessing any
|
|
7
|
-
* of its values either positionally by its index or, if keys are
|
|
8
|
-
* provided by its name.
|
|
9
|
-
*
|
|
10
|
-
* @_docloc: api/abi
|
|
11
|
-
*/
|
|
12
|
-
export declare class Result extends Array<any> {
|
|
13
|
-
#private;
|
|
14
|
-
[K: string | number]: any;
|
|
15
|
-
/**
|
|
16
|
-
* @private
|
|
17
|
-
*/
|
|
18
|
-
constructor(...args: Array<any>);
|
|
19
|
-
/**
|
|
20
|
-
* Returns the Result as a normal Array.
|
|
21
|
-
*
|
|
22
|
-
* This will throw if there are any outstanding deferred
|
|
23
|
-
* errors.
|
|
24
|
-
*/
|
|
25
|
-
toArray(): Array<any>;
|
|
26
|
-
/**
|
|
27
|
-
* Returns the Result as an Object with each name-value pair.
|
|
28
|
-
*
|
|
29
|
-
* This will throw if any value is unnamed, or if there are
|
|
30
|
-
* any outstanding deferred errors.
|
|
31
|
-
*/
|
|
32
|
-
toObject(): Record<string, any>;
|
|
33
|
-
/**
|
|
34
|
-
* @_ignore
|
|
35
|
-
*/
|
|
36
|
-
slice(start?: number | undefined, end?: number | undefined): Result;
|
|
37
|
-
/**
|
|
38
|
-
* @_ignore
|
|
39
|
-
*/
|
|
40
|
-
filter(callback: (el: any, index: number, array: Result) => boolean, thisArg?: any): Result;
|
|
41
|
-
/**
|
|
42
|
-
* @_ignore
|
|
43
|
-
*/
|
|
44
|
-
map<T extends any = any>(callback: (el: any, index: number, array: Result) => T, thisArg?: any): Array<T>;
|
|
45
|
-
/**
|
|
46
|
-
* Returns the value for %%name%%.
|
|
47
|
-
*
|
|
48
|
-
* Since it is possible to have a key whose name conflicts with
|
|
49
|
-
* a method on a [[Result]] or its superclass Array, or any
|
|
50
|
-
* JavaScript keyword, this ensures all named values are still
|
|
51
|
-
* accessible by name.
|
|
52
|
-
*/
|
|
53
|
-
getValue(name: string): any;
|
|
54
|
-
/**
|
|
55
|
-
* Creates a new [[Result]] for %%items%% with each entry
|
|
56
|
-
* also accessible by its corresponding name in %%keys%%.
|
|
57
|
-
*/
|
|
58
|
-
static fromItems(items: Array<any>, keys?: Array<null | string>): Result;
|
|
59
|
-
}
|
|
60
|
-
/**
|
|
61
|
-
* Returns all errors found in a [[Result]].
|
|
62
|
-
*
|
|
63
|
-
* Since certain errors encountered when creating a [[Result]] do
|
|
64
|
-
* not impact the ability to continue parsing data, they are
|
|
65
|
-
* deferred until they are actually accessed. Hence a faulty string
|
|
66
|
-
* in an Event that is never used does not impact the program flow.
|
|
67
|
-
*
|
|
68
|
-
* However, sometimes it may be useful to access, identify or
|
|
69
|
-
* validate correctness of a [[Result]].
|
|
70
|
-
*
|
|
71
|
-
* @_docloc api/abi
|
|
72
|
-
*/
|
|
73
|
-
export declare function checkResultErrors(result: Result): Array<{
|
|
74
|
-
path: Array<string | number>;
|
|
75
|
-
error: Error;
|
|
76
|
-
}>;
|
|
77
|
-
/**
|
|
78
|
-
* @_ignore
|
|
79
|
-
*/
|
|
80
|
-
export declare abstract class Coder {
|
|
81
|
-
readonly name: string;
|
|
82
|
-
readonly type: string;
|
|
83
|
-
readonly localName: string;
|
|
84
|
-
readonly dynamic: boolean;
|
|
85
|
-
constructor(name: string, type: string, localName: string, dynamic: boolean);
|
|
86
|
-
_throwError(message: string, value: any): never;
|
|
87
|
-
abstract encode(writer: Writer, value: any): number;
|
|
88
|
-
abstract decode(reader: Reader): any;
|
|
89
|
-
abstract defaultValue(): any;
|
|
90
|
-
}
|
|
91
|
-
/**
|
|
92
|
-
* @_ignore
|
|
93
|
-
*/
|
|
94
|
-
export declare class Writer {
|
|
95
|
-
#private;
|
|
96
|
-
constructor();
|
|
97
|
-
get data(): string;
|
|
98
|
-
get length(): number;
|
|
99
|
-
appendWriter(writer: Writer): number;
|
|
100
|
-
writeBytes(value: Uint8Array): number;
|
|
101
|
-
writeValue(value: bigint): number;
|
|
102
|
-
writeUpdatableValue(): (value: bigint) => void;
|
|
103
|
-
}
|
|
104
|
-
/**
|
|
105
|
-
* @_ignore
|
|
106
|
-
*/
|
|
107
|
-
export declare class Reader {
|
|
108
|
-
#private;
|
|
109
|
-
readonly allowLoose: boolean;
|
|
110
|
-
constructor(data: string | Uint8Array, allowLoose?: boolean);
|
|
111
|
-
get data(): string;
|
|
112
|
-
get dataLength(): number;
|
|
113
|
-
get consumed(): number;
|
|
114
|
-
get bytes(): Uint8Array;
|
|
115
|
-
subReader(offset: number): Reader;
|
|
116
|
-
readBytes(length: number, loose?: boolean): Uint8Array;
|
|
117
|
-
readValue(): bigint;
|
|
118
|
-
readIndex(): number;
|
|
119
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { Reader, Writer } from "./abstract-coder";
|
|
2
|
-
import { Coder } from "./abstract-coder";
|
|
3
|
-
/**
|
|
4
|
-
* @_ignore
|
|
5
|
-
*/
|
|
6
|
-
export declare class AddressCoder extends Coder {
|
|
7
|
-
constructor(localName: string);
|
|
8
|
-
defaultValue(): string;
|
|
9
|
-
encode(writer: Writer, _value: string): number;
|
|
10
|
-
decode(reader: Reader): any;
|
|
11
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { Coder } from "./abstract-coder";
|
|
2
|
-
import type { Reader, Writer } from "./abstract-coder";
|
|
3
|
-
/**
|
|
4
|
-
* Clones the functionality of an existing Coder, but without a localName
|
|
5
|
-
*
|
|
6
|
-
* @_ignore
|
|
7
|
-
*/
|
|
8
|
-
export declare class AnonymousCoder extends Coder {
|
|
9
|
-
private coder;
|
|
10
|
-
constructor(coder: Coder);
|
|
11
|
-
defaultValue(): any;
|
|
12
|
-
encode(writer: Writer, value: any): number;
|
|
13
|
-
decode(reader: Reader): any;
|
|
14
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { Coder, Result, Writer } from "./abstract-coder";
|
|
2
|
-
import type { Reader } from "./abstract-coder";
|
|
3
|
-
export declare function pack(writer: Writer, coders: ReadonlyArray<Coder>, values: Array<any> | {
|
|
4
|
-
[name: string]: any;
|
|
5
|
-
}): number;
|
|
6
|
-
/**
|
|
7
|
-
* @_ignore
|
|
8
|
-
*/
|
|
9
|
-
export declare function unpack(reader: Reader, coders: ReadonlyArray<Coder>): Result;
|
|
10
|
-
/**
|
|
11
|
-
* @_ignore
|
|
12
|
-
*/
|
|
13
|
-
export declare class ArrayCoder extends Coder {
|
|
14
|
-
readonly coder: Coder;
|
|
15
|
-
readonly length: number;
|
|
16
|
-
constructor(coder: Coder, length: number, localName: string);
|
|
17
|
-
defaultValue(): Array<any>;
|
|
18
|
-
encode(writer: Writer, _value: Array<any>): number;
|
|
19
|
-
decode(reader: Reader): any;
|
|
20
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Coder } from "./abstract-coder";
|
|
2
|
-
import type { Reader, Writer } from "./abstract-coder";
|
|
3
|
-
/**
|
|
4
|
-
* @_ignore
|
|
5
|
-
*/
|
|
6
|
-
export declare class BooleanCoder extends Coder {
|
|
7
|
-
constructor(localName: string);
|
|
8
|
-
defaultValue(): boolean;
|
|
9
|
-
encode(writer: Writer, value: boolean): number;
|
|
10
|
-
decode(reader: Reader): any;
|
|
11
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { Coder } from "./abstract-coder";
|
|
2
|
-
import type { Reader, Writer } from "./abstract-coder";
|
|
3
|
-
/**
|
|
4
|
-
* @_ignore
|
|
5
|
-
*/
|
|
6
|
-
export declare class DynamicBytesCoder extends Coder {
|
|
7
|
-
constructor(type: string, localName: string);
|
|
8
|
-
defaultValue(): string;
|
|
9
|
-
encode(writer: Writer, value: any): number;
|
|
10
|
-
decode(reader: Reader): Uint8Array;
|
|
11
|
-
}
|
|
12
|
-
/**
|
|
13
|
-
* @_ignore
|
|
14
|
-
*/
|
|
15
|
-
export declare class BytesCoder extends DynamicBytesCoder {
|
|
16
|
-
constructor(localName: string);
|
|
17
|
-
decode(reader: Reader): any;
|
|
18
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { Reader, Writer } from "./abstract-coder";
|
|
2
|
-
import { Coder } from "./abstract-coder";
|
|
3
|
-
/**
|
|
4
|
-
* @_ignore
|
|
5
|
-
*/
|
|
6
|
-
export declare class FixedBytesCoder extends Coder {
|
|
7
|
-
readonly size: number;
|
|
8
|
-
constructor(size: number, localName: string);
|
|
9
|
-
defaultValue(): string;
|
|
10
|
-
encode(writer: Writer, value: Uint8Array | string): number;
|
|
11
|
-
decode(reader: Reader): any;
|
|
12
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Coder } from "./abstract-coder";
|
|
2
|
-
import type { Reader, Writer } from "./abstract-coder";
|
|
3
|
-
/**
|
|
4
|
-
* @_ignore
|
|
5
|
-
*/
|
|
6
|
-
export declare class NullCoder extends Coder {
|
|
7
|
-
constructor(localName: string);
|
|
8
|
-
defaultValue(): null;
|
|
9
|
-
encode(writer: Writer, value: any): number;
|
|
10
|
-
decode(reader: Reader): any;
|
|
11
|
-
}
|