zemse/hardhat-tracer

Missing value for `UnknownContractAndFunction`

Closed this issue · 0 comments

k06a commented

I expect to see call value even if selector is not recognised:

CALL UnknownContractAndFunction(to=0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266, input=0x, ret=0x)

=>

CALL UnknownContractAndFunction{value: 1}(to=0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266, input=0x, ret=0x)