:changesAllowance leaf node


Label

changes allowance

Description

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.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) :changesAllowance owl:Thing (inferred)

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#> .

:changesAllowance a owl:ObjectProperty ;
    rdfs:label "changes allowance"@en ;
    ethon:suggestedStringRepresentation "changesAllowance" ;
    rdfs:comment "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."@en ;
    rdfs:subPropertyOf :EthOnERC20ObjectProperty ;
    ns:term_status "unstable" .