PinnedSolidity Programming Language·May 31, 2023Solidity 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…
PinnedSolidity Programming Language·May 5, 2023Learn FoundryLearn Foundry Test in Solidity Codes Learn Basic Foundry
Solidity Programming Language·May 30, 2023Call 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…
Solidity Programming Language·May 5, 2023Foundry AssertsFoundry asserts statements are assertEq, assertLt, assertLe, assertGt, assertGe, assertEqDecimal and assertTrue.
Solidity Programming Language·Apr 10, 2023Learn 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…
Solidity Programming Language·Apr 7, 2023Learn YUL IWe write “VivaMexicoCabrones” to the memory space with our opcodes and Yul codes.
Solidity Programming Language·Apr 6, 2023Learn EVM Opcodes XIMapping storage in solidity ! To get slot index of the mapping’s value under it is given the key.