function
wethReservedForPoolRewards
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint256 |
function
validExchanges
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| address |
Outputs
| Type | Description |
|---|---|
| bool |
function
transferOwnership
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| newOwner | address |
Outputs
(void)
function
stakingContract
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
rewardsByPoolId
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| bytes32 |
Outputs
| Type | Description |
|---|---|
| uint256 |
function
rewardDelegatedStakeWeight
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint32 |
function
removeAuthorizedAddressAtIndex
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| target | address | |
| index | uint256 |
Outputs
(void)
function
removeAuthorizedAddress
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| target | address |
Outputs
(void)
function
poolStatsByEpoch
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| bytes32 | ||
| uint256 |
Outputs
| Type | Description |
|---|---|
| uint256 | |
| uint256 | |
| uint256 |
function
poolIdByMaker
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| address |
Outputs
| Type | Description |
|---|---|
| bytes32 |
function
owner
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address |
function
minimumPoolStake
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint256 |
function
lastPoolId
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| bytes32 |
function
getAuthorizedAddresses
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| address[] |
function
epochDurationInSeconds
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint256 |
function
detachStakingContract
nonpayable
Inputs
(void)
Outputs
(void)
function
currentEpochStartTimeInSeconds
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint256 |
function
currentEpoch
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint256 |
function
cobbDouglasAlphaNumerator
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint32 |
function
cobbDouglasAlphaDenominator
view
Inputs
(void)
Outputs
| Type | Description |
|---|---|
| uint32 |
function
batchExecute
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| data | bytes[] |
Outputs
| Type | Description |
|---|---|
| bytes[] |
function
authorized
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| address |
Outputs
| Type | Description |
|---|---|
| bool |
function
authorities
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| uint256 |
Outputs
| Type | Description |
|---|---|
| address |
function
attachStakingContract
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| _stakingContract | address |
Outputs
(void)
function
assertValidStorageParams
view
Inputs
(void)
Outputs
(void)
function
aggregatedStatsByEpoch
view
Inputs
| Parameter | Type | Description |
|---|---|---|
| uint256 |
Outputs
| Type | Description |
|---|---|
| uint256 | |
| uint256 | |
| uint256 | |
| uint256 | |
| uint256 |
function
addAuthorizedAddress
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| target | address |
Outputs
(void)
fallback
(fallback)
payable
Inputs
(void)
Outputs
(void)
event
StakingContractDetachedFromProxy
Inputs
(void)
Outputs
(void)
event
StakingContractAttachedToProxy
Inputs
| Parameter | Type | Description |
|---|---|---|
| newStakingContractAddress | address |
Outputs
(void)
event
OwnershipTransferred
Inputs
| Parameter | Type | Description |
|---|---|---|
| previousOwner | address | |
| newOwner | address |
Outputs
(void)
event
AuthorizedAddressRemoved
Inputs
| Parameter | Type | Description |
|---|---|---|
| target | address | |
| caller | address |
Outputs
(void)
event
AuthorizedAddressAdded
Inputs
| Parameter | Type | Description |
|---|---|---|
| target | address | |
| caller | address |
Outputs
(void)
constructor
nonpayable
Inputs
| Parameter | Type | Description |
|---|---|---|
| _stakingContract | address |
Outputs
(void)