Bug in function-id printer #210
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Hi there! There is an issue connected to
function-id
printer that I faced:when you create a dynamic array with
public
visibility modifier compiler automatically generates a getter-function withuint256
input parameter. However, Slither thinks that the getter has no input parameters. Thus, the wrong function signature is printed in the output.Here is a small example.
Slither outputs the following table:
However, the real
example()
function's signature is0x477e4a02
in the example.The text was updated successfully, but these errors were encountered: