{
  "name": "ERC-20 Transfer Monitor",
  "nodes": [
    {
      "parameters": {
        "chains": [
          "0x1"
        ],
        "contractAddresses": "0xdAC17F958D2ee523a2206206994597C13D831ec7",
        "monitorType": "contractLogs",
        "abi": "[{\"anonymous\":false,\"inputs\":[{\"indexed\":true,\"name\":\"from\",\"type\":\"address\"},{\"indexed\":true,\"name\":\"to\",\"type\":\"address\"},{\"indexed\":false,\"name\":\"value\",\"type\":\"uint256\"}],\"name\":\"Transfer\",\"type\":\"event\"}]",
        "topic0": "",
        "options": {}
      },
      "id": "trigger-1",
      "name": "Moralis Streams Trigger",
      "type": "n8n-nodes-evmstream.moralisStreamsTrigger",
      "typeVersion": 1,
      "position": [
        250,
        300
      ],
      "credentials": {
        "moralisStreamsApi": {
          "name": "<your credential>"
        }
      }
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "from",
              "name": "from",
              "value": "={{ $json.data.from }}",
              "type": "string"
            },
            {
              "id": "to",
              "name": "to",
              "value": "={{ $json.data.to }}",
              "type": "string"
            },
            {
              "id": "value",
              "name": "value",
              "value": "={{ $json.data.value }}",
              "type": "string"
            },
            {
              "id": "tokenSymbol",
              "name": "tokenSymbol",
              "value": "={{ $json.data.tokenSymbol }}",
              "type": "string"
            },
            {
              "id": "chainId",
              "name": "chainId",
              "value": "={{ $json.chainId }}",
              "type": "string"
            },
            {
              "id": "confirmed",
              "name": "confirmed",
              "value": "={{ $json.confirmed }}",
              "type": "boolean"
            }
          ]
        }
      },
      "id": "set-1",
      "name": "Extract Transfer Data",
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        500,
        300
      ]
    }
  ],
  "connections": {
    "Moralis Streams Trigger": {
      "main": [
        [
          {
            "node": "Extract Transfer Data",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  }
}