Skip to content

Instantly share code, notes, and snippets.

@JAC-02
Created September 5, 2022 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JAC-02/51a2c0e7531966f8a29c685472f0d262 to your computer and use it in GitHub Desktop.
Save JAC-02/51a2c0e7531966f8a29c685472f0d262 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"provenance": [],
"collapsed_sections": []
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
}
},
"cells": [
{
"cell_type": "code",
"source": [
"helloWorldContract = w3.eth.contract(address = tx_receipt.contractAddress,\n",
" abi=abi)\n",
"helloWorldContract"
],
"metadata": {
"colab": {
"base_uri": "https://localhost:8080/"
},
"id": "WUScJ7prZjnO",
"outputId": "ddbc1aba-d2dc-4bad-ce35-37194e08b60c"
},
"execution_count": 56,
"outputs": [
{
"output_type": "execute_result",
"data": {
"text/plain": [
"<web3._utils.datatypes.Contract at 0x7f4a00303d90>"
]
},
"metadata": {},
"execution_count": 56
}
]
},
{
"cell_type": "code",
"source": [],
"metadata": {
"id": "eXgcC0sCdeGu"
},
"execution_count": null,
"outputs": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment