Entered(address,uint256,uint256)
| Name | Type | Description |
|---|---|---|
| staker | address | |
| ALGBAmount | uint256 | |
| xALGBAmount | uint256 |
Left(address,uint256,uint256)
| Name | Type | Description |
|---|---|---|
| staker | address | |
| xALGBAmount | uint256 | |
| ALGBAmount | uint256 |
ERC20
constructor(contract IERC20Minimal) public
| Name | Type | Description |
|---|---|---|
| _ALGB | contract IERC20Minimal |
enter(uint256) external
| Name | Type | Description |
|---|---|---|
| _amount | uint256 |
leave(uint256) external
| Name | Type | Description |
|---|---|---|
| _share | uint256 |
currentBalance(uint256) view external
| Name | Type | Description |
|---|---|---|
| _amount | uint256 |
Returns:
| Name | Type | Description |
|---|---|---|
| [0] | uint256 |
onlyOwner
setFreezeTime(uint256) external
| Name | Type | Description |
|---|---|---|
| _freezeTime | uint256 |
onlyOwner
transferOwner(address) external
| Name | Type | Description |
|---|---|---|
| _newOwner | address |