Consensys / abi-decoder

Nodejs and Javascript library for decoding data params and events from ethereum transactions
GNU General Public License v3.0
633 stars 218 forks source link

Decode Transaction Input from ABI without knowing which function #68

Open SimonOrdo opened 3 years ago

SimonOrdo commented 3 years ago

I see an example of how to decode Transaction input for specific functions here : http://playground.nethereum.com/csharp/id/1063 .

Assuming the entire ABI is available, Is it not possible to decode the entire Input string to get the name of the function as well as the parameters without first knowing which function we're decoding for?