This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// SPDX-License-Identifier: MIT | |
pragma solidity 0.8.15; | |
/// @notice Modern and gas efficient ERC20 + EIP-2612 implementation. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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, |