etherscan-api
    Preparing search index...

    Interface Erc1155Transfer

    An ERC-1155 transfer event (account.token1155tx).

    interface Erc1155Transfer {
        blockHash: string;
        blockNumber: string;
        confirmations: string;
        contractAddress: string;
        cumulativeGasUsed: string;
        from: string;
        gas: string;
        gasPrice: string;
        gasUsed: string;
        hash: string;
        input: string;
        nonce: string;
        timeStamp: string;
        to: string;
        tokenID: string;
        tokenName: string;
        tokenSymbol: string;
        tokenValue: string;
        transactionIndex: string;
    }
    Index

    Properties

    blockHash: string
    blockNumber: string
    confirmations: string
    contractAddress: string
    cumulativeGasUsed: string
    from: string
    gas: string
    gasPrice: string
    gasUsed: string
    hash: string
    input: string
    nonce: string
    timeStamp: string
    to: string
    tokenID: string
    tokenName: string
    tokenSymbol: string
    tokenValue: string
    transactionIndex: string