GenesisStake
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
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 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "GenesisStake"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "GenesisStake"
ABI
ABI objects
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(address) view returns (uint256)
canWithdrawAt(address account) view returns (uint256)
unstakedAt(address) view returns (uint256)
State-modifying
Events close()
initialize(address owner_, uint256 unbondingPeriod_)
open()
pause()
renounceOwnership()
setUnbondingPeriod(uint256 duration)
stake(uint256 amount)
stakeFor(address recipient, uint256 amount)
transferOwnership(address newOwner)
unpause()
unstake()
withdraw()
Closed()
Initialized(uint8 version)
Opened()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Staked(address indexed recipient, uint256 amount)
UnbondingPeriodChanged(uint256 newDuration, uint256 prevDuration)
Unpaused(address account)
Unstaked(address indexed account, uint256 amount)
Withdrawn(address indexed account, uint256 amount)
constructor(address token_)
This contract contains no fallback and receive objects.
This contract contains no error objects.