We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
expression
topics
The trigger is an array of Condition, which can be topics, dateRage, etc. We imply or operator among all conditions.
dateRage
or
[ { type: "topics" value: ["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", null, "0x000000000000000000000000c60e71bd0f2e6d8832fea1a2d56091c48493c788"], }, { type: "topics", value: ["0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef", "0x000000000000000000000000c60e71bd0f2e6d8832fea1a2d56091c48493c788", ] } ]
The text was updated successfully, but these errors were encountered:
For ETH Transfer
[ { type: "topics" value: ["NATIVE_TRANSFER", null, "0x000000000000000000000000c60e71bd0f2e6d8832fea1a2d56091c48493c788"], }, { type: "topics", value: ["NATIVE_TRANSFER", "0x000000000000000000000000c60e71bd0f2e6d8832fea1a2d56091c48493c788", ] } ]
Sorry, something went wrong.
v9n
No branches or pull requests
The trigger is an array of Condition, which can be
topics
,dateRage
, etc.We imply
or
operator among all conditions.The text was updated successfully, but these errors were encountered: