Get Function Invocation Info from Transactions

I wonder if it’s possible to know what function is invoked from the data in transactions? Apparently it’s not the value of the field “entry_point_selector”.

17 Likes

Hello,

Do you have an example of this?
When you are sending a function through an account contract, the transaction is calling the account contract entry point.

In the futur, full nodes will provide an API that will let you trace everything that happened within a call.
Today, you also may use this tool https://starktx.info/ it lets you see what is happening in your transaction.

Does that help?

10 Likes