Bridge · Contract on Tron
Smart contract
UNVERIFIED · mainnet
{}
Bridge
Address TLEMNtyqiPJ5GT1KZK2nAefRK5CFB8621H
Contract balance 0TRX on-chain
Total calls 0 lifetime triggers
Functions 15 8 read · 7 write
Bytecode 10.00Kbytes runtime
Deployed — unverified
Contract interface
ABI · 15 fns
contract.abi.json
[
{
"stateMutability": "Nonpayable",
"type": "Constructor"
},
{
"inputs": [
{
"indexed": true,
"name": "uuid",
"type": "bytes16"
},
{
"name": "token",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
},
{
"name": "to",
"type": "address"
}
],
"name": "Outed",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "previousOwner",
"type": "address"
},
{
"indexed": true,
"name": "newOwner",
"type": "address"
}
],
"name": "OwnershipTransferred",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "uuid",
"type": "bytes16"
},
{
"name": "token",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
},
{
"name": "payer",
"type": "address"
}
],
"name": "Payed",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "op",
"type": "address"
},
{
"name": "isOp",
"type": "bool"
}
],
"name": "SetOp",
"type": "Event"
},
{
"outputs": [
{
"type": "bytes32"
}
],
"name": "DOMAIN_SEPARATOR",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "bytes32"
}
],
"name": "OUT_TYPEHASH",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "bytes32"
}
],
"name": "SET_VERIFIER_TYPEHASH",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"name": "results",
"type": "bytes[]"
}
],
"inputs": [
{
"name": "data",
"type": "bytes[]"
}
],
"name": "multicall",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"inputs": [
{
"type": "address"
}
],
"name": "ops",
"stateMutability": "View",
"type": "Function"
},
{
"inputs": [
{
"name": "uuid",
"type": "bytes16"
},
{
"name": "token",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
},
{
"name": "gas",
"type": "uint256"
},
{
"name": "to",
"type": "address"
},
{
"name": "data",
"type": "bytes"
},
{
"name": "signatures",
"type": "bytes[]"
}
],
"name": "out",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"name": "owner",
"stateMutability": "View",
"type": "Function"
},
{
"inputs": [
{
"name": "uuid",
"type": "bytes16"
},
{
"name": "token",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "pay",
"stateMutability": "Payable",
"type": "Function"
},
{
"name": "renounceOwnership",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "op",
"type": "address"
},
{
"name": "isOp",
"type": "bool"
}
],
"name": "setOp",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "newVerifier",
"type": "address"
},
{
"name": "deadline",
"type": "uint256"
},
{
"name": "newSigs",
"type": "bytes[]"
},
{
"name": "oldSigs",
"type": "bytes[]"
}
],
"name": "setVerifier",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"inputs": [
{
"type": "bytes16"
}
],
"name": "used",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"inputs": [
{
"type": "bytes16"
}
],
"name": "usedPay",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"name": "verifier",
"stateMutability": "View",
"type": "Function"
}
]About this contract
overview
Bridge 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.