Verify transactions
Verify and reward users for executing a specific transaction on a selected blockchain network.
Last updated
Was this helpful?
Verify and reward users for executing a specific transaction on a selected blockchain network.
Last updated
Was this helpful?
This is a powerful task for incentivizing on-chain interactions with your smart contracts, rewarding users for participating in specific DeFi protocols or tracking contributions to a DAO.
For instructions on setting up the general parameters of your Web3 task (name, header, description, etc.), visit .
Select Web3 to indicate that the task will be completed using a Web3 action.
Once you've selected Web3, choose Verify transactions from the dropdown menu.
Select the blockchain network on which the token is issued.
You can add multiple networks using Add Network button.
For each network, you'll need to specify the Contract Address of the token on that specific network. This ensures that the task accurately checks the user's token balance across all relevant networks.
Method ID is a unique identifier that specifies which function within a smart contract is being called during a transaction. It's essentially a short code derived from the function's name and the types of its parameters.
You can typically find the Method ID of a transaction by exploring its details on a blockchain explorer. Here's how you can do it using Etherscan as an example:
Locate the transaction: Find the specific transaction you're interested in on Etherscan. You can search for it using the transaction hash, address involved, or block number.
View transaction details: Once you've found the transaction, click on its transaction hash to view its details.
Find the Method ID: In the transaction details page, look for a section labeled "Input Data." Within this section, you should see the Method ID displayed, usually at the beginning of the input data string.
The Method ID is usually represented as a hexadecimal value (starting with "0x").
The exact location and format of the Method ID may vary slightly depending on the blockchain explorer you're using.
If you're having trouble finding the Method ID, consult the documentation or help resources of the specific blockchain explorer you're using.
Min count (optional): Specify the minimum number of times this specific transaction needs to be executed for the task to be completed. For example, entering "3" would require users to execute the transaction at least 3 times.