Skip to content

Commit

Permalink
docs: add 'only to recipient' note in access control
Browse files Browse the repository at this point in the history
  • Loading branch information
smol-ninja committed May 27, 2024
1 parent a5ef57a commit 9948351
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,14 @@ Sender address **must** be checked because there is no `ERC20` transfer in `_cre

14. $\text{if } rps \gt 0 \text{ and no withdraws are made} \implies \text{ra + sa should never decrease}$

### Actions Access Control:

| Action | Sender | Recipient | Operator(s) | Unknown User |
| ------------------- | :----: | :-------: | :---------: | :--------------------: |
| AdjustRatePerSecond | βœ… | ❌ | ❌ | ❌ |
| Deposit | βœ… | βœ… | βœ… | βœ… |
| Refund | βœ… | ❌ | ❌ | ❌ |
| Restart | βœ… | ❌ | ❌ | ❌ |
| Pause | βœ… | ❌ | ❌ | ❌ |
| Transfer NFT | ❌ | βœ… | βœ… | ❌ |
| Withdraw | βœ… | βœ… | βœ… | βœ… (only to Recipient) |
### Access Control:

| Action | Sender | Recipient | Operator(s) | Unknown User |
| ------------------- | :--------------------: | :-------: | :---------: | :--------------------: |
| AdjustRatePerSecond | βœ… | ❌ | ❌ | ❌ |
| Deposit | βœ… | βœ… | βœ… | βœ… |
| Refund | βœ… | ❌ | ❌ | ❌ |
| Restart | βœ… | ❌ | ❌ | ❌ |
| Pause | βœ… | ❌ | ❌ | ❌ |
| Transfer NFT | ❌ | βœ… | βœ… | ❌ |
| Withdraw | βœ… (only to Recipient) | βœ… | βœ… | βœ… (only to Recipient) |

0 comments on commit 9948351

Please sign in to comment.