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