:hasFunctionCall


Label

has Allowance FunctionCall

Description

Relates a transfer or an allowance to the function call that caused it.

Usage

DOMAINPROPERTYRANGE
Blank node (see implementation) :hasFunctionCall 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

:hasFunctionCall a owl:ObjectProperty ;
    rdfs:label "has Allowance FunctionCall"@en ;
    ethon:suggestedStringRepresentation "hasFunctionCall" ;
    rdfs:comment "Relates a transfer or an allowance to the function call that caused it."@en ;
    rdfs:domain [ a owl:Class ;
            owl:unionOf ( :Allowance :TokenTransfer ) ] ;
    rdfs:range Contracts:FunctionCall ;
    rdfs:subPropertyOf :EthOnERC20ObjectProperty ;
    ns:term_status "unstable" .