stakingV2
StakingV2 with compound interest. Deposit OVR and receive rewards of up to 33.9% annually.
File Explorer
- settings.json
- Context.sol
- Initializable.sol
- OVRToken.sol
- Ownable.sol
- ReentrancyGuard.sol
- StakingV2.sol
- Greeter.sol.html
- index.html
- MyContract.sol.html
- Greeter.sol.html
- index.html
- MyContract.sol.html
- base.css
- index.html
- prettify.css
- prettify.js
- sort-arrow-sprite.png
- sorter.js
- .DS_Store
- base.css
- coverage-final.json
- index.html
- lcov.info
- prettify.css
- prettify.js
- sort-arrow-sprite.png
- sorter.js
- IERC20.sol
- IERC20Mintable.sol
- ABDKMath64x64.sol
- ABDKMathQuad.sol
- Address.sol
- FixidityLib.sol
- SafeERC20.sol
- SafeMath.sol
- deploy.js
- general-test.js
- .DS_Store
- .gitignore
- .nvmrc
- .prettierrc
- .solhint.json
- compound_formula.jpg
- compound_performance.png
- coverage.json
- example.png
- hardhat.config.js
- logo.svg
- package-lock.json
- package.json
- README.md
- tests.jpg
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
node
View Details ▼
node
Server-side JavaScript platform (Node.js).
node {{path/to/file}}
Run a JavaScript file:
node
Start a REPL (interactive shell):
node --watch {{path/to/file}}
Execute the specified file restarting the process when an imported file is changed (requires Node.js version 18.11+):
npx
View Details ▼
npx
This command is an alias of `npm exec`.
tldr npm exec
View documentation for the original command:
// repository documentation
Was this content helpful?
(0 ratings)
