DualRewardsDistributionRecipient.sol
Methods
acceptOwnership()
Solidity
function acceptOwnership() external nonpayable
dualRewardsDistribution()
Solidity
function dualRewardsDistribution() external view returns (address)
Returns
Name | Type | Description |
---|---|---|
_0 | address | undefined |
nominateNewOwner(address)
Solidity
function nominateNewOwner(address _owner) external nonpayable
Parameters
Name | Type | Description |
---|---|---|
_owner | address | undefined |
nominatedOwner()
Solidity
function nominatedOwner() external view returns (address)
Returns
Name | Type | Description |
---|---|---|
_0 | address | undefined |
notifyRewardAmount(uint256,uint256,uint256)
Solidity
function notifyRewardAmount(uint256 rewardA, uint256 rewardB, uint256 rewardsDuration) external nonpayable
Parameters
Name | Type | Description |
---|---|---|
rewardA | uint256 | undefined |
rewardB | uint256 | undefined |
rewardsDuration | uint256 | undefined |
owner()
Solidity
function owner() external view returns (address)
Returns
Name | Type | Description |
---|---|---|
_0 | address | undefined |
Events
OwnerChanged
Solidity
event OwnerChanged(address oldOwner, address newOwner)
Parameters
Name | Type | Description |
---|---|---|
oldOwner | address | undefined |
newOwner | address | undefined |
OwnerNominated
Solidity
event OwnerNominated(address newOwner)
Parameters
Name | Type | Description |
---|---|---|
newOwner | address | undefined |