Generate JSON ABI by function signature. If you want to generate JSON ABI and you have signature of function then just paste your functions in the box below – one function on a line.
Solidity function examples:
function name() public view returns (string)
function balanceOf(address _owner) public view returns (uint256 balance)
function getStruct(uint256 structIndex) external view returns(address,uint256)
function getStruct() public view returns (StructType(string, uint8))
event StructPassed(StructType(address field1, uint256 field2))