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 | |
| // OpenZeppelin Contracts (last updated v5.4.0) (governance/utils/IVotes.sol) | |
| pragma solidity >=0.8.4; | |
| /** | |
| * @dev Common interface for {ERC20Votes}, {ERC721Votes}, and other {Votes}-enabled contracts. | |
| */ | |
| interface IVotes { | |
| /** | |
| * @dev The signature used has expired. |
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
| pragma solidity ^0.7.0; | |
| // SPDX-License-Identifier: Unlicensed | |
| /** | |
| * @dev Interface of the ERC20 standard as defined in the EIP. | |
| */ | |
| interface IERC20 { | |
| /** | |
| * @dev Returns the amount of tokens in existence. | |
| */ |
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
| { | |
| "deploy": { | |
| "VM:-": { | |
| "linkReferences": {}, | |
| "autoDeployLib": true | |
| }, | |
| "main:1": { | |
| "linkReferences": {}, | |
| "autoDeployLib": true | |
| }, |
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.4; | |
| interface IBEP20 { | |
| function totalSupply() external view returns (uint256); | |
| function decimals() external view returns (uint8); | |
| function symbol() external view returns (string memory); | |
| function name() external view returns (string memory); | |
| function getOwner() external view returns (address); | |
| function balanceOf(address account) external view returns (uint256); | |
| function transfer(address recipient, uint256 amount) external returns (bool); |
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 | |
| /* Hold UpSurge to earn crazy BUSD rewards, 100% of all busd reflect goes to holders! | |
| UpSurge is not just a reward token.The token is backed by a strong usecase. Devs are building a unique Telegram Reward Bot | |
| Join the telegram group for more info - t.me/upsurgetoken | |
| Visit our Website - upsurgetoken.com | |
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
| { | |
| "remappings": [], | |
| "optimizer": { | |
| "enabled": false, | |
| "runs": 200 | |
| }, | |
| "evmVersion": "istanbul", | |
| "libraries": { | |
| "/C/UpSurge/contracts/UpSurge.sol": { | |
| "IterableMapping": "0xb37a7ca18baba6cb30f8d4b98467693f6d6e4bad4e2d8924e3d5f9a26622f71b" |
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
| { | |
| "compiler": { | |
| "version": "0.7.6+commit.7338295f" | |
| }, | |
| "language": "Solidity", | |
| "output": { | |
| "abi": [], | |
| "devdoc": { | |
| "kind": "dev", | |
| "methods": {}, |
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
| // | |
| /* | |
| Hold UpSurge to earn crazy BUSD rewards, 100% of all busd reflect goes to holders! | |
| UpSurge is not just a reward token.The token is backed by a strong usecase. Devs are building a unique Telegram Reward Bot | |
| Join the telegram group for more info - t.me/upsurgetoken | |
| Visit our Website - upsurgetoken.com |
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
| { | |
| "compiler": { | |
| "version": "0.7.6+commit.7338295f" | |
| }, | |
| "language": "Solidity", | |
| "output": { | |
| "abi": [], | |
| "devdoc": { | |
| "kind": "dev", | |
| "methods": {}, |
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
| { | |
| "deploy": { | |
| "VM:-": { | |
| "linkReferences": { | |
| "contracts/UpSurge.sol": { | |
| "IterableMapping": "<address>" | |
| } | |
| }, | |
| "autoDeployLib": true | |
| }, |
NewerOlder