PoolStake
Verified contract
Active on
Ethereum with 292 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x78b9…71c1
0xbc96…e9ee
3 additional
variables
Balances ($437.95)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNISTAKE | ERC-20 | 94.428099K | $0.004638 |
$437.95 | |
UNI-V2 | ERC-20 | 3.727539K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18516694 | a year ago | | | 0 | 0.0048768034 | |
| 18516689 | a year ago | | | 0 | 0.0025196649 | |
| 18516646 | a year ago | | | 0 | 0.0052950094 | |
| 18516640 | a year ago | | | 0 | 0.0010384416 | |
| 18516640 | a year ago | | | 0 | 0.0026783345 | |
| 14612993 | 3 years ago | | | 0 | 0.0012931887 | |
| 14612974 | 3 years ago | | | 0 | 0.0017328906 | |
| 14497304 | 3 years ago | | | 0 | 0.0068896070 | |
| 14494197 | 3 years ago | | | 0 | 0.0037314224 | |
| 14494073 | 3 years ago | | | 0 | 0.0019850071 |
ABI
ABI objects
Getter at block 21217632
getAvailableBonus() view returns (uint256 available_ETH, uint256 available_token)
(available_ETH=0, available_token=0)
getCap() view returns (uint256 maxETH)
0
getLPAddress() view returns (address)
0x78b9524101fb67286338261ddd85e20665e571c1
getTermPeriodAndReturnPercentages() view returns (uint256 Term_Period_1, uint256 Term_Period_2, uint256 Term_Period_3, uint256 Term_Period_4, uint256 Period_1_Return_Percentage_Token, uint256 Period_2_Return_Percentage_Token, uint256 Period_3_Return_Percentage_Token, uint256 Period_4_Return_Percentage_Token, uint256 Period_1_Return_Percentage_ETH, uint256 Period_2_Return_Percentage_ETH, uint256 Period_3_Return_Percentage_ETH, uint256 Period_4_Return_Percentage_ETH)
(Term_Period_1=2592000, Term_Period_2=7776000, Term_Period_3=15552000, Term_Period_4=31536000, Period_1_Return_Percentage_Token=2000, Period_2_Return_Percentage_Token=7000, Period_3_Return_Percentage_Token=16000, Period_4_Return_Percentage_Token=36000, Period_1_Return_Percentage_ETH=0, Period_2_Return_Percentage_ETH=0, Period_3_Return_Percentage_ETH=0, Period_4_Return_Percentage_ETH=0)
migrationContract() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0065bac24ce57aa77a676193e9a9a2bbeeaa3313
Read-only
calculateETHBonusFee(address _user) view returns (uint256 ETH_Fee)
calculateTokenBonusFee(address _user) view returns (uint256 token_Fee)
getUserBonusAvailable(address _user) view returns (uint256 ETH_Released, uint256 token_Released)
getUserBonusPending(address _user) view returns (uint256 ETH_bonus, uint256 token_bonus)
getUserLPTokens(address _user) view returns (uint256 user_LP)
getUserLiquidity(address _user) view returns (uint256 provided_ETH, uint256 provided_token)
getUserMigration(address _user) view returns (bool)
getUserRelease(address _user) view returns (uint256 release_time)
State-modifying
Events addBonus(uint256 _tokenAmount) payable returns (bool)
addLiquidity(uint256 _term, uint256 _multiplier) payable returns (bool)
allowMigration(address _unistakeMigrationContract) returns (bool)
changeCap(uint256 _cap) returns (bool)
changeReturnPercentages(uint256 _period1RPETH, uint256 _period2RPETH, uint256 _period3RPETH, uint256 _period4RPETH, uint256 _period1RPToken, uint256 _period2RPToken, uint256 _period3RPToken, uint256 _period4RPToken) returns (bool)
changeTermPeriods(uint32 _firstTerm, uint32 _secondTerm, uint32 _thirdTerm, uint32 _fourthTerm) returns (bool)
relockLiquidity(uint256 _term, uint256 _multiplier) returns (bool)
removeETHAndTokenBouses(uint256 _amountETH, uint256 _amountToken) returns (bool success)
startMigration(address _unistakeMigrationContract) returns (bool)
transferOwnership(address _newOwner)
withdrawLiquidity(uint256 _lpAmount) returns (bool)
withdrawUserBonus() returns (bool)
withdrawUserLP() returns (bool)
BonusAdded(address indexed sender, uint256 ethAmount, uint256 tokenAmount)
BonusRemoved(address indexed sender, uint256 amount)
CapUpdated(address indexed sender, uint256 amount)
LPWithdrawn(address indexed sender, uint256 amount)
LiquidityAdded(address indexed sender, uint256 liquidity, uint256 amountETH, uint256 amountToken)
LiquidityMigrated(address indexed sender, uint256 amount, address to)
LiquidityWithdrawn(address indexed sender, uint256 liquidity, uint256 amountETH, uint256 amountToken)
OwnershipTransferred(address indexed _from, address indexed _to)
UserETHBonusWithdrawn(address indexed sender, uint256 amount, uint256 fee)
UserTokenBonusWithdrawn(address indexed sender, uint256 amount, uint256 fee)
VersionMigrated(address indexed sender, uint256 time, address to)
constructor(address _token, address _Owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.