StabilizeStakingPool
Verified contract
Active on
Ethereum with 1,150 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb987…d723
Balances ($2,922.39)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.942419 | $3,100.95 |
$2,922.39 | |
STBZ | ERC-20 | 6.153479K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14652763 | 3 years ago | | | 0 | 0.0036663641 | |
| 13645854 | 3 years ago | | | 0 | 0.012682440 | |
| 13599499 | 3 years ago | | | 0 | 0.0097821920 | |
| 13552381 | 3 years ago | | | 0 | 0.012717505 | |
| 13496251 | 3 years ago | | | 0 | 0.013925708 | |
| 13392745 | 3 years ago | | | 0 | 0.017147365 | |
| 13371952 | 3 years ago | | | 0 | 0.013466383 | |
| 13370897 | 3 years ago | | | 0 | 0.013338820 | |
| 13370842 | 3 years ago | | | 0 | 0.010079243 | |
| 13370632 | 3 years ago | | | 0 | 0.017607279 |
ABI
ABI objects
Getter at block 21193551
getRewardForDuration() view returns (uint256)
1010320753881600
governance() view returns (address)
0x1a776c84d64ecada985c968c3589b3c8615a1e7c
lastTimeRewardApplicable() view returns (uint256)
1659157039
lastUpdateTime() view returns (uint256)
1658552239
periodFinish() view returns (uint256)
1659157039
poolSize() view returns (uint256)
6153478988851281899970
rewardPerToken() view returns (uint256)
774869478562226
rewardPerTokenStored() view returns (uint256)
774705291643621
rewardRate() view returns (uint256)
1670503892
rewardsDuration() view returns (uint256)
604800
rewardsToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
stakingToken() view returns (address)
0xb987d48ed8f2c468d52d6405624eadba5e76d723
Read-only
earned(address account) view returns (uint256)
min(uint256 a, uint256 b) pure returns (uint256)
poolBalance(address account) view returns (uint256)
rewards(address) view returns (uint256)
suppliers(address) view returns (bool)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit(uint256 amount)
finishAddNewSupplier()
finishChangeRewardDuration()
finishGovernanceChange()
finishRemoveSupplier()
getReward()
notifyRewardAmount(uint256 reward)
stake(uint256 amount)
startAddNewSupplier(address _address)
startChangeRewardDuration(uint256 _duration)
startGovernanceChange(address _address)
startRemoveSupplier(address _address)
withdraw(uint256 amount)
GovernanceTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
RewardsDurationUpdated(uint256 newDuration)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardsToken, address _stakingToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.