Skip to content
This repository was archived by the owner on Oct 9, 2024. It is now read-only.
This repository was archived by the owner on Oct 9, 2024. It is now read-only.

External function are not interpreted #10

@Yashiru

Description

@Yashiru

The imported function from other files are not interpreted, so external function doesn't affect the stack and are not reflected in the comments.

e.g.

#include "./Ownable.huff"

#define macro CONSTRUCTOR_ERC20() = takes(0) returns (0) {
    // Set msg.sender as the owner of the contract.
    OWNABLE_CONSTRUCTOR() // <= ❌ This macro from Ownable.huff is not interpreted ❌
}

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions