IGMX

Methods

balanceOf

function balanceOf(address account) external view returns (uint256)

Parameters

Name
Type
Description

account

address

undefined

Returns

Name
Type
Description

_0

uint256

undefined

burn

function burn(address _account, uint256 _amount) external nonpayable

Parameters

Name
Type
Description

_account

address

undefined

_amount

uint256

undefined

mint

function mint(address _account, uint256 _amount) external nonpayable

Parameters

Name
Type
Description

_account

address

undefined

_amount

uint256

undefined

Last updated

Was this helpful?