GenesisStake

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xb3d1ff17 at 19665486
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots

No balances found for "GenesisStake"

No transactions found for "GenesisStake"


Functions
Getter at block 21201149
isOpen(view returns (bool)
false
owner(view returns (address)
0x0000000000000000000000000000000000000000
paused(view returns (bool)
false
token(view returns (address)
0x36e66fbbce51e4cd5bd3c62b637eb411b18949d4
unbondingPeriod(view returns (uint256)
0
Read-only
balanceOf(addressview returns (uint256)
canWithdrawAt(address accountview returns (uint256)
unstakedAt(addressview returns (uint256)
State-modifying
close(
initialize(address owner_uint256 unbondingPeriod_
open(
pause(
renounceOwnership(
setUnbondingPeriod(uint256 duration
stake(uint256 amount
stakeFor(address recipientuint256 amount
transferOwnership(address newOwner
unpause(
unstake(
withdraw(
Events
Closed(
Initialized(uint8 version
Opened(
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Staked(address indexed recipientuint256 amount
UnbondingPeriodChanged(uint256 newDurationuint256 prevDuration
Unpaused(address account
Unstaked(address indexed accountuint256 amount
Withdrawn(address indexed accountuint256 amount
Constructor
constructor(address token_
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.