Revolut · Contract on Tron
Smart contract
UNVERIFIED · mainnet
{}
Revolut
Address TYiVXd9foDroo3duKbdannYRG1dN5eEF3F
Contract balance 0TRX on-chain
Total calls 0 lifetime triggers
Functions 11 3 read · 8 write
Bytecode 5.89Kbytes runtime
Deployed — unverified
Contract interface
ABI · 11 fns
contract.abi.json
[
{
"inputs": [
{
"name": "usdtAddress",
"type": "address"
},
{
"name": "_official",
"type": "address"
}
],
"stateMutability": "Nonpayable",
"type": "Constructor"
},
{
"inputs": [
{
"indexed": true,
"name": "previousOwner",
"type": "address"
},
{
"indexed": true,
"name": "newOwner",
"type": "address"
}
],
"name": "OwnershipTransferred",
"type": "Event"
},
{
"inputs": [
{
"name": "sender",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
},
{
"name": "uuid",
"type": "string"
},
{
"name": "coin",
"type": "uint256"
}
],
"name": "RechargeLog",
"type": "Event"
},
{
"inputs": [
{
"name": "toAddr",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
},
{
"name": "coin",
"type": "uint256"
}
],
"name": "WithdrawLog",
"type": "Event"
},
{
"outputs": [
{
"type": "address"
}
],
"name": "official",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"name": "owner",
"stateMutability": "View",
"type": "Function"
},
{
"inputs": [
{
"name": "uuid",
"type": "string"
}
],
"name": "rechargeMain",
"stateMutability": "Payable",
"type": "Function"
},
{
"inputs": [
{
"name": "amount",
"type": "uint256"
},
{
"name": "uuid",
"type": "string"
}
],
"name": "rechargeU",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"name": "renounceOwnership",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "newOfficial",
"type": "address"
}
],
"name": "updateOfficial",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"name": "usdt",
"stateMutability": "View",
"type": "Function"
},
{
"inputs": [
{
"name": "fromAddr",
"type": "address"
},
{
"name": "toAddr",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "withdrawApp",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "amount",
"type": "uint256"
}
],
"name": "withdrawMain",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "toAddr",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "withdrawUsdt",
"stateMutability": "Nonpayable",
"type": "Function"
}
]About this contract
overview
Revolut 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.