Factory · Contract on Tron
Smart contract
UNVERIFIED · mainnet
{}
Factory
Address TLmTyffZe66Li8d2wRKk2PXf3kgRtUiBYK
Contract balance 0TRX on-chain
Total calls 1.05K lifetime triggers
Functions 9 5 read · 4 write
Bytecode 2.29Kbytes runtime
Deployed Mar 30, 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 TAp1waXBMA3SEfwR9EwaRLpYYXFkmEh8CB on Mar 30, 2022. It has been called 1.05K 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.