Whitelist Pool Collateral

This whitelists the ERC20 token passed for a daoId.

Before an ERC20 token can be set as a pool's collateral token it must first be whitelisted.

Dependencies: DAO needs to be created (for daoId field)

Permissions: DAO Admin

Params:

Param name

Description

Example

daoId

The daoId who is having the collateral token whitelisted

1

erc20Token

The ERC20 collateral address to be whitelisted for the daoId

0xa63C6E2Af9c87768f741E1BB7f77511d23152C7B – this is an Open Mintable test ERC20 token

Etherscan Link: https://goerli.etherscan.io/address/0x3d8cBBc284160D6d692d02B76Dae4bAd21902d73#writeContract#F31

Last updated