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;
}
}
🫎
the function takes ownership, duh
Dedicated to advancing permissionless systems
-
Digital Innovation
- Philadelphia, PA
- @VillageFarmerr
Pinned Loading
-
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
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.