Closed vicnaum closed 5 years ago
Side-note: The issue prevents MetaMask from displaying names of functions without arguments (displays "Unknown Function" instead - even for functions registered in Parity Signature Registry).
Tested a custom MetaMask build with this fix - then it displays the names of zero-argument functions, as well as the ones with arguments.
Any function like drain() will throw an exception - cause args match can't get [0] of null.
Also a () fallback function will throw an exception - cause name match can't get [0] of null.