etherscan-api
    Preparing search index...

    Interface Erc20Transfer

    An ERC-20 transfer event (account.tokentx).

    interface Erc20Transfer {
        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;
        tokenDecimal: string;
        tokenName: string;
        tokenSymbol: string;
        transactionIndex: string;
        value: 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
    tokenDecimal: string
    tokenName: string
    tokenSymbol: string
    transactionIndex: string
    value: string