@ercworldio/blockchain-shared 1.0.0-dev.4
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/README.md +1 -0
- package/build/chains/ChainDefinition.d.ts +2 -0
- package/build/chains/ChainDefinition.d.ts.map +1 -0
- package/build/chains/ChainDefinition.js +84 -0
- package/build/chains/Provider.d.ts +20 -0
- package/build/chains/Provider.d.ts.map +1 -0
- package/build/chains/Provider.js +85 -0
- package/build/chains/RPC.d.ts +34 -0
- package/build/chains/RPC.d.ts.map +1 -0
- package/build/chains/RPC.js +147 -0
- package/build/chains/chain_to_ticker.json +28 -0
- package/build/chains/chains.json +513 -0
- package/build/chains/chains_stg-bu.json +513 -0
- package/build/chains/chains_v2.json +494 -0
- package/build/chains/escrow-contracts/10143.json +8 -0
- package/build/chains/escrow-contracts/97.json +8 -0
- package/build/chains/event_listener_config_escrows.json +699 -0
- package/build/chains/networks_dev.json +715 -0
- package/build/chains/networks_prod-bu.json +542 -0
- package/build/chains/networks_prod.json +541 -0
- package/build/chains/networks_stg-bu.json +568 -0
- package/build/chains/networks_stg-dz.json +451 -0
- package/build/chains/networks_stg.json +541 -0
- package/build/chains/networks_stg_drizzle.json +130 -0
- package/build/chains/rpcs.d.ts +30 -0
- package/build/chains/rpcs.d.ts.map +1 -0
- package/build/chains/rpcs.js +138 -0
- package/build/constants.d.ts +34 -0
- package/build/constants.d.ts.map +1 -0
- package/build/constants.js +40 -0
- package/build/contracts/Escrow.d.ts +162 -0
- package/build/contracts/Escrow.d.ts.map +1 -0
- package/build/contracts/Escrow.js +359 -0
- package/build/contracts/EscrowErrors.d.ts +75 -0
- package/build/contracts/EscrowErrors.d.ts.map +1 -0
- package/build/contracts/EscrowErrors.js +47 -0
- package/build/contracts/artifacts/ERC20Mock.json +344 -0
- package/build/contracts/artifacts/Erc20.json +344 -0
- package/build/contracts/artifacts/ErrorAbi.json +1847 -0
- package/build/contracts/artifacts/Escrow.json +1545 -0
- package/build/contracts/contract-events/AccessControlEvents.d.ts +51 -0
- package/build/contracts/contract-events/AccessControlEvents.d.ts.map +1 -0
- package/build/contracts/contract-events/AccessControlEvents.js +83 -0
- package/build/contracts/contract-events/CoverageInfo.d.ts +16 -0
- package/build/contracts/contract-events/CoverageInfo.d.ts.map +1 -0
- package/build/contracts/contract-events/CoverageInfo.js +135 -0
- package/build/contracts/contract-events/Erc20Events.d.ts +23 -0
- package/build/contracts/contract-events/Erc20Events.d.ts.map +1 -0
- package/build/contracts/contract-events/Erc20Events.js +52 -0
- package/build/contracts/contract-events/EscrowEvents.d.ts +64 -0
- package/build/contracts/contract-events/EscrowEvents.d.ts.map +1 -0
- package/build/contracts/contract-events/EscrowEvents.js +142 -0
- package/build/contracts/contract-events/types/AccessControlEvents.d.ts +9 -0
- package/build/contracts/contract-events/types/AccessControlEvents.d.ts.map +1 -0
- package/build/contracts/contract-events/types/AccessControlEvents.js +2 -0
- package/build/contracts/contract-events/types/events.d.ts +24 -0
- package/build/contracts/contract-events/types/events.d.ts.map +1 -0
- package/build/contracts/contract-events/types/events.js +2 -0
- package/build/contracts/deployment/avalanche/contracts.json +37 -0
- package/build/contracts/deployment/bitlayer/contracts.json +50 -0
- package/build/contracts/deployment/bsc/contracts.json +62 -0
- package/build/contracts/deployment/config.d.ts +4 -0
- package/build/contracts/deployment/config.d.ts.map +1 -0
- package/build/contracts/deployment/config.js +19 -0
- package/build/contracts/deployment/fantom/contracts.json +61 -0
- package/build/contracts/deployment/mumbai/contracts.json +43 -0
- package/build/contracts/deployment/polygon/contracts.json +43 -0
- package/build/contracts/deployment/sepolia/contracts.json +62 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/access/AccessControl.d.ts +160 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/access/AccessControl.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/access/AccessControl.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/access/IAccessControl.d.ts +148 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/access/IAccessControl.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/access/IAccessControl.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/access/Ownable.d.ts +55 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/access/Ownable.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/access/Ownable.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/access/index.d.ts +4 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/access/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/access/index.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/index.d.ts +9 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/index.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/IERC5267.d.ts +79 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/IERC5267.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/IERC5267.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.d.ts +21 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.d.ts +21 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.d.ts +21 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts +4 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts +4 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/interfaces/index.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.d.ts +142 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/ERC20.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.d.ts +130 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/IERC20.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.d.ts +142 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/extensions/index.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/index.d.ts +5 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/ERC20/index.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/index.d.ts +3 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/token/index.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/ShortStrings.d.ts +21 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/ShortStrings.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/ShortStrings.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/Strings.d.ts +21 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/Strings.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/Strings.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/cryptography/EIP712.d.ts +79 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/cryptography/EIP712.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/cryptography/EIP712.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/cryptography/index.d.ts +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/cryptography/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/cryptography/index.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/index.d.ts +9 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/index.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.d.ts +30 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/introspection/ERC165.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.d.ts +30 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/introspection/IERC165.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/introspection/index.d.ts +3 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/introspection/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/introspection/index.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.d.ts +21 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/math/SafeCast.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/math/index.d.ts +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/math/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts/utils/math/index.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/index.d.ts +3 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/index.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/proxy/index.d.ts +3 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/proxy/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/proxy/index.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.d.ts +37 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/index.d.ts +2 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/contracts-upgradeable/proxy/utils/index.js +2 -0
- package/build/contracts/typechain-types/@openzeppelin/index.d.ts +5 -0
- package/build/contracts/typechain-types/@openzeppelin/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/@openzeppelin/index.js +2 -0
- package/build/contracts/typechain-types/common.d.ts +51 -0
- package/build/contracts/typechain-types/common.d.ts.map +1 -0
- package/build/contracts/typechain-types/common.js +2 -0
- package/build/contracts/typechain-types/contracts/escrow/Escrow.d.ts +856 -0
- package/build/contracts/typechain-types/contracts/escrow/Escrow.d.ts.map +1 -0
- package/build/contracts/typechain-types/contracts/escrow/Escrow.js +2 -0
- package/build/contracts/typechain-types/contracts/escrow/EscrowAccessControl.d.ts +218 -0
- package/build/contracts/typechain-types/contracts/escrow/EscrowAccessControl.d.ts.map +1 -0
- package/build/contracts/typechain-types/contracts/escrow/EscrowAccessControl.js +2 -0
- package/build/contracts/typechain-types/contracts/escrow/EscrowErrors.d.ts +21 -0
- package/build/contracts/typechain-types/contracts/escrow/EscrowErrors.d.ts.map +1 -0
- package/build/contracts/typechain-types/contracts/escrow/EscrowErrors.js +2 -0
- package/build/contracts/typechain-types/contracts/escrow/EscrowSignature.d.ts +120 -0
- package/build/contracts/typechain-types/contracts/escrow/EscrowSignature.d.ts.map +1 -0
- package/build/contracts/typechain-types/contracts/escrow/EscrowSignature.js +2 -0
- package/build/contracts/typechain-types/contracts/escrow/TokensWhitelist.d.ts +82 -0
- package/build/contracts/typechain-types/contracts/escrow/TokensWhitelist.d.ts.map +1 -0
- package/build/contracts/typechain-types/contracts/escrow/TokensWhitelist.js +2 -0
- package/build/contracts/typechain-types/contracts/escrow/index.d.ts +6 -0
- package/build/contracts/typechain-types/contracts/escrow/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/contracts/escrow/index.js +2 -0
- package/build/contracts/typechain-types/contracts/index.d.ts +5 -0
- package/build/contracts/typechain-types/contracts/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/contracts/index.js +2 -0
- package/build/contracts/typechain-types/contracts/mock/erc20/ERC20Mock.d.ts +146 -0
- package/build/contracts/typechain-types/contracts/mock/erc20/ERC20Mock.d.ts.map +1 -0
- package/build/contracts/typechain-types/contracts/mock/erc20/ERC20Mock.js +2 -0
- package/build/contracts/typechain-types/contracts/mock/erc20/index.d.ts +2 -0
- package/build/contracts/typechain-types/contracts/mock/erc20/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/contracts/mock/erc20/index.js +2 -0
- package/build/contracts/typechain-types/contracts/mock/index.d.ts +3 -0
- package/build/contracts/typechain-types/contracts/mock/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/contracts/mock/index.js +2 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/AccessControl__factory.d.ts +182 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/AccessControl__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/AccessControl__factory.js +244 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/IAccessControl__factory.d.ts +158 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/IAccessControl__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/IAccessControl__factory.js +212 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.d.ts +65 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/Ownable__factory.js +93 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/index.d.ts +4 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/access/index.js +12 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/index.d.ts +5 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/index.js +43 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC5267__factory.d.ts +47 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC5267__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/IERC5267__factory.js +68 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.d.ts +84 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC1155Errors__factory.js +121 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.d.ts +72 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC20Errors__factory.js +105 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.d.ts +84 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/IERC721Errors__factory.js +122 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts +4 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/draft-IERC6093.sol/index.js +12 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts +3 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/interfaces/index.js +42 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.d.ts +242 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory.js +327 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.d.ts +148 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/IERC20__factory.js +202 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.d.ts +178 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata__factory.js +241 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts +2 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/extensions/index.js +8 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts +4 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/ERC20/index.js +44 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/index.d.ts +2 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/token/index.js +40 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/ShortStrings__factory.d.ts +35 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/ShortStrings__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/ShortStrings__factory.js +55 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.d.ts +43 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/Strings__factory.js +65 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/EIP712__factory.d.ts +59 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/EIP712__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/EIP712__factory.js +84 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.d.ts +2 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/cryptography/index.js +8 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts +6 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/index.js +46 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.d.ts +22 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/ERC165__factory.js +38 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.d.ts +22 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/IERC165__factory.js +38 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.d.ts +3 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/introspection/index.js +10 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.d.ts +63 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/SafeCast__factory.js +93 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/index.d.ts +2 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts/utils/math/index.js +8 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/index.d.ts +2 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/index.js +40 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/index.d.ts +2 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/index.js +40 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.d.ts +26 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/Initializable__factory.js +42 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/index.d.ts +2 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/contracts-upgradeable/proxy/utils/index.js +8 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/index.d.ts +3 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/@openzeppelin/index.js +41 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.d.ts +415 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowAccessControl__factory.js +547 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.d.ts +151 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowErrors__factory.js +205 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.d.ts +151 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/EscrowSignature__factory.js +205 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.d.ts +1217 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/Escrow__factory.js +1582 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.d.ts +99 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/TokensWhitelist__factory.js +139 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/index.d.ts +6 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/contracts/escrow/index.js +16 -0
- package/build/contracts/typechain-types/factories/contracts/index.d.ts +3 -0
- package/build/contracts/typechain-types/factories/contracts/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/contracts/index.js +41 -0
- package/build/contracts/typechain-types/factories/contracts/mock/erc20/ERC20Mock__factory.d.ts +283 -0
- package/build/contracts/typechain-types/factories/contracts/mock/erc20/ERC20Mock__factory.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/contracts/mock/erc20/ERC20Mock__factory.js +381 -0
- package/build/contracts/typechain-types/factories/contracts/mock/erc20/index.d.ts +2 -0
- package/build/contracts/typechain-types/factories/contracts/mock/erc20/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/contracts/mock/erc20/index.js +8 -0
- package/build/contracts/typechain-types/factories/contracts/mock/index.d.ts +2 -0
- package/build/contracts/typechain-types/factories/contracts/mock/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/contracts/mock/index.js +40 -0
- package/build/contracts/typechain-types/factories/index.d.ts +3 -0
- package/build/contracts/typechain-types/factories/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/factories/index.js +41 -0
- package/build/contracts/typechain-types/index.d.ts +52 -0
- package/build/contracts/typechain-types/index.d.ts.map +1 -0
- package/build/contracts/typechain-types/index.js +83 -0
- package/build/contracts/types/escrow.d.ts +42 -0
- package/build/contracts/types/escrow.d.ts.map +1 -0
- package/build/contracts/types/escrow.js +20 -0
- package/build/entities/Checkpoint.d.ts +11 -0
- package/build/entities/Checkpoint.d.ts.map +1 -0
- package/build/entities/Checkpoint.js +52 -0
- package/build/entities/ClaimHistory.d.ts +17 -0
- package/build/entities/ClaimHistory.d.ts.map +1 -0
- package/build/entities/ClaimHistory.js +73 -0
- package/build/entities/ClaimJob.d.ts +27 -0
- package/build/entities/ClaimJob.d.ts.map +1 -0
- package/build/entities/ClaimJob.js +113 -0
- package/build/entities/CryptoConfirmationLocks.d.ts +14 -0
- package/build/entities/CryptoConfirmationLocks.d.ts.map +1 -0
- package/build/entities/CryptoConfirmationLocks.js +65 -0
- package/build/entities/DepositAddress.d.ts +12 -0
- package/build/entities/DepositAddress.d.ts.map +1 -0
- package/build/entities/DepositAddress.js +56 -0
- package/build/entities/DepositWalletBalance.d.ts +16 -0
- package/build/entities/DepositWalletBalance.d.ts.map +1 -0
- package/build/entities/DepositWalletBalance.js +72 -0
- package/build/entities/SweepHistory.d.ts +16 -0
- package/build/entities/SweepHistory.d.ts.map +1 -0
- package/build/entities/SweepHistory.js +72 -0
- package/build/entities/SweepJob.d.ts +26 -0
- package/build/entities/SweepJob.d.ts.map +1 -0
- package/build/entities/SweepJob.js +116 -0
- package/build/entities/WalletIndex.d.ts +8 -0
- package/build/entities/WalletIndex.d.ts.map +1 -0
- package/build/entities/WalletIndex.js +40 -0
- package/build/errors/AdminErrors.d.ts +25 -0
- package/build/errors/AdminErrors.d.ts.map +1 -0
- package/build/errors/AdminErrors.js +45 -0
- package/build/errors/AlchemyErrors.d.ts +34 -0
- package/build/errors/AlchemyErrors.d.ts.map +1 -0
- package/build/errors/AlchemyErrors.js +79 -0
- package/build/errors/BalanceErrors.d.ts +23 -0
- package/build/errors/BalanceErrors.d.ts.map +1 -0
- package/build/errors/BalanceErrors.js +45 -0
- package/build/errors/DatabaseErrors.d.ts +25 -0
- package/build/errors/DatabaseErrors.d.ts.map +1 -0
- package/build/errors/DatabaseErrors.js +49 -0
- package/build/errors/TransactionsErrors.d.ts +37 -0
- package/build/errors/TransactionsErrors.d.ts.map +1 -0
- package/build/errors/TransactionsErrors.js +95 -0
- package/build/errors/VoltageErrors.d.ts +29 -0
- package/build/errors/VoltageErrors.d.ts.map +1 -0
- package/build/errors/VoltageErrors.js +69 -0
- package/build/errors/WalletErrors.d.ts +26 -0
- package/build/errors/WalletErrors.d.ts.map +1 -0
- package/build/errors/WalletErrors.js +55 -0
- package/build/errors/errors.d.ts +74 -0
- package/build/errors/errors.d.ts.map +1 -0
- package/build/errors/errors.js +117 -0
- package/build/errors/index.d.ts +81 -0
- package/build/errors/index.d.ts.map +1 -0
- package/build/errors/index.js +78 -0
- package/build/index.d.ts +95 -0
- package/build/index.d.ts.map +1 -0
- package/build/index.js +208 -0
- package/build/interfaces/config.d.ts +75 -0
- package/build/interfaces/config.d.ts.map +1 -0
- package/build/interfaces/config.js +2 -0
- package/build/interfaces/database.d.ts +29 -0
- package/build/interfaces/database.d.ts.map +1 -0
- package/build/interfaces/database.js +2 -0
- package/build/interfaces.d.ts +311 -0
- package/build/interfaces.d.ts.map +1 -0
- package/build/interfaces.js +12 -0
- package/build/services/AccountingService.d.ts +34 -0
- package/build/services/AccountingService.d.ts.map +1 -0
- package/build/services/AccountingService.js +239 -0
- package/build/services/AlchemyService.d.ts +47 -0
- package/build/services/AlchemyService.d.ts.map +1 -0
- package/build/services/AlchemyService.js +239 -0
- package/build/services/AlchemyWebhookSignature.d.ts +16 -0
- package/build/services/AlchemyWebhookSignature.d.ts.map +1 -0
- package/build/services/AlchemyWebhookSignature.js +119 -0
- package/build/services/AlchemyWebhooks.d.ts +87 -0
- package/build/services/AlchemyWebhooks.d.ts.map +1 -0
- package/build/services/AlchemyWebhooks.js +406 -0
- package/build/services/AsyncTTLCache.d.ts +12 -0
- package/build/services/AsyncTTLCache.d.ts.map +1 -0
- package/build/services/AsyncTTLCache.js +67 -0
- package/build/services/AzureEventHubHandler.d.ts +32 -0
- package/build/services/AzureEventHubHandler.d.ts.map +1 -0
- package/build/services/AzureEventHubHandler.js +139 -0
- package/build/services/BalanceService.d.ts +39 -0
- package/build/services/BalanceService.d.ts.map +1 -0
- package/build/services/BalanceService.js +482 -0
- package/build/services/ChainManager.d.ts +86 -0
- package/build/services/ChainManager.d.ts.map +1 -0
- package/build/services/ChainManager.js +440 -0
- package/build/services/ClaimHistoryService.d.ts +40 -0
- package/build/services/ClaimHistoryService.d.ts.map +1 -0
- package/build/services/ClaimHistoryService.js +121 -0
- package/build/services/ClaimJobService.d.ts +45 -0
- package/build/services/ClaimJobService.d.ts.map +1 -0
- package/build/services/ClaimJobService.js +398 -0
- package/build/services/CryptoConfirmationLocksService.d.ts +13 -0
- package/build/services/CryptoConfirmationLocksService.d.ts.map +1 -0
- package/build/services/CryptoConfirmationLocksService.js +46 -0
- package/build/services/CryptoKeysManager.d.ts +16 -0
- package/build/services/CryptoKeysManager.d.ts.map +1 -0
- package/build/services/CryptoKeysManager.js +136 -0
- package/build/services/DepositAddressService.d.ts +41 -0
- package/build/services/DepositAddressService.d.ts.map +1 -0
- package/build/services/DepositAddressService.js +264 -0
- package/build/services/ElasticSearch.d.ts +19 -0
- package/build/services/ElasticSearch.d.ts.map +1 -0
- package/build/services/ElasticSearch.js +104 -0
- package/build/services/EventsHandler.d.ts +11 -0
- package/build/services/EventsHandler.d.ts.map +1 -0
- package/build/services/EventsHandler.js +39 -0
- package/build/services/EventsService.d.ts +44 -0
- package/build/services/EventsService.d.ts.map +1 -0
- package/build/services/EventsService.js +234 -0
- package/build/services/InvoiceQueue.d.ts +56 -0
- package/build/services/InvoiceQueue.d.ts.map +1 -0
- package/build/services/InvoiceQueue.js +297 -0
- package/build/services/KeyVaultService.d.ts +14 -0
- package/build/services/KeyVaultService.d.ts.map +1 -0
- package/build/services/KeyVaultService.js +92 -0
- package/build/services/PriceCache.d.ts +19 -0
- package/build/services/PriceCache.d.ts.map +1 -0
- package/build/services/PriceCache.js +125 -0
- package/build/services/ProviderManager.d.ts +41 -0
- package/build/services/ProviderManager.d.ts.map +1 -0
- package/build/services/ProviderManager.js +106 -0
- package/build/services/QuicknodeWebhookSignature.d.ts +14 -0
- package/build/services/QuicknodeWebhookSignature.d.ts.map +1 -0
- package/build/services/QuicknodeWebhookSignature.js +119 -0
- package/build/services/Redis.d.ts +41 -0
- package/build/services/Redis.d.ts.map +1 -0
- package/build/services/Redis.js +317 -0
- package/build/services/RedisListQueue.d.ts +15 -0
- package/build/services/RedisListQueue.d.ts.map +1 -0
- package/build/services/RedisListQueue.js +81 -0
- package/build/services/RedisPubSub.d.ts +41 -0
- package/build/services/RedisPubSub.d.ts.map +1 -0
- package/build/services/RedisPubSub.js +254 -0
- package/build/services/RedisQueue.d.ts +18 -0
- package/build/services/RedisQueue.d.ts.map +1 -0
- package/build/services/RedisQueue.js +82 -0
- package/build/services/StorageService.d.ts +12 -0
- package/build/services/StorageService.d.ts.map +1 -0
- package/build/services/StorageService.js +92 -0
- package/build/services/SweepHistoryService.d.ts +15 -0
- package/build/services/SweepHistoryService.d.ts.map +1 -0
- package/build/services/SweepHistoryService.js +52 -0
- package/build/services/SweepJobService.d.ts +52 -0
- package/build/services/SweepJobService.d.ts.map +1 -0
- package/build/services/SweepJobService.js +716 -0
- package/build/services/TimerManager.d.ts +44 -0
- package/build/services/TimerManager.d.ts.map +1 -0
- package/build/services/TimerManager.js +231 -0
- package/build/services/WalletIndexService.d.ts +11 -0
- package/build/services/WalletIndexService.d.ts.map +1 -0
- package/build/services/WalletIndexService.js +73 -0
- package/build/services/WalletManager.d.ts +42 -0
- package/build/services/WalletManager.d.ts.map +1 -0
- package/build/services/WalletManager.js +359 -0
- package/build/services/WithdrawalManager.d.ts +51 -0
- package/build/services/WithdrawalManager.d.ts.map +1 -0
- package/build/services/WithdrawalManager.js +368 -0
- package/build/services/Worker.d.ts +25 -0
- package/build/services/Worker.d.ts.map +1 -0
- package/build/services/Worker.js +115 -0
- package/build/services/solana/escrow/SolanaEscrowAdmin.d.ts +102 -0
- package/build/services/solana/escrow/SolanaEscrowAdmin.d.ts.map +1 -0
- package/build/services/solana/escrow/SolanaEscrowAdmin.js +209 -0
- package/build/services/solana/escrow/SolanaEscrowInteraction.d.ts +50 -0
- package/build/services/solana/escrow/SolanaEscrowInteraction.d.ts.map +1 -0
- package/build/services/solana/escrow/SolanaEscrowInteraction.js +235 -0
- package/build/services/solana/escrow/idl/escrow.json +2941 -0
- package/build/services/solana/escrow/index.d.ts +5 -0
- package/build/services/solana/escrow/index.d.ts.map +1 -0
- package/build/services/solana/escrow/index.js +20 -0
- package/build/services/solana/escrow/services/Errors.d.ts +19 -0
- package/build/services/solana/escrow/services/Errors.d.ts.map +1 -0
- package/build/services/solana/escrow/services/Errors.js +29 -0
- package/build/services/solana/escrow/services/EscrowAdminUtility.d.ts +121 -0
- package/build/services/solana/escrow/services/EscrowAdminUtility.d.ts.map +1 -0
- package/build/services/solana/escrow/services/EscrowAdminUtility.js +663 -0
- package/build/services/solana/escrow/services/EscrowService.d.ts +15 -0
- package/build/services/solana/escrow/services/EscrowService.d.ts.map +1 -0
- package/build/services/solana/escrow/services/EscrowService.js +155 -0
- package/build/services/solana/escrow/services/EscrowUtility.d.ts +58 -0
- package/build/services/solana/escrow/services/EscrowUtility.d.ts.map +1 -0
- package/build/services/solana/escrow/services/EscrowUtility.js +318 -0
- package/build/services/solana/escrow/services/TokenAccountService.d.ts +10 -0
- package/build/services/solana/escrow/services/TokenAccountService.d.ts.map +1 -0
- package/build/services/solana/escrow/services/TokenAccountService.js +145 -0
- package/build/services/solana/escrow/services/TransactionsService.d.ts +12 -0
- package/build/services/solana/escrow/services/TransactionsService.d.ts.map +1 -0
- package/build/services/solana/escrow/services/TransactionsService.js +44 -0
- package/build/services/solana/escrow/services/index.d.ts +7 -0
- package/build/services/solana/escrow/services/index.d.ts.map +1 -0
- package/build/services/solana/escrow/services/index.js +22 -0
- package/build/services/solana/escrow/types/custom.d.ts +14 -0
- package/build/services/solana/escrow/types/custom.d.ts.map +1 -0
- package/build/services/solana/escrow/types/custom.js +2 -0
- package/build/services/solana/escrow/types/escrow.d.ts +2948 -0
- package/build/services/solana/escrow/types/escrow.d.ts.map +1 -0
- package/build/services/solana/escrow/types/escrow.js +2 -0
- package/build/services/solana/escrow/types/index.d.ts +3 -0
- package/build/services/solana/escrow/types/index.d.ts.map +1 -0
- package/build/services/solana/escrow/types/index.js +18 -0
- package/build/services/solana/escrow/types/types.d.ts +19 -0
- package/build/services/solana/escrow/types/types.d.ts.map +1 -0
- package/build/services/solana/escrow/types/types.js +2 -0
- package/build/services/solana/index.d.ts +2 -0
- package/build/services/solana/index.d.ts.map +1 -0
- package/build/services/solana/index.js +17 -0
- package/build/services/tron/index.d.ts +5 -0
- package/build/services/tron/index.d.ts.map +1 -0
- package/build/services/tron/index.js +21 -0
- package/build/services/tron/services/BitQueryQueue.d.ts +13 -0
- package/build/services/tron/services/BitQueryQueue.d.ts.map +1 -0
- package/build/services/tron/services/BitQueryQueue.js +22 -0
- package/build/services/tron/services/BitQuerySubscription.d.ts +5 -0
- package/build/services/tron/services/BitQuerySubscription.d.ts.map +1 -0
- package/build/services/tron/services/BitQuerySubscription.js +7 -0
- package/build/services/tron/services/Escrow.d.ts +1 -0
- package/build/services/tron/services/Escrow.d.ts.map +1 -0
- package/build/services/tron/services/Escrow.js +1 -0
- package/build/services/tron/services/Transactions.d.ts +33 -0
- package/build/services/tron/services/Transactions.d.ts.map +1 -0
- package/build/services/tron/services/Transactions.js +164 -0
- package/build/services/tron/services/TronCustodialWallet.d.ts +17 -0
- package/build/services/tron/services/TronCustodialWallet.d.ts.map +1 -0
- package/build/services/tron/services/TronCustodialWallet.js +46 -0
- package/build/services/tron/services/TronFundingWallet.d.ts +30 -0
- package/build/services/tron/services/TronFundingWallet.d.ts.map +1 -0
- package/build/services/tron/services/TronFundingWallet.js +57 -0
- package/build/services/tron/services/TronHelper.d.ts +11 -0
- package/build/services/tron/services/TronHelper.d.ts.map +1 -0
- package/build/services/tron/services/TronHelper.js +29 -0
- package/build/services/tron/services/TronHotWallet.d.ts +29 -0
- package/build/services/tron/services/TronHotWallet.d.ts.map +1 -0
- package/build/services/tron/services/TronHotWallet.js +168 -0
- package/build/services/tron/services/TronSigner.d.ts +12 -0
- package/build/services/tron/services/TronSigner.d.ts.map +1 -0
- package/build/services/tron/services/TronSigner.js +51 -0
- package/build/services/tron/services/TronWallet.d.ts +32 -0
- package/build/services/tron/services/TronWallet.d.ts.map +1 -0
- package/build/services/tron/services/TronWallet.js +110 -0
- package/build/services/tron/types/bitquery.d.ts +26 -0
- package/build/services/tron/types/bitquery.d.ts.map +1 -0
- package/build/services/tron/types/bitquery.js +3 -0
- package/build/services/tron/types/index.d.ts +3 -0
- package/build/services/tron/types/index.d.ts.map +1 -0
- package/build/services/tron/types/index.js +18 -0
- package/build/services/tron/types/transactions.d.ts +36 -0
- package/build/services/tron/types/transactions.d.ts.map +1 -0
- package/build/services/tron/types/transactions.js +3 -0
- package/build/services/tron/types/tron_helper.d.ts +25 -0
- package/build/services/tron/types/tron_helper.d.ts.map +1 -0
- package/build/services/tron/types/tron_helper.js +3 -0
- package/build/services/types/RedisPubSub.d.ts +11 -0
- package/build/services/types/RedisPubSub.d.ts.map +1 -0
- package/build/services/types/RedisPubSub.js +15 -0
- package/build/services/types/accounting_service.d.ts +7 -0
- package/build/services/types/accounting_service.d.ts.map +1 -0
- package/build/services/types/accounting_service.js +2 -0
- package/build/services/types/alchemy.d.ts +243 -0
- package/build/services/types/alchemy.d.ts.map +1 -0
- package/build/services/types/alchemy.js +3 -0
- package/build/services/types/azure_event_hub_handler.d.ts +18 -0
- package/build/services/types/azure_event_hub_handler.d.ts.map +1 -0
- package/build/services/types/azure_event_hub_handler.js +20 -0
- package/build/services/types/balance_service.d.ts +10 -0
- package/build/services/types/balance_service.d.ts.map +1 -0
- package/build/services/types/balance_service.js +2 -0
- package/build/services/types/chain_manager.d.ts +49 -0
- package/build/services/types/chain_manager.d.ts.map +1 -0
- package/build/services/types/chain_manager.js +2 -0
- package/build/services/types/claim.d.ts +42 -0
- package/build/services/types/claim.d.ts.map +1 -0
- package/build/services/types/claim.js +2 -0
- package/build/services/types/claim_job_service.d.ts +54 -0
- package/build/services/types/claim_job_service.d.ts.map +1 -0
- package/build/services/types/claim_job_service.js +2 -0
- package/build/services/types/crypto_confirmation_locks_service.d.ts +6 -0
- package/build/services/types/crypto_confirmation_locks_service.d.ts.map +1 -0
- package/build/services/types/crypto_confirmation_locks_service.js +2 -0
- package/build/services/types/events_service.d.ts +57 -0
- package/build/services/types/events_service.d.ts.map +1 -0
- package/build/services/types/events_service.js +2 -0
- package/build/services/types/index.d.ts +16 -0
- package/build/services/types/index.d.ts.map +1 -0
- package/build/services/types/index.js +31 -0
- package/build/services/types/lightning.d.ts +129 -0
- package/build/services/types/lightning.d.ts.map +1 -0
- package/build/services/types/lightning.js +2 -0
- package/build/services/types/quicknode.d.ts +7 -0
- package/build/services/types/quicknode.d.ts.map +1 -0
- package/build/services/types/quicknode.js +2 -0
- package/build/services/types/sweep_job_service.d.ts +9 -0
- package/build/services/types/sweep_job_service.d.ts.map +1 -0
- package/build/services/types/sweep_job_service.js +3 -0
- package/build/services/types/timer_manager.d.ts +6 -0
- package/build/services/types/timer_manager.d.ts.map +1 -0
- package/build/services/types/timer_manager.js +2 -0
- package/build/services/types/wallet_manager.d.ts +36 -0
- package/build/services/types/wallet_manager.d.ts.map +1 -0
- package/build/services/types/wallet_manager.js +2 -0
- package/build/services/types/withdrawal.d.ts +48 -0
- package/build/services/types/withdrawal.d.ts.map +1 -0
- package/build/services/types/withdrawal.js +50 -0
- package/build/services/types/withdrawal_manager.d.ts +14 -0
- package/build/services/types/withdrawal_manager.d.ts.map +1 -0
- package/build/services/types/withdrawal_manager.js +2 -0
- package/build/services/utils/alchemy.d.ts +6 -0
- package/build/services/utils/alchemy.d.ts.map +1 -0
- package/build/services/utils/alchemy.js +155 -0
- package/build/services/utils/graphql.d.ts +2 -0
- package/build/services/utils/graphql.d.ts.map +1 -0
- package/build/services/utils/graphql.js +46 -0
- package/build/utils/AsyncRateLimiter.d.ts +23 -0
- package/build/utils/AsyncRateLimiter.d.ts.map +1 -0
- package/build/utils/AsyncRateLimiter.js +84 -0
- package/build/utils/AsyncTTLCache.d.ts +12 -0
- package/build/utils/AsyncTTLCache.d.ts.map +1 -0
- package/build/utils/AsyncTTLCache.js +69 -0
- package/build/utils/Logger.d.ts +67 -0
- package/build/utils/Logger.d.ts.map +1 -0
- package/build/utils/Logger.js +171 -0
- package/build/utils/MemoryMonitor.d.ts +12 -0
- package/build/utils/MemoryMonitor.d.ts.map +1 -0
- package/build/utils/MemoryMonitor.js +59 -0
- package/build/utils/Parsing.d.ts +13 -0
- package/build/utils/Parsing.d.ts.map +1 -0
- package/build/utils/Parsing.js +84 -0
- package/build/utils/RpcLimiter.d.ts +10 -0
- package/build/utils/RpcLimiter.d.ts.map +1 -0
- package/build/utils/RpcLimiter.js +28 -0
- package/build/utils/Utility.d.ts +23 -0
- package/build/utils/Utility.d.ts.map +1 -0
- package/build/utils/Utility.js +211 -0
- package/build/utils/Wallets.d.ts +4 -0
- package/build/utils/Wallets.d.ts.map +1 -0
- package/build/utils/Wallets.js +68 -0
- package/build/utils/custodial.d.ts +32 -0
- package/build/utils/custodial.d.ts.map +1 -0
- package/build/utils/custodial.js +291 -0
- package/build/utils/solana.d.ts +150 -0
- package/build/utils/solana.d.ts.map +1 -0
- package/build/utils/solana.js +658 -0
- package/package.json +107 -0
|
@@ -0,0 +1,1582 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.Escrow__factory = void 0;
|
|
4
|
+
/* Autogenerated file. Do not edit manually. */
|
|
5
|
+
/* tslint:disable */
|
|
6
|
+
/* eslint-disable */
|
|
7
|
+
const ethers_1 = require("ethers");
|
|
8
|
+
const _abi = [
|
|
9
|
+
{
|
|
10
|
+
inputs: [],
|
|
11
|
+
name: "AccessControlBadConfirmation",
|
|
12
|
+
type: "error",
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
inputs: [
|
|
16
|
+
{
|
|
17
|
+
internalType: "address",
|
|
18
|
+
name: "account",
|
|
19
|
+
type: "address",
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
internalType: "bytes32",
|
|
23
|
+
name: "neededRole",
|
|
24
|
+
type: "bytes32",
|
|
25
|
+
},
|
|
26
|
+
],
|
|
27
|
+
name: "AccessControlUnauthorizedAccount",
|
|
28
|
+
type: "error",
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
inputs: [],
|
|
32
|
+
name: "ContractBusy",
|
|
33
|
+
type: "error",
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
inputs: [],
|
|
37
|
+
name: "ContractPaused",
|
|
38
|
+
type: "error",
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
inputs: [],
|
|
42
|
+
name: "DepositOnlyERC20",
|
|
43
|
+
type: "error",
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
inputs: [],
|
|
47
|
+
name: "EmptyPayload",
|
|
48
|
+
type: "error",
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
inputs: [],
|
|
52
|
+
name: "EtherDirectTransferNotAllowed",
|
|
53
|
+
type: "error",
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
inputs: [
|
|
57
|
+
{
|
|
58
|
+
internalType: "uint8",
|
|
59
|
+
name: "limit",
|
|
60
|
+
type: "uint8",
|
|
61
|
+
},
|
|
62
|
+
],
|
|
63
|
+
name: "ExceedsLimit",
|
|
64
|
+
type: "error",
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
inputs: [],
|
|
68
|
+
name: "ExceedsMaxBatch",
|
|
69
|
+
type: "error",
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
inputs: [
|
|
73
|
+
{
|
|
74
|
+
internalType: "address",
|
|
75
|
+
name: "holder",
|
|
76
|
+
type: "address",
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
internalType: "address",
|
|
80
|
+
name: "tokenAddress",
|
|
81
|
+
type: "address",
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
internalType: "uint256",
|
|
85
|
+
name: "available",
|
|
86
|
+
type: "uint256",
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
internalType: "uint256",
|
|
90
|
+
name: "requested",
|
|
91
|
+
type: "uint256",
|
|
92
|
+
},
|
|
93
|
+
],
|
|
94
|
+
name: "InsufficientBalance",
|
|
95
|
+
type: "error",
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
inputs: [],
|
|
99
|
+
name: "InsufficientReserves",
|
|
100
|
+
type: "error",
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
inputs: [],
|
|
104
|
+
name: "InvalidInitialization",
|
|
105
|
+
type: "error",
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
inputs: [],
|
|
109
|
+
name: "InvalidSignature",
|
|
110
|
+
type: "error",
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
inputs: [],
|
|
114
|
+
name: "NotAdmin",
|
|
115
|
+
type: "error",
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
inputs: [],
|
|
119
|
+
name: "NotAllowedNativeTransfer",
|
|
120
|
+
type: "error",
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
inputs: [],
|
|
124
|
+
name: "NotAuthorized",
|
|
125
|
+
type: "error",
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
inputs: [],
|
|
129
|
+
name: "NotInitializing",
|
|
130
|
+
type: "error",
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
inputs: [],
|
|
134
|
+
name: "RejectTransferSelf",
|
|
135
|
+
type: "error",
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
inputs: [
|
|
139
|
+
{
|
|
140
|
+
internalType: "uint256",
|
|
141
|
+
name: "requestId",
|
|
142
|
+
type: "uint256",
|
|
143
|
+
},
|
|
144
|
+
],
|
|
145
|
+
name: "RequestAlreadyFulfilled",
|
|
146
|
+
type: "error",
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
inputs: [],
|
|
150
|
+
name: "SignatureAlreadyUsed",
|
|
151
|
+
type: "error",
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
inputs: [
|
|
155
|
+
{
|
|
156
|
+
internalType: "address",
|
|
157
|
+
name: "tokenAddress",
|
|
158
|
+
type: "address",
|
|
159
|
+
},
|
|
160
|
+
],
|
|
161
|
+
name: "TokenNotAllowed",
|
|
162
|
+
type: "error",
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
inputs: [
|
|
166
|
+
{
|
|
167
|
+
internalType: "address",
|
|
168
|
+
name: "sender",
|
|
169
|
+
type: "address",
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
internalType: "address",
|
|
173
|
+
name: "receiver",
|
|
174
|
+
type: "address",
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
internalType: "address",
|
|
178
|
+
name: "token",
|
|
179
|
+
type: "address",
|
|
180
|
+
},
|
|
181
|
+
],
|
|
182
|
+
name: "TransferError",
|
|
183
|
+
type: "error",
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
inputs: [],
|
|
187
|
+
name: "ZeroAddress",
|
|
188
|
+
type: "error",
|
|
189
|
+
},
|
|
190
|
+
{
|
|
191
|
+
inputs: [],
|
|
192
|
+
name: "ZeroValue",
|
|
193
|
+
type: "error",
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
inputs: [
|
|
197
|
+
{
|
|
198
|
+
internalType: "address",
|
|
199
|
+
name: "wallet",
|
|
200
|
+
type: "address",
|
|
201
|
+
},
|
|
202
|
+
],
|
|
203
|
+
name: "ZeroValueTx",
|
|
204
|
+
type: "error",
|
|
205
|
+
},
|
|
206
|
+
{
|
|
207
|
+
anonymous: false,
|
|
208
|
+
inputs: [
|
|
209
|
+
{
|
|
210
|
+
indexed: false,
|
|
211
|
+
internalType: "address",
|
|
212
|
+
name: "caller",
|
|
213
|
+
type: "address",
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
indexed: false,
|
|
217
|
+
internalType: "address",
|
|
218
|
+
name: "receiver",
|
|
219
|
+
type: "address",
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
indexed: false,
|
|
223
|
+
internalType: "uint256",
|
|
224
|
+
name: "amount",
|
|
225
|
+
type: "uint256",
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
indexed: false,
|
|
229
|
+
internalType: "address",
|
|
230
|
+
name: "tokenAddress",
|
|
231
|
+
type: "address",
|
|
232
|
+
},
|
|
233
|
+
],
|
|
234
|
+
name: "AdminWithdraw",
|
|
235
|
+
type: "event",
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
anonymous: false,
|
|
239
|
+
inputs: [
|
|
240
|
+
{
|
|
241
|
+
indexed: false,
|
|
242
|
+
internalType: "address",
|
|
243
|
+
name: "payer",
|
|
244
|
+
type: "address",
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
indexed: false,
|
|
248
|
+
internalType: "address",
|
|
249
|
+
name: "tokenAddress",
|
|
250
|
+
type: "address",
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
indexed: false,
|
|
254
|
+
internalType: "uint256",
|
|
255
|
+
name: "amount",
|
|
256
|
+
type: "uint256",
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
indexed: false,
|
|
260
|
+
internalType: "string",
|
|
261
|
+
name: "bonusCode",
|
|
262
|
+
type: "string",
|
|
263
|
+
},
|
|
264
|
+
],
|
|
265
|
+
name: "Deposit",
|
|
266
|
+
type: "event",
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
anonymous: false,
|
|
270
|
+
inputs: [],
|
|
271
|
+
name: "FundWallets",
|
|
272
|
+
type: "event",
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
anonymous: false,
|
|
276
|
+
inputs: [
|
|
277
|
+
{
|
|
278
|
+
indexed: false,
|
|
279
|
+
internalType: "address",
|
|
280
|
+
name: "funder",
|
|
281
|
+
type: "address",
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
indexed: false,
|
|
285
|
+
internalType: "address",
|
|
286
|
+
name: "token",
|
|
287
|
+
type: "address",
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
indexed: false,
|
|
291
|
+
internalType: "uint256",
|
|
292
|
+
name: "amount",
|
|
293
|
+
type: "uint256",
|
|
294
|
+
},
|
|
295
|
+
],
|
|
296
|
+
name: "FundedContract",
|
|
297
|
+
type: "event",
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
anonymous: false,
|
|
301
|
+
inputs: [
|
|
302
|
+
{
|
|
303
|
+
indexed: false,
|
|
304
|
+
internalType: "uint64",
|
|
305
|
+
name: "version",
|
|
306
|
+
type: "uint64",
|
|
307
|
+
},
|
|
308
|
+
],
|
|
309
|
+
name: "Initialized",
|
|
310
|
+
type: "event",
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
anonymous: false,
|
|
314
|
+
inputs: [
|
|
315
|
+
{
|
|
316
|
+
indexed: false,
|
|
317
|
+
internalType: "address",
|
|
318
|
+
name: "user",
|
|
319
|
+
type: "address",
|
|
320
|
+
},
|
|
321
|
+
{
|
|
322
|
+
indexed: false,
|
|
323
|
+
internalType: "address",
|
|
324
|
+
name: "requestedToken",
|
|
325
|
+
type: "address",
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
indexed: false,
|
|
329
|
+
internalType: "uint256",
|
|
330
|
+
name: "amountRequested",
|
|
331
|
+
type: "uint256",
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
indexed: false,
|
|
335
|
+
internalType: "uint256",
|
|
336
|
+
name: "availableReserves",
|
|
337
|
+
type: "uint256",
|
|
338
|
+
},
|
|
339
|
+
],
|
|
340
|
+
name: "LowReserves",
|
|
341
|
+
type: "event",
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
anonymous: false,
|
|
345
|
+
inputs: [
|
|
346
|
+
{
|
|
347
|
+
indexed: true,
|
|
348
|
+
internalType: "bytes32",
|
|
349
|
+
name: "role",
|
|
350
|
+
type: "bytes32",
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
indexed: true,
|
|
354
|
+
internalType: "bytes32",
|
|
355
|
+
name: "previousAdminRole",
|
|
356
|
+
type: "bytes32",
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
indexed: true,
|
|
360
|
+
internalType: "bytes32",
|
|
361
|
+
name: "newAdminRole",
|
|
362
|
+
type: "bytes32",
|
|
363
|
+
},
|
|
364
|
+
],
|
|
365
|
+
name: "RoleAdminChanged",
|
|
366
|
+
type: "event",
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
anonymous: false,
|
|
370
|
+
inputs: [
|
|
371
|
+
{
|
|
372
|
+
indexed: true,
|
|
373
|
+
internalType: "bytes32",
|
|
374
|
+
name: "role",
|
|
375
|
+
type: "bytes32",
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
indexed: true,
|
|
379
|
+
internalType: "address",
|
|
380
|
+
name: "account",
|
|
381
|
+
type: "address",
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
indexed: true,
|
|
385
|
+
internalType: "address",
|
|
386
|
+
name: "sender",
|
|
387
|
+
type: "address",
|
|
388
|
+
},
|
|
389
|
+
],
|
|
390
|
+
name: "RoleGranted",
|
|
391
|
+
type: "event",
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
anonymous: false,
|
|
395
|
+
inputs: [
|
|
396
|
+
{
|
|
397
|
+
indexed: true,
|
|
398
|
+
internalType: "bytes32",
|
|
399
|
+
name: "role",
|
|
400
|
+
type: "bytes32",
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
indexed: true,
|
|
404
|
+
internalType: "address",
|
|
405
|
+
name: "account",
|
|
406
|
+
type: "address",
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
indexed: true,
|
|
410
|
+
internalType: "address",
|
|
411
|
+
name: "sender",
|
|
412
|
+
type: "address",
|
|
413
|
+
},
|
|
414
|
+
],
|
|
415
|
+
name: "RoleRevoked",
|
|
416
|
+
type: "event",
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
anonymous: false,
|
|
420
|
+
inputs: [
|
|
421
|
+
{
|
|
422
|
+
indexed: false,
|
|
423
|
+
internalType: "address",
|
|
424
|
+
name: "caller",
|
|
425
|
+
type: "address",
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
indexed: false,
|
|
429
|
+
internalType: "address",
|
|
430
|
+
name: "from",
|
|
431
|
+
type: "address",
|
|
432
|
+
},
|
|
433
|
+
{
|
|
434
|
+
indexed: false,
|
|
435
|
+
internalType: "address",
|
|
436
|
+
name: "to",
|
|
437
|
+
type: "address",
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
indexed: false,
|
|
441
|
+
internalType: "address",
|
|
442
|
+
name: "token",
|
|
443
|
+
type: "address",
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
indexed: false,
|
|
447
|
+
internalType: "uint256",
|
|
448
|
+
name: "amount",
|
|
449
|
+
type: "uint256",
|
|
450
|
+
},
|
|
451
|
+
],
|
|
452
|
+
name: "SweepTokens",
|
|
453
|
+
type: "event",
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
anonymous: false,
|
|
457
|
+
inputs: [
|
|
458
|
+
{
|
|
459
|
+
indexed: false,
|
|
460
|
+
internalType: "address",
|
|
461
|
+
name: "token",
|
|
462
|
+
type: "address",
|
|
463
|
+
},
|
|
464
|
+
],
|
|
465
|
+
name: "TokenAdded",
|
|
466
|
+
type: "event",
|
|
467
|
+
},
|
|
468
|
+
{
|
|
469
|
+
anonymous: false,
|
|
470
|
+
inputs: [
|
|
471
|
+
{
|
|
472
|
+
indexed: false,
|
|
473
|
+
internalType: "address",
|
|
474
|
+
name: "token",
|
|
475
|
+
type: "address",
|
|
476
|
+
},
|
|
477
|
+
],
|
|
478
|
+
name: "TokenRemoved",
|
|
479
|
+
type: "event",
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
anonymous: false,
|
|
483
|
+
inputs: [
|
|
484
|
+
{
|
|
485
|
+
indexed: false,
|
|
486
|
+
internalType: "uint256",
|
|
487
|
+
name: "amount",
|
|
488
|
+
type: "uint256",
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
indexed: false,
|
|
492
|
+
internalType: "uint256",
|
|
493
|
+
name: "blockNumber",
|
|
494
|
+
type: "uint256",
|
|
495
|
+
},
|
|
496
|
+
],
|
|
497
|
+
name: "TransactionCount",
|
|
498
|
+
type: "event",
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
anonymous: false,
|
|
502
|
+
inputs: [
|
|
503
|
+
{
|
|
504
|
+
indexed: false,
|
|
505
|
+
internalType: "address",
|
|
506
|
+
name: "payer",
|
|
507
|
+
type: "address",
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
indexed: false,
|
|
511
|
+
internalType: "address",
|
|
512
|
+
name: "receiver",
|
|
513
|
+
type: "address",
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
indexed: false,
|
|
517
|
+
internalType: "address",
|
|
518
|
+
name: "tokenAddress",
|
|
519
|
+
type: "address",
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
indexed: false,
|
|
523
|
+
internalType: "uint256",
|
|
524
|
+
name: "amount",
|
|
525
|
+
type: "uint256",
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
indexed: false,
|
|
529
|
+
internalType: "uint256",
|
|
530
|
+
name: "requestId",
|
|
531
|
+
type: "uint256",
|
|
532
|
+
},
|
|
533
|
+
{
|
|
534
|
+
indexed: false,
|
|
535
|
+
internalType: "uint32",
|
|
536
|
+
name: "batchSize",
|
|
537
|
+
type: "uint32",
|
|
538
|
+
},
|
|
539
|
+
],
|
|
540
|
+
name: "Withdrawal",
|
|
541
|
+
type: "event",
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
inputs: [],
|
|
545
|
+
name: "DEFAULT_ADMIN_ROLE",
|
|
546
|
+
outputs: [
|
|
547
|
+
{
|
|
548
|
+
internalType: "bytes32",
|
|
549
|
+
name: "",
|
|
550
|
+
type: "bytes32",
|
|
551
|
+
},
|
|
552
|
+
],
|
|
553
|
+
stateMutability: "view",
|
|
554
|
+
type: "function",
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
inputs: [],
|
|
558
|
+
name: "DOMAIN_SEPARATOR",
|
|
559
|
+
outputs: [
|
|
560
|
+
{
|
|
561
|
+
internalType: "bytes32",
|
|
562
|
+
name: "",
|
|
563
|
+
type: "bytes32",
|
|
564
|
+
},
|
|
565
|
+
],
|
|
566
|
+
stateMutability: "view",
|
|
567
|
+
type: "function",
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
inputs: [],
|
|
571
|
+
name: "FUNDS_MANAGER_ROLE",
|
|
572
|
+
outputs: [
|
|
573
|
+
{
|
|
574
|
+
internalType: "bytes32",
|
|
575
|
+
name: "",
|
|
576
|
+
type: "bytes32",
|
|
577
|
+
},
|
|
578
|
+
],
|
|
579
|
+
stateMutability: "view",
|
|
580
|
+
type: "function",
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
inputs: [],
|
|
584
|
+
name: "OPERATOR_ROLE",
|
|
585
|
+
outputs: [
|
|
586
|
+
{
|
|
587
|
+
internalType: "bytes32",
|
|
588
|
+
name: "",
|
|
589
|
+
type: "bytes32",
|
|
590
|
+
},
|
|
591
|
+
],
|
|
592
|
+
stateMutability: "view",
|
|
593
|
+
type: "function",
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
inputs: [
|
|
597
|
+
{
|
|
598
|
+
internalType: "address",
|
|
599
|
+
name: "_operator",
|
|
600
|
+
type: "address",
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
internalType: "address",
|
|
604
|
+
name: "_owner",
|
|
605
|
+
type: "address",
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
internalType: "address",
|
|
609
|
+
name: "_fundsManager",
|
|
610
|
+
type: "address",
|
|
611
|
+
},
|
|
612
|
+
],
|
|
613
|
+
name: "__AccessControl_init",
|
|
614
|
+
outputs: [],
|
|
615
|
+
stateMutability: "nonpayable",
|
|
616
|
+
type: "function",
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
inputs: [
|
|
620
|
+
{
|
|
621
|
+
internalType: "string",
|
|
622
|
+
name: "_name",
|
|
623
|
+
type: "string",
|
|
624
|
+
},
|
|
625
|
+
{
|
|
626
|
+
internalType: "string",
|
|
627
|
+
name: "_version",
|
|
628
|
+
type: "string",
|
|
629
|
+
},
|
|
630
|
+
],
|
|
631
|
+
name: "__Signature_init",
|
|
632
|
+
outputs: [],
|
|
633
|
+
stateMutability: "nonpayable",
|
|
634
|
+
type: "function",
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
inputs: [
|
|
638
|
+
{
|
|
639
|
+
internalType: "address[]",
|
|
640
|
+
name: "_tokens",
|
|
641
|
+
type: "address[]",
|
|
642
|
+
},
|
|
643
|
+
],
|
|
644
|
+
name: "__TokensWhitelist_init",
|
|
645
|
+
outputs: [],
|
|
646
|
+
stateMutability: "nonpayable",
|
|
647
|
+
type: "function",
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
inputs: [
|
|
651
|
+
{
|
|
652
|
+
internalType: "address[]",
|
|
653
|
+
name: "tokens",
|
|
654
|
+
type: "address[]",
|
|
655
|
+
},
|
|
656
|
+
],
|
|
657
|
+
name: "addTokens",
|
|
658
|
+
outputs: [],
|
|
659
|
+
stateMutability: "nonpayable",
|
|
660
|
+
type: "function",
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
inputs: [
|
|
664
|
+
{
|
|
665
|
+
internalType: "uint256",
|
|
666
|
+
name: "amount",
|
|
667
|
+
type: "uint256",
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
internalType: "address",
|
|
671
|
+
name: "token",
|
|
672
|
+
type: "address",
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
internalType: "address",
|
|
676
|
+
name: "receiver",
|
|
677
|
+
type: "address",
|
|
678
|
+
},
|
|
679
|
+
],
|
|
680
|
+
name: "adminWithdraw",
|
|
681
|
+
outputs: [],
|
|
682
|
+
stateMutability: "nonpayable",
|
|
683
|
+
type: "function",
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
inputs: [
|
|
687
|
+
{
|
|
688
|
+
components: [
|
|
689
|
+
{
|
|
690
|
+
internalType: "address",
|
|
691
|
+
name: "wallet",
|
|
692
|
+
type: "address",
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
internalType: "address",
|
|
696
|
+
name: "token",
|
|
697
|
+
type: "address",
|
|
698
|
+
},
|
|
699
|
+
],
|
|
700
|
+
internalType: "struct Types.SweepJob[]",
|
|
701
|
+
name: "jobs",
|
|
702
|
+
type: "tuple[]",
|
|
703
|
+
},
|
|
704
|
+
],
|
|
705
|
+
name: "batchSweepERC20",
|
|
706
|
+
outputs: [
|
|
707
|
+
{
|
|
708
|
+
internalType: "bool",
|
|
709
|
+
name: "",
|
|
710
|
+
type: "bool",
|
|
711
|
+
},
|
|
712
|
+
],
|
|
713
|
+
stateMutability: "nonpayable",
|
|
714
|
+
type: "function",
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
inputs: [
|
|
718
|
+
{
|
|
719
|
+
components: [
|
|
720
|
+
{
|
|
721
|
+
internalType: "uint256",
|
|
722
|
+
name: "amount",
|
|
723
|
+
type: "uint256",
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
internalType: "uint256",
|
|
727
|
+
name: "requestId",
|
|
728
|
+
type: "uint256",
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
internalType: "address",
|
|
732
|
+
name: "tokenAddress",
|
|
733
|
+
type: "address",
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
internalType: "address",
|
|
737
|
+
name: "receiverAddress",
|
|
738
|
+
type: "address",
|
|
739
|
+
},
|
|
740
|
+
],
|
|
741
|
+
internalType: "struct Types.BatchWithdraw[]",
|
|
742
|
+
name: "requests",
|
|
743
|
+
type: "tuple[]",
|
|
744
|
+
},
|
|
745
|
+
],
|
|
746
|
+
name: "batch_withdraw",
|
|
747
|
+
outputs: [],
|
|
748
|
+
stateMutability: "nonpayable",
|
|
749
|
+
type: "function",
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
inputs: [
|
|
753
|
+
{
|
|
754
|
+
internalType: "address",
|
|
755
|
+
name: "newAdmin",
|
|
756
|
+
type: "address",
|
|
757
|
+
},
|
|
758
|
+
],
|
|
759
|
+
name: "changeAdmin",
|
|
760
|
+
outputs: [],
|
|
761
|
+
stateMutability: "nonpayable",
|
|
762
|
+
type: "function",
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
inputs: [
|
|
766
|
+
{
|
|
767
|
+
internalType: "string",
|
|
768
|
+
name: "bonusCode",
|
|
769
|
+
type: "string",
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
components: [
|
|
773
|
+
{
|
|
774
|
+
internalType: "uint8",
|
|
775
|
+
name: "v",
|
|
776
|
+
type: "uint8",
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
internalType: "bytes32",
|
|
780
|
+
name: "r",
|
|
781
|
+
type: "bytes32",
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
internalType: "bytes32",
|
|
785
|
+
name: "s",
|
|
786
|
+
type: "bytes32",
|
|
787
|
+
},
|
|
788
|
+
],
|
|
789
|
+
internalType: "struct Types.Signature",
|
|
790
|
+
name: "signature",
|
|
791
|
+
type: "tuple",
|
|
792
|
+
},
|
|
793
|
+
],
|
|
794
|
+
name: "deposit",
|
|
795
|
+
outputs: [],
|
|
796
|
+
stateMutability: "payable",
|
|
797
|
+
type: "function",
|
|
798
|
+
},
|
|
799
|
+
{
|
|
800
|
+
inputs: [
|
|
801
|
+
{
|
|
802
|
+
internalType: "uint256",
|
|
803
|
+
name: "amount",
|
|
804
|
+
type: "uint256",
|
|
805
|
+
},
|
|
806
|
+
{
|
|
807
|
+
internalType: "address",
|
|
808
|
+
name: "tokenAddress",
|
|
809
|
+
type: "address",
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
internalType: "string",
|
|
813
|
+
name: "bonusCode",
|
|
814
|
+
type: "string",
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
components: [
|
|
818
|
+
{
|
|
819
|
+
internalType: "uint8",
|
|
820
|
+
name: "v",
|
|
821
|
+
type: "uint8",
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
internalType: "bytes32",
|
|
825
|
+
name: "r",
|
|
826
|
+
type: "bytes32",
|
|
827
|
+
},
|
|
828
|
+
{
|
|
829
|
+
internalType: "bytes32",
|
|
830
|
+
name: "s",
|
|
831
|
+
type: "bytes32",
|
|
832
|
+
},
|
|
833
|
+
],
|
|
834
|
+
internalType: "struct Types.Signature",
|
|
835
|
+
name: "signature",
|
|
836
|
+
type: "tuple",
|
|
837
|
+
},
|
|
838
|
+
],
|
|
839
|
+
name: "depositErc20",
|
|
840
|
+
outputs: [],
|
|
841
|
+
stateMutability: "nonpayable",
|
|
842
|
+
type: "function",
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
inputs: [
|
|
846
|
+
{
|
|
847
|
+
internalType: "address[]",
|
|
848
|
+
name: "wallets",
|
|
849
|
+
type: "address[]",
|
|
850
|
+
},
|
|
851
|
+
{
|
|
852
|
+
internalType: "uint256",
|
|
853
|
+
name: "amount",
|
|
854
|
+
type: "uint256",
|
|
855
|
+
},
|
|
856
|
+
],
|
|
857
|
+
name: "fundWallets",
|
|
858
|
+
outputs: [],
|
|
859
|
+
stateMutability: "nonpayable",
|
|
860
|
+
type: "function",
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
inputs: [],
|
|
864
|
+
name: "getBalance",
|
|
865
|
+
outputs: [
|
|
866
|
+
{
|
|
867
|
+
internalType: "uint256",
|
|
868
|
+
name: "",
|
|
869
|
+
type: "uint256",
|
|
870
|
+
},
|
|
871
|
+
],
|
|
872
|
+
stateMutability: "view",
|
|
873
|
+
type: "function",
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
inputs: [
|
|
877
|
+
{
|
|
878
|
+
internalType: "address",
|
|
879
|
+
name: "token",
|
|
880
|
+
type: "address",
|
|
881
|
+
},
|
|
882
|
+
],
|
|
883
|
+
name: "getBalance",
|
|
884
|
+
outputs: [
|
|
885
|
+
{
|
|
886
|
+
internalType: "uint256",
|
|
887
|
+
name: "",
|
|
888
|
+
type: "uint256",
|
|
889
|
+
},
|
|
890
|
+
],
|
|
891
|
+
stateMutability: "view",
|
|
892
|
+
type: "function",
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
inputs: [
|
|
896
|
+
{
|
|
897
|
+
internalType: "uint256",
|
|
898
|
+
name: "_amount",
|
|
899
|
+
type: "uint256",
|
|
900
|
+
},
|
|
901
|
+
{
|
|
902
|
+
internalType: "address",
|
|
903
|
+
name: "_senderAddress",
|
|
904
|
+
type: "address",
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
internalType: "address",
|
|
908
|
+
name: "_tokenAddress",
|
|
909
|
+
type: "address",
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
internalType: "uint256",
|
|
913
|
+
name: "_nonce",
|
|
914
|
+
type: "uint256",
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
components: [
|
|
918
|
+
{
|
|
919
|
+
internalType: "uint8",
|
|
920
|
+
name: "v",
|
|
921
|
+
type: "uint8",
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
internalType: "bytes32",
|
|
925
|
+
name: "r",
|
|
926
|
+
type: "bytes32",
|
|
927
|
+
},
|
|
928
|
+
{
|
|
929
|
+
internalType: "bytes32",
|
|
930
|
+
name: "s",
|
|
931
|
+
type: "bytes32",
|
|
932
|
+
},
|
|
933
|
+
],
|
|
934
|
+
internalType: "struct Types.Signature",
|
|
935
|
+
name: "signature",
|
|
936
|
+
type: "tuple",
|
|
937
|
+
},
|
|
938
|
+
],
|
|
939
|
+
name: "getDepositSigner",
|
|
940
|
+
outputs: [
|
|
941
|
+
{
|
|
942
|
+
internalType: "address",
|
|
943
|
+
name: "",
|
|
944
|
+
type: "address",
|
|
945
|
+
},
|
|
946
|
+
],
|
|
947
|
+
stateMutability: "view",
|
|
948
|
+
type: "function",
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
inputs: [],
|
|
952
|
+
name: "getLastBlockNumber",
|
|
953
|
+
outputs: [
|
|
954
|
+
{
|
|
955
|
+
internalType: "uint256",
|
|
956
|
+
name: "",
|
|
957
|
+
type: "uint256",
|
|
958
|
+
},
|
|
959
|
+
],
|
|
960
|
+
stateMutability: "view",
|
|
961
|
+
type: "function",
|
|
962
|
+
},
|
|
963
|
+
{
|
|
964
|
+
inputs: [
|
|
965
|
+
{
|
|
966
|
+
internalType: "address",
|
|
967
|
+
name: "user",
|
|
968
|
+
type: "address",
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
internalType: "enum Types.OperationType",
|
|
972
|
+
name: "opType",
|
|
973
|
+
type: "uint8",
|
|
974
|
+
},
|
|
975
|
+
],
|
|
976
|
+
name: "getNonce",
|
|
977
|
+
outputs: [
|
|
978
|
+
{
|
|
979
|
+
internalType: "uint256",
|
|
980
|
+
name: "nonce",
|
|
981
|
+
type: "uint256",
|
|
982
|
+
},
|
|
983
|
+
],
|
|
984
|
+
stateMutability: "view",
|
|
985
|
+
type: "function",
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
inputs: [
|
|
989
|
+
{
|
|
990
|
+
internalType: "uint256",
|
|
991
|
+
name: "index",
|
|
992
|
+
type: "uint256",
|
|
993
|
+
},
|
|
994
|
+
],
|
|
995
|
+
name: "getRequestStatus",
|
|
996
|
+
outputs: [
|
|
997
|
+
{
|
|
998
|
+
internalType: "bool",
|
|
999
|
+
name: "",
|
|
1000
|
+
type: "bool",
|
|
1001
|
+
},
|
|
1002
|
+
],
|
|
1003
|
+
stateMutability: "view",
|
|
1004
|
+
type: "function",
|
|
1005
|
+
},
|
|
1006
|
+
{
|
|
1007
|
+
inputs: [
|
|
1008
|
+
{
|
|
1009
|
+
internalType: "uint256",
|
|
1010
|
+
name: "requestedAmount",
|
|
1011
|
+
type: "uint256",
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
internalType: "address",
|
|
1015
|
+
name: "token",
|
|
1016
|
+
type: "address",
|
|
1017
|
+
},
|
|
1018
|
+
],
|
|
1019
|
+
name: "getReservesCoverage",
|
|
1020
|
+
outputs: [
|
|
1021
|
+
{
|
|
1022
|
+
components: [
|
|
1023
|
+
{
|
|
1024
|
+
internalType: "enum Types.CoverageLevel",
|
|
1025
|
+
name: "level",
|
|
1026
|
+
type: "uint8",
|
|
1027
|
+
},
|
|
1028
|
+
{
|
|
1029
|
+
internalType: "uint256",
|
|
1030
|
+
name: "coverageFactor",
|
|
1031
|
+
type: "uint256",
|
|
1032
|
+
},
|
|
1033
|
+
{
|
|
1034
|
+
internalType: "uint256",
|
|
1035
|
+
name: "currentReserves",
|
|
1036
|
+
type: "uint256",
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
internalType: "address",
|
|
1040
|
+
name: "token",
|
|
1041
|
+
type: "address",
|
|
1042
|
+
},
|
|
1043
|
+
],
|
|
1044
|
+
internalType: "struct Types.CoverageInfo",
|
|
1045
|
+
name: "",
|
|
1046
|
+
type: "tuple",
|
|
1047
|
+
},
|
|
1048
|
+
],
|
|
1049
|
+
stateMutability: "view",
|
|
1050
|
+
type: "function",
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
inputs: [
|
|
1054
|
+
{
|
|
1055
|
+
internalType: "bytes32",
|
|
1056
|
+
name: "role",
|
|
1057
|
+
type: "bytes32",
|
|
1058
|
+
},
|
|
1059
|
+
],
|
|
1060
|
+
name: "getRoleAdmin",
|
|
1061
|
+
outputs: [
|
|
1062
|
+
{
|
|
1063
|
+
internalType: "bytes32",
|
|
1064
|
+
name: "",
|
|
1065
|
+
type: "bytes32",
|
|
1066
|
+
},
|
|
1067
|
+
],
|
|
1068
|
+
stateMutability: "view",
|
|
1069
|
+
type: "function",
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
inputs: [],
|
|
1073
|
+
name: "getTotalTransactions",
|
|
1074
|
+
outputs: [
|
|
1075
|
+
{
|
|
1076
|
+
internalType: "uint256",
|
|
1077
|
+
name: "",
|
|
1078
|
+
type: "uint256",
|
|
1079
|
+
},
|
|
1080
|
+
],
|
|
1081
|
+
stateMutability: "view",
|
|
1082
|
+
type: "function",
|
|
1083
|
+
},
|
|
1084
|
+
{
|
|
1085
|
+
inputs: [],
|
|
1086
|
+
name: "getTransactionStatus",
|
|
1087
|
+
outputs: [
|
|
1088
|
+
{
|
|
1089
|
+
components: [
|
|
1090
|
+
{
|
|
1091
|
+
internalType: "uint256",
|
|
1092
|
+
name: "totalCount",
|
|
1093
|
+
type: "uint256",
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
internalType: "uint256",
|
|
1097
|
+
name: "lastBlockNumber",
|
|
1098
|
+
type: "uint256",
|
|
1099
|
+
},
|
|
1100
|
+
],
|
|
1101
|
+
internalType: "struct Types.TransactionStatus",
|
|
1102
|
+
name: "",
|
|
1103
|
+
type: "tuple",
|
|
1104
|
+
},
|
|
1105
|
+
],
|
|
1106
|
+
stateMutability: "view",
|
|
1107
|
+
type: "function",
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
inputs: [
|
|
1111
|
+
{
|
|
1112
|
+
internalType: "uint256",
|
|
1113
|
+
name: "_amount",
|
|
1114
|
+
type: "uint256",
|
|
1115
|
+
},
|
|
1116
|
+
{
|
|
1117
|
+
internalType: "address",
|
|
1118
|
+
name: "_receiverAddress",
|
|
1119
|
+
type: "address",
|
|
1120
|
+
},
|
|
1121
|
+
{
|
|
1122
|
+
internalType: "address",
|
|
1123
|
+
name: "_tokenAddress",
|
|
1124
|
+
type: "address",
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
internalType: "uint256",
|
|
1128
|
+
name: "_requestId",
|
|
1129
|
+
type: "uint256",
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
components: [
|
|
1133
|
+
{
|
|
1134
|
+
internalType: "uint8",
|
|
1135
|
+
name: "v",
|
|
1136
|
+
type: "uint8",
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
internalType: "bytes32",
|
|
1140
|
+
name: "r",
|
|
1141
|
+
type: "bytes32",
|
|
1142
|
+
},
|
|
1143
|
+
{
|
|
1144
|
+
internalType: "bytes32",
|
|
1145
|
+
name: "s",
|
|
1146
|
+
type: "bytes32",
|
|
1147
|
+
},
|
|
1148
|
+
],
|
|
1149
|
+
internalType: "struct Types.Signature",
|
|
1150
|
+
name: "signature",
|
|
1151
|
+
type: "tuple",
|
|
1152
|
+
},
|
|
1153
|
+
],
|
|
1154
|
+
name: "getWithdrawalSigner",
|
|
1155
|
+
outputs: [
|
|
1156
|
+
{
|
|
1157
|
+
internalType: "address",
|
|
1158
|
+
name: "",
|
|
1159
|
+
type: "address",
|
|
1160
|
+
},
|
|
1161
|
+
],
|
|
1162
|
+
stateMutability: "view",
|
|
1163
|
+
type: "function",
|
|
1164
|
+
},
|
|
1165
|
+
{
|
|
1166
|
+
inputs: [
|
|
1167
|
+
{
|
|
1168
|
+
internalType: "uint256[]",
|
|
1169
|
+
name: "ids",
|
|
1170
|
+
type: "uint256[]",
|
|
1171
|
+
},
|
|
1172
|
+
],
|
|
1173
|
+
name: "get_used_ids",
|
|
1174
|
+
outputs: [
|
|
1175
|
+
{
|
|
1176
|
+
internalType: "uint256[]",
|
|
1177
|
+
name: "used_ids",
|
|
1178
|
+
type: "uint256[]",
|
|
1179
|
+
},
|
|
1180
|
+
],
|
|
1181
|
+
stateMutability: "view",
|
|
1182
|
+
type: "function",
|
|
1183
|
+
},
|
|
1184
|
+
{
|
|
1185
|
+
inputs: [
|
|
1186
|
+
{
|
|
1187
|
+
internalType: "bytes32",
|
|
1188
|
+
name: "role",
|
|
1189
|
+
type: "bytes32",
|
|
1190
|
+
},
|
|
1191
|
+
{
|
|
1192
|
+
internalType: "address",
|
|
1193
|
+
name: "account",
|
|
1194
|
+
type: "address",
|
|
1195
|
+
},
|
|
1196
|
+
],
|
|
1197
|
+
name: "grantRole",
|
|
1198
|
+
outputs: [],
|
|
1199
|
+
stateMutability: "nonpayable",
|
|
1200
|
+
type: "function",
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
inputs: [
|
|
1204
|
+
{
|
|
1205
|
+
internalType: "bytes32",
|
|
1206
|
+
name: "role",
|
|
1207
|
+
type: "bytes32",
|
|
1208
|
+
},
|
|
1209
|
+
{
|
|
1210
|
+
internalType: "address",
|
|
1211
|
+
name: "account",
|
|
1212
|
+
type: "address",
|
|
1213
|
+
},
|
|
1214
|
+
],
|
|
1215
|
+
name: "hasRole",
|
|
1216
|
+
outputs: [
|
|
1217
|
+
{
|
|
1218
|
+
internalType: "bool",
|
|
1219
|
+
name: "",
|
|
1220
|
+
type: "bool",
|
|
1221
|
+
},
|
|
1222
|
+
],
|
|
1223
|
+
stateMutability: "view",
|
|
1224
|
+
type: "function",
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
inputs: [
|
|
1228
|
+
{
|
|
1229
|
+
internalType: "address",
|
|
1230
|
+
name: "_operator",
|
|
1231
|
+
type: "address",
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
internalType: "address",
|
|
1235
|
+
name: "_fundsManager",
|
|
1236
|
+
type: "address",
|
|
1237
|
+
},
|
|
1238
|
+
{
|
|
1239
|
+
internalType: "string",
|
|
1240
|
+
name: "_version",
|
|
1241
|
+
type: "string",
|
|
1242
|
+
},
|
|
1243
|
+
{
|
|
1244
|
+
internalType: "address[]",
|
|
1245
|
+
name: "_tokens",
|
|
1246
|
+
type: "address[]",
|
|
1247
|
+
},
|
|
1248
|
+
],
|
|
1249
|
+
name: "initialize",
|
|
1250
|
+
outputs: [],
|
|
1251
|
+
stateMutability: "nonpayable",
|
|
1252
|
+
type: "function",
|
|
1253
|
+
},
|
|
1254
|
+
{
|
|
1255
|
+
inputs: [
|
|
1256
|
+
{
|
|
1257
|
+
internalType: "address",
|
|
1258
|
+
name: "caller",
|
|
1259
|
+
type: "address",
|
|
1260
|
+
},
|
|
1261
|
+
],
|
|
1262
|
+
name: "isFundsManager",
|
|
1263
|
+
outputs: [
|
|
1264
|
+
{
|
|
1265
|
+
internalType: "bool",
|
|
1266
|
+
name: "",
|
|
1267
|
+
type: "bool",
|
|
1268
|
+
},
|
|
1269
|
+
],
|
|
1270
|
+
stateMutability: "view",
|
|
1271
|
+
type: "function",
|
|
1272
|
+
},
|
|
1273
|
+
{
|
|
1274
|
+
inputs: [],
|
|
1275
|
+
name: "isPaused",
|
|
1276
|
+
outputs: [
|
|
1277
|
+
{
|
|
1278
|
+
internalType: "bool",
|
|
1279
|
+
name: "",
|
|
1280
|
+
type: "bool",
|
|
1281
|
+
},
|
|
1282
|
+
],
|
|
1283
|
+
stateMutability: "view",
|
|
1284
|
+
type: "function",
|
|
1285
|
+
},
|
|
1286
|
+
{
|
|
1287
|
+
inputs: [
|
|
1288
|
+
{
|
|
1289
|
+
internalType: "address",
|
|
1290
|
+
name: "_token",
|
|
1291
|
+
type: "address",
|
|
1292
|
+
},
|
|
1293
|
+
],
|
|
1294
|
+
name: "isWhitelisted",
|
|
1295
|
+
outputs: [
|
|
1296
|
+
{
|
|
1297
|
+
internalType: "bool",
|
|
1298
|
+
name: "",
|
|
1299
|
+
type: "bool",
|
|
1300
|
+
},
|
|
1301
|
+
],
|
|
1302
|
+
stateMutability: "view",
|
|
1303
|
+
type: "function",
|
|
1304
|
+
},
|
|
1305
|
+
{
|
|
1306
|
+
inputs: [
|
|
1307
|
+
{
|
|
1308
|
+
internalType: "address",
|
|
1309
|
+
name: "_owner",
|
|
1310
|
+
type: "address",
|
|
1311
|
+
},
|
|
1312
|
+
],
|
|
1313
|
+
name: "nonces",
|
|
1314
|
+
outputs: [
|
|
1315
|
+
{
|
|
1316
|
+
internalType: "uint256",
|
|
1317
|
+
name: "depositNonce",
|
|
1318
|
+
type: "uint256",
|
|
1319
|
+
},
|
|
1320
|
+
],
|
|
1321
|
+
stateMutability: "view",
|
|
1322
|
+
type: "function",
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
inputs: [],
|
|
1326
|
+
name: "pause",
|
|
1327
|
+
outputs: [],
|
|
1328
|
+
stateMutability: "nonpayable",
|
|
1329
|
+
type: "function",
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
inputs: [
|
|
1333
|
+
{
|
|
1334
|
+
internalType: "address[]",
|
|
1335
|
+
name: "tokens",
|
|
1336
|
+
type: "address[]",
|
|
1337
|
+
},
|
|
1338
|
+
],
|
|
1339
|
+
name: "removeTokens",
|
|
1340
|
+
outputs: [],
|
|
1341
|
+
stateMutability: "nonpayable",
|
|
1342
|
+
type: "function",
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
inputs: [
|
|
1346
|
+
{
|
|
1347
|
+
internalType: "bytes32",
|
|
1348
|
+
name: "role",
|
|
1349
|
+
type: "bytes32",
|
|
1350
|
+
},
|
|
1351
|
+
{
|
|
1352
|
+
internalType: "address",
|
|
1353
|
+
name: "callerConfirmation",
|
|
1354
|
+
type: "address",
|
|
1355
|
+
},
|
|
1356
|
+
],
|
|
1357
|
+
name: "renounceRole",
|
|
1358
|
+
outputs: [],
|
|
1359
|
+
stateMutability: "nonpayable",
|
|
1360
|
+
type: "function",
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
inputs: [
|
|
1364
|
+
{
|
|
1365
|
+
internalType: "uint256",
|
|
1366
|
+
name: "start",
|
|
1367
|
+
type: "uint256",
|
|
1368
|
+
},
|
|
1369
|
+
{
|
|
1370
|
+
internalType: "uint256",
|
|
1371
|
+
name: "end",
|
|
1372
|
+
type: "uint256",
|
|
1373
|
+
},
|
|
1374
|
+
],
|
|
1375
|
+
name: "reset_request_ids",
|
|
1376
|
+
outputs: [],
|
|
1377
|
+
stateMutability: "nonpayable",
|
|
1378
|
+
type: "function",
|
|
1379
|
+
},
|
|
1380
|
+
{
|
|
1381
|
+
inputs: [
|
|
1382
|
+
{
|
|
1383
|
+
internalType: "bytes32",
|
|
1384
|
+
name: "role",
|
|
1385
|
+
type: "bytes32",
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
internalType: "address",
|
|
1389
|
+
name: "account",
|
|
1390
|
+
type: "address",
|
|
1391
|
+
},
|
|
1392
|
+
],
|
|
1393
|
+
name: "revokeRole",
|
|
1394
|
+
outputs: [],
|
|
1395
|
+
stateMutability: "nonpayable",
|
|
1396
|
+
type: "function",
|
|
1397
|
+
},
|
|
1398
|
+
{
|
|
1399
|
+
inputs: [
|
|
1400
|
+
{
|
|
1401
|
+
internalType: "address",
|
|
1402
|
+
name: "_operator",
|
|
1403
|
+
type: "address",
|
|
1404
|
+
},
|
|
1405
|
+
],
|
|
1406
|
+
name: "setOperator",
|
|
1407
|
+
outputs: [],
|
|
1408
|
+
stateMutability: "nonpayable",
|
|
1409
|
+
type: "function",
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
inputs: [
|
|
1413
|
+
{
|
|
1414
|
+
internalType: "uint256",
|
|
1415
|
+
name: "totalCount",
|
|
1416
|
+
type: "uint256",
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
internalType: "uint256",
|
|
1420
|
+
name: "blockNumber",
|
|
1421
|
+
type: "uint256",
|
|
1422
|
+
},
|
|
1423
|
+
],
|
|
1424
|
+
name: "setTransactionStatus",
|
|
1425
|
+
outputs: [],
|
|
1426
|
+
stateMutability: "nonpayable",
|
|
1427
|
+
type: "function",
|
|
1428
|
+
},
|
|
1429
|
+
{
|
|
1430
|
+
inputs: [
|
|
1431
|
+
{
|
|
1432
|
+
internalType: "bytes4",
|
|
1433
|
+
name: "interfaceId",
|
|
1434
|
+
type: "bytes4",
|
|
1435
|
+
},
|
|
1436
|
+
],
|
|
1437
|
+
name: "supportsInterface",
|
|
1438
|
+
outputs: [
|
|
1439
|
+
{
|
|
1440
|
+
internalType: "bool",
|
|
1441
|
+
name: "",
|
|
1442
|
+
type: "bool",
|
|
1443
|
+
},
|
|
1444
|
+
],
|
|
1445
|
+
stateMutability: "view",
|
|
1446
|
+
type: "function",
|
|
1447
|
+
},
|
|
1448
|
+
{
|
|
1449
|
+
inputs: [
|
|
1450
|
+
{
|
|
1451
|
+
internalType: "address",
|
|
1452
|
+
name: "wallet",
|
|
1453
|
+
type: "address",
|
|
1454
|
+
},
|
|
1455
|
+
{
|
|
1456
|
+
internalType: "address",
|
|
1457
|
+
name: "token",
|
|
1458
|
+
type: "address",
|
|
1459
|
+
},
|
|
1460
|
+
],
|
|
1461
|
+
name: "sweepFunds",
|
|
1462
|
+
outputs: [
|
|
1463
|
+
{
|
|
1464
|
+
internalType: "bool",
|
|
1465
|
+
name: "",
|
|
1466
|
+
type: "bool",
|
|
1467
|
+
},
|
|
1468
|
+
],
|
|
1469
|
+
stateMutability: "payable",
|
|
1470
|
+
type: "function",
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
inputs: [],
|
|
1474
|
+
name: "unpause",
|
|
1475
|
+
outputs: [],
|
|
1476
|
+
stateMutability: "nonpayable",
|
|
1477
|
+
type: "function",
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
inputs: [
|
|
1481
|
+
{
|
|
1482
|
+
internalType: "address",
|
|
1483
|
+
name: "",
|
|
1484
|
+
type: "address",
|
|
1485
|
+
},
|
|
1486
|
+
],
|
|
1487
|
+
name: "whitelist",
|
|
1488
|
+
outputs: [
|
|
1489
|
+
{
|
|
1490
|
+
internalType: "bool",
|
|
1491
|
+
name: "",
|
|
1492
|
+
type: "bool",
|
|
1493
|
+
},
|
|
1494
|
+
],
|
|
1495
|
+
stateMutability: "view",
|
|
1496
|
+
type: "function",
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
inputs: [
|
|
1500
|
+
{
|
|
1501
|
+
internalType: "uint256",
|
|
1502
|
+
name: "amount",
|
|
1503
|
+
type: "uint256",
|
|
1504
|
+
},
|
|
1505
|
+
{
|
|
1506
|
+
internalType: "uint256",
|
|
1507
|
+
name: "requestId",
|
|
1508
|
+
type: "uint256",
|
|
1509
|
+
},
|
|
1510
|
+
{
|
|
1511
|
+
internalType: "address",
|
|
1512
|
+
name: "tokenAddress",
|
|
1513
|
+
type: "address",
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
internalType: "address",
|
|
1517
|
+
name: "receiverAddress",
|
|
1518
|
+
type: "address",
|
|
1519
|
+
},
|
|
1520
|
+
{
|
|
1521
|
+
components: [
|
|
1522
|
+
{
|
|
1523
|
+
internalType: "uint8",
|
|
1524
|
+
name: "v",
|
|
1525
|
+
type: "uint8",
|
|
1526
|
+
},
|
|
1527
|
+
{
|
|
1528
|
+
internalType: "bytes32",
|
|
1529
|
+
name: "r",
|
|
1530
|
+
type: "bytes32",
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
internalType: "bytes32",
|
|
1534
|
+
name: "s",
|
|
1535
|
+
type: "bytes32",
|
|
1536
|
+
},
|
|
1537
|
+
],
|
|
1538
|
+
internalType: "struct Types.Signature",
|
|
1539
|
+
name: "signature",
|
|
1540
|
+
type: "tuple",
|
|
1541
|
+
},
|
|
1542
|
+
],
|
|
1543
|
+
name: "withdraw",
|
|
1544
|
+
outputs: [],
|
|
1545
|
+
stateMutability: "nonpayable",
|
|
1546
|
+
type: "function",
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
stateMutability: "payable",
|
|
1550
|
+
type: "receive",
|
|
1551
|
+
},
|
|
1552
|
+
];
|
|
1553
|
+
const _bytecode = "0x608060405234801561001057600080fd5b50613ab6806100206000396000f3fe6080604052600436106102815760003560e01c80639b19251a1161014f578063c688aa64116100c1578063e5b6337b1161007a578063e5b6337b1461080c578063e88e5cd41461082c578063f470c7e21461084c578063f5b541a614610879578063f8b2cb4f1461089b578063fc50455f146108bb57600080fd5b8063c688aa6414610711578063cb60ff3414610731578063d37dbaa21461077c578063d547741f1461079c578063d8a4676f146107bc578063e20c103c146107ec57600080fd5b8063b187bd2611610113578063b187bd261461065b578063b3ab15fb1461067a578063b5c604ff1461069a578063c2102964146106af578063c4707a83146106cf578063c67515dd146106f157600080fd5b80639b19251a1461059e578063a217fddf146105ce578063a3a00072146105e3578063a44617d914610603578063ac21242d1461062357600080fd5b80633f4ba83a116101f35780637ecebe00116101ac5780637ecebe00146104e05780638456cb5914610516578063853954741461052b57806385fb709d1461054b5780638f2839701461055e57806391d148541461057e57600080fd5b80633f4ba83a146104435780634ae05c7d14610458578063518713d2146104785780635ae6256d146104985780636c3824ef146104ad5780637c13ba64146104cd57600080fd5b80632f2ff15d116102455780632f2ff15d1461038d57806331993fdf146103ad5780633644e515146103cd57806336568abe146103e35780633aa98a94146104035780633af32abf1461042357600080fd5b806301ffc9a7146102c957806311a4b2d0146102fe57806312065fe01461032057806312f5ea401461033d578063248a9ca31461035d57600080fd5b366102c4577fb0afe9a71610967b99fda7fda0ed1e6ff47851924352fdf759922dd542725941336000346040516102ba93929190612fce565b60405180910390a1005b600080fd5b3480156102d557600080fd5b506102e96102e4366004612ff2565b6108e8565b60405190151581526020015b60405180910390f35b34801561030a57600080fd5b5061031e610319366004613023565b61091f565b005b34801561032c57600080fd5b50475b6040519081526020016102f5565b34801561034957600080fd5b5061031e61035836600461305c565b610a14565b34801561036957600080fd5b5061032f610378366004613098565b60009081526020819052604090206001015490565b34801561039957600080fd5b5061031e6103a83660046130b1565b610c7f565b3480156103b957600080fd5b5061031e6103c8366004613192565b610caa565b3480156103d957600080fd5b5061032f60015481565b3480156103ef57600080fd5b5061031e6103fe3660046130b1565b610ceb565b34801561040f57600080fd5b5061031e61041e3660046131f5565b610d1e565b34801561042f57600080fd5b506102e961043e366004613221565b610dc7565b34801561044f57600080fd5b5061031e610de5565b34801561046457600080fd5b5061031e6104733660046132d1565b610e3d565b34801561048457600080fd5b506102e9610493366004613221565b610e94565b3480156104a457600080fd5b5060985461032f565b3480156104b957600080fd5b5061031e6104c83660046132d1565b610ebe565b61031e6104db36600461336d565b610f12565b3480156104ec57600080fd5b5061032f6104fb366004613221565b6001600160a01b031660009081526099602052604090205490565b34801561052257600080fd5b5061031e6110b6565b34801561053757600080fd5b5061031e610546366004613023565b611112565b6102e96105593660046133b8565b611192565b34801561056a57600080fd5b5061031e610579366004613221565b611442565b34801561058a57600080fd5b506102e96105993660046130b1565b6114a4565b3480156105aa57600080fd5b506102e96105b9366004613221565b60336020526000908152604090205460ff1681565b3480156105da57600080fd5b5061032f600081565b3480156105ef57600080fd5b5061031e6105fe3660046133e2565b6114cd565b34801561060f57600080fd5b506102e961061e366004613426565b611685565b34801561062f57600080fd5b5061064361063e36600461349a565b611920565b6040516001600160a01b0390911681526020016102f5565b34801561066757600080fd5b50609b546102e990610100900460ff1681565b34801561068657600080fd5b5061031e610695366004613221565b611996565b3480156106a657600080fd5b5060975461032f565b3480156106bb57600080fd5b5061031e6106ca3660046134f2565b611a1f565b3480156106db57600080fd5b5061032f600080516020613a4183398151915281565b3480156106fd57600080fd5b5061032f61070c366004613554565b611d65565b34801561071d57600080fd5b5061031e61072c36600461358f565b611dd9565b34801561073d57600080fd5b506040805180820182526000808252602091820152815180830183526097548082526098549183019182528351908152905191810191909152016102f5565b34801561078857600080fd5b5061064361079736600461349a565b611f09565b3480156107a857600080fd5b5061031e6107b73660046130b1565b611f5f565b3480156107c857600080fd5b506102e96107d7366004613098565b6000908152609c602052604090205460ff1690565b3480156107f857600080fd5b5061031e6108073660046132d1565b611f84565b34801561081857600080fd5b5061031e610827366004613613565b611f8c565b34801561083857600080fd5b5061031e610847366004613676565b6121fc565b34801561085857600080fd5b5061086c6108673660046136c2565b61245d565b6040516102f59190613752565b34801561088557600080fd5b5061032f600080516020613a6183398151915281565b3480156108a757600080fd5b5061032f6108b6366004613221565b6125a0565b3480156108c757600080fd5b506108db6108d63660046130b1565b61260b565b6040516102f591906137ac565b60006001600160e01b03198216637965db0b60e01b148061091957506301ffc9a760e01b6001600160e01b03198316145b92915050565b61092a6000336114a4565b15801561094c575061094a600080516020613a41833981519152336114a4565b155b1561096a5760405163ea8e4eb560e01b815260040160405180910390fd5b8082106109be5760405162461bcd60e51b815260206004820152601b60248201527f5374617274206d757374206265206c657373207468616e20656e64000000000060448201526064015b60405180910390fd5b60326109ca8383613809565b106109d457600080fd5b815b6109e0828461381c565b811015610a0f576000818152609c60205260409020805460ff1916905580610a078161382f565b9150506109d6565b505050565b610a1f6000336114a4565b610a3c57604051637bfa4b9f60e01b815260040160405180910390fd5b6001600160a01b038116610a925760405162461bcd60e51b815260206004820152601f60248201527f43616e6e6f74207472616e7366657220746f207a65726f20616464726573730060448201526064016109b5565b82610a9c8361279a565b1015610abb5760405163128bd24d60e31b815260040160405180910390fd5b6001600160a01b038216610b6a576000816001600160a01b03168460405160006040518083038185875af1925050503d8060008114610b16576040519150601f19603f3d011682016040523d82523d6000602084013e610b1b565b606091505b5050905080610b645760405162461bcd60e51b8152602060048201526015602482015274115d1a195c881d1c985b9cd9995c8819985a5b1959605a1b60448201526064016109b5565b50610c2a565b60405163a9059cbb60e01b81526001600160a01b038281166004830152602482018590526000919084169063a9059cbb906044016020604051808303816000875af1158015610bbd573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610be19190613848565b905080610c285760405162461bcd60e51b8152602060048201526015602482015274151bdad95b881d1c985b9cd9995c8819985a5b1959605a1b60448201526064016109b5565b505b604080513381526001600160a01b0383811660208301528183018690528416606082015290517f55dba1a9b1cf7e607f75e6920591e36d121fa2899fbf31c777439ee694747b7b9181900360800190a1505050565b600082815260208190526040902060010154610c9a816127b9565b610ca483836127c3565b50505050565b610cb2612855565b610ce46040518060800160405280848152602001838152602001468152602001306001600160a01b031681525061287c565b6001555050565b6001600160a01b0381163314610d145760405163334bd91960e11b815260040160405180910390fd5b610a0f8282612919565b610d26612855565b606580546001600160a01b0319166001600160a01b038516179055610d4c6000836114a4565b610d5d57610d5b6000836127c3565b505b610d75600080516020613a61833981519152846114a4565b610d9357610d91600080516020613a61833981519152846127c3565b505b610dab600080516020613a41833981519152826114a4565b610a0f57610ca4600080516020613a41833981519152826127c3565b6001600160a01b031660009081526033602052604090205460ff1690565b610df06000336114a4565b158015610e125750610e10600080516020613a61833981519152336114a4565b155b15610e305760405163ea8e4eb560e01b815260040160405180910390fd5b609b805461ff0019169055565b610e486000336114a4565b158015610e6a5750610e68600080516020613a61833981519152336114a4565b155b15610e885760405163ea8e4eb560e01b815260040160405180910390fd5b610e9181612984565b50565b6000610ea081836114a4565b806109195750610919600080516020613a41833981519152836114a4565b610ec96000336114a4565b158015610eeb5750610ee9600080516020613a61833981519152336114a4565b155b15610f095760405163ea8e4eb560e01b815260040160405180910390fd5b610e9181612aa4565b609b54610100900460ff1615610f3b5760405163ab35696f60e01b815260040160405180910390fd5b610f456000610dc7565b610f655760405163094403b760e41b8152600060048201526024016109b5565b34600003610f8657604051637c946ed760e01b815260040160405180910390fd5b600081604051602001610f99919061387b565b60408051601f1981840301815291815281516020928301206000818152609a90935291205490915060ff1615610fe25760405163900bb2c960e01b815260040160405180910390fd5b3360008181526099602052604081205461101492600080516020613a6183398151915292610599923492919088611920565b61103157604051638baa579f60e01b815260040160405180910390fd5b6000818152609a60209081526040808320805460ff19166001179055338352609990915281208054916110638361382f565b9190505550611070612bbf565b7fef519b7eb82aaf6ac376a6df2d793843ebfd593de5f1a0601d3cc6ab49ebb3953360003487876040516110a89594939291906138a7565b60405180910390a150505050565b6110c16000336114a4565b1580156110e357506110e1600080516020613a61833981519152336114a4565b155b156111015760405163ea8e4eb560e01b815260040160405180910390fd5b609b805461ff001916610100179055565b61111d6000336114a4565b61113a57604051637bfa4b9f60e01b815260040160405180910390fd5b60408051808201825283815260209081018390526097849055609883905581518481529081018390527fe8110342b5e43ae921859bc8dbf18018fcacba13fe16e5a7ea1239b8b5b8f287910160405180910390a15050565b609b54600090610100900460ff16156111be5760405163ab35696f60e01b815260040160405180910390fd5b609b5460ff16156111e257604051630ef7697f60e01b815260040160405180910390fd5b609b805460ff191660011790556111fa6000336114a4565b15801561121c575061121a600080516020613a41833981519152336114a4565b155b1561123a5760405163ea8e4eb560e01b815260040160405180910390fd5b306001600160a01b0384160361126357604051630d20048960e01b815260040160405180910390fd5b61126c82610dc7565b6112945760405163094403b760e41b81526001600160a01b03831660048201526024016109b5565b6001600160a01b03821661130a57346000036112c5576040516379ac219b60e01b81523360048201526024016109b5565b7f6b32cee72b480eef6a5aeccadee07046ade1c28fec1e418949908f7ac8d7d2283333306000346040516112fd9594939291906138fb565b60405180910390a1611430565b6040516370a0823160e01b81526001600160a01b038481166004830152600091908416906370a0823190602401602060405180830381865afa158015611354573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190611378919061392e565b6040516323b872dd60e01b81529091506001600160a01b038416906323b872dd906113ab90879030908690600401612fce565b6020604051808303816000875af11580156113ca573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906113ee9190613848565b507f6b32cee72b480eef6a5aeccadee07046ade1c28fec1e418949908f7ac8d7d22833853086856040516114269594939291906138fb565b60405180910390a1505b5050609b805460ff1916905550600190565b61144d6000336114a4565b61146a57604051637bfa4b9f60e01b815260040160405180910390fd5b611475600033612919565b506114816000826127c3565b50606680546001600160a01b0319166001600160a01b0392909216919091179055565b6000918252602082815260408084206001600160a01b0393909316845291905290205460ff1690565b6114d86000336114a4565b1580156114fa57506114f8600080516020613a41833981519152336114a4565b155b156115185760405163ea8e4eb560e01b815260040160405180910390fd5b81516028101561153e5760405163af89cf2160e01b8152602860048201526024016109b5565b600061154a600061279a565b90508082845161155a9190613947565b106115785760405163128bd24d60e31b815260040160405180910390fd5b60005b83518163ffffffff161015611656576000848263ffffffff16815181106115a4576115a461395e565b60200260200101516001600160a01b03168460405160006040518083038185875af1925050503d80600081146115f6576040519150601f19603f3d011682016040523d82523d6000602084013e6115fb565b606091505b50509050806116435730858363ffffffff168151811061161d5761161d61395e565b60200260200101516000604051633ddff61360e21b81526004016109b593929190613974565b508061164e81613997565b91505061157b565b506040517f6e31901a2ad27bd7f19498c4681fc6611bf447147de120c3b5f65c249d59907790600090a1505050565b600061169181336114a4565b1580156116b357506116b1600080516020613a41833981519152336114a4565b155b156116d15760405163ea8e4eb560e01b815260040160405180910390fd5b60288211156116f65760405163af89cf2160e01b8152602860048201526024016109b5565b60005b828110156119165760008484838181106117155761171561395e565b61172b9260206040909202019081019150613221565b905060008585848181106117415761174161395e565b90506040020160200160208101906117599190613221565b90506001600160a01b03811661178257604051631b71aaf760e31b815260040160405180910390fd5b306001600160a01b038316036117ab57604051630d20048960e01b815260040160405180910390fd5b6117b481610dc7565b6117dc5760405163094403b760e41b81526001600160a01b03821660048201526024016109b5565b6040516370a0823160e01b81526001600160a01b038381166004830152600091908316906370a0823190602401602060405180830381865afa158015611826573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061184a919061392e565b6040516323b872dd60e01b81529091506001600160a01b038316906323b872dd9061187d90869030908690600401612fce565b6020604051808303816000875af115801561189c573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906118c09190613848565b507f6b32cee72b480eef6a5aeccadee07046ade1c28fec1e418949908f7ac8d7d22833843085856040516118f89594939291906138fb565b60405180910390a1505050808061190e9061382f565b9150506116f9565b5060019392505050565b6000806119766040518060a001604052806000600281111561194457611944613796565b8152602001898152602001886001600160a01b03168152602001876001600160a01b0316815260200186815250612be4565b8051602082012090915061198a8185612c4b565b98975050505050505050565b6119a16000336114a4565b6119be57604051637bfa4b9f60e01b815260040160405180910390fd5b6065546119e390600080516020613a61833981519152906001600160a01b0316612919565b506119fc600080516020613a61833981519152826127c3565b50606580546001600160a01b0319166001600160a01b0392909216919091179055565b611a2a6000336114a4565b158015611a4c5750611a4a600080516020613a41833981519152336114a4565b155b15611a6a5760405163ea8e4eb560e01b815260040160405180910390fd5b609b5460ff1615611a8e57604051630ef7697f60e01b815260040160405180910390fd5b609b805460ff191660011790556000819003611abd57604051630b8fc7cd60e21b815260040160405180910390fd5b6028811115611adf5760405163f726140760e01b815260040160405180910390fd5b60005b63ffffffff8116821115611d5657611b2383838363ffffffff16818110611b0b57611b0b61395e565b905060800201604001602081019061043e9190613221565b611b7c5782828263ffffffff16818110611b3f57611b3f61395e565b9050608002016040016020810190611b579190613221565b60405163094403b760e41b81526001600160a01b0390911660048201526024016109b5565b82828263ffffffff16818110611b9457611b9461395e565b90506080020160000135600003611bbe57604051637c946ed760e01b815260040160405180910390fd5b6000838363ffffffff8416818110611bd857611bd861395e565b9050608002016060016020810190611bf09190613221565b6001600160a01b031603611c175760405163d92e233d60e01b815260040160405180910390fd5b609c600084848463ffffffff16818110611c3357611c3361395e565b60206080909102929092018201358352508101919091526040016000205460ff1615611c975782828263ffffffff16818110611c7157611c7161395e565b90506080020160200135604051631409d1b760e21b81526004016109b591815260200190565b611d4483838363ffffffff16818110611cb257611cb261395e565b9050608002016000013584848463ffffffff16818110611cd457611cd461395e565b9050608002016020013585858563ffffffff16818110611cf657611cf661395e565b9050608002016040016020810190611d0e9190613221565b86868663ffffffff16818110611d2657611d2661395e565b9050608002016060016020810190611d3e9190613221565b86612d05565b80611d4e81613997565b915050611ae2565b5050609b805460ff1916905550565b600080826002811115611d7a57611d7a613796565b03611d9e57506001600160a01b038216600090815260996020526040902054610919565b6001826002811115611db257611db2613796565b0361091957506001600160a01b038216600090815260996020526040902060010154610919565b6000611de3612f01565b805490915060ff600160401b82041615906001600160401b0316600081158015611e0a5750825b90506000826001600160401b03166001148015611e265750303b155b905081158015611e34575080155b15611e525760405163f92ee8a960e01b815260040160405180910390fd5b845467ffffffffffffffff191660011785558315611e7c57845460ff60401b1916600160401b1785555b611ea460405180604001604052806006815260200165457363726f7760d01b81525088610caa565b611ead86611f84565b611eb889338a610d1e565b8315611efe57845460ff60401b19168555604051600181527fc7f505b2f371ae2175ee4913f4499e1f2633a7b5936321eed1cdaeb6115181d29060200160405180910390a15b505050505050505050565b6000806119766040518060a0016040528060016002811115611f2d57611f2d613796565b8152602001898152602001886001600160a01b03168152602001876001600160a01b0316815260200186815250612f2a565b600082815260208190526040902060010154611f7a816127b9565b610ca48383612919565b610e88612855565b609b54610100900460ff1615611fb55760405163ab35696f60e01b815260040160405180910390fd5b84600003611fd657604051637c946ed760e01b815260040160405180910390fd5b6001600160a01b038416611ffd576040516301cc396360e41b815260040160405180910390fd5b61200684610dc7565b61202e5760405163094403b760e41b81526001600160a01b03851660048201526024016109b5565b600081604051602001612041919061387b565b60408051601f1981840301815291815281516020928301206000818152609a90935291205490915060ff161561208a5760405163900bb2c960e01b815260040160405180910390fd5b336000818152609960205260409020546120bc91600080516020613a6183398151915291610599918a918a9088611920565b6120d957604051638baa579f60e01b815260040160405180910390fd5b6000818152609a60209081526040808320805460ff191660011790553383526099909152812080549161210b8361382f565b9190505550612118612bbf565b6040516323b872dd60e01b81526000906001600160a01b038716906323b872dd9061214b90339030908c90600401612fce565b6020604051808303816000875af115801561216a573d6000803e3d6000fd5b505050506040513d601f19601f8201168201806040525081019061218e9190613848565b9050806121b457333087604051633ddff61360e21b81526004016109b593929190613974565b7fef519b7eb82aaf6ac376a6df2d793843ebfd593de5f1a0601d3cc6ab49ebb39533878988886040516121eb9594939291906138a7565b60405180910390a150505050505050565b609b54610100900460ff16156122255760405163ab35696f60e01b815260040160405180910390fd5b609b5460ff161561224957604051630ef7697f60e01b815260040160405180910390fd5b609b805460ff1916600117905561225f83610dc7565b6122875760405163094403b760e41b81526001600160a01b03841660048201526024016109b5565b846000036122a857604051637c946ed760e01b815260040160405180910390fd5b6001600160a01b0382166122cf5760405163d92e233d60e01b815260040160405180910390fd5b6000848152609c602052604090205460ff161561230257604051631409d1b760e21b8152600481018590526024016109b5565b600081604051602001612315919061387b565b60408051601f1981840301815291815281516020928301206000818152609a90935291205490915060ff161561235e5760405163900bb2c960e01b815260040160405180910390fd5b61237d600080516020613a618339815191526105998886888a88611f09565b61239a57604051638baa579f60e01b815260040160405180910390fd5b856123a48561279a565b101561241e577f2aa807c191208ec364a49ebc0018975f798050694e1695937b26706e4f0a88583385886123d78861279a565b604080516001600160a01b03958616815294909316602085015291830152606082015260800160405180910390a160405163128bd24d60e31b815260040160405180910390fd5b6000818152609a60205260409020805460ff1916600190811790915561244b908790879087908790612d05565b5050609b805460ff1916905550505050565b606061246a6000336114a4565b15801561248c575061248a600080516020613a41833981519152336114a4565b155b156124aa5760405163ea8e4eb560e01b815260040160405180910390fd5b602860ff16825160ff1611156124d35760405163f726140760e01b815260040160405180910390fd5b60408051600a808252610160820190925260009160208201610140803683370190505090506000805b845181101561259557609c600086838151811061251b5761251b61395e565b60209081029190910181015182528101919091526040016000205460ff1615612583578481815181106125505761255061395e565b602002602001015183838151811061256a5761256a61395e565b60209081029190910101528161257f8161382f565b9250505b8061258d8161382f565b9150506124fc565b50909150505b919050565b6040516370a0823160e01b81523060048201526000906001600160a01b038316906370a0823190602401602060405180830381865afa1580156125e7573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190610919919061392e565b6040805160808101825260008082526020820181905291810182905260608101829052906126388361279a565b90508360000361267457604080516080810182526003815260146020820152908101919091526001600160a01b03831660608201529050610919565b60008461268983670de0b6b3a7640000613947565b61269391906139ba565b9050848210156126cf57506040805160808101825260008082526020820152908101919091526001600160a01b03831660608201529050610919565b6126e26014670de0b6b3a7640000613947565b811061271b5750604080516080810182526003815260146020820152908101919091526001600160a01b03831660608201529050610919565b61272e6005670de0b6b3a7640000613947565b81106127675750604080516080810182526002815260056020820152908101919091526001600160a01b03831660608201529050610919565b50604080516080810182526001815260026020820152908101919091526001600160a01b03831660608201529050610919565b60006001600160a01b0382166127b05747610919565b610919826125a0565b610e918133612f7b565b60006127cf83836114a4565b61284d576000838152602081815260408083206001600160a01b03861684529091529020805460ff191660011790556128053390565b6001600160a01b0316826001600160a01b0316847f2f8788117e7eff1d82e926ec794901d17c78024a50270940304540a733656f0d60405160405180910390a4506001610919565b506000610919565b61285d612fb4565b61287a57604051631afcd79f60e31b815260040160405180910390fd5b565b60007f8b73c3c69bb8fe3d512ecc4cf759cc79239f7b179b0ffacaa9a75d522b39400f826000015180519060200120836020015180519060200120846040015185606001516040516020016128fc9594939291909485526020850193909352604084019190915260608301526001600160a01b0316608082015260a00190565b604051602081830303815290604052805190602001209050919050565b600061292583836114a4565b1561284d576000838152602081815260408083206001600160a01b0386168085529252808320805460ff1916905551339286917ff6391f5c32d9c69d2a47ea670b442974b53935d1edc7fd64eb21e047a839171b9190a4506001610919565b60005b8151811015612aa057603360008383815181106129a6576129a661395e565b6020908102919091018101516001600160a01b0316825281019190915260400160009081205460ff1615159003612a8e576001603360008484815181106129ef576129ef61395e565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060006101000a81548160ff0219169083151502179055507f784c8f4dbf0ffedd6e72c76501c545a70f8b203b30a26ce542bf92ba87c248a4828281518110612a6157612a6161395e565b6020026020010151604051612a8591906001600160a01b0391909116815260200190565b60405180910390a15b80612a988161382f565b915050612987565b5050565b60005b8151811015612aa05760336000838381518110612ac657612ac661395e565b6020908102919091018101516001600160a01b031682528101919091526040016000205460ff161515600103612bad57600060336000848481518110612b0e57612b0e61395e565b60200260200101516001600160a01b03166001600160a01b0316815260200190815260200160002060006101000a81548160ff0219169083151502179055507f4c910b69fe65a61f7531b9c5042b2329ca7179c77290aa7e2eb3afa3c8511fd3828281518110612b8057612b8061395e565b6020026020010151604051612ba491906001600160a01b0391909116815260200190565b60405180910390a15b80612bb78161382f565b915050612aa7565b60978054906000612bcf8361382f565b909155505060985443111561287a5743609855565b60607fe35cf8b8df51aa49768d4a7859037953b72f9188d7c60825dfd506ac7c8d430c82600001518360200151846040015185606001518660800151604051602001612c35969594939291906139dc565b6040516020818303038152906040529050919050565b60015460405161190160f01b6020820152602281019190915260428101839052600090819060620160408051601f19818403018152919052805160209182012091506001908290612c9e90860186613a25565b604080516000815260208181018084529490945260ff9092168282015291860135606082015290850135608082015260a0016020604051602081039080840390855afa158015612cf2573d6000803e3d6000fd5b5050604051601f19015195945050505050565b6000848152609c60209081526040808320805460ff191660019081179091553384526099909252822001805491612d3b8361382f565b9190505550612d48612bbf565b6001600160a01b038316612df85784471015612d775760405163128bd24d60e31b815260040160405180910390fd5b6000826001600160a01b03168660405160006040518083038185875af1925050503d8060008114612dc4576040519150601f19603f3d011682016040523d82523d6000602084013e612dc9565b606091505b5050905080612df25730836000604051633ddff61360e21b81526004016109b593929190613974565b50612e97565b60405163a9059cbb60e01b81526001600160a01b038381166004830152602482018790526000919085169063a9059cbb906044016020604051808303816000875af1158015612e4b573d6000803e3d6000fd5b505050506040513d601f19601f82011682018060405250810190612e6f9190613848565b905080612e9557308385604051633ddff61360e21b81526004016109b593929190613974565b505b604080513381526001600160a01b038481166020830152851681830152606081018790526080810186905263ffffffff831660a082015290517ffc4d59a46f6143e0496645b06688cceb577d2d0439ad39ac0f1eaf3143a3a48e9181900360c00190a15050505050565b6000807ff0c57e16840df040f15088dc2f81fe391c3923bec73e23a9662efc9c229c6a00610919565b60607f30df4329ee18debd99f937f6d70edc594d2957d5c194e77ab788df398c193af282600001518360200151846040015185606001518660800151604051602001612c35969594939291906139dc565b612f8582826114a4565b612aa05760405163e2517d3f60e01b81526001600160a01b0382166004820152602481018390526044016109b5565b6000612fbe612f01565b54600160401b900460ff16919050565b6001600160a01b039384168152919092166020820152604081019190915260600190565b60006020828403121561300457600080fd5b81356001600160e01b03198116811461301c57600080fd5b9392505050565b6000806040838503121561303657600080fd5b50508035926020909101359150565b80356001600160a01b038116811461259b57600080fd5b60008060006060848603121561307157600080fd5b8335925061308160208501613045565b915061308f60408501613045565b90509250925092565b6000602082840312156130aa57600080fd5b5035919050565b600080604083850312156130c457600080fd5b823591506130d460208401613045565b90509250929050565b634e487b7160e01b600052604160045260246000fd5b604051601f8201601f191681016001600160401b038111828210171561311b5761311b6130dd565b604052919050565b600082601f83011261313457600080fd5b81356001600160401b0381111561314d5761314d6130dd565b613160601f8201601f19166020016130f3565b81815284602083860101111561317557600080fd5b816020850160208301376000918101602001919091529392505050565b600080604083850312156131a557600080fd5b82356001600160401b03808211156131bc57600080fd5b6131c886838701613123565b935060208501359150808211156131de57600080fd5b506131eb85828601613123565b9150509250929050565b60008060006060848603121561320a57600080fd5b61321384613045565b925061308160208501613045565b60006020828403121561323357600080fd5b61301c82613045565b60006001600160401b03821115613255576132556130dd565b5060051b60200190565b600082601f83011261327057600080fd5b813560206132856132808361323c565b6130f3565b82815260059290921b840181019181810190868411156132a457600080fd5b8286015b848110156132c6576132b981613045565b83529183019183016132a8565b509695505050505050565b6000602082840312156132e357600080fd5b81356001600160401b038111156132f957600080fd5b6133058482850161325f565b949350505050565b60008083601f84011261331f57600080fd5b5081356001600160401b0381111561333657600080fd5b60208301915083602082850101111561334e57600080fd5b9250929050565b60006060828403121561336757600080fd5b50919050565b60008060006080848603121561338257600080fd5b83356001600160401b0381111561339857600080fd5b6133a48682870161330d565b909450925061308f90508560208601613355565b600080604083850312156133cb57600080fd5b6133d483613045565b91506130d460208401613045565b600080604083850312156133f557600080fd5b82356001600160401b0381111561340b57600080fd5b6134178582860161325f565b95602094909401359450505050565b6000806020838503121561343957600080fd5b82356001600160401b038082111561345057600080fd5b818501915085601f83011261346457600080fd5b81358181111561347357600080fd5b8660208260061b850101111561348857600080fd5b60209290920196919550909350505050565b600080600080600060e086880312156134b257600080fd5b853594506134c260208701613045565b93506134d060408701613045565b9250606086013591506134e68760808801613355565b90509295509295909350565b6000806020838503121561350557600080fd5b82356001600160401b038082111561351c57600080fd5b818501915085601f83011261353057600080fd5b81358181111561353f57600080fd5b8660208260071b850101111561348857600080fd5b6000806040838503121561356757600080fd5b61357083613045565b915060208301356003811061358457600080fd5b809150509250929050565b600080600080608085870312156135a557600080fd5b6135ae85613045565b93506135bc60208601613045565b925060408501356001600160401b03808211156135d857600080fd5b6135e488838901613123565b935060608701359150808211156135fa57600080fd5b506136078782880161325f565b91505092959194509250565b600080600080600060c0868803121561362b57600080fd5b8535945061363b60208701613045565b935060408601356001600160401b0381111561365657600080fd5b6136628882890161330d565b90945092506134e690508760608801613355565b600080600080600060e0868803121561368e57600080fd5b85359450602086013593506136a560408701613045565b92506136b360608701613045565b91506134e68760808801613355565b600060208083850312156136d557600080fd5b82356001600160401b038111156136eb57600080fd5b8301601f810185136136fc57600080fd5b803561370a6132808261323c565b81815260059190911b8201830190838101908783111561372957600080fd5b928401925b828410156137475783358252928401929084019061372e565b979650505050505050565b6020808252825182820181905260009190848201906040850190845b8181101561378a5783518352928401929184019160010161376e565b50909695505050505050565b634e487b7160e01b600052602160045260246000fd5b81516080820190600481106137c3576137c3613796565b825260208381015190830152604080840151908301526060928301516001600160a01b0316929091019190915290565b634e487b7160e01b600052601160045260246000fd5b81810381811115610919576109196137f3565b80820180821115610919576109196137f3565b600060018201613841576138416137f3565b5060010190565b60006020828403121561385a57600080fd5b8151801515811461301c57600080fd5b803560ff8116811461259b57600080fd5b6060810160ff61388a8461386a565b168252602083013560208301526040830135604083015292915050565b6001600160a01b038681168252851660208201526040810184905260806060820181905281018290526000828460a0840137600060a0848401015260a0601f19601f85011683010190509695505050505050565b6001600160a01b039586168152938516602085015291841660408401529092166060820152608081019190915260a00190565b60006020828403121561394057600080fd5b5051919050565b8082028115828204841417610919576109196137f3565b634e487b7160e01b600052603260045260246000fd5b6001600160a01b0393841681529183166020830152909116604082015260600190565b600063ffffffff8083168181036139b0576139b06137f3565b6001019392505050565b6000826139d757634e487b7160e01b600052601260045260246000fd5b500490565b86815260c08101600387106139f3576139f3613796565b602082019690965260408101949094526001600160a01b0392831660608501529116608083015260a090910152919050565b600060208284031215613a3757600080fd5b61301c8261386a56fe9d98d3d08f0062b192694645e127c98e5f96f3bbec331d061acaac3ace2327f997667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929a264697066735822122010119a0d251aa199117729e181e77749668c15fdafa29c40520b7e72320661dc64736f6c63430008140033";
|
|
1554
|
+
const isSuperArgs = (xs) => xs.length > 1;
|
|
1555
|
+
class Escrow__factory extends ethers_1.ContractFactory {
|
|
1556
|
+
constructor(...args) {
|
|
1557
|
+
if (isSuperArgs(args)) {
|
|
1558
|
+
super(...args);
|
|
1559
|
+
}
|
|
1560
|
+
else {
|
|
1561
|
+
super(_abi, _bytecode, args[0]);
|
|
1562
|
+
}
|
|
1563
|
+
}
|
|
1564
|
+
getDeployTransaction(overrides) {
|
|
1565
|
+
return super.getDeployTransaction(overrides || {});
|
|
1566
|
+
}
|
|
1567
|
+
deploy(overrides) {
|
|
1568
|
+
return super.deploy(overrides || {});
|
|
1569
|
+
}
|
|
1570
|
+
connect(runner) {
|
|
1571
|
+
return super.connect(runner);
|
|
1572
|
+
}
|
|
1573
|
+
static createInterface() {
|
|
1574
|
+
return new ethers_1.Interface(_abi);
|
|
1575
|
+
}
|
|
1576
|
+
static connect(address, runner) {
|
|
1577
|
+
return new ethers_1.Contract(address, _abi, runner);
|
|
1578
|
+
}
|
|
1579
|
+
}
|
|
1580
|
+
exports.Escrow__factory = Escrow__factory;
|
|
1581
|
+
Escrow__factory.bytecode = _bytecode;
|
|
1582
|
+
Escrow__factory.abi = _abi;
|