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 has been archived by the owner on Mar 30, 2021. It is now read-only.
One of the contract calls made in handleKudosTransfer is causing an exception in the Ethereum VM that executes the call. This is typically caused by an assertion failing but could also be due to accessing a storage region that hasn't been allocated yet (like accessing an array index that is out of bounds).
One of the contract calls made in
handleKudosTransfer
is causing an exception in the Ethereum VM that executes the call. This is typically caused by an assertion failing but could also be due to accessing a storage region that hasn't been allocated yet (like accessing an array index that is out of bounds).It's one of these three calls:
The logs from before the failing call:
The text was updated successfully, but these errors were encountered: