Skip to content

Juancanico5/b32

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

B32

Signature collection of smart contract method & event.

To help retrieving method/event's JSON ABI by its signature.

Submit JSON ABI

  • Initiate a new pull request
  • Fill the file name like <my-awesome-contract.json>
  • Fill the file content with full JSON ABI produced by solidity compiler

Query JSON ABI

# replace 0x06fdde03 with your signature
> curl https://b32.vecha.in/q/0x06fdde03.json

The output will be

[{"constant":true,"inputs":[],"name":"name","outputs":[{"name":"","type":"string"}],"payable":false,"stateMutability":"pure","type":"function"}]

which is an array of objects which share the same signature.

About

Signature collection of smart contract method & event

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 63.3%
  • HTML 36.7%