TAONE (TI) · Contract on Tron
Smart contract
UNVERIFIED · mainnet
T
Contract balance 174TRX on-chain
Total calls 1.07K lifetime triggers
Token holders 988 addresses
Total supply 21.00MTI 18 decimals
Market cap — fully diluted
Contract interface
ABI · 25 fns
contract.abi.json
[
{
"outputs": [
{
"type": "string"
}
],
"constant": true,
"name": "name",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"constant": true,
"inputs": [
{
"type": "address"
}
],
"name": "airlist",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"name": "success",
"type": "bool"
}
],
"inputs": [
{
"name": "_spender",
"type": "address"
},
{
"name": "_value",
"type": "uint256"
}
],
"name": "approve",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"name": "totalSupply",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"name": "success",
"type": "bool"
}
],
"inputs": [
{
"name": "_from",
"type": "address"
},
{
"name": "_to",
"type": "address"
},
{
"name": "_amount",
"type": "uint256"
}
],
"name": "transferFrom",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"constant": true,
"name": "distributionClosed",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"name": "decimals",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"name": "_per",
"stateMutability": "View",
"type": "Function"
},
{
"name": "withdraw",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"name": "value",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"inputs": [
{
"name": "_owner",
"type": "address"
}
],
"name": "lockOf",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"inputs": [
{
"name": "_owner",
"type": "address"
}
],
"name": "balanceOf",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"name": "nowInSeconds",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "string"
}
],
"constant": true,
"name": "symbol",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"inputs": [
{
"name": "per",
"type": "uint256"
}
],
"name": "Set_per",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"name": "success",
"type": "bool"
}
],
"inputs": [
{
"name": "_to",
"type": "address"
},
{
"name": "_amount",
"type": "uint256"
}
],
"name": "transfer",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"payable": true,
"name": "getTokens",
"stateMutability": "Payable",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"constant": true,
"inputs": [
{
"type": "address"
}
],
"name": "frozenAccount",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"inputs": [
{
"name": "Closed",
"type": "bool"
}
],
"name": "closeDistribution",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"name": "totalRemaining",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"inputs": [
{
"name": "_owner",
"type": "address"
},
{
"name": "_spender",
"type": "address"
}
],
"name": "allowance",
"stateMutability": "View",
"type": "Function"
},
{
"inputs": [
{
"name": "addresses",
"type": "address[]"
},
{
"name": "locked",
"type": "bool"
}
],
"name": "freeze",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"name": "totalDistributed",
"stateMutability": "View",
"type": "Function"
},
{
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "addresses",
"type": "address[]"
},
{
"name": "amounts",
"type": "uint256[]"
},
{
"name": "_freeday",
"type": "uint256"
}
],
"name": "distribute",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "_owner",
"type": "address"
}
],
"stateMutability": "Nonpayable",
"type": "Constructor"
},
{
"payable": true,
"stateMutability": "Payable",
"type": "Fallback"
},
{
"inputs": [
{
"indexed": true,
"name": "_from",
"type": "address"
},
{
"indexed": true,
"name": "_to",
"type": "address"
},
{
"name": "_value",
"type": "uint256"
}
],
"name": "Transfer",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "_owner",
"type": "address"
},
{
"indexed": true,
"name": "_spender",
"type": "address"
},
{
"name": "_value",
"type": "uint256"
}
],
"name": "Approval",
"type": "Event"
},
{
"inputs": [
{
"name": "target",
"type": "address"
},
{
"name": "frozen",
"type": "bool"
}
],
"name": "FrozenFunds",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "to",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "Distr",
"type": "Event"
},
{
"inputs": [
{
"name": "Closed",
"type": "bool"
}
],
"name": "DistrClosed",
"type": "Event"
}
]About this contract
overview
TAONE is the TRC20 contract behind TAONE (TI) on Tron, deployed from TRmM7UvL6AZa1rwztBBWLeqhsPgN229C9J on Dec 24, 2021. It has been called 1.07K 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.