Q.Which blockchains and networks does your service support?
A.We support the following EVM chains: Ethereum (Mainnet, Goerli TestNet), Polygon (Mainnet, Mumbai TestNet), Binance Smart Chain (Mainnet, TestNet), Avalanche C-Chain (Mainnet, Fuji TestNet). Optimism and Linea are coming soon.
Q.How does your service handle blockchain data parsing?
A.We parse all the event records you subscribe to and deliver them to you. We support parsing various data types such as arrays, strings, integers, and structs. The data is delivered to you by assigning it to abi json variable names.
Q.Can I customize the block confirmation value for transaction verification?
A.Yes, for security-focused operations, you can choose the optimal block confirmation value. This ensures the utmost safety and enhances the reliability of your transaction verification. You will receive notifications when the block confirmation occurs.
Q.How do I specify the events I want to receive notifications for?
A.You can import events with a verified contract address or ABI file. You can also use the predefined ERC-20, 721, 1155 events. We will send you notifications for the events you specify based on your selection.
Q.Can I receive notifications for events from multiple contracts?
A.Yes, you can add multiple contract addresses for the events you selected. You will receive notifications for all the events from those contracts. If you select Listen to all contracts option; We will send notifications to your webhook service for selected events without checking the contract address.