Codegobli pfp
Codegobli

@codegobli

πŸ›‘οΈ Building a Mini DeFi Bank with a couple of security upgrades. Was using CEI, but I layered in: βœ… ReentrancyGuard (to block recursive withdraws) βœ… Pausable (for emergency stops) βœ… Ownable (so only admin controls pause/unpause) βœ… Custom modifiers + events for clean traceability Got stuck at first importing Ownable β€” forgot that newer OZ versions require initialOwner in the constructor. Easy fix once I caught it. Security isn’t optional. Cooldown logic + interest counter drops tomorrow. #solidity #defi #openzeppelin #smartcontracts
0 reply
0 recast
1 reaction