Function Call Alerts(Coming Soon)

Function Call Alerts notify users about specific function calls or smart contract executions on the blockchain.

  1. Under Signals section click on Function Call(+) button. The button is highlighted in black box in the screenshot below.

  2. Clicking on the Function Call (+) button will prompt you to fill in essential fields to create a function call alert subscription. Please refer to the screenshot below for reference. Further details regarding the fields are outlined in the subsequent steps.

Fields Description

  • Name: Name for the Alert.

  • Username: The username is a unique identifier displayed when alert is received.

  • Delivery Channel: Discord This field outlines the chosen communication platform for receiving function call alerts. Currently the Discord is supported, a popular messaging and collaboration platform widely used in the crypto and DeFi communities.

  • Webhook: A webhook is a mechanism that allows automated messages and alerts to be sent from one system to another. Currently the Discord Webhook is supported to receive notifications ,you'll need to set up a webhook from your Discord server. You can find instructions on how to create a Discord webhook here.

  • Block State: This parameter indicates the current state of a particular blockchain or decentralized network. Users may set preferences for receiving alerts based on specific block states, such as latest, safe, finalized or any transactions.

    a) Latest: This means the transaction has been included in the most recent block. While this option provides the quickest reaction to blockchain events, please be aware that block reorganization events can occur, potentially causing the transaction to be removed from the chain. b) Safe: This state occurs when 32 blocks have been added after the block that included the target transaction. At this point, the transaction is considered approximately 70% less likely to be removed from the blockchain. c) Finalized: When 64 blocks have been added after the block containing the target transaction, it reaches the "Finalized" state. Transactions in this state are highly secure, with a minuscule chance of being removed from the blockchain, approximately 99.9999% less likely. d) Any: "Any" is a broad category and refers to a block in any state It does not specify a particular condition such as being the latest, safe, or finalized. Instead, it encompasses all blocks, regardless of their current status.

  • Sender: The "Sender" refers to the entity address responsible for initiating and dispatching function call alerts.

  • Smart Contract Address: The "Smart Contract Address" is a unique identifier associated with a smart contract code containing functions on a blockchain.

  • Function Signature: The "Function Signature" is a cryptographic identifier that uniquely represents a specific function within a smart contract. In this context, it signifies the distinctive code associated with a function which will trigger alert when function is called.

  1. An example of function call alert received in discord is shown below for reference.

Last updated