ABI Encoding in Solidity
Solidity contains a global variable named abi that has an encode method, which means that we can use it to encode the parameters of any function that we write. This makes it easier for developers to store, transfer, and manipulate various types of in...
yakuzakiawe.hashnode.dev3 min read