Factory · Contract on Tron
Smart contract
UNVERIFIED · mainnet
{}
Factory
Address TXiveDkTGMCUDgWbftUK33PWW7c6UrjKXQ
Contract balance 0TRX on-chain
Total calls 1.56M lifetime triggers
Functions 9 5 read · 4 write
Bytecode 2.29Kbytes runtime
Deployed Dec 9, 2022 unverified
Contract interface
ABI · 9 fns
contract.abi.json
[
{
"inputs": [
{
"indexed": true,
"name": "previousOwner",
"type": "address"
},
{
"indexed": true,
"name": "newOwner",
"type": "address"
}
],
"name": "OwnershipTransferred",
"type": "Event"
},
{
"name": "claimOwnership",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"name": "_bytecode",
"type": "bytes"
},
{
"name": "_address",
"type": "address"
}
],
"inputs": [
{
"name": "_salt",
"type": "uint256"
}
],
"name": "getDeposit",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "bytes7"
}
],
"name": "getFactoryVersion",
"stateMutability": "Pure",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"name": "owner",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"name": "recipient",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"name": "token",
"stateMutability": "View",
"type": "Function"
},
{
"inputs": [
{
"name": "_newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "_token",
"type": "address"
},
{
"name": "_salt",
"type": "uint256"
}
],
"name": "withdraw",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "_anotherAddress",
"type": "address"
},
{
"name": "_token",
"type": "address"
},
{
"name": "_salt",
"type": "uint256"
}
],
"name": "withdrawToAnotherAddress",
"stateMutability": "Nonpayable",
"type": "Function"
}
]About this contract
overview
Factory is a smart contract on Tron, deployed from TD1FfjjU5nBU4MBkCG669v3EbvJNfAAHyG on Dec 9, 2022. It has been called 1.56M 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.