Future<dynamic> setMaxTotalSupply(BigInt maxTotalSupply) async => await _contract.send("setMaxTotalSupply", [maxTotalSupply]);