Future<dynamic> transfer(String to, BigInt amount) async => await _contract.send("transfer", [to, amount]);