🛠️ChangeProxyOwner

Description

Action ID: 0x67314f12

Changes the owner of the DSProxy and updated the DFSRegistry

SDK Action

    const changeProxyOwnerAction = new dfs.actions.basic.ChangeProxyOwnerAction(newOwner);

Contract

This is a DFS STANDARD_ACTION.

Input:

    /// @param newOwner The address of the new DSProxy owner
    struct Params {
        address newOwner;
    }

Return value:

return bytes32(bytes20(inputData.newOwner));

Events:

Last updated