Hi there, how can I create an initializable ERC20 token? How do I pass the parameters such as _name, _symbol, into the existing ERC20 contract in the initializer rather than constructor?

May 5, 2021, 4:18 AM
This is not calling the constructors of ERC20 and ERC20Capped, but rather making a conversion which as a result gives me errors.
This is beyond me. I don't have any experience with meta-transactions.
May 5, 2021, 6:20 AM

© 2024 Draquery.com All rights reserved.