Tuna CiciAArch64 Procedure Call Standard (AAPCS64): ABI, Calling Conventions & Machine RegistersProgramming using high-level languages makes a ton of stuff trivial. Your compiler/interpreter is abstracting lots of stuff from you so…Jul 25
Abhilash KrishnanFrom Solidity to Deployment: A Step-by-Step Guide to Deploying Smart Contracts on the Ethereum…In the Ethereum blockchain ecosystem, Solidity is the primary programming language used to write smart contracts. Here’s a step-by-step…Oct 19
InCoinmonksbyScofield O. Idehenabi.encode, abi.encodePacked, and abi.decode in SolidityIn Solidity, several key functions for encoding and decoding data are abi.encode, encodePacked decode string.concat ,bytes.concat and…Jan 92Jan 92
Eiki TakeuchiExplaining Ethereum Contract ABI & EVM BytecodeExplaining Ethereum Contract ABI and EVM Bytecode with theory and command-line practiceJul 16, 20191Jul 16, 20191
Zhe YuHow breaking ABI breaking your appIn one of my module design series articles, Modular-8: Move module. I mentioned ABI when discussing the importance of semantic versioning.Sep 21, 2023Sep 21, 2023
Tuna CiciAArch64 Procedure Call Standard (AAPCS64): ABI, Calling Conventions & Machine RegistersProgramming using high-level languages makes a ton of stuff trivial. Your compiler/interpreter is abstracting lots of stuff from you so…Jul 25
Abhilash KrishnanFrom Solidity to Deployment: A Step-by-Step Guide to Deploying Smart Contracts on the Ethereum…In the Ethereum blockchain ecosystem, Solidity is the primary programming language used to write smart contracts. Here’s a step-by-step…Oct 19
InCoinmonksbyScofield O. Idehenabi.encode, abi.encodePacked, and abi.decode in SolidityIn Solidity, several key functions for encoding and decoding data are abi.encode, encodePacked decode string.concat ,bytes.concat and…Jan 92
Eiki TakeuchiExplaining Ethereum Contract ABI & EVM BytecodeExplaining Ethereum Contract ABI and EVM Bytecode with theory and command-line practiceJul 16, 20191
Zhe YuHow breaking ABI breaking your appIn one of my module design series articles, Modular-8: Move module. I mentioned ABI when discussing the importance of semantic versioning.Sep 21, 2023
matta @ theredguild.orgDamnVulnerableDefi ABI smuggling challenge walkthrough (plus infographic)This post will belong to a series of posts dedicated to doing in-depth explanations of Solidity challenges that have piqued my interest.Jan 26, 20232
Manu KapoorSolidity X-Ray series : Mastering ABI — Final part:If you haven’t gone through part 2, I’d highly recommend you to do so here.Sep 1, 2023
InCoinsBenchbyRohit sutarSolidity ABI Encode and Decode.In Solidity, abi.encode() and abi.decode() is used to serialize and deserialize data structures.Feb 26, 2023