ABI Encoding In Solidity

preview_player
Показать описание
#blockchain #solidity #smartcontract
ABI is a traditional method to interact with smart contracts either from the off-chain side or on-chain between smart contracts. For instance, delegatecall or call functions use ABI encoding and decoding.
In this video, I will show you how to use ABI in your Solidity smart contracts.

If you like the content, please subscribe to the channel and give it a like
Рекомендации по теме
Комментарии
Автор

for strings, declare as "string memory".

Example: `enc(uint param1, address addr, string memory param2)`

buddhavskungfu