CBCreate

Creates a Chicken Bond from a proxy

Description

Creates a Chicken Bond from a proxy

Notes

If amount == max.uint it will pull whole balance of .from

Action ID

0xb5b50f23

SDK Action

const cBCreateAction = new dfs.actions.chickenBonds.CBCreateAction(
    amount,
    from
);

Action Type

STANDARD_ACTION

Input Parameters

    /// @param amount LUSD token amount to pull
    /// @param from Account from where to pull LUSD amount
    struct Params {
        uint256 amount;
        address from;
    }

Return Value

Events and Logs

Last updated

Was this helpful?