Future<dynamic> getStakeInfo(String staker) async { return contract.call("getStakeInfo", [staker]); }