TMT · Contract on Tron
Smart contract
UNVERIFIED · mainnet
Contract balance 0TRX on-chain
Total calls 2.22K lifetime triggers
Token holders 370 addresses
Total supply 1.00MTMT 18 decimals
Market cap — fully diluted
Contract interface
ABI · 35 fns
contract.abi.json
[
{
"inputs": [
{
"name": "initialSupply",
"type": "uint256"
},
{
"name": "owner",
"type": "address"
}
],
"stateMutability": "Nonpayable",
"type": "Constructor"
},
{
"name": "CallFailed",
"type": "Error"
},
{
"inputs": [
{
"indexed": true,
"name": "_user",
"type": "address"
}
],
"name": "AddedBlackList",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "_pair",
"type": "address"
}
],
"name": "AddedPair",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "_user",
"type": "address"
}
],
"name": "AddedWhiteList",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "owner",
"type": "address"
},
{
"indexed": true,
"name": "spender",
"type": "address"
},
{
"name": "value",
"type": "uint256"
}
],
"name": "Approval",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "previousOwner",
"type": "address"
},
{
"indexed": true,
"name": "newOwner",
"type": "address"
}
],
"name": "OwnershipTransferred",
"type": "Event"
},
{
"inputs": [
{
"name": "tokenAddr",
"type": "address"
},
{
"name": "destination",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "Recycled",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "_user",
"type": "address"
}
],
"name": "RemovedBlackList",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "_pair",
"type": "address"
}
],
"name": "RemovedPair",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "_user",
"type": "address"
}
],
"name": "RemovedWhiteList",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "from",
"type": "address"
},
{
"indexed": true,
"name": "to",
"type": "address"
},
{
"name": "value",
"type": "uint256"
}
],
"name": "Transfer",
"type": "Event"
},
{
"inputs": [
{
"name": "_evilUser",
"type": "address"
}
],
"name": "addBlackList",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "_pair",
"type": "address"
}
],
"name": "addPair",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "_evilUser",
"type": "address"
}
],
"name": "addWhitelist",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"inputs": [
{
"name": "owner",
"type": "address"
},
{
"name": "spender",
"type": "address"
}
],
"name": "allowance",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"inputs": [
{
"name": "spender",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "approve",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"inputs": [
{
"name": "account",
"type": "address"
}
],
"name": "balanceOf",
"stateMutability": "View",
"type": "Function"
},
{
"inputs": [
{
"name": "amount",
"type": "uint256"
}
],
"name": "burn",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "uint8"
}
],
"name": "decimals",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"inputs": [
{
"name": "spender",
"type": "address"
},
{
"name": "subtractedValue",
"type": "uint256"
}
],
"name": "decreaseAllowance",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"name": "fee",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"inputs": [
{
"type": "address"
}
],
"name": "frozen",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"inputs": [
{
"name": "_maker",
"type": "address"
}
],
"name": "getBlackListStatus",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"inputs": [
{
"name": "spender",
"type": "address"
},
{
"name": "addedValue",
"type": "uint256"
}
],
"name": "increaseAllowance",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"inputs": [
{
"type": "address"
}
],
"name": "isBlackListed",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"inputs": [
{
"type": "address"
}
],
"name": "isHandler",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "string"
}
],
"name": "name",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"name": "owner",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"inputs": [
{
"type": "address"
}
],
"name": "pairs",
"stateMutability": "View",
"type": "Function"
},
{
"inputs": [
{
"name": "tokenAddr",
"type": "address"
},
{
"name": "destination",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "recycleToken",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "destination",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "recycleTrx",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "_clearedUser",
"type": "address"
}
],
"name": "removeBlackList",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "_pair",
"type": "address"
}
],
"name": "removePair",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "_clearedUser",
"type": "address"
}
],
"name": "removeWhiteList",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"name": "renounceOwnership",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "_fee",
"type": "uint256"
}
],
"name": "setFee",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"inputs": [
{
"name": "_user",
"type": "address"
},
{
"name": "_amount",
"type": "uint256"
}
],
"name": "setFrozenAmount",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "_handler",
"type": "address"
},
{
"name": "_isActive",
"type": "bool"
}
],
"name": "setHandler",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "_sw",
"type": "bool"
}
],
"name": "setSwapSwitch",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "string"
}
],
"name": "symbol",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"name": "totalSupply",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"inputs": [
{
"name": "to",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "transfer",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"inputs": [
{
"name": "from",
"type": "address"
},
{
"name": "to",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "transferFrom",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"inputs": [
{
"type": "address"
}
],
"name": "whitelist",
"stateMutability": "View",
"type": "Function"
}
]About this contract
overview
TMT is the TRC20 contract behind TechMediaTel Token (TMT) on Tron, deployed from TVtbE1n9LR5Ge1otnVWQKBTv4tRjT1YHFy on Dec 3, 2023. It has been called 2.22K times.
This contract is not source-verified, so only its on-chain bytecode and ABI are available. Read calls still run live against the node. Write calls require a signed wallet transaction — wallet support is coming soon.