MT · Contract on Tron
Smart contract
UNVERIFIED · mainnet
Contract balance 0TRX on-chain
Total calls 60.83K lifetime triggers
Token holders 2,664 addresses
Total supply 38.28MMT 6 decimals
Market cap — fully diluted
Contract interface
ABI · 26 fns
contract.abi.json
[
{
"inputs": [
{
"name": "_owner",
"type": "address"
},
{
"name": "_token",
"type": "address"
}
],
"stateMutability": "Nonpayable",
"type": "Constructor"
},
{
"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": "account",
"type": "address"
},
{
"name": "amountIn",
"type": "uint256"
}
],
"name": "Deposit",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "previousOwner",
"type": "address"
},
{
"indexed": true,
"name": "newOwner",
"type": "address"
}
],
"name": "OwnershipTransferred",
"type": "Event"
},
{
"inputs": [
{
"name": "reserve0",
"type": "uint256"
},
{
"name": "reserve1",
"type": "uint256"
}
],
"name": "Sync",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "from",
"type": "address"
},
{
"indexed": true,
"name": "to",
"type": "address"
},
{
"name": "value",
"type": "uint256"
}
],
"name": "Transfer",
"type": "Event"
},
{
"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": "value",
"type": "uint256"
}
],
"name": "approve",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"inputs": [
{
"name": "account",
"type": "address"
}
],
"name": "balanceOf",
"stateMutability": "View",
"type": "Function"
},
{
"inputs": [
{
"name": "recipient",
"type": "address"
},
{
"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"
},
{
"inputs": [
{
"name": "amountIn",
"type": "uint256"
}
],
"name": "deposit",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"name": "amountOut",
"type": "uint256"
}
],
"inputs": [
{
"name": "amountIn",
"type": "uint256"
},
{
"name": "reserveIn",
"type": "uint256"
},
{
"name": "reserveOut",
"type": "uint256"
}
],
"name": "getAmountOut",
"stateMutability": "Pure",
"type": "Function"
},
{
"outputs": [
{
"name": "amounts",
"type": "uint256[]"
}
],
"inputs": [
{
"name": "amountIn",
"type": "uint256"
},
{
"name": "path",
"type": "address[]"
}
],
"name": "getAmountsOut",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"name": "_reserve0",
"type": "uint256"
},
{
"name": "_reserve1",
"type": "uint256"
}
],
"name": "getReserves",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"inputs": [
{
"name": "spender",
"type": "address"
},
{
"name": "addedValue",
"type": "uint256"
}
],
"name": "increaseAllowance",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "_reservex",
"type": "uint256"
},
{
"name": "_reservey",
"type": "uint256"
}
],
"name": "mint",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "string"
}
],
"name": "name",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"name": "owner",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"inputs": [
{
"name": "token",
"type": "address"
},
{
"name": "to",
"type": "address"
},
{
"name": "value",
"type": "uint256"
}
],
"name": "safeTransfer",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"inputs": [
{
"name": "account",
"type": "address"
},
{
"name": "to",
"type": "address"
},
{
"name": "value",
"type": "uint256"
}
],
"name": "safeTransferFrom",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "amountIn",
"type": "uint256"
},
{
"name": "path",
"type": "address[]"
}
],
"name": "swap",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "string"
}
],
"name": "symbol",
"stateMutability": "View",
"type": "Function"
},
{
"name": "sync",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"name": "token0",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"name": "token1",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"name": "totalSupply",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"inputs": [
{
"name": "recipient",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "transfer",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"inputs": [
{
"name": "sender",
"type": "address"
},
{
"name": "recipient",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "transferFrom",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"name": "withdraw",
"stateMutability": "Nonpayable",
"type": "Function"
}
]About this contract
overview
MT is the TRC20 contract behind Meta (MT) on Tron, deployed from TSAGk3FC5E7gtrFSym6ztVXpzRBG8u27rv on Jan 6, 2022. It has been called 60.83K 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.