Pool 2 - Traditional
Verified contract
Active on
Ethereum with 87 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LOCK | ERC-20 | 1.010233K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12161111 | 4 years ago | | | 0 | 0.017975265 | |
| 12096868 | 4 years ago | | | 0 | 0.0077039760 | |
| 12044096 | 4 years ago | | | 0 | 0.0092196690 | |
| 11984361 | 4 years ago | | | 0 | 0.0029340800 | |
| 11952819 | 4 years ago | | | 0 | 0.0039976840 | |
| 11933182 | 4 years ago | | | 0 | 0.0072405550 | |
| 11902278 | 4 years ago | | | 0 | 0.0093092850 | |
| 11853966 | 4 years ago | | | 0 | 0.0052721750 | |
| 11831575 | 4 years ago | | | 0 | 0.010954260 | |
| 11805303 | 4 years ago | | | 0 | 0.0066942700 |
ABI
ABI objects
Getter at block 21184285
ERC20Interface() view returns (address)
0x95172ccbe8344fecd73d0a30f54123652981bd6f
earlyWithdrawReward() view returns (uint256)
123287670000000000000000
name() view returns (string)
Pool 2 - Traditional
rewardBalance() view returns (uint256)
216143832589778498314826
stakedBalance() view returns (uint256)
642789910300000000000000
stakedTotal() view returns (uint256)
1000000000000000000000000
stakingCap() view returns (uint256)
1000000000000000000000000
stakingEnds() view returns (uint256)
1604334600
stakingStarts() view returns (uint256)
1603729800
tokenAddress() view returns (address)
0x95172ccbe8344fecd73d0a30f54123652981bd6f
totalReward() view returns (uint256)
246575340000000000000000
withdrawEnds() view returns (uint256)
1612110600
withdrawStarts() view returns (uint256)
1608222600
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.