Instances of ethon:ContractAccount can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class ethon:ContractAccount | |||
| :implementsEvent | owl:ObjectProperty | Relates a Contract Account to Events it implements. | :Event |
| :implementsFunction | owl:ObjectProperty | Relates a Contract Account to Functions it implements. | :Function |
| :usesOpcode | owl:ObjectProperty | Relates a Contract Account to an Opcode used in the code of that Account. | :Opcode |
| From class owl:Thing | |||
| :EthOnContractsDataProperty | owl:DatatypeProperty | Groups all EthOn Contracts extension Data Properties. | owl:Thing |
| :EthOnContractsObjectProperty | owl:ObjectProperty | Groups all EthOn Contracts extension Object Properties | owl:Thing |
| dc:contributor | owl:AnnotationProperty | -- | owl:Thing |
| dc:creator | owl:AnnotationProperty | -- | owl:Thing |
| dc:title | owl:AnnotationProperty | -- | owl:Thing |
| ethon:suggestedStringRepresentation | owl:AnnotationProperty | -- | owl:Thing |
| http://purl.org/dc/terms/isRequiredBy | owl:ObjectProperty | -- | owl:Thing |
| ns:term_status | owl:AnnotationProperty | -- | owl:Thing |
| vann:preferredNamespacePrefix | owl:AnnotationProperty | -- | owl:Thing |
| vann:preferredNamespaceUri | owl:AnnotationProperty | -- | owl:Thing |
@prefix ethon: <http://ethon.consensys.net/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
ethon:ContractAccount a owl:Class .