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

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 607 456

  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

    Mesh-networked smart buoys that detect and classify vessels using computer vision and relay sightings over LoRa — no AIS, no internet, no cooperation from the target.

    Python 1

  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