:hasAllowanceFunctionCall leaf node


Label

has Allowance FunctionCall

Description

Relates an allowance to the function call that set the allowance. Newer function calls overwrite the values set by older function calls.

Usage

DOMAINPROPERTYRANGE
:Allowance :hasAllowanceFunctionCall Contracts:FunctionCall

Implementation

@prefix : <http://ethon.consensys.net/ERC20/> .
@prefix Contracts: <http://ethon.consensys.net/Contracts/> .
@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#> .

:hasAllowanceFunctionCall a owl:ObjectProperty ;
    rdfs:label "has Allowance FunctionCall"@en ;
    ethon:suggestedStringRepresentation "hasAllowanceFunctionCall" ;
    rdfs:comment "Relates an allowance to the function call that set the allowance. Newer function calls overwrite the values set by older function calls."@en ;
    rdfs:domain :Allowance ;
    rdfs:range Contracts:FunctionCall ;
    rdfs:subPropertyOf :hasFunctionCall ;
    ns:term_status "unstable" .