ERC20StakingPool
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ERC20StakingPool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "ERC20StakingPool"
ABI
ABI objects
Getter at block 21294149
DURATION() pure returns (uint64 DURATION_)
0
lastTimeRewardApplicable() view returns (uint64)
0
lastUpdateTime() view returns (uint64)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
periodFinish() view returns (uint64)
0
rewardPerToken() view returns (uint256)
0
rewardPerTokenStored() view returns (uint256)
0
rewardRate() view returns (uint256)
0
rewardToken() pure returns (address rewardToken_)
0x0000000000000000000000000000000000000000
stakeToken() pure returns (address stakeToken_)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address) view returns (uint256)
earned(address account) view returns (uint256)
isRewardDistributor(address) view returns (bool)
rewards(address) view returns (uint256)
userRewardPerTokenPaid(address) view returns (uint256)
State-modifying
Events exit()
getReward()
initialize(address initialOwner)
multicall(bytes[] data) payable returns (bytes[] results)
notifyRewardAmount(uint256 reward)
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)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
Error_AlreadyInitialized()
Error_AmountTooLarge()
Error_NotRewardDistributor()
Error_ZeroOwner()
Ownable_NewOwnerZeroAddress()
Ownable_NotOwner()