ethon:ContractAccount


Label

ContractAccount

Usage

Instances of ethon:ContractAccount can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class ethon:ContractAccount
:implementsToken owl:InverseFunctionalProperty Relates a Contract Account to the Token it implements. :ERC20Token
From class owl:Thing
:EthOnERC20DataProperty owl:DatatypeProperty Groups all EthOn ERC-20 extension Data Properties. owl:Thing
:EthOnERC20ObjectProperty owl:ObjectProperty Groups all EthOn ERC-20 extension Object Properties owl:Thing
:changesAllowance owl:ObjectProperty Relates a delegate token transfer to the allowance it changes. When a delegate spends a certain amount of a token, this amount is deducted from its balance. owl:Thing
:initialBalance owl:DatatypeProperty The amount of tokens this token balance has initially. The initial value is set in the token contract and cannot be derived from the token transfers. 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
ns:term_status owl:AnnotationProperty -- owl:Thing
vann:preferredNamespacePrefix owl:AnnotationProperty -- owl:Thing
vann:preferredNamespaceUri owl:AnnotationProperty -- owl:Thing

Implementation

@prefix ethon: <http://ethon.consensys.net/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

ethon:ContractAccount a owl:Class .