:hasTransferFunctionCall leaf node


Label

has Transfer FunctionCall

Description

Relates a token transfer to the function call that caused the token transfer.

Usage

DOMAINPROPERTYRANGE
:TokenTransfer :hasTransferFunctionCall 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#> .

:hasTransferFunctionCall a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "has Transfer FunctionCall"@en ;
    ethon:suggestedStringRepresentation "hasTransferFunctionCall" ;
    rdfs:comment "Relates a token transfer to the function call that caused the token transfer."@en ;
    rdfs:domain :TokenTransfer ;
    rdfs:range Contracts:FunctionCall ;
    rdfs:subPropertyOf :hasFunctionCall ;
    ns:term_status "unstable" .