Skip to content

Instantly share code, notes, and snippets.

@cwkang1998
Created April 7, 2023 11:52
Show Gist options
  • Save cwkang1998/afb90d4a54d1e161db249d0812c36f3f to your computer and use it in GitHub Desktop.
Save cwkang1998/afb90d4a54d1e161db249d0812c36f3f to your computer and use it in GitHub Desktop.

Revisions

  1. cwkang1998 created this gist Apr 7, 2023.
    69 changes: 69 additions & 0 deletions udc.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,69 @@
    [
    {
    "data": [
    {
    "name": "address",
    "type": "felt"
    },
    {
    "name": "deployer",
    "type": "felt"
    },
    {
    "name": "unique",
    "type": "felt"
    },
    {
    "name": "classHash",
    "type": "felt"
    },
    {
    "name": "calldata_len",
    "type": "felt"
    },
    {
    "name": "calldata",
    "type": "felt*"
    },
    {
    "name": "salt",
    "type": "felt"
    }
    ],
    "keys": [],
    "name": "ContractDeployed",
    "type": "event"
    },
    {
    "name": "deployContract",
    "type": "function",
    "inputs": [
    {
    "name": "classHash",
    "type": "felt"
    },
    {
    "name": "salt",
    "type": "felt"
    },
    {
    "name": "unique",
    "type": "felt"
    },
    {
    "name": "calldata_len",
    "type": "felt"
    },
    {
    "name": "calldata",
    "type": "felt*"
    }
    ],
    "outputs": [
    {
    "name": "address",
    "type": "felt"
    }
    ]
    }
    ]