PinnedSolidity Encode and Decode (Easy)This article provides insights into encoding/decoding rules and demonstrates how to use Solidity to encode and decode data that needs to be…May 31, 2023May 31, 2023
Call the variable or function from other contractWe try to call other contract function(or variable) from our contract. We learn all the concept about this issue. Firstly you need to learn…May 30, 2023May 30, 2023
Foundry AssertsFoundry asserts statements are assertEq, assertLt, assertLe, assertGt, assertGe, assertEqDecimal and assertTrue.May 5, 2023May 5, 2023
Learn YUL IIIn Solidity, the shl and shr commands have the same meaning as in the Yul language. These operators are used to shift the bits of a binary…Apr 10, 2023Apr 10, 2023
Learn YUL IWe write “VivaMexicoCabrones” to the memory space with our opcodes and Yul codes.Apr 7, 2023Apr 7, 2023
Learn EVM Opcodes XIMapping storage in solidity ! To get slot index of the mapping’s value under it is given the key.Apr 6, 2023Apr 6, 2023