-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Hi,
I have observed some parsing issues while loading solidity contracts. Below are the 3 things that are causing the issue.
- receive() {}
- abstract contract ...
- address.call{value: msg.value}()
The receive(){} function.
Any abstract contracts.
Any call to functions with passing custom values or gas.
After I removed all these lines, I was able to parse my contract .sol files in piet.
Metadata
Metadata
Assignees
Labels
No labels