Content pfp
Content
@
0 reply
0 recast
2 reactions

Jem pfp
Jem
@jem
Solidity devs: when looking at a stack trace, what does a function call to "0x" mean? (It's an unverified contract, hence the function signatures instead of function name.) My hunch, based on my understanding of the previous function call, is that it's call to a library - perhaps it doesn't exist. However, the functions in that library are internal, and my understanding is that the internal functions are inlined instead of it being a separate contract.
3 replies
0 recast
4 reactions

Pierrick pfp
Pierrick
@pierrick
It’s a call to a function that doesn’t exist on the address you are calling.
1 reply
0 recast
0 reaction

Jem pfp
Jem
@jem
Thanks! It seems that the testnet deployment was incomplete.
0 reply
0 recast
1 reaction