You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
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 ❌
}
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: