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
HarmonyERC20.sol extends from Open Zepplin contracts.
Several events are emitted to the blockchain when contracts are deployed. These are written directly into the Truffle artifacts. Other events should be retrievable by connecting to the web socket endpoint via:
HarmonyERC20.sol extends from Open Zepplin contracts.
Several events are emitted to the blockchain when contracts are deployed. These are written directly into the Truffle artifacts. Other events should be retrievable by connecting to the web socket endpoint via:
And using the following JS:
However no events are emitted and this callback method is never called (nor are the promise based .on methods)
The text was updated successfully, but these errors were encountered: