BEP20PayToken · Contract on Tron
Smart contract
UNVERIFIED · mainnet
{}
BEP20PayToken
Address TM2DevUGE4mmJaKry3EiZYfWoaSHw8y5xy
Contract balance 0TRX on-chain
Total calls 0 lifetime triggers
Functions 9 3 read · 6 write
Bytecode 2.35Kbytes runtime
Deployed — 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"
},
{
"inputs": [
{
"indexed": true,
"name": "token",
"type": "address"
},
{
"indexed": true,
"name": "sender",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
},
{
"name": "id",
"type": "uint256"
}
],
"name": "PayToken",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "token",
"type": "address"
},
{
"indexed": true,
"name": "sender",
"type": "address"
},
{
"indexed": true,
"name": "amount",
"type": "uint256"
}
],
"name": "WithDrawalToken",
"type": "Event"
},
{
"outputs": [
{
"type": "address"
}
],
"name": "owner",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"inputs": [
{
"name": "token",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
},
{
"name": "id",
"type": "uint256"
}
],
"name": "payToken",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"name": "receiveAddress",
"stateMutability": "View",
"type": "Function"
},
{
"name": "renounceOwnership",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"inputs": [
{
"name": "_address",
"type": "address"
}
],
"name": "setReceiveAddress",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"inputs": [
{
"name": "token",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "setTokenLimit",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"inputs": [
{
"type": "address"
}
],
"name": "tokenLimit",
"stateMutability": "View",
"type": "Function"
},
{
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "bool"
}
],
"inputs": [
{
"name": "token",
"type": "address"
},
{
"name": "_address",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "withDrawalToken",
"stateMutability": "Nonpayable",
"type": "Function"
}
]About this contract
overview
BEP20PayToken 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.