Skip to content

Create ERC20 token out of facet #9

Description

@Walodja1987

Hi everyone,

I am struggling to create an ERC20 token inside a facet contract. In other words, the following statement is failing (it throws an VM exception error):

ERC20 erc20Token = new ERC20("TestToken","TEST");

I have the suspicion that this operation doesn't work when a delegate call is used. Could someone share an example how to do this operation insde a facet contract?

Best
Wladimir

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions