NFT(ERC-721) Contract

Address

Address : (Address is different for each collection)

on Klaytn Blockchain Main-net

Summary

An NFT contract defines an NFT mapped to a collection. Otherworld's NFTs are issued at the request of a minting contract based on the offering data generated in the offering contract.

  • Defines a 'name'.

  • Defines a 'symbol'.

  • Defines the maximum supply.

  • Defines the mint-able state.

  • Defines the token-transferable state.

  • Issues 'NFT'.

    • Defines the token ID.

    • Defines the token URI.

Data

Base

Name
Type

Name

String

Symbol

String

Max Supply

Uint

Mint Enabled

Boolean

Paused

Boolean

Base Token URI

String

Created Timestamp

Uint

NFT

Name
Type

ID

Uint

Token URI

String

NFT Metadata (IPFS URL)

Name
Type

Name

String

Description EN

String

Description KR

String

Description JP

String

License

String

External URL

String

Image

String

Background Color

String

Animation URL

String

Youtube URL

String

Attributes

String

Event

Transfer

Name
Type

From

Address

To

Address

Token ID

Uint

Approval

Name
Type

Owner

Address

Approved

Address

Token ID

Uint

Approval For All

Name
Type

Owner

Address

Operator

Address

Approved

Boolean

Paused

Name
Type

Account

Address

Unpaused

Name
Type

Account

Address

Burned

Name
Type

Account

Address

Interface

Last updated