hrkrshnn/gastest

A repo to demonstrate how viaIR affects https://twitter.com/PatrickAlphaC/status/1503559512824897540

Solidity
This is stars and forks stats for /hrkrshnn/gastest repository. As of 10 May, 2024 this repository has 22 stars and 1 forks.

Gas Trivia Which among the following three functions are the cheapest? pragma solidity 0.8.13; contract Contract { uint256[] public s_playerFunds; uint256 public s_totalFunds; constructor() { s_playerFunds = [1, 15, 22, 99, 234, 5, 234, 5, 2345, 234, 555, 2424, 55]; } function a() public { uint256 totalFunds; for(uint256 i = 0; i < s_playerFunds.length; i++) { totalFunds = totalFunds + s_playerFunds[i]; } s_totalFunds = totalFunds; ...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
Anish-Agnihotri/punk-nftx-meebit-arbSolidityJavaScript2500470
Uniswap/v2-peripherySolidityTypeScript1k01.6k0
compound-finance/compound-protocolTypeScriptSolidityJavaScript1.8k01.2k0
tooncoin/toontokenSolidity1000
solidproof/projectsSolidityTypeScriptJavaScript147+2740
makerdao/multicallSolidityMakefile82503760
onbjerg/foundry-bookSolidityShellRoff59403920
d-xo/weird-erc20SolidityNixMakefile97901210
m1guelpf/lil-web3SolidityJulia1.2k01090
recmo/experiment-solexpJupyter NotebookSolidity74070