Skip to content
View Pascaben's full-sized avatar
Block or Report

Block or report Pascaben

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. Task5 Task5 Public

    Cyber security

    1

  2. Web3 Web3 Public

    Web3 refers to decentralized version of the web

    1

  3. Security Security Public

    Cyber security *

    1

  4. Code Code Public

    // SPDX-License-Identifier: MIT contract Benfinance { string public name = "Bencal protocol"; string public symbol = "BNL"; uint8 public decimals = 18; uint256 public totalSupply = 5000000000

    1

  5. Code01 Code01 Public

    function transfer(address recipient, uint256 amount) public { require(balances[msg.sender] >= amount, "Insufficient balance."); balances[msg.sender] -= amount; balances[recipient] += amount; } }

    1

  6. availup availup Public

    Forked from availproject/availup

    Avail

    Shell