Jibril Muhammad Dahir (hajbox.base.eth)

Jibril Muhammad Dahir

6 Followers

Recent casts

Top casts

// SPDX-License-Identifier: MIT pragma solidity ^0.8.20; contract MessageBoard { string public message; address public owner; event MessageUpdated(string newMessage, address updatedBy); constructor() { owner = msg.sender; message = "Hello Blockchain!"; } function setMessage(string memory _message) public { message = _message; emit MessageUpdated(_message, msg.sender); } function getMessage() public view returns (string memory) { return message; } }

  • 0 replies
  • 0 recasts
  • 2 reactions

One Day, I will be Rich because I am a Smart Contract Developer

  • 0 replies
  • 0 recasts
  • 2 reactions

I build smart contracts on Base. Follow me for Solidity tutorials, airdrop guides, and daily Web3 updates.

  • 0 replies
  • 0 recasts
  • 0 reactions

Onchain profile

Ethereum addresses

    Solana addresses