StakingRewards · Contract on Tron
Smart contract
UNVERIFIED · mainnet
{}
StakingRewards
Address TLBgkv3VaffX6m17157LYpUJFcPi9Fh2N5
Contract balance 0TRX on-chain
Total calls 0 lifetime triggers
Functions 36 25 read · 11 write
Bytecode 7.52Kbytes runtime
Deployed — unverified
Contract interface
ABI · 36 fns
contract.abi.json
[
{
"inputs": [
{
"name": "_rewardsDistribution",
"type": "address"
},
{
"name": "_rewardsToken",
"type": "address"
},
{
"name": "_stakingToken",
"type": "address"
}
],
"stateMutability": "Nonpayable",
"type": "Constructor"
},
{
"inputs": [
{
"indexed": true,
"name": "user",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "DepositFee",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "user",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "FeeWithdrawal",
"type": "Event"
},
{
"inputs": [
{
"name": "reward",
"type": "uint256"
}
],
"name": "RewardAdded",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "user",
"type": "address"
},
{
"name": "reward",
"type": "uint256"
}
],
"name": "RewardPaid",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "user",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "Staked",
"type": "Event"
},
{
"inputs": [
{
"indexed": true,
"name": "user",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "Withdrawn",
"type": "Event"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"inputs": [
{
"name": "account",
"type": "address"
}
],
"name": "balanceOf",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"inputs": [
{
"name": "totalSupply",
"type": "uint256"
}
],
"name": "calcRate",
"stateMutability": "View",
"type": "Function"
},
{
"inputs": [
{
"name": "amount",
"type": "uint256"
}
],
"name": "changefee",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "amount",
"type": "uint256"
}
],
"name": "changereferalfee",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"inputs": [
{
"type": "address"
}
],
"name": "depositFee",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"inputs": [
{
"name": "account",
"type": "address"
}
],
"name": "earned",
"stateMutability": "View",
"type": "Function"
},
{
"name": "exit",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"name": "fee",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"name": "feeEarning",
"stateMutability": "View",
"type": "Function"
},
{
"inputs": [
{
"name": "_owner",
"type": "address"
}
],
"name": "getFeeWithdrawal",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"name": "getReward",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"name": "getRewardForDuration",
"stateMutability": "View",
"type": "Function"
},
{
"inputs": [
{
"name": "owneraddr",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "getRewardamount",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"name": "getduration",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"name": "lastTimeRewardApplicable",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"name": "lastUpdateTime",
"stateMutability": "View",
"type": "Function"
},
{
"inputs": [
{
"name": "lockaddress",
"type": "address"
},
{
"name": "lock",
"type": "bool"
}
],
"name": "lockunlockreferal",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "lockaddress",
"type": "address"
},
{
"name": "lock",
"type": "bool"
}
],
"name": "lockunlockreward",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"inputs": [
{
"name": "reward",
"type": "uint256"
}
],
"name": "notifyRewardAmount",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"name": "periodFinish",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"name": "rewardPerToken",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"name": "rewardPerTokenStored",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"name": "rewardRate",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"name": "rewardpercentage",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"inputs": [
{
"type": "address"
}
],
"name": "rewards",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"constant": true,
"name": "rewardsDistribution",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"name": "rewardsDuration",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"constant": true,
"name": "rewardsToken",
"stateMutability": "View",
"type": "Function"
},
{
"inputs": [
{
"name": "amount",
"type": "uint256"
},
{
"name": "referal",
"type": "address"
}
],
"name": "stake",
"stateMutability": "Nonpayable",
"type": "Function"
},
{
"outputs": [
{
"name": "totalStaked",
"type": "uint256"
},
{
"name": "totalunstaked",
"type": "uint256"
},
{
"name": "gainreward",
"type": "uint256"
},
{
"name": "referalreward",
"type": "uint256"
},
{
"name": "earnreferalreward",
"type": "uint256"
},
{
"name": "stake",
"type": "bool"
},
{
"name": "ref",
"type": "address"
},
{
"name": "rewardlock",
"type": "bool"
},
{
"name": "referallock",
"type": "bool"
}
],
"constant": true,
"inputs": [
{
"type": "address"
}
],
"name": "stakeInfos",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "address"
}
],
"constant": true,
"name": "stakingToken",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"name": "started",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"name": "totalSupply",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"name": "totalstakeuser",
"stateMutability": "View",
"type": "Function"
},
{
"outputs": [
{
"type": "uint256"
}
],
"constant": true,
"inputs": [
{
"type": "address"
}
],
"name": "userRewardPerTokenPaid",
"stateMutability": "View",
"type": "Function"
},
{
"inputs": [
{
"name": "amount",
"type": "uint256"
}
],
"name": "withdraw",
"stateMutability": "Nonpayable",
"type": "Function"
}
]About this contract
overview
StakingRewards 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.