Skip to content

Commit

Permalink
feat: burn method
Browse files Browse the repository at this point in the history
  • Loading branch information
veeso committed Nov 30, 2024
1 parent 6844f53 commit 8b5a12c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ethereum/app/src/js/web3/contracts/Ekoke.ts
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,19 @@ export const ABI = [
stateMutability: 'view',
type: 'function',
},
{
inputs: [
{
internalType: 'uint256',
name: 'amount',
type: 'uint256',
},
],
name: 'burn',
outputs: [],
stateMutability: 'nonpayable',
type: 'function',
},
{
inputs: [],
name: 'decimals',
Expand Down

0 comments on commit 8b5a12c

Please sign in to comment.