arbaz
I hereby claim:
- I am arbazkiraak on github.
- I am arbaz (https://keybase.io/arbaz) on keybase.
- I have a public key ASAG2O0gUCxdB0O52Bvy7VySMr1YyXE4GG5wzX2p5_kp8Qo
To claim this, I am signing this object:
arbaz
I hereby claim:
To claim this, I am signing this object:
| // SPDX-License-Identifier: UNLICENSED | |
| pragma solidity ^0.8.13; | |
| import "hardhat/console.sol"; | |
| interface IERC20 { | |
| event Approval(address indexed owner, address indexed spender, uint value); | |
| event Transfer(address indexed from, address indexed to, uint value); | |
| function name() external view returns (string memory); |