blackbigswan
blackbigswan
trying out few concepts and in need for clarification reward as, user receives N tokensN when he provided liquidity to pool ID 1, where tokenN is different token than the...
Slightly confused PoC: https://github.com/shortdoom/Helios/blob/2c8a2bf0ef86772ad440aa028f2e2eac08628056/contracts/Helios.sol#L106 I left some lax commentary in natspec regarding current functions, to-do's and things which need some design decisions. Helios.sol is extended with Reward Vaults logic. This...
regex is not needed, all of the listed information is available to slither as formatted py object (string) in either Function or Contract class. i think the Issue could be...
@lucas-manuel @devtooligan @0xalpharush if you are fine with having this as a separate "tool" and not as a "printer", I can make a PR _today_, just green-light following logic and...
i made a "draft" PR. it doesn't include requested regex matching but it's straight forward to implement if needed. i followed existing implementation of parser without sub-commands for now as...
Some time passed from this PR but I remember that choosing exact `Contract.sol` as target to query is preferable over iterating the whole directory - avoids information overload in the...
Also, wouldn't it be cool to have it as PythonAPI? This is how I actually implemented it for my own use, as an external class taking a list of Function...
Added `lines` reference to the output (allows to Jump-to-line) Added more filters: ``` --contains-asm (bool) --low-lvl-calls (bool) --full-name (str) --in-source (str) ``` `full-name` allows user to search inside the function.full_name...
Like so? [contract-explorer.webm](https://github.com/crytic/contract-explorer/assets/56428630/929378ec-3ec9-45aa-93ef-3f40c79ec977) It doesn't complain with any errors. I also tried setting debug level higher but the effect is the same. I don't see any of the features you...
But why is that? I can compile fine outside of the extension with both slither and crytic-compile. And plugin still fails to work outside of the developer installation (from marketplace).