Official contract
Verify the exact token before interacting.
Only the contract below is presented by this portal as the official TNWT contract on BNB Smart Chain.
Contract identity
| Contract | |
|---|---|
| Network | BNB Smart Chain (Chain ID 56) |
| Name | TravelNetworkWorldToken |
| Symbol | TNWT |
| Decimals | 18 |
| Expected admin wallet |
Open official contract on BscScan ↗
Administrative model
The contract uses OpenZeppelin AccessControl, not Ownable. The expected wallet holds both DEFAULT_ADMIN_ROLE and ADMIN_ROLE.
ADMIN_ROLE = 0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775\nDEFAULT_ADMIN_ROLE = 0x0000000000000000000000000000000000000000000000000000000000000000
Privileged functions
pause(), unpause() and mint(address,uint256) require ADMIN_ROLE. The master administrator can grant or revoke roles through AccessControl.
Minting disclosure: the contract does not enforce a 100,000,000 TNWT maximum. An ADMIN_ROLE holder can mint additional tokens.
Verified Solidity source
Download/view the source copy packaged with this portal. Always compare it with the verified source on BscScan before relying on it.
