ExclusiveRewardPool
Verified contract
Active on
Ethereum with 177 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc95c…d197
Balances ($2,618,964.54)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FARM | ERC-20 | 60.289239K | $43.44 |
$2,618,964.54 | |
TKX | ERC-20 | 0.000048 | $11.80 |
$0 | |
YFIN | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17026193 | 2 years ago | | | 0 | 0.0014631900 | |
Transfer | 13294868 | 3 years ago | | | 0.032149881 | 0.00066641089 | |
| 12963709 | 3 years ago | | | 0 | 0.0029393650 | |
| 12963646 | 3 years ago | | | 0 | 0.0034566070 | |
| 12889055 | 3 years ago | | | 0 | 0.00071248430 | |
| 12741686 | 3 years ago | | | 0 | 0.00064131600 | |
| 12708268 | 3 years ago | | | 0 | 0.0014814030 | |
Transfer | 12656339 | 3 years ago | | | 0.01 | 0.00037800000 | |
| 12645399 | 3 years ago | | | 0 | 0.00084651600 | |
| 12624928 | 3 years ago | | | 0 | 0.00070543000 |
ABI
ABI objects
Getter at block 21163214
controller() view returns (address)
0x7583d7f36635e5642713accbded717ca59fdad07
duration() view returns (uint256)
86400
exclusiveAddress() view returns (address)
0x25550cccbd68533fa04bfd3e3ac4d09f9e00fc50
governance() view returns (address)
0xf066789028fe31d4f53b69b81b328b8218cc0641
isOwner() view returns (bool)
false
lastTimeRewardApplicable() view returns (uint256)
1731313295
lastUpdateTime() view returns (uint256)
1731270107
lpToken() view returns (address)
0xa0246c9032bc3a600820415ae600c6388619a14d
owner() view returns (address)
0xf066789028fe31d4f53b69b81b328b8218cc0641
periodFinish() view returns (uint256)
1731356507
rewardPerToken() view returns (uint256)
815892037664960082
rewardPerTokenStored() view returns (uint256)
815809105975270640
rewardRate() view returns (uint256)
115740740740740
rewardToken() view returns (address)
0xa0246c9032bc3a600820415ae600c6388619a14d
store() view returns (address)
0xc95cbe4ca30055c787cb784be99d6a8494d0d197
totalSupply() view returns (uint256)
60273836573564885928618
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
initExclusive(address _exclusive)
notifyRewardAmount(uint256 reward)
pushReward(address recipient)
renounceOwnership()
setRewardDistribution(address _rewardDistribution)
setStorage(address _store)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardDenied(address indexed user, uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardToken, address _lpToken, uint256 _duration, address _rewardDistribution, address _storage)
This contract contains no fallback and receive objects.
This contract contains no error objects.