This contract is being backfilled. You may encounter incomplete storage history.

StakeManager

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x9edfdfa0 at 13846808
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 49 additional slots
-
variable spans 49 additional slots

No balances found for "StakeManager"

No transactions found for "StakeManager"


Functions
Getter at block 20792775
gatewayL2(view returns (address)
0x0000000000000000000000000000000000000000
inbox(view returns (address)
0x0000000000000000000000000000000000000000
isOwner(view returns (bool)
false
owner(view returns (address)
0x0000000000000000000000000000000000000000
rewardDelegators(view returns (address)
0x0000000000000000000000000000000000000000
stakeManagerL2(view returns (address)
0x0000000000000000000000000000000000000000
stashIndex(view returns (uint256)
0
undelegationWaitTime(view returns (uint256)
0
Read-only
amountBridged(bytes32view returns (uint256)
getTokenAmountInStash(bytes32 _stashIdbytes32 _tokenIdview returns (uint256)
isStashBridged(bytes32view returns (bool)
lockWaitTime(bytes32view returns (uint256)
locks(bytes32view returns (uint256 unlockBlockuint256 iValue)
stashes(bytes32view returns (address stakeraddress delegatedClusteruint256 undelegatesAt)
tokenGateways(bytes32view returns (address)
State-modifying
addToStash(bytes32 _stashIdbytes32[] _tokensuint256[] _amounts
bridgeStash(bytes32 _stashId
cancelRedelegation(bytes32 _stashId
cancelUndelegation(bytes32 _stashIdaddress _delegatedCluster
changeMPONDTokenAddress(address _MPONDTokenAddress
createStash(bytes32[] _tokensuint256[] _amountsreturns (bytes32)
createStashAndDelegate(bytes32[] _tokensuint256[] _amountsaddress _delegatedCluster
delegateStash(bytes32 _stashIdaddress _delegatedCluster
disableToken(bytes32 _tokenId
enableToken(bytes32 _tokenIdaddress _address
initialize(address sender
initialize(bytes32[] _tokenIdsaddress[] _tokenAddressesaddress _MPONDTokenAddressaddress _rewardDelegatorsAddressaddress _owneruint256 _undelegationWaitTime
mergeStash(bytes32 _stashId1bytes32 _stashId2
redelegateStash(bytes32 _stashId
redelegateStashes(bytes32[] _stashIds
renounceOwnership(
requestStashRedelegation(bytes32 _stashIdaddress _newCluster
requestStashRedelegations(bytes32[] _stashIdsaddress[] _newClusters
setAmountBridged(bytes32[] _tokenIdsuint256[] _amounts
setTokenGateway(bytes32[] _tokenIdsaddress[] _gateways
splitStash(bytes32 _stashIdbytes32[] _tokensuint256[] _amounts
transferOwnership(address newOwner
transferStashL2(address _tobytes32[] _stashIdsuint256 _maxGasuint256 _gasPriceBidpayable returns (uint256)
transferTokenL2(bytes32 _tokenIduint256 _maxGasuint256 _gasPriceBidpayable returns (uint256)
unbridgeStash(bytes32 _stashId
undelegateStash(bytes32 _stashId
undelegateStashes(bytes32[] _stashIds
updateGatewayL2(address _gatewayL2
updateInbox(address _inbox
updateLockWaitTime(bytes32 _selectoruint256 _updatedWaitTime
updateRewardDelegators(address _updatedRewardDelegator
updateStakeManagerL2(address _stakeManagerL2
updateUndelegationWaitTime(uint256 _undelegationWaitTime
withdrawStash(bytes32 _stashId
withdrawStash(bytes32 _stashIdbytes32[] _tokensuint256[] _amounts
Events
AddedToStash(bytes32 stashIdaddress delegatedClusterbytes32[] tokensuint256[] amounts
LockTimeUpdated(bytes32 selectoruint256 prevLockTimeuint256 updatedLockTime
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Redelegated(bytes32 stashIdaddress updatedCluster
RedelegationCancelled(bytes32 indexed _stashId
RedelegationRequested(bytes32 stashIdaddress currentClusteraddress updatedClusteruint256 redelegatesAt
StashClosed(bytes32 stashIdaddress indexed staker
StashCreated(address indexed creatorbytes32 stashIduint256 stashIndexbytes32[] tokensuint256[] amounts
StashDelegated(bytes32 stashIdaddress delegatedCluster
StashSplit(bytes32 _newStashIdbytes32 _stashIduint256 _stashIndexbytes32[] _splitTokensuint256[] _splitAmounts
StashUndelegated(bytes32 stashIdaddress undelegatedClusteruint256 undelegatesAt
StashUndelegationCancelled(bytes32 _stashId
StashWithdrawn(bytes32 stashIdbytes32[] tokensuint256[] amounts
StashesBridged(uint256 indexed _ticketIdbytes32[] _stashIds
StashesMerged(bytes32 _stashId1bytes32 _stashId2
TokenAdded(bytes32 tokenIdaddress tokenAddress
TokenRemoved(bytes32 tokenId
TokenUpdated(bytes32 tokenIdaddress tokenAddress
UndelegationWaitTimeUpdated(uint256 undelegationWaitTime
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.