0x / Staking

StakingProxy

0xa26e80e7dea86279c6d778d702cc413e6cffa777
function

wethReservedForPoolRewards

view

Inputs

(void)

Outputs

TypeDescription
uint256
function

validExchanges

view

Inputs

ParameterTypeDescription
address

Outputs

TypeDescription
bool
function

transferOwnership

nonpayable

Inputs

ParameterTypeDescription
newOwneraddress

Outputs

(void)
function

stakingContract

view

Inputs

(void)

Outputs

TypeDescription
address
function

rewardsByPoolId

view

Inputs

ParameterTypeDescription
bytes32

Outputs

TypeDescription
uint256
function

rewardDelegatedStakeWeight

view

Inputs

(void)

Outputs

TypeDescription
uint32
function

removeAuthorizedAddressAtIndex

nonpayable

Inputs

ParameterTypeDescription
targetaddress
indexuint256

Outputs

(void)
function

removeAuthorizedAddress

nonpayable

Inputs

ParameterTypeDescription
targetaddress

Outputs

(void)
function

poolStatsByEpoch

view

Inputs

ParameterTypeDescription
bytes32
uint256

Outputs

TypeDescription
uint256
uint256
uint256
function

poolIdByMaker

view

Inputs

ParameterTypeDescription
address

Outputs

TypeDescription
bytes32
function

owner

view

Inputs

(void)

Outputs

TypeDescription
address
function

minimumPoolStake

view

Inputs

(void)

Outputs

TypeDescription
uint256
function

lastPoolId

view

Inputs

(void)

Outputs

TypeDescription
bytes32
function

getAuthorizedAddresses

view

Inputs

(void)

Outputs

TypeDescription
address[]
function

epochDurationInSeconds

view

Inputs

(void)

Outputs

TypeDescription
uint256
function

detachStakingContract

nonpayable

Inputs

(void)

Outputs

(void)
function

currentEpochStartTimeInSeconds

view

Inputs

(void)

Outputs

TypeDescription
uint256
function

currentEpoch

view

Inputs

(void)

Outputs

TypeDescription
uint256
function

cobbDouglasAlphaNumerator

view

Inputs

(void)

Outputs

TypeDescription
uint32
function

cobbDouglasAlphaDenominator

view

Inputs

(void)

Outputs

TypeDescription
uint32
function

batchExecute

nonpayable

Inputs

ParameterTypeDescription
databytes[]

Outputs

TypeDescription
bytes[]
function

authorized

view

Inputs

ParameterTypeDescription
address

Outputs

TypeDescription
bool
function

authorities

view

Inputs

ParameterTypeDescription
uint256

Outputs

TypeDescription
address
function

attachStakingContract

nonpayable

Inputs

ParameterTypeDescription
_stakingContractaddress

Outputs

(void)
function

assertValidStorageParams

view

Inputs

(void)

Outputs

(void)
function

aggregatedStatsByEpoch

view

Inputs

ParameterTypeDescription
uint256

Outputs

TypeDescription
uint256
uint256
uint256
uint256
uint256
function

addAuthorizedAddress

nonpayable

Inputs

ParameterTypeDescription
targetaddress

Outputs

(void)
fallback

(fallback)

payable

Inputs

(void)

Outputs

(void)
event

StakingContractDetachedFromProxy

Inputs

(void)

Outputs

(void)
event

StakingContractAttachedToProxy

Inputs

ParameterTypeDescription
newStakingContractAddressaddress

Outputs

(void)
event

OwnershipTransferred

Inputs

ParameterTypeDescription
previousOwneraddress
newOwneraddress

Outputs

(void)
event

AuthorizedAddressRemoved

Inputs

ParameterTypeDescription
targetaddress
calleraddress

Outputs

(void)
event

AuthorizedAddressAdded

Inputs

ParameterTypeDescription
targetaddress
calleraddress

Outputs

(void)
constructor

nonpayable

Inputs

ParameterTypeDescription
_stakingContractaddress

Outputs

(void)