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
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Subscribing to an event of a contract on mainnet using infura throws an error and not working. I don't know if i miss something.
I did read issue #2714 but it's not helping at all.
Description
Subscribing to an event of a contract on mainnet using infura throws an error and not working. I don't know if i miss something.
I did read issue #2714 but it's not helping at all.
Expected behavior
Executing this code should print the "successfully" message.
Actual behavior
contract.events.transfer is not a function
Steps to reproduce the behavior
Run this code below:
Error Logs
TypeError: contract.events.transfer is not a function
Versions
The text was updated successfully, but these errors were encountered: