AletheaStakingImpl
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
7
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x6b0b…4181
2 additional
variables
Balances ($0.00)
No balances found for "AletheaStakingImpl"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14814706 | 3 years ago | | | 0 | 0.0034049266 |
ABI
ABI objects
Getter at block 21263112
lastBalance() view returns (uint256)
0
lastTimeRewardApplicable() view returns (uint256)
0
lastUpdateTime() view returns (uint256)
0
now256() view returns (uint256)
1732517675
owner() view returns (address)
0x967b073201215cabbbc0f1c1f2b258683b495cb4
paused() view returns (bool)
false
periodFinish() view returns (uint256)
0
rewardPerToken() view returns (uint256)
0
rewardPerTokenStored() view returns (uint256)
0
rewardRate() view returns (uint256)
0
rewardsDuration() view returns (uint256)
0
token() view returns (address)
0x6b0b3a982b4634ac68dd83a4dbf02311ce324181
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address account) view returns (uint256)
earned(address account) view returns (uint256)
State-modifying
Events exit()
getReward()
notifyRewardAmount(uint256 reward)
postConstruct(address _token)
recoverERC20(address _token, uint256 tokenAmount)
renounceOwnership()
setRewardRate(uint256 rewardsPerInterval, uint256 interval)
stake(uint256 amount)
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Recovered(address token, uint256 amount)
RewardAdded(uint256 reward)
RewardPaid(address indexed user, uint256 reward)
RewardRateUpdated(uint256 rewardsPerInterval, uint256 interval, uint256 rewardRate)
Staked(address indexed user, uint256 amount)
Unpaused(address account)
Upgraded(address indexed implementation)
Withdrawn(address indexed user, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.