Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions swagger_client/api/approve_controller_v_1_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ def address_contract_using_get1(self, address, **kwargs): # noqa: E501

:param async_req bool
:param str address: address (required)
:param str authorization: Authorization (testBearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str chain_id: The chain_id of the blockchain. \"1\" means Ethereum; \"10\" means Optimism; “25” means Cronos; \"56\" means BSC; “66” means OKC; \"100\" means Gnosis; \"128\" means HECO; \"137\" means Polygon; \"250\" means Fantom; \"321\" means KCC; \"324\" means zkSync Era; \"10001\" means ETHW; \"201022\" means FON; \"42161\" means Arbitrum; \"43114\" means Avalanche; \"59140\" means Linea; \"1666600000\" means Harmony; \"tron\" means Tron.
:param str authorization: Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str chain_id: The chain_id of the blockchain. \"1\" means Ethereum; \"10\" means Optimism; \"25\" means Cronos; \"56\" means BSC; \"66\" means OKC; \"100\" means Gnosis; \"128\" means HECO; \"137\" means Polygon; \"250\" means Fantom; \"321\" means KCC; \"324\" means zkSync Era; \"10001\" means ETHW; \"201022\" means FON; \"42161\" means Arbitrum; \"43114\" means Avalanche; \"59140\" means Linea; \"1666600000\" means Harmony; \"tron\" means Tron.
:return: ResponseWrapperAddressContract
If the method is called asynchronously,
returns the request thread.
Expand All @@ -65,8 +65,8 @@ def address_contract_using_get1_with_http_info(self, address, **kwargs): # noqa

:param async_req bool
:param str address: address (required)
:param str authorization: Authorization (testBearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str chain_id: The chain_id of the blockchain. \"1\" means Ethereum; \"10\" means Optimism; “25” means Cronos; \"56\" means BSC; “66” means OKC; \"100\" means Gnosis; \"128\" means HECO; \"137\" means Polygon; \"250\" means Fantom; \"321\" means KCC; \"324\" means zkSync Era; \"10001\" means ETHW; \"201022\" means FON; \"42161\" means Arbitrum; \"43114\" means Avalanche; \"59140\" means Linea; \"1666600000\" means Harmony; \"tron\" means Tron.
:param str authorization: Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str chain_id: The chain_id of the blockchain. \"1\" means Ethereum; \"10\" means Optimism; \"25\" means Cronos; \"56\" means BSC; \"66\" means OKC; \"100\" means Gnosis; \"128\" means HECO; \"137\" means Polygon; \"250\" means Fantom; \"321\" means KCC; \"324\" means zkSync Era; \"10001\" means ETHW; \"201022\" means FON; \"42161\" means Arbitrum; \"43114\" means Avalanche; \"59140\" means Linea; \"1666600000\" means Harmony; \"tron\" means Tron.
:return: ResponseWrapperAddressContract
If the method is called asynchronously,
returns the request thread.
Expand Down Expand Up @@ -144,7 +144,7 @@ def approval_contract_using_get(self, chain_id, contract_addresses, **kwargs):
:param async_req bool
:param str chain_id: Chain id, (ETH: 1, BSC: 56, OKC: 66, Heco: 128, Polygon: 137, Fantom:250, Arbitrum: 42161, Avalanche: 43114) (required)
:param str contract_addresses: Contract needs to be detected (required)
:param str authorization: Authorization (testBearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str authorization: Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:return: ResponseWrapperContractApproveResponse
If the method is called asynchronously,
returns the request thread.
Expand All @@ -167,7 +167,7 @@ def approval_contract_using_get_with_http_info(self, chain_id, contract_addresse
:param async_req bool
:param str chain_id: Chain id, (ETH: 1, BSC: 56, OKC: 66, Heco: 128, Polygon: 137, Fantom:250, Arbitrum: 42161, Avalanche: 43114) (required)
:param str contract_addresses: Contract needs to be detected (required)
:param str authorization: Authorization (testBearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str authorization: Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:return: ResponseWrapperContractApproveResponse
If the method is called asynchronously,
returns the request thread.
Expand Down
12 changes: 6 additions & 6 deletions swagger_client/api/approve_controller_v_2_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def address_nft1155_approve_list_using_get1(self, addresses, chain_id, **kwargs)
:param async_req bool
:param str addresses: contract address (required)
:param str chain_id: chain id (required)
:param str authorization: Authorization (testBearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str authorization: Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:return: ResponseWrapperListApproveNFT1155ListResponse
If the method is called asynchronously,
returns the request thread.
Expand All @@ -66,7 +66,7 @@ def address_nft1155_approve_list_using_get1_with_http_info(self, addresses, chai
:param async_req bool
:param str addresses: contract address (required)
:param str chain_id: chain id (required)
:param str authorization: Authorization (testBearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str authorization: Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:return: ResponseWrapperListApproveNFT1155ListResponse
If the method is called asynchronously,
returns the request thread.
Expand Down Expand Up @@ -148,7 +148,7 @@ def address_nft721_approve_list_using_get1(self, addresses, chain_id, **kwargs):
:param async_req bool
:param str addresses: contract address (required)
:param str chain_id: chain id (required)
:param str authorization: Authorization (testBearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str authorization: Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:return: ResponseWrapperListApproveNFTListResponse
If the method is called asynchronously,
returns the request thread.
Expand All @@ -171,7 +171,7 @@ def address_nft721_approve_list_using_get1_with_http_info(self, addresses, chain
:param async_req bool
:param str addresses: contract address (required)
:param str chain_id: chain id (required)
:param str authorization: Authorization (testBearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str authorization: Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:return: ResponseWrapperListApproveNFTListResponse
If the method is called asynchronously,
returns the request thread.
Expand Down Expand Up @@ -253,7 +253,7 @@ def address_token_approve_list_using_get1(self, addresses, chain_id, **kwargs):
:param async_req bool
:param str addresses: contract address (required)
:param str chain_id: chain id (required)
:param str authorization: Authorization (testBearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str authorization: Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:return: ResponseWrapperListApproveTokenOutListResponse
If the method is called asynchronously,
returns the request thread.
Expand All @@ -276,7 +276,7 @@ def address_token_approve_list_using_get1_with_http_info(self, addresses, chain_
:param async_req bool
:param str addresses: contract address (required)
:param str chain_id: chain id (required)
:param str authorization: Authorization (testBearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str authorization: Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:return: ResponseWrapperListApproveTokenOutListResponse
If the method is called asynchronously,
returns the request thread.
Expand Down
4 changes: 2 additions & 2 deletions swagger_client/api/contract_abi_controller_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def get_abi_data_info_using_post(self, body, **kwargs): # noqa: E501

:param async_req bool
:param ParseAbiDataRequest body: abiDataRequest (required)
:param str authorization: Authorization (testBearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str authorization: Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:return: ResponseWrapperParseAbiDataResponse
If the method is called asynchronously,
returns the request thread.
Expand All @@ -64,7 +64,7 @@ def get_abi_data_info_using_post_with_http_info(self, body, **kwargs): # noqa:

:param async_req bool
:param ParseAbiDataRequest body: abiDataRequest (required)
:param str authorization: Authorization (testBearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str authorization: Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:return: ResponseWrapperParseAbiDataResponse
If the method is called asynchronously,
returns the request thread.
Expand Down
4 changes: 2 additions & 2 deletions swagger_client/api/dapp_controller_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def get_dapp_info_using_get(self, **kwargs): # noqa: E501
>>> result = thread.get()

:param async_req bool
:param str authorization: Authorization (testBearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str authorization: Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str url: Url or domain
:return: ResponseWrapperDappContractSecurityResponse
If the method is called asynchronously,
Expand All @@ -63,7 +63,7 @@ def get_dapp_info_using_get_with_http_info(self, **kwargs): # noqa: E501
>>> result = thread.get()

:param async_req bool
:param str authorization: Authorization (testBearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str authorization: Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str url: Url or domain
:return: ResponseWrapperDappContractSecurityResponse
If the method is called asynchronously,
Expand Down
4 changes: 2 additions & 2 deletions swagger_client/api/defi_controller_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get_defi_info_using_get(self, contract_addresses, chain_id, **kwargs): # no
:param async_req bool
:param str contract_addresses: Defi protocol address (required)
:param str chain_id: Chain id, (eth: 1, bsc: 56) (required)
:param str authorization: Authorization (testBearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str authorization: Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:return: GetDefiInfoResponse
If the method is called asynchronously,
returns the request thread.
Expand All @@ -66,7 +66,7 @@ def get_defi_info_using_get_with_http_info(self, contract_addresses, chain_id, *
:param async_req bool
:param str contract_addresses: Defi protocol address (required)
:param str chain_id: Chain id, (eth: 1, bsc: 56) (required)
:param str authorization: Authorization (testBearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str authorization: Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:return: GetDefiInfoResponse
If the method is called asynchronously,
returns the request thread.
Expand Down
4 changes: 2 additions & 2 deletions swagger_client/api/nft_controller_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get_nft_info_using_get1(self, chain_id, contract_addresses, **kwargs): # no
:param async_req bool
:param str chain_id: Chain id, (eth: 1, bsc: 56, Polygon: 137, Avalanche: 43114) (required)
:param str contract_addresses: NFT contract address (required)
:param str authorization: Authorization (testBearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str authorization: Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str token_id: tokenId
:return: ResponseWrapperGetNftInfo
If the method is called asynchronously,
Expand All @@ -67,7 +67,7 @@ def get_nft_info_using_get1_with_http_info(self, chain_id, contract_addresses, *
:param async_req bool
:param str chain_id: Chain id, (eth: 1, bsc: 56, Polygon: 137, Avalanche: 43114) (required)
:param str contract_addresses: NFT contract address (required)
:param str authorization: Authorization (testBearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str authorization: Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str token_id: tokenId
:return: ResponseWrapperGetNftInfo
If the method is called asynchronously,
Expand Down
12 changes: 6 additions & 6 deletions swagger_client/api/token_controller_v_1_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def get_chains_list_using_get(self, **kwargs): # noqa: E501
>>> result = thread.get()

:param async_req bool
:param str authorization: Authorization (testBearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str authorization: Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str name: API name.
:return: ResponseWrapperListGetChainsList
If the method is called asynchronously,
Expand All @@ -63,7 +63,7 @@ def get_chains_list_using_get_with_http_info(self, **kwargs): # noqa: E501
>>> result = thread.get()

:param async_req bool
:param str authorization: Authorization (testBearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str authorization: Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str name: API name.
:return: ResponseWrapperListGetChainsList
If the method is called asynchronously,
Expand Down Expand Up @@ -134,9 +134,9 @@ def token_security_using_get1(self, chain_id, contract_addresses, **kwargs): #
>>> result = thread.get()

:param async_req bool
:param str chain_id: The chain_id of the blockchain. \"1\" means Ethereum; \"10\" means Optimism; “25” means Cronos; \"56\" means BSC; “66” means OKC; \"100\" means Gnosis; \"128\" means HECO; \"137\" means Polygon; \"250\" means Fantom; \"321\" means KCC; \"324\" means zkSync Era; \"10001\" means ETHW; \"201022\" means FON; \"42161\" means Arbitrum; \"43114\" means Avalanche; \"59140\" means Linea; \"1666600000\" means Harmony; \"tron\" means Tron. (required)
:param str chain_id: The chain_id of the blockchain. \"1\" means Ethereum; \"10\" means Optimism; \"25\" means Cronos; \"56\" means BSC; \"66\" means OKC; \"100\" means Gnosis; \"128\" means HECO; \"137\" means Polygon; \"250\" means Fantom; \"321\" means KCC; \"324\" means zkSync Era; \"10001\" means ETHW; \"201022\" means FON; \"42161\" means Arbitrum; \"43114\" means Avalanche; \"59140\" means Linea; \"1666600000\" means Harmony; \"tron\" means Tron. (required)
:param str contract_addresses: The contract address of tokens. (required)
:param str authorization: Authorization (testBearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str authorization: Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:return: ResponseWrapperTokenSecurity
If the method is called asynchronously,
returns the request thread.
Expand All @@ -157,9 +157,9 @@ def token_security_using_get1_with_http_info(self, chain_id, contract_addresses,
>>> result = thread.get()

:param async_req bool
:param str chain_id: The chain_id of the blockchain. \"1\" means Ethereum; \"10\" means Optimism; “25” means Cronos; \"56\" means BSC; “66” means OKC; \"100\" means Gnosis; \"128\" means HECO; \"137\" means Polygon; \"250\" means Fantom; \"321\" means KCC; \"324\" means zkSync Era; \"10001\" means ETHW; \"201022\" means FON; \"42161\" means Arbitrum; \"43114\" means Avalanche; \"59140\" means Linea; \"1666600000\" means Harmony; \"tron\" means Tron. (required)
:param str chain_id: The chain_id of the blockchain. \"1\" means Ethereum; \"10\" means Optimism; \"25\" means Cronos; \"56\" means BSC; \"66\" means OKC; \"100\" means Gnosis; \"128\" means HECO; \"137\" means Polygon; \"250\" means Fantom; \"321\" means KCC; \"324\" means zkSync Era; \"10001\" means ETHW; \"201022\" means FON; \"42161\" means Arbitrum; \"43114\" means Avalanche; \"59140\" means Linea; \"1666600000\" means Harmony; \"tron\" means Tron. (required)
:param str contract_addresses: The contract address of tokens. (required)
:param str authorization: Authorization (testBearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str authorization: Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:return: ResponseWrapperTokenSecurity
If the method is called asynchronously,
returns the request thread.
Expand Down
4 changes: 2 additions & 2 deletions swagger_client/api/website_controller_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def phishing_site_using_get(self, url, **kwargs): # noqa: E501

:param async_req bool
:param str url: Url (required)
:param str authorization: Authorization (testBearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str authorization: Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:return: ResponseWrapperPhishingSite
If the method is called asynchronously,
returns the request thread.
Expand All @@ -64,7 +64,7 @@ def phishing_site_using_get_with_http_info(self, url, **kwargs): # noqa: E501

:param async_req bool
:param str url: Url (required)
:param str authorization: Authorization (testBearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:param str authorization: Authorization (test: Bearer 81|9ihH8JzEuFu4MQ9DjWmH5WrNCPW...)
:return: ResponseWrapperPhishingSite
If the method is called asynchronously,
returns the request thread.
Expand Down
Loading