You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[ESDT Operations Events](/developers/log-events/esdt-events)| ESDT operations, which encompass token creation, transfers, and other critical actions, generate log events. These events record sender and receiver addresses, token amounts, and operation types. |
147
-
|[Execution Events](/developers/log-events/execution-events)| Execution events are dedicated to recording the status of transaction execution. They indicate whether a transaction was successfully executed or encountered an error. |
148
-
|[Smart Contract Call Events](/developers/log-events/contract-call-events)| Smart contract calls often emit log events to report their execution status and results. These events typically include information such as the caller's address, the called function, and any other relevant data. |
149
-
|[Smart Contract Deploy Events](/developers/log-events/contract-deploy-events)| Smart contract deployment and upgrade events are used to record when a smart contract is initially deployed or when it undergoes an upgrade. |
150
-
|[System Delegation Events](/developers/log-events/system-delegation-events)| System delegation events are generated in response to interactions with the system delegation contract. |
146
+
|[ESDT Operations Events](/developers/event-logs/esdt-events)| ESDT operations, which encompass token creation, transfers, and other critical actions, generate log events. These events record sender and receiver addresses, token amounts, and operation types. |
147
+
|[Execution Events](/developers/event-logs/execution-events)| Execution events are dedicated to recording the status of transaction execution. They indicate whether a transaction was successfully executed or encountered an error. |
148
+
|[Smart Contract Call Events](/developers/event-logs/contract-call-events)| Smart contract calls often emit log events to report their execution status and results. These events typically include information such as the caller's address, the called function, and any other relevant data. |
149
+
|[Smart Contract Deploy Events](/developers/event-logs/contract-deploy-events)| Smart contract deployment and upgrade events are used to record when a smart contract is initially deployed or when it undergoes an upgrade. |
150
+
|[System Delegation Events](/developers/event-logs/system-delegation-events)| System delegation events are generated in response to interactions with the system delegation contract. |
0 commit comments