Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodezy/nodezy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: nodezy/nodezy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: newcoin
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 22 files changed
  • 1 contributor

Commits on Mar 23, 2021

  1. Add files via upload

    nodezy@LAPTOP-OG9CD0L8 MINGW64 ~/Documents/Crypto/projects/ethereum/KOJI (master)
    $ truffle compile
    
    Compiling your contracts...
    ===========================
    > Compiling @openzeppelin/contracts/GSN/Context.sol
    > Compiling @openzeppelin/contracts/access/Ownable.sol
    > Compiling @openzeppelin/contracts/math/SafeMath.sol
    > Compiling @openzeppelin/contracts/token/ERC20/IERC20.sol
    > Compiling @openzeppelin/contracts/utils/Address.sol
    > Compiling @OpenZeppelin\contracts\utils\Context.sol
    > Compiling .\contracts\Migrations.sol
    > Compiling .\contracts\kojitoken.sol
    > Compilation warnings encountered:
    
        @openzeppelin/contracts/access/Ownable.sol:26:5: Warning: Visibility for constructor is ignored. If you want the contract to be non-deployable, making it 
    "abstract" is sufficient.
        constructor () internal {
        ^ (Relevant source part starts here and spans across multiple lines).
    
    > Artifacts written to C:\Users\nodezy\Documents\Crypto\projects\ethereum\KOJI\build\contracts
    > Compiled successfully using:
       - solc: 0.7.4+commit.3f05b770.Emscripten.clang
    nodezy authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    4ab5d07 View commit details
    Browse the repository at this point in the history
  2. Update kojitoken.sol

    nodezy authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    90ac2df View commit details
    Browse the repository at this point in the history
  3. Update kojitoken.sol

    nodezy authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    b9c07e1 View commit details
    Browse the repository at this point in the history
  4. Add files via upload

    nodezy authored Mar 23, 2021
    Configuration menu
    Copy the full SHA
    1d89962 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Delete kojitoken.sol

    nodezy authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    c406c86 View commit details
    Browse the repository at this point in the history
  2. Add files via upload

    nodezy authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    2d9077c View commit details
    Browse the repository at this point in the history
  3. Delete exclude_rewards.js

    nodezy authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    d2206e2 View commit details
    Browse the repository at this point in the history
  4. Delete include_rewards.js

    nodezy authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    4975a12 View commit details
    Browse the repository at this point in the history
  5. Delete Migrations.sol

    nodezy authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    0393c9e View commit details
    Browse the repository at this point in the history
  6. Delete Kojitoken.sol

    nodezy authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    8e08f17 View commit details
    Browse the repository at this point in the history
  7. Add files via upload

    nodezy authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    b2d7294 View commit details
    Browse the repository at this point in the history
  8. Add files via upload

    nodezy authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    fba0963 View commit details
    Browse the repository at this point in the history
  9. Add files via upload

    nodezy authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    8015e28 View commit details
    Browse the repository at this point in the history
  10. Add files via upload

    nodezy authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    9774d5d View commit details
    Browse the repository at this point in the history
  11. Add files via upload

    nodezy authored Mar 24, 2021
    Configuration menu
    Copy the full SHA
    62e96d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Update Kojitoken.sol

    nodezy authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    d6e3b5d View commit details
    Browse the repository at this point in the history
  2. Update 2_deploy_Kojitoken.js

    nodezy authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    66821a3 View commit details
    Browse the repository at this point in the history
  3. Update 2_deploy_Kojitoken.js

    nodezy authored Mar 25, 2021
    Configuration menu
    Copy the full SHA
    043721b View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. Add files via upload

    nodezy authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    fda3cb5 View commit details
    Browse the repository at this point in the history
Loading