# Get Function Invocation Info from Transactions

**URL:** https://community.starknet.io/t/get-function-invocation-info-from-transactions/319
**Category:** Support
**Created:** [January 10, 2022, 1:33pm UTC](https://community.starknet.io/t/get-function-invocation-info-from-transactions/319 "2022-01-10T13:33:52Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![rukola](https://dub1.discourse-cdn.com/flex005/user_avatar/community.starknet.io/rukola/32/173_2.png) [@rukola](https://community.starknet.io/u/rukola)
#### Post date: [January 10, 2022, 1:33pm UTC](https://community.starknet.io/t/get-function-invocation-info-from-transactions/319/1 "2022-01-10T13:33:52Z")

</div>

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”.

---

<div class="post-metadata">

### Author: ![henrli](https://dub1.discourse-cdn.com/flex005/user_avatar/community.starknet.io/henrli/32/6_2.png) [@henrli](https://community.starknet.io/u/henrli)
#### Post date: [January 12, 2022, 11:38am UTC](https://community.starknet.io/t/get-function-invocation-info-from-transactions/319/2 "2022-01-12T11:38:01Z")

</div>

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/](https://starktx.info/) it lets you see what is happening in your transaction.

Does that help?
