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;
}
}
-
Digital Innovation
- Philadelphia, PA
- @VillageFarmerr
Pinned Loading
-
-
Super-DCA-Tech/super-dca-gauge
Super-DCA-Tech/super-dca-gauge Publica.k.a. Uniswap V4 Token Emitter Hook
-
swoupon-hook
swoupon-hook PublicSwoupon is a uniswap v4 hook swapping rewards mechanism. It allows swapper to accumulate Swoupon tokens through swaps, which can later be redeemed for fee discounts
Solidity 3
-
-
DGL-Dynamic-Governance-Liquidator
DGL-Dynamic-Governance-Liquidator PublicDGL (Dynamic Governance Liquidator) is a tool for DAOs that uses Uniswap v4’s TWAMM to execute large token trades over time, reducing market impact and frontrunning. It integrates governance logic,…
Solidity 2
-
mikeghen/saverville
mikeghen/saverville PublicFarmville-style game built around onchain certificates of deposit
Solidity 1
If the problem persists, check the GitHub status page or contact support.