The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"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"
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
moralisStreamsApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
ERC-20 Transfer Monitor. Uses n8n-nodes-evmstream. Event-driven trigger; 2 nodes.
Source: https://github.com/pvdyck/n8n-nodes-evmstream/blob/61e921a5e233dabf26f25d3c0feb89493bc99b68/examples/moralis-erc20-transfer-monitor.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Multi-Chain Event Router. Uses n8n-nodes-evmstream. Event-driven trigger; 7 nodes.
NFT Mint Tracker. Uses n8n-nodes-evmstream. Event-driven trigger; 3 nodes.
Protect Pdf With The Password Using Convertapi. Uses manualTrigger, readWriteFile, stickyNote, httpRequest. Event-driven trigger; 7 nodes.
Kb Tool Confluence Knowledge Base. Uses executeWorkflowTrigger, httpRequest, stickyNote. Event-driven trigger; 7 nodes.
N8N Español - Ejemplos. Uses manualTrigger, executeCommand. Event-driven trigger; 7 nodes.