Skip to content

Function Deprecated constant field #279

@r0wdiggity

Description

@r0wdiggity
warning: use of deprecated field `ethabi::Function::constant`: The constant attribute was removed in Solidity 0.5.0 and has been replaced with stateMutability.
    |
    |         constant: None,
    |         ^^^^^^^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default

the constant field has been marked deprecated in favor of state_mutability for the Function struct. However, the field is still required to instantiate the struct, so we have to use it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions