SimpleToken.fromJson(String contractAddress,Map<String, dynamic> json) : super.fromJson(json) { this.contractAddress = contractAddress; }