Internal Transactions

# Internal Transactions

Internal transactions represent value transfers triggered by smart contract execution.

Unlike standard transactions, internal transactions are not directly initiated by an external wallet.

They occur when:

• A smart contract transfers TURK • A contract interacts with another contract • A contract executes a fallback function

## Internal Transaction Fields

• Parent transaction hash • From • To • Value • Gas used • Call type

Last updated