PinnedSolidity Programming LanguageSolidity 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
PinnedSolidity Programming LanguageLearn OpcodesLearn EVM Opcodes Series OverviewMay 5, 2023May 5, 2023
PinnedSolidity Programming LanguageLearn FoundryLearn Foundry Test in Solidity Codes Learn Basic FoundryMay 5, 2023May 5, 2023
Solidity Programming LanguageCall 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
Solidity Programming LanguageFoundry AssertsFoundry asserts statements are assertEq, assertLt, assertLe, assertGt, assertGe, assertEqDecimal and assertTrue.May 5, 2023May 5, 2023
Solidity Programming LanguageLearn 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
Solidity Programming LanguageLearn YUL IWe write “VivaMexicoCabrones” to the memory space with our opcodes and Yul codes.Apr 7, 2023Apr 7, 2023
Solidity Programming LanguageLearn 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