Binance Web3 Connector JS
    Preparing search index...

    GetErc20ApproveTransactionResponseDataInner

    interface GetErc20ApproveTransactionResponseDataInner {
        data?: string;
        dexContractAddress?: string;
        gasLimit?: string;
        gasPrice?: string;
    }
    Index

    Properties

    data?: string

    ABI-encoded calldata for the ERC-20 approve() call. Selector + padded spender + padded amount.

    GetErc20ApproveTransactionResponseDataInner

    dexContractAddress?: string

    DEX router contract address (the spender in the approve() call). Configured per chain.

    GetErc20ApproveTransactionResponseDataInner

    gasLimit?: string

    Gas limit ceiling for the approve transaction (integer string, gas units).

    GetErc20ApproveTransactionResponseDataInner

    gasPrice?: string

    Gas price for the approve transaction (integer string, wei).

    GetErc20ApproveTransactionResponseDataInner