For the complete documentation index, see llms.txt. This page is also available as Markdown.

ILBToken

Required interface of LBToken contract

TransferBatch

event TransferBatch(
    address indexed sender, 
    address indexed from, 
    address indexed to, 
    uint256[] ids, 
    uint256[] amounts
    )

ApprovalForAll

event ApprovalForAll(
    address indexed account, 
    address indexed sender, 
    bool approved
    )

name

symbol

totalSupply

balanceOf

balanceOfBatch

isApprovedForAll

approveForAll

batchTransferFrom

Last updated