opensea-js - v8.0.20
    Preparing search index...

    Type Alias Contract

    Contract information returned by OpenSea API.

    type Contract = {
        address: string;
        chain: string;
        collection: string | null;
        contract_standard: string;
        name: string;
    }
    Index

    Properties

    address: string

    Contract address

    chain: string

    Chain the contract is deployed on

    collection: string | null

    Associated collection slug (if any)

    contract_standard: string

    Contract standard (e.g., erc721, erc1155)

    name: string

    Contract name