Offering Contract

Address

Address : (not yet deployed)

on Klaytn Blockchain Main-net

Summary

The Offering Contract defines the ruless of the offering for minting in the Otherworld Collection.

  • Defines the 'offering' details.

    • Offerings are included in one collection.

    • Defines the currency applied to the offering.

    • Defines the supply.

    • Defines prices.

    • Defines the maximum amount of supply that can be purchased in an account.

    • Defines the Provider supply.

    • Defines the Operator supply.

    • Defines the Associator supply.

    • Defines the Creator Supply.

    • Defines the DAO supply.

    • Defines the whitelist supply.

    • Defines the public supply.

  • Defines the 'timestamp' details of the offering.

    • Defines the start time of the offering.

    • Defines the whitelist end time.

    • Defines the end time of the offering.

  • Defines the 'whitelist' details of the offering.

    • Defines the root value of the Merkle tree to validate the whitelist.

  • Defines the 'Minting Count' details of the offering.

    • Defines the total amount of minting.

    • Defines the Provider minting amount.

    • Defines the Operator minting amount.

    • Defines the Associator minting amount.

    • Defines the Creator minting amount.

    • Defines the DAO minting amount.

    • Defines the whitelist minting amount.

    • Defines the public minting amount.

    • Defines the remaining minting amount

Data

Base

Name
Type

Created Timestamp

Uint

Offering

Name
Type

ID

Uint

Collection ID

Uint

Currency ID

Uint

Supply

Uint

Price

Uint

Account Max Supply

Uint

Supply to Provider

Uint

Supply to Operator

Uint

Supply to Associator

Uint

Supply to Creator

Uint

Supply to DAO

Uint

Supply to Whitelist

Uint

Supply to Public

Uint

Timestamp

Name
Type

Offering ID

Uint

Start Timestamp

Uint

Whitelist Expiration Timestamp

Uint

End Timestamp

Uint

Whitelist MerkleRoot

Name
Type

Offering ID

Uint

Merkle Root

Bytes

Minting Count

Name
Type

Offering ID

Uint

Total Minting

Uint

By Provider

Uint

By Operator

Uint

By Associator

Uint

By Creator

Uint

By DAO

Uint

By Whitelist

Uint

By Public

Uint

Remaining

Uint

Interface

Last updated