LBToken
State Variables
_balances
mapping(address => mapping(uint256 => uint256)) private _balances;_totalSupplies
mapping(uint256 => uint256) private _totalSupplies;_spenderApprovals
mapping(address => mapping(address => bool)) private _spenderApprovals;Functions
checkApproval
notAddressZeroOrThis
checkLength
name
Name
Type
Description
symbol
Name
Type
Description
totalSupply
Name
Type
Description
Name
Type
Description
balanceOf
Name
Type
Description
Name
Type
Description
balanceOfBatch
Name
Type
Description
Name
Type
Description
isApprovedForAll
Name
Type
Description
Name
Type
Description
approveForAll
Name
Type
Description
batchTransferFrom
Name
Type
Description
_isApprovedForAll
Name
Type
Description
Name
Type
Description
_mint
Name
Type
Description
_burn
Name
Type
Description
_batchTransferFrom
Name
Type
Description
_approveForAll
Name
Type
Description
_notAddressZeroOrThis
Name
Type
Description
_checkLength
Name
Type
Description
Last updated