Module brontes_core::missing_token_info::normal
source · Expand description
Module containing a contract’s types and functions.
interface normal {
function decimals() public view returns (uint8);
function symbol() public view returns (string);
}
Structs§
- Function with signature
decimals()
and selector0x313ce567
. - Container type for the return parameters of the
decimals()
function. - Function with signature
symbol()
and selector0x95d89b41
. - Container type for the return parameters of the
symbol()
function.
Enums§
- Container for all the
normal
function calls.