ContractObject class

ContractObject class contains contractual details for a collection

Constructors

ContractObject({Collection? collection, String? address, String? assetContractType, DateTime? createdDate, String? name, String? nftVersion, dynamic openseaVersion, int? owner, String? schemaName, String? symbol, dynamic totalSupply, String? description, String? externalLink, String? imageUrl, bool? defaultToFiat, int? devBuyerFeeBasisPoints, int? devSellerFeeBasisPoints, bool? onlyProxiedTransfers, int? openseaBuyerFeeBasisPoints, int? openseaSellerFeeBasisPoints, int? buyerFeeBasisPoints, int? sellerFeeBasisPoints, dynamic payoutAddress})
ContractObject.fromJson(Map<String, dynamic> json)
factory

Properties

address String?
getter/setter pair
assetContractType String?
getter/setter pair
buyerFeeBasisPoints int?
getter/setter pair
collection Collection?
getter/setter pair
createdDate DateTime?
getter/setter pair
defaultToFiat bool?
getter/setter pair
description String?
getter/setter pair
devBuyerFeeBasisPoints int?
getter/setter pair
devSellerFeeBasisPoints int?
getter/setter pair
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageUrl String?
getter/setter pair
name String?
getter/setter pair
nftVersion String?
getter/setter pair
onlyProxiedTransfers bool?
getter/setter pair
openseaBuyerFeeBasisPoints int?
getter/setter pair
openseaSellerFeeBasisPoints int?
getter/setter pair
openseaVersion ↔ dynamic
getter/setter pair
owner int?
getter/setter pair
payoutAddress ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaName String?
getter/setter pair
sellerFeeBasisPoints int?
getter/setter pair
symbol String?
getter/setter pair
totalSupply ↔ dynamic
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited