Tag: solidity
All the articles with the tag "solidity".
Implementing Solidity abi.encode Function in Go
Published:an implementation of Solidity abi.encode function in Go
Simulating a Non-View Solidity Function With Go Ethereum
Published:an implementation of simulating a Solidity function (even if it's non-view) using go-ethereum's Call method and retrieving its return value.
Resolving Solidity ABI Packing Errors in Go
Published:a case study of resolving Solidity ABI packing errors in Go.
CREATE, CREATE2, CREATE3
Published:understanding Solidity's contract creation: CREATE, CREATE2, and CREATE3
Ethernaut Walkthrough
Published:a walkthrough for ethernaut levels 1 to 26