Skip to content

Yuriicaezar/abi-decoder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

abi-decoder

This script provides contract ABI by it's address.

How to use

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'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%