TezTok

Documentation

Tezos Foundation
Tezos
Github

    Get started
    Introduction
    Installation
    Principles
    Architecture
    Plugins
    Examples

Royalty Receivers

PropertyTypeDescription
fa2_addressstringThe contract address of the token (always starts with “KT”).
token_idstringThe ID of the token.
receiver_addressstringThe Tezos address of the person receiving the royalties.
royaltiesbig integerRoyalties in percentage this Tezos account will receive on every sale of the token. The number needs to be divided by 10000 (For example, if the value is 250000: 250000 / 10000 = 25% royalties).