File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,10 @@ Description of what the QuickAlert does
6
6
### Blockchain & Network
7
7
All Blockchains and networks supporting this expression
8
8
9
- ### Expression
9
+ ### Expression Values
10
10
- ` 0x ` Explanation of an address or topic if defined
11
11
12
+ ### Expression
12
13
```
13
14
Expression goes here
14
15
```
Original file line number Diff line number Diff line change @@ -6,12 +6,13 @@ Get a QuickAlert anytime a new ERC721 or ERC1155 NFT is minted.
6
6
### Blockchain & Network
7
7
All Blockchains and networks
8
8
9
- ### Expression
9
+ ### Expression Values
10
10
- ` 0x0000000000000000000000000000000000000000000000000000000000000000 ` is the mint address
11
11
- ` 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef ` TBD
12
12
- ` 0xc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62 ` TBD
13
13
- ` 0x4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb ` TBD
14
14
15
+ ### Expression
15
16
```
16
17
((tx_logs_topic0 == '0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef' && tx_logs_topic1 == '0x0000000000000000000000000000000000000000000000000000000000000000' && tx_logs_topic3_int > 0)||(tx_logs_topic0 == '0xc3d58168c5ae7397731d063d5bbf3d657854427343f4c083240f7aacaa2d0f62' && tx_logs_topic2 == '0x0000000000000000000000000000000000000000000000000000000000000000')||(tx_logs_topic0 == '0x4a39dc06d4c0dbc64b70af90fd698a233a518aa5d07e595d983b8c0526c8f7fb' && tx_logs_topic2 == '0x0000000000000000000000000000000000000000000000000000000000000000'))
17
18
```
Original file line number Diff line number Diff line change @@ -6,12 +6,13 @@ Get a QuickAlert anytime a $BLUR airdrop is claimed and reaches a specific thres
6
6
### Blockchain & Network
7
7
All Blockchains and networks
8
8
9
- ### Expression
9
+ ### Expression Values
10
10
- ` 0x5283d291dbcf85356a21ba090e6db59121208b44 ` $BLUR ERC20 contract
11
11
- ` 0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef ` TBD
12
12
- ` 0xF2d15C0A89428C9251d71A0E29b39FF1e86bce25 ` TBD
13
13
- ` 50000 ` is the minimum amount of tokens claimed in order to fire the alert. This is value is adjustable.
14
14
15
+ ### Expression
15
16
```
16
17
(tx_logs_address == '0x5283d291dbcf85356a21ba090e6db59121208b44') && (tx_logs_topic0 == '0xddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef') && (tx_logs_topic1 == '0xF2d15C0A89428C9251d71A0E29b39FF1e86bce25') && (tx_logs_data_int > 50000)
17
18
```
You can’t perform that action at this time.
0 commit comments