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
` Future<void> fetchUsers() async {
var data = await web3client.call(
Exception has occurred.
RangeError (RangeError: Value not in range: 32)
contract: _deployedContract,
function: _userCount,
params: [],
);`
I'm stumped on this error. Any thoughts?