• Victor Shih's avatar
    fix: Clear Compiler Warnings (#322) · 59ae29f4
    Victor Shih authored
    * fix Warning: Unused function parameter. Remove or comment out the variable name to silence this warning.
    
    * fix: shadows another variable error
    
    * fix: Warning: Visibility for constructor is ignored.
    
    * fix: unused local variable warning
    
    * fix: Warning: Function state mutability can be restricted to pure
    
    * Warning: Return value of low-level calls not used.
    
    * fix: Warning: Unnamed return variable can remain unassigned.
    
    * fix: final Warning: Visibility for constructor is ignored. If you want the contract to be non-deployable, making it abstract is sufficient
    
    * implement comments
    
    * fix: change return to address(0) to silence compiler
    59ae29f4
Name
Last commit
Last update
..
.github Loading commit data...
bin Loading commit data...
contracts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
CHANGELOG.md Loading commit data...
LICENSE.txt Loading commit data...
README.md Loading commit data...
hardhat.config.ts Loading commit data...
package.json Loading commit data...
prettier-config.json Loading commit data...
tsconfig.json Loading commit data...
tslint.json Loading commit data...
yarn.lock Loading commit data...