Skip to content

memohitkumar1/Eth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

##Assesment Token Minting and Burning Functions This repository contains two essential functions for managing token supply: mint and burn.

1.Mint Function The mint function is responsible for adding tokens to the total supply. It takes two parameters: -address: The address to which the minted tokens will be assigned. -value: The amount of tokens to be minted.

2.Burn Function The burn function allows spending tokens from the total supply. It also requires two parameters: -address: The address from which tokens will be subtracted. -value: The amount of tokens to be burned.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors