Xsitewithdrawal · Contract on Tron
Smart contract
UNVERIFIED · mainnet
{}
Xsitewithdrawal
Address TYPzhwiUcTrS2Uq8FVsCf2CTwMvpsYKGAd
Contract balance 0TRX on-chain
Total calls 0 lifetime triggers
Functions 6 4 read · 2 write
Bytecode 2.09Kbytes runtime
Deployed — unverified
Contract interface
ABI · 6 fns
contract.abi.json
[
{
"outputs": [
{
"type": "bool"
}
],
"constant": true,
"inputs": [
{
"type": "bytes32"
},
{
"type": "uint256"
}
],
"name": "seenNonces",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"constant": true,
"name": "signatureAddress",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"constant": true,
"inputs": [
{
"name": "_addr",
"type": "address"
},
{
"name": "msgHash",
"type": "bytes32"
},
{
"name": "v",
"type": "uint8"
},
{
"name": "r",
"type": "bytes32"
},
{
"name": "s",
"type": "bytes32"
}
],
"name": "isSigned",
"stateMutability": "Pure",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"constant": true,
"inputs": [
{
"name": "msgHash",
"type": "bytes32"
},
{
"name": "v",
"type": "uint8"
},
{
"name": "r",
"type": "bytes32"
},
{
"name": "s",
"type": "bytes32"
}
],
"name": "recoverAddr",
"stateMutability": "Pure",
"type": "Function"
},
{
"inputs": [
{
"name": "amount",
"type": "uint256"
},
{
"name": "nonce",
"type": "uint256"
},
{
"name": "msgHash_r_s",
"type": "bytes32[]"
},
{
"name": "v",
"type": "uint8"
}
],
"name": "userTokenWithdraw",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "amount",
"type": "uint256"
},
{
"name": "nonce",
"type": "uint256"
},
{
"name": "msgHash_r_s",
"type": "bytes32[]"
},
{
"name": "v",
"type": "uint8"
}
],
"name": "userTRXWithdraw",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "_token",
"type": "address"
},
{
"name": "_sigAddress",
"type": "address"
}
],
"stateMutability": "Nonpayable",
"type": "Constructor"
},
{
"inputs": [
{
"name": "from",
"type": "address"
},
{
"name": "to",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "Transfer",
"type": "Event"
}
]About this contract
overview
Xsitewithdrawal is a smart contract on Tron. It has been called 0 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.