Solidity Tutorial : all about Addresses
Table of Content
Introduction
- What is (technically) an Ethereum Address ?
- Basic of Addresses in Solidity & address literals
- Address vs address payable
- Methods available with addresses (including call(), delegatecall() and staticcall() )
- Types conversions…