Providing Contract

Address

Address : (not yet deployed) on Klaytn Blockchain Main-net

Summary

A providing contract defines the rules that are provided for providing a project in Otherworld.

  • Defines a Provider account.

  • Defines the royalty rate.

    • Defines the Provider's royalty rate.

    • Defines the Operator's royalty rate.

    • Defines the Associator's royalty rate.

    • Defines the Creator's royalty rate.

    • Defines the royalty rate of the DAO fund.

  • Defines the project details.

    • A project can contain multiple collections.

    • A project can contain multiple universes.

    • Defines an Operator account.

    • Define an Associator account.

    • Defines the DAO fund account.

    • Defines the metadata URL for the project.

  • Defines the universe details.

    • A universe can contain multiple collections.

    • Defines the metadata URL for the universe.

  • Defines the collection details.

    • Define token contracts (KIP-17, KIP-37) on a per-collection basis.

    • A collection can be in multiple universes.

    • Defines the Creator account.

    • Defines the metadata URL for the collection.

Data

Base

Name
Type

Provider

Address

NLS

Address

Provider Rate

Uint

Operator Rate

Uint

Associator Rate

Uint

Creator Rate

Uint

DAO Rate

Uint

Royalty Denominator

Uint

Created Timestamp

Uint

Project

Name
Type

ID

Uint

Metadata URL

String

Operator

Address

NLS Operation

Boolean

Operator Sequence

Uint

Operator Expiration Timestamp

Uint

Associator

Address

NLS Association

Boolean

DAO

Address

Is Active

Boolean

Created Timestamp

Uint

Project Metadata (IPFS URL)

Name
Type

Name

String

Description EN

String

Description KR

String

Description JP

String

Thumbnail Image URL

String

Background F Image URL

String

Background B Image URL

String
Name
Type

Name

String

Description EN

String

Description KR

String

Description JP

String

Collection

Name
Type

ID

Uint

Project ID

Uint

Metadata URL

String

Creator

Address

NLS Creation

Boolean

Token Contract

Address

Is Active

Boolean

Created Timestamp

Uint

Collection Metadata (IPFS URL)

Name
Type

Name

String

Symbol

String

NLS License

Boolean

Description EN

String

Description KR

String

Description JP

String

Background F Image URL

String

Background B Image URL

String

Event

Set Royalty Info

Name
Type

Denominator

Uint

Provider Rate

Uint

Operator Rate

Uint

Associator Rate

Uint

Creator Rate

Uint

DAO Rate

Uint

Set Provider

Name
Type

Provider

Address

Set NLS

Name
Type

NLS

Address

인터페이스

Last updated