0xhamed.base.eth ✪ (0xhamed)

0xhamed.base.eth  ✪

0x6080604052...

1663 Followers

Recent casts

The Warplets are getting ready for Thanksgiving! I just generated a Warplet scene with @sinjulmsbh

  • 0 replies
  • 0 recasts
  • 0 reactions

Blockchain Events - 13 Nov 2025 Mining Disrupt Texas 2025 - Arlington ,United States GamesBeat Next 2025 - San Francisco ,United States Fintech Takes Builders Summit - Bozeman ,United States African Stablecoin Summit 2025 - Johannesburg ,South Africa Cardano Summit 2025 - Berlin ,Germany Bitcoin Historico - San Salvador ,El Salvador Saudi StartUp Expo 2025 - Riyadh ,Saudi Arabia Singapore FinTech Festival 2025 - Singapore ,Singapore Blockchain Summit Latam 2025 - Medellín ,Colombia Bolivia Blockchain Conference 2025 - Santa Cruz de la Sierra ,Bolivia 5th Annual Canadian Blockchain Consortium Summit 2025 - Toronto ,Canada DDC Investor Summit 2025 - Spata ,Greece 23rd NextGen Payments and RegTech Forum - Austin ,United States Bitcoin Amsterdam 2025 - Halfweg ,Netherlands IEEE Blockchain Turkiye Summit 2025 - Türkiye LabWeek Web3 2025 - Buenos Aires ,Argentina Digital Asset Investment Event 2025 - Amsterdam ,Netherlands #crypto #blockchain $BTC

  • 0 replies
  • 0 recasts
  • 2 reactions

Top casts

Solidity Data Locations - Storage, Memory and Calldata - storage: variable is a state variable (store on blockchain) - memory: variable is in memory and it exists while a function is being called - calldata: special data location that contains function arguments

  • 16 replies
  • 2 recasts
  • 75 reactions

Error handling in Solidity An error will undo all changes made to the state during a transaction. - require is used to validate inputs and conditions before execution. - revert is similar to require. See the code below for details. - assert is used to check for code that should never be false.

  • 13 replies
  • 0 recasts
  • 55 reactions

Mapping is a hash table in Solidity that stores data as key-value pairs, where the key can be any of the built-in data types, excluding reference types, and the value of the data type can be any type. Syntax: mapping(key => value) <access specifier> <name>;

  • 4 replies
  • 0 recasts
  • 57 reactions

Bytecode & Opcode in Solidity Bytecode is a software computer language for instruction-level programming that the Solidity code gets translated into. Opcodes are low-level human-readable instructions of the program that have hexadecimal counterparts. For example, MSTORE is 0x52, etc.

  • 7 replies
  • 0 recasts
  • 56 reactions

Onchain profile

Ethereum addresses