Skip to content

Commit

Permalink
Update tips.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorized authored Apr 3, 2022
1 parent 31f6af4 commit 5e05378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ You can use them to design tokenomics with very minimal gas overhead.
| O(1) ownerOf | Yes | No ownerOf |
| O(1) balanceOf | For all tokens | Within fungible tokens |
| O(1)\* bulk mint | For all tokens | Within fungible tokens |
| # mint `SSTORE`s | 2 | 1 |
| # mint `SSTORE`s | 3 | 1 |

\* Approximately O(1) for ERC721A. See [Design](design.md).

Expand All @@ -76,4 +76,4 @@ these excellent implementations can be better for lowering overall transaction f
- [OpenZeppelin](https://github.com/OpenZeppelin/openzeppelin-contracts)
- [Solmate](https://github.com/Rari-Capital/solmate)

Use the right tool for the job.
Use the right tool for the job.

0 comments on commit 5e05378

Please sign in to comment.