Skip to main content

Reference

Interfaces, signatures, parameters, and generated references.

Lookup friendly
TOC available

ERC6909Claims

Git Source - Generated with forge doc

Inherits: ERC6909

ERC6909Claims inherits ERC6909 and implements an internal burnFrom function

Functions

_burnFrom

Burn amount tokens of token type id from from.

if sender is not from they must be an operator or have sufficient allowance.

function _burnFrom(address from, uint256 id, uint256 amount) internal;

Parameters

NameTypeDescription
fromaddressThe address to burn tokens from.
iduint256The currency to burn.
amountuint256The amount to burn.

On this page

Tools