zemse / hardhat-tracer

🕵️ allows you to see internal calls, events and storage operations in the console
MIT License
341 stars 35 forks source link

Missing value for `UnknownContractAndFunction` #26

Closed k06a closed 1 year ago

k06a commented 1 year ago

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)