币安智能链(BSC)是一条基于区块链技术的智能合约公链,旨在为去中心化应用提供高并发、低费率、开发友好、高性能的区块链基础设施。
TP钱包支持币安智能链,用户可以在TP钱包中创建币安智能链钱包,并与之交互。通过TP钱包,用户可以方便地管理自己的数字资产,包括币安智能链上的代币,同时也可以使用币安智能链上开发的去中心化应用。
// The next token ID to be minted.
uint256 private _currentIndex;
// The number of tokens burned.
uint256 private _burnCounter;
// Token name
string private _name;
// Token symbol
string private _symbol;
// Mapping from token ID to ownership details
// An empty struct value does not necessarily mean the token is unowned.
// See {_packedOwnershipOf} implementation for details.
//
// Bits Layout:
// - [0.159] addr
// - [160.223] startTimestamp
// - [224] burned
// - [225] nextInitialized
// - [232.255] extraData