This script provides contract ABI by it's address.
The example of code is in the main.py
file.
If you want to just run the script with custom values, edit konfig.py
file.
Example:
### Address of contract you want to decode ###
address = '0x07e56b727e0eacfa53823977599905024c2de4f0'
### RPC of the network where the contract deployed ###
rpc = 'https://polygon-rpc.com'