Skip to content

Instantly share code, notes, and snippets.

View MiguelBits's full-sized avatar
☄️
Now shooting code

MisterBits MiguelBits

☄️
Now shooting code
View GitHub Profile
{
"url": "https://pokeindex.club/",
"name": "PokeIndex",
"iconUrl": "https://pokeindex.club/pokeindexclub.png",
"termsOfUseUrl": "https://ton-org.github.io/terms-of-use.txt",
"privacyPolicyUrl": "https://ton-org.github.io/privacy-policy.txt"
}
@MiguelBits
MiguelBits / Vault.sol
Created November 2, 2022 23:10
Vault.sol
// SPDX-License-Identifier: MIT
pragma solidity 0.8.15;
/// @notice Modern and gas efficient ERC20 + EIP-2612 implementation.
@MiguelBits
MiguelBits / StakingRewards.sol
Last active November 2, 2022 23:09
verify contract
// SPDX-License-Identifier: MIT
pragma solidity 0.8.15;
// OpenZeppelin Contracts (last updated v4.6.0) (utils/math/SafeMath.sol)
// CAUTION
// This version of SafeMath should only be used with Solidity 0.8 or later,