Skip to content

Commit

Permalink
docs: add table with bytes returned by checkUpkeep(bytes)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrovska-petro committed Jul 15, 2024
1 parent 6b0d9ec commit 1c0d1eb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,13 @@ $ make startAnvil
```
$ make deployAnvil
```

## 3. `checkUpkeep(bytes)` raw values returned mapping (`bytes` -> `string`)

| Bytes | Readable String |
| -------- | ------- |
| 0x5669727475616c206d6f64756c65206973206e6f7420656e61626c6564000000 | Virtual module is not enabled |
| 0x45787465726e616c207472616e73616374696f6e20696e2071756575652c207761697420666f7220697420746f20626520657865637574656400000000000000 | External transaction in queue, wait for it to be executed |
| 0x496e7465726e616c207472616e73616374696f6e20696e20636f6f6c646f776e2073746174757300000000000000000000000000000000000000000000000000 | Internal transaction in cooldown status |
| 0x4e6f207374616b6564204250542062616c616e6365206f6e20746865206361726400000000000000000000000000000000000000000000000000000000000000 | No staked BPT balance on the card |
| 0x4e6569746865722064656669636974206e6f7220737572706c75733b206e6f20616374696f6e206e656564656400000000000000000000000000000000000000 | Neither deficit nor surplus; no action needed |

0 comments on commit 1c0d1eb

Please sign in to comment.