Forwarder · Contract on Tron
Smart contract
UNVERIFIED · mainnet
{}
Forwarder
Address TWkpNDskCE6jsVB7AbQ8GxRGfd7qAdFmTf
Contract balance 0TRX on-chain
Total calls 0 lifetime triggers
Functions 13 2 read · 11 write
Bytecode 5.55Kbytes runtime
Deployed — unverified
Contract interface
ABI · 13 fns
contract.abi.json
[
{
"inputs": [
{
"name": "ownerAddress_",
"type": "address"
},
{
"name": "tokenFlusherAddress_",
"type": "address"
}
],
"stateMutability": "Nonpayable",
"type": "Constructor"
},
{
"name": "InsufficientBalance",
"type": "Error"
},
{
"name": "InvalidFlusher",
"type": "Error"
},
{
"name": "InvalidOwner",
"type": "Error"
},
{
"name": "NewValueMustBeDifferent",
"type": "Error"
},
{
"name": "NotAuthorized",
"type": "Error"
},
{
"name": "ReentrantCallDetected",
"type": "Error"
},
{
"inputs": [
{
"name": "transferType",
"type": "string"
}
],
"name": "TransferFailed",
"type": "Error"
},
{
"inputs": [
{
"indexed": true,
"name": "from",
"type": "address"
},
{
"indexed": true,
"name": "to",
"type": "address"
},
{
"indexed": true,
"name": "forwardedTo",
"type": "address"
},
{
"name": "_amount",
"type": "uint256"
}
],
"name": "ForwardedDeposit",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "from",
"type": "address"
},
{
"indexed": true,
"name": "to",
"type": "address"
},
{
"indexed": true,
"name": "forwardedTo",
"type": "address"
},
{
"name": "_amount",
"type": "uint256"
}
],
"name": "ManuallyForwardedDeposit",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "oldOwner",
"type": "address"
},
{
"indexed": true,
"name": "newOwner",
"type": "address"
}
],
"name": "OwnerChanged",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "oldFlusher",
"type": "address"
},
{
"indexed": true,
"name": "newFlusher",
"type": "address"
}
],
"name": "TokenFlusherChanged",
"type": "Event"
},
{
"inputs": [
{
"name": "forwarderAddress",
"type": "address"
},
{
"name": "value",
"type": "uint256"
},
{
"name": "tokenContractAddress",
"type": "address"
}
],
"name": "TokensFlushed",
"type": "Event"
},
{
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "changeOwner",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "newFlusher",
"type": "address"
}
],
"name": "changeTokenFlusher",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"name": "flush",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "tokenContractAddress",
"type": "address"
}
],
"name": "flushTokens",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"name": "ownerAddress",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"name": "tokenFlusherAddress",
"stateMutability": "View",
"type": "Function"
},
{
"stateMutability": "Payable",
"type": "Receive"
}
]About this contract
overview
Forwarder 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.