Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frangio/domain-separator-gas-report
https://github.com/frangio/domain-separator-gas-report
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/frangio/domain-separator-gas-report
- Owner: frangio
- Created: 2020-11-27T21:49:19.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T20:45:22.000Z (about 4 years ago)
- Last Synced: 2024-10-16T10:21:27.708Z (2 months ago)
- Language: Solidity
- Size: 71.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Costs obtained using `eth-gas-reporter`.
- Solc version: 0.6.8
- Optimizer enabled: true
- Runs: 200
- Block limit: 9500000 gasNote: Contracts with an asterisk are not complete implementations.
| Contract | Method | Avg | # calls |
|----------------------|----------------------|-------------|---------------
| BaselineEmpty * | getDomainSeparator | 21240 | 1 |
| Immutable * | getDomainSeparator | 21240 | 1 |
| KeccakPlusImmutable | getDomainSeparator | 21308 | 1 |
| KeccakPlusCache * | getDomainSeparator | 21534 | 1 |
| Keccak * | getDomainSeparator | 21798 | 1 |
| Storage | getDomainSeparator | 22197 | 1 || Deployments | Avg | % of limit |
|---------------------------------------------|-------------|---------------
| BaselineEmpty * | 81083 | 0.9 % |
| KeccakPlusCache * | 121234 | 1.3 % |
| Keccak * | 140637 | 1.5 % |
| Immutable * | 148559 | 1.6 % |
| KeccakPlusImmutable | 164659 | 1.7 % |
| Storage | 185252 | 2 % |