Patrick Collins
1 min readAug 5, 2020

--

What exactly is this deploying contract requesting as a parameter on this line:

`deployer.deploy(Exchange, erc20);`

is the parameter the contract ABI or is it the addresss? If it's the address wouldn't we have to do like `erc20.address()` or something?

--

--

Patrick Collins
Patrick Collins

Written by Patrick Collins

Lover of smart contract engineering and security

Responses (1)