Skip to content
View mswezey23's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Organizations

@Pactum
Block or Report

Block or report mswezey23

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

Pinned

  1. polkadot-hackathon polkadot-hackathon Public

    Polkadot's Hackathon via Gitcoin

    Rust

  2. BountyOne Contract Review BountyOne Contract Review
    1
    // endTime is already in day units from the 1st line, making the 2nd `* 1 days' incorrect in the 2nd require() statement
    2
    // endTime should be checked for > 0
    3
    // the 2nd require() statment is not logical. now + N (N being an unint > 0) will always be > now
    4
    uint endTime = _endTimeInDays * 1 days;
    5
    require(endTime < maxAuditDuration);
  3. Pactum/pactum.io Pactum/pactum.io Public

    Pactum IO's Official Website

    CSS 2

  4. Pactum/airdropr.app Pactum/airdropr.app Public

    Open Sourced AirDropr Dapp for Blockchains - by Pactum IO

    JavaScript 1