Encodes the specified solidity function call its parameters.
either a snippet of the JSON ABI, or a function signature like "myFunc(uint256, uint256)".
"myFunc(uint256, uint256)"
the parameters to encode
the encoded payload
Encodes the specified solidity function call its parameters.