✳️Code Insight

Sentio makes the debugging and contract reading experience smoother by fully analyzing the solidity source code. This experiences is built into every parts that has solidity source code like trace view, debugger view or contract view.

Jump to definition / Find References

You can navigate from a code usage to code definition with the "Go to Definition" button or use cmd/ctrl+ left click , or list all the usages for a definition within the contract.

For external functions, you can use "Related Transaction" to search transactions that involves this call.

Structured View

Sentio can show the solidity symbol structure, click any of the symbol on the left side will bring you to the actual code definition place.

Last updated