Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.26 KB

gas-multitoken1155.md

File metadata and controls

38 lines (30 loc) · 1.26 KB
warning layout title
This is a dynamically generated file. Do not edit manually.
default
gas-multitoken1155 | Solhint

gas-multitoken1155

Category Badge Default Severity Badge warn

Description

ERC1155 is a cheaper non-fungible token than ERC721

Options

This rule accepts a string option of rule severity. Must be one of "error", "warn", "off". Defaults to warn.

Example Config

{
  "rules": {
    "gas-multitoken1155": "warn"
  }
}

Notes

  • source of the rule initiative

Examples

This rule does not have examples.

Version

This rule was introduced in Solhint 4.5.0

Resources