Skip to content
View DeluxeRaph's full-sized avatar
💻
Don't make me pull the mf Mac out
💻
Don't make me pull the mf Mac out

Organizations

@Super-DCA-Tech @Run-Money

Block or report DeluxeRaph

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
DeluxeRaph/README.md
contract DeluxeRaph {
  bool public love;
  bytes32 public constant defi = "DEFI";

function _myHeart (bytes32 _code) internal returns(bool) {
    require(_code == defi, "Code is not defi");
    return love = true;
  }
}

Pinned Loading

  1. base/base base/base Public

    All components used to run Base

    Rust 407 336

  2. Super-DCA-Tech/super-dca-gauge Super-DCA-Tech/super-dca-gauge Public

    Super DCA Liquidity Network

    Solidity 4 3

  3. SeaWatch SeaWatch Public

    Python

  4. hydrexfi/hydrex-sdk hydrexfi/hydrex-sdk Public

    Forked from cryptoalgebra/integral-sdk

    TypeScript SDK for the Hydrex concentrated-liquidity AMM on Base

    TypeScript 1