ProfitDistributor
Verified contract
Active on
Ethereum with 50 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdf00…0257
Balances ($3,668.39)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 3.670578K | $0.999403 |
$3,668.39 | |
yBAG | ERC-20 | 10.000661B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18006423 | a year ago | | | 0 | 0.0017933958 | |
| 18006407 | a year ago | | | 0 | 0.0017533611 | |
| 17963660 | a year ago | | | 0 | 0.0025170595 | |
| 17963644 | a year ago | | | 0 | 0.0058503464 | |
| 17453524 | a year ago | | | 0 | 0.0018814446 | |
| 16198570 | 2 years ago | | | 0 | 0.0035868281 | |
| 15997887 | 2 years ago | | | 0 | 0.0014607621 | |
| 15997866 | 2 years ago | | | 0 | 0.0018412841 | |
| 15752754 | 2 years ago | | | 0 | 0.0017155377 | |
| 15752750 | 2 years ago | | | 0 | 0.0016219728 |
ABI
ABI objects
Getter at block 21332586
getRewardForDuration() view returns (uint256)
3814098750
lastTimeRewardApplicable() view returns (uint256)
18552710
lastUpdateBlock() view returns (uint256)
18006423
lockPeriod() view returns (uint256)
1145375
owner() view returns (address)
0xfd637806e0d22ca8158ab8bb5826e6feda82c15f
paused() view returns (bool)
false
pauser() view returns (address)
0x6eff5218f3ebb8a813539dba87bd5c7d4d2b3dcc
periodFinish() view returns (uint256)
18552710
rewardPerToken() view returns (uint256)
7776
rewardPerTokenStored() view returns (uint256)
7776
rewardRate() view returns (uint256)
6475
rewardsDistribution() view returns (address)
0x6b62c5c2432da0399dd8f1e5da92bc81c9813803
rewardsDuration() view returns (uint256)
589050
rewardsToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
stakingToken() view returns (address)
0xdf00204a61df6f1d241b6751bd34b9a3e4930257
totalSupply() view returns (uint256)
10000661054842204849689984018
unlockPeriod() view returns (uint256)
45815
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
lockInfo(address account) view returns (bool locked, uint256 mod, uint256 nextUnlock, uint256 nextLock, uint256 stakeAt)
penalty(address account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events changePauser(address newPauser)
changeRewardsDistribution(address _rewardDistribution)
exit()
getReward()
notifyRewardAmount(uint256 reward)
pause()
renounceOwnership()
stake(uint256 amount)
transferOwnership(address newOwner)
unpause()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserChanged(address newPauser)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
RewardsDistributionChanged(address newRewardsDistribution)
RewardsTransfered(address recipient, uint256 amount)
Staked(address indexed user, uint256 amount)
Unpaused(address account)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardsDistribution, uint256 _rewardsDuration, address _rewardsToken, address _stakingToken, uint256 _lockPeriod, uint256 _unlockPeriod)
This contract contains no fallback and receive objects.
This contract contains no error objects.