Nado Typescript SDK Documentation
    Preparing search index...

    Variable WITHDRAW_POOL_ABIConst

    WITHDRAW_POOL_ABI: readonly [
        {
            inputs: readonly [];
            stateMutability: "nonpayable";
            type: "constructor";
        },
        {
            anonymous: false;
            inputs: readonly [
                {
                    indexed: false;
                    internalType: "uint8";
                    name: "version";
                    type: "uint8";
                },
            ];
            name: "Initialized";
            type: "event";
        },
        {
            anonymous: false;
            inputs: readonly [
                {
                    indexed: true;
                    internalType: "address";
                    name: "previousOwner";
                    type: "address";
                },
                {
                    indexed: true;
                    internalType: "address";
                    name: "newOwner";
                    type: "address";
                },
            ];
            name: "OwnershipTransferred";
            type: "event";
        },
        {
            inputs: readonly [
                { internalType: "uint64[]"; name: "idxs"; type: "uint64[]" },
            ];
            name: "checkMarkedIdxs";
            outputs: readonly [{ internalType: "bool[]"; name: ""; type: "bool[]" }];
            stateMutability: "view";
            type: "function";
        },
        {
            inputs: readonly [
                { internalType: "uint32[]"; name: "productIds"; type: "uint32[]" },
            ];
            name: "checkProductBalances";
            outputs: readonly [
                { internalType: "uint256[]"; name: ""; type: "uint256[]" },
            ];
            stateMutability: "view";
            type: "function";
        },
        {
            inputs: readonly [
                {
                    internalType: "contract IERC20Base";
                    name: "token";
                    type: "address";
                },
                { internalType: "uint32"; name: "productId"; type: "uint32" },
                { internalType: "uint128"; name: "amount"; type: "uint128" },
            ];
            name: "fastWithdrawalFeeAmount";
            outputs: readonly [{ internalType: "int128"; name: ""; type: "int128" }];
            stateMutability: "view";
            type: "function";
        },
        {
            inputs: readonly [{ internalType: "uint32"; name: ""; type: "uint32" }];
            name: "fees";
            outputs: readonly [{ internalType: "int128"; name: ""; type: "int128" }];
            stateMutability: "view";
            type: "function";
        },
        {
            inputs: readonly [
                { internalType: "address"; name: "_clearinghouse"; type: "address" },
                { internalType: "address"; name: "_verifier"; type: "address" },
            ];
            name: "initialize";
            outputs: readonly [];
            stateMutability: "nonpayable";
            type: "function";
        },
        {
            inputs: readonly [{ internalType: "uint64"; name: ""; type: "uint64" }];
            name: "markedIdxs";
            outputs: readonly [{ internalType: "bool"; name: ""; type: "bool" }];
            stateMutability: "view";
            type: "function";
        },
        {
            inputs: readonly [];
            name: "owner";
            outputs: readonly [{ internalType: "address"; name: ""; type: "address" }];
            stateMutability: "view";
            type: "function";
        },
        {
            inputs: readonly [
                { internalType: "uint32"; name: "productId"; type: "uint32" },
                { internalType: "uint128"; name: "amount"; type: "uint128" },
                { internalType: "address"; name: "sendTo"; type: "address" },
            ];
            name: "removeLiquidity";
            outputs: readonly [];
            stateMutability: "nonpayable";
            type: "function";
        },
        {
            inputs: readonly [];
            name: "renounceOwnership";
            outputs: readonly [];
            stateMutability: "nonpayable";
            type: "function";
        },
        {
            inputs: readonly [
                { internalType: "uint64"; name: "idx"; type: "uint64" },
                { internalType: "bytes"; name: "transaction"; type: "bytes" },
                { internalType: "bytes[]"; name: "signatures"; type: "bytes[]" },
            ];
            name: "submitFastWithdrawal";
            outputs: readonly [];
            stateMutability: "nonpayable";
            type: "function";
        },
        {
            inputs: readonly [
                {
                    internalType: "contract IERC20Base";
                    name: "token";
                    type: "address";
                },
                { internalType: "address"; name: "sendTo"; type: "address" },
                { internalType: "uint128"; name: "amount"; type: "uint128" },
                { internalType: "uint64"; name: "idx"; type: "uint64" },
            ];
            name: "submitWithdrawal";
            outputs: readonly [];
            stateMutability: "nonpayable";
            type: "function";
        },
        {
            inputs: readonly [
                { internalType: "address"; name: "newOwner"; type: "address" },
            ];
            name: "transferOwnership";
            outputs: readonly [];
            stateMutability: "nonpayable";
            type: "function";
        },
    ] = ...