...7mg&list=PLXzKMXK2aHh4wSCFiW2naDgq3tK-WjSR0&index=4), Alex Beregszaszi
* [EIP 1559 Overview](https://www.youtube.com/watch?v=IEQPSJbZsq0&list=PLXzKMXK2aHh4wSCFiW2naDgq3tK-WjSR0&index=6), Tim Beiko
* [Secret-shared validator infrastructure for Eth2.0](https://www.youtube.com/watch?v=awBX1SrXOhk&lis...
...^0.6.2;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
interface IERC20 {
/**
* @dev Returns the amount of tokens in existence.
*/
function totalSupply() external view returns (uint256);
/**
* @dev Returns the amount of tokens owned by ...