ERC20StakingPool
Verified contract
Active on
Ethereum with 1,413 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SHIBAR | ERC-20 | 57.398797K | -- | -- | |
AMPLIFI | ERC-20 | 11.304048K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16809638 | 2 years ago | | | 0 | 0.0013709531 | |
| 16809622 | 2 years ago | | | 0 | 0.00084865747 | |
| 16809118 | 2 years ago | | | 0 | 0.0017392471 | |
| 16806858 | 2 years ago | | | 0 | 0.0037482480 | |
| 16806204 | 2 years ago | | | 0 | 0.0039968465 | |
| 16805853 | 2 years ago | | | 0 | 0.0042631314 | |
| 16805844 | 2 years ago | | | 0 | 0.0040574478 | |
| 16805325 | 2 years ago | | | 0 | 0.0039864987 | |
| 16805325 | 2 years ago | | | 0 | 0.0053412157 | |
| 16804656 | 2 years ago | | | 0 | 0.0064004466 |
ABI
ABI objects
Getter at block 21219043
duration() view returns (uint64)
15552000
lastTimeRewardApplicable() view returns (uint64)
1692894095
lastUpdateTime() view returns (uint64)
1678589747
owner() view returns (address)
0x4a5c98c184da163cfffa7f1296c913135565ad3f
periodFinish() view returns (uint64)
1692894095
rewardPerToken() view returns (uint256)
177372824361159447620996782844
rewardPerTokenStored() view returns (uint256)
111649019513958243927275111592
rewardRate() view returns (uint256)
48225308641975
rewardToken() view returns (address)
0xd23367155b55d67492dfdc0fc7f8bb1df7114fd9
stakeToken() view returns (address)
0xd23367155b55d67492dfdc0fc7f8bb1df7114fd9
totalSupply() view returns (uint256)
10495916948599997872563
Read-only
balanceOf(address) view returns (uint256)
earned(address account) view returns (uint256)
isRewardDistributor(address) view returns (bool)
rewards(address) view returns (uint256)
startedStaking(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
multicall(bytes[] data) payable returns (bytes[] results)
notifyRewardAmount(uint256 reward)
renounceOwnership()
selfPermit(address token, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) payable
selfPermitIfNecessary(address token, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s) payable
setRewardDistributor(address rewardDistributor, bool isRewardDistributor_)
stake(uint256 amount)
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawETH(address _recipient)
withdrawToken(address _token, address _recipient)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
Staked(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address _rewardToken, address _stakeToken, uint64 _duration)
This contract contains no fallback and receive objects.
Error_AlreadyInitialized()
Error_AmountTooLarge()
Error_NotRewardDistributor()
Error_ZeroOwner()