description |
---|
Blockscout also offers a contract verification API. |
This is the preferred option for contract verification via API. However, you can also use RPC endpoints, more info is available here.
You can specify license type of the smart contract as string
or number
. For example for GNU General Public License v2.0 (GNU GPLv2)
you could pass either 4
or "gnu_gpl_v2"
We are supporting such types of license as:
1. No License (None)
2. The Unlicense (Unlicense)
3. MIT License (MIT)
4. GNU General Public License v2.0 (GNU GPLv2)
5. GNU General Public License v3.0 (GNU GPLv3)
6. GNU Lesser General Public License v2.1 (GNU LGPLv2.1)
7. GNU Lesser General Public License v3.0 (GNU LGPLv3)
8. BSD 2-clause "Simplified" license (BSD-2-Clause)
9. BSD 3-clause "New" Or "Revised" license* (BSD-3-Clause)
10. Mozilla Public License 2.0 (MPL-2.0)
11. Open Software License 3.0 (OSL-3.0)
12. Apache 2.0 (Apache-2.0)
13. GNU Affero General Public License (GNU AGPLv3)
14. Business Source License (BSL 1.1)
API license types:
none
unlicense
mit
gnu_gpl_v2
gnu_gpl_v3
gnu_lgpl_v2_1
gnu_lgpl_v3
bsd_2_clause
bsd_3_clause
mpl_2_0
osl_3_0
apache_2_0
gnu_agpl_v3
bsl_1_1
Use the appropriate Blockscout instance endpoint to verify if the smart contract microservice is enabled.
In the following examples we use https://eth.blockscout.com to query Ethereum.
{% swagger src="../../.gitbook/assets/openapi (2).json" path="/api/v2/smart-contracts/verification/config" method="get" %} openapi (2).json {% endswagger %}
{% hint style="warning" %}
0x
contract addresses in POST example urls below should be replaced with your contract hash supplied on contract creation. Variables in the body are examples and should be replaced with your contract details.
{% endhint %}
For more information on parameters to pass, see the flattened source code information on the Verifying a smart contract page.
{% swagger src="../../.gitbook/assets/openapi (2).json" path="/api/v2/smart-contracts/0xb12cad649a56e67188bbaa56583c18dc7d2812ed/verification/via/flattened-code" method="post" %} openapi (2).json {% endswagger %}
For more information on parameters to pass, see the flattened source code information on the Verifying a smart contract page. 0x
contract in POST example should be replaced with your contract hash.
{% swagger src="../../.gitbook/assets/openapi (2).json" path="/api/v2/smart-contracts/0x9c1c619176b4f8521a0ab166945d785b92aef453/verification/via/standard-input" method="post" expanded="false" fullWidth="false" %} openapi (2).json {% endswagger %}
For more information on parameters to pass, see the Contract Verification via Sourcify. 0x
contract in POST example url should be replaced with your contract hash, as should your relevant variables.
{% swagger src="../../.gitbook/assets/openapi (2).json" path="/api/v2/smart-contracts/0x030f7c7dbd472864220bcf9e37ede1b8a3125970/verification/via/sourcify" method="post" %} openapi (2).json {% endswagger %}
{% swagger src="../../.gitbook/assets/openapi (2).json" path="/api/v2/smart-contracts/0x030f7c7dbd472864220bcf9e37ede1b8a3125970/verification/via/multi-part" method="post" %} openapi (2).json {% endswagger %}
{% swagger src="../../.gitbook/assets/openapi (2).json" path="/api/v2/smart-contracts/0xd73249995040f04cb891bdf0f997579ee3a6676c/verification/via/vyper-code" method="post" %} openapi (2).json {% endswagger %}
{% swagger src="../../.gitbook/assets/openapi (2).json" path="/api/v2/smart-contracts/0xc3fd3c09d5481f4d6c85e70775804de4c93fe630/verification/via/vyper-multi-part" method="post" %} openapi (2).json {% endswagger %}
{% swagger src="../../.gitbook/assets/openapi (2).json" path="/api/v2/smart-contracts/0xc3fd3c09d5481f4d6c85e70775804de4c93fe630/verification/via/vyper-standard-input" method="post" %} openapi (2).json {% endswagger %}