Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($28.32)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
POOLZ | ERC-20 | 1.694655K | $0.01671 |
$28.32 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14337094 | 3 years ago | | | 0 | 0.0040760021 | |
| 13013160 | 3 years ago | | | 0 | 0.0041900320 | |
| 12650897 | 3 years ago | | | 0 | 0.00053501360 | |
| 12587557 | 3 years ago | | | 0 | 0.00061902400 | |
| 12532030 | 3 years ago | | | 0 | 0.00084010400 | |
| 12429275 | 4 years ago | | | 0 | 0.0037141440 | |
| 12408044 | 4 years ago | | | 0 | 0.014989224 | |
| 12401750 | 4 years ago | | | 0 | 0.0049665960 | |
| 12341680 | 4 years ago | | | 0 | 0.0019455040 | |
| 12329309 | 4 years ago | | | 0 | 0.0041081720 |
ABI
ABI objects
Getter at block 21267191
ERC20Interface() view returns (address)
0x69a95185ee2a045cdc4bcd1b1df10710395e4e23
earlyWithdrawReward() view returns (uint256)
4315068493150690000000
name() view returns (string)
VIP
rewardBalance() view returns (uint256)
10546073818390089105582
stakedBalance() view returns (uint256)
40595000000000000000000
stakedTotal() view returns (uint256)
50000000000000000000000
stakingCap() view returns (uint256)
50000000000000000000000
stakingEnds() view returns (uint256)
1611504000
stakingStarts() view returns (uint256)
1611072000
tokenAddress() view returns (address)
0x69a95185ee2a045cdc4bcd1b1df10710395e4e23
totalReward() view returns (uint256)
11095890410958900000000
withdrawEnds() view returns (uint256)
1619280000
withdrawStarts() view returns (uint256)
1615392000
Read-only
stakeOf(address account) view returns (uint256)
State-modifying
Events addReward(uint256 rewardAmount, uint256 withdrawableAmount) returns (bool)
stake(uint256 amount) returns (bool)
withdraw(uint256 amount) returns (bool)
PaidOut(address indexed token, address indexed staker_, uint256 amount_, uint256 reward_)
Refunded(address indexed token, address indexed staker_, uint256 amount_)
Staked(address indexed token, address indexed staker_, uint256 requestedAmount_, uint256 stakedAmount_)
constructor(string name_, address tokenAddress_, uint256 stakingStarts_, uint256 stakingEnds_, uint256 withdrawStarts_, uint256 withdrawEnds_, uint256 stakingCap_)
This contract contains no fallback and receive objects.
This contract contains no error objects.