Uint8List transfer(String to, String amount) { return transferFunc .encodeCall([EthereumAddress.fromHex(to), BigInt.parse(amount)]); }