AbstractStakingContract¶
- details
Implement
isFallbackAllowed()
or override fallback function ImplementwithdrawTokens(uint256)
andwithdrawETH()
functions- notice
Base class for any staking contract (not usable with openzeppelin proxy)
Implement isFallbackAllowed()
or override fallback function Implement withdrawTokens(uint256)
and withdrawETH()
functions
Base class for any staking contract (not usable with openzeppelin proxy)