:initialAllowance leaf node


Label

initial allowance

Description

Number of tokens that may be spent by an allowance's delegate on behalf of the tokens' owner.

Inherits from

Usage

DOMAINPROPERTYRANGE
:Allowance :initialAllowance xsd:integer

Implementation

@prefix : <http://ethon.consensys.net/ERC20/> .
@prefix ethon: <http://ethon.consensys.net/> .
@prefix ns: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

:initialAllowance a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "initial allowance"@en ;
    ethon:suggestedStringRepresentation "initialAllowance" ;
    rdfs:comment "Number of tokens that may be spent by an allowance's delegate on behalf of the tokens' owner."@en ;
    rdfs:domain :Allowance ;
    rdfs:range xsd:integer ;
    rdfs:subPropertyOf :EthOnERC20DataProperty ;
    ns:term_status "unstable" .