modifier onlyOwner()
internal
event Entered(address staker, uint256 ALGBAmount, uint256 xALGBAmount)
Name | Type | Description |
---|---|---|
event Left(address staker, uint256 xALGBAmount, uint256 ALGBAmount)
Name | Type | Description |
---|---|---|
constructor(contract IERC20Minimal _ALGB) public
public
function enter(uint256 _amount) external
external
function leave(uint256 _share) external
external
function currentBalance(uint256 _amount) external view returns (uint256)
view external
Returns:
function setFreezeTime(uint256 _freezeTime) external
external
function transferOwner(address _newOwner) external
external
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|