:refunds leaf node


Label

refunds

Description

Relates a selfdestruct contract message to the contract account it sends its refund balance to.

Usage

DOMAINPROPERTYRANGE
:ContractAccount :refunds :Account

Implementation

@prefix : <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#> .

:refunds a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "refunds"@en ;
    :suggestedStringRepresentation "refunds" ;
    rdfs:comment "Relates a selfdestruct contract message to the contract account it sends its refund balance to."@en ;
    rdfs:domain :ContractAccount ;
    rdfs:range :Account ;
    rdfs:subPropertyOf :to ;
    ns:term_status "unstable" .