Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6089…d856
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DERC | ERC-20 | 2.652207K | -- | -- | |
UNI-V2 | ERC-20 | 0.008476 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13715099 | 3 years ago | | | 0 | 0.0084071099 | |
| 13697245 | 3 years ago | | | 0 | 0.0094621259 | |
| 13667605 | 3 years ago | | | 0 | 0.018476469 | |
| 13652182 | 3 years ago | | | 0 | 0.010300719 | |
| 13652175 | 3 years ago | | | 0 | 0.010679462 | |
| 13464377 | 3 years ago | | | 0 | 0.0066488658 | |
| 13426324 | 3 years ago | | | 0 | 0.0080541720 | |
| 13426251 | 3 years ago | | | 0 | 0.0093029400 | |
| 13390445 | 3 years ago | | | 0 | 0.0040079094 | |
| 13385284 | 3 years ago | | | 0 | 0.0077098240 |
ABI
ABI objects
Getter at block 21189251
SECS_EPOCH() view returns (uint256)
86400
erc20() view returns (address)
0x9fa69536d1cda4a04cfb50688294de75b505a9ae
manager() view returns (address)
0x608926ff4074c2c15c807b8ec250785f9e58d856
paidOut() view returns (uint256)
210597971648293607362370
rewardPerBlock() view returns (uint256)
1014095933475306764
startBlock() view returns (uint256)
12963924
totalAllocPoint() view returns (uint256)
1
Read-only
poolInfo(uint256) view returns (address stakingToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accERC20PerShare, uint256 supply, bool isLP, bool isBurnable)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 lastClaimTime, uint256 withdrawTime)
State-modifying
Events add(uint256 _allocPoint, address _stakingToken, bool _isLP, bool _isBurnable, bool _withUpdate)
claim(uint256 _pid)
deposit(uint256 _pid, address _depositor, uint256 _amount)
emergencyWithdrawRewards(address _receiver)
fund(address _funder, uint256 _amount)
massUpdatePools()
move(uint256 _pid, address _mover)
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
unstake(uint256 _pid)
updatePool(uint256 _pid)
withdraw(uint256 _pid)
Claim(address indexed user, uint256 indexed pid)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
Initialize(address erc20, uint256 rewardPerBlock, uint256 startBlock, address manager)
Unstake(address indexed user, uint256 indexed pid)
Withdraw(address indexed user, uint256 indexed pid)
constructor(address _erc20, uint256 _rewardPerBlock, uint256 _startBlock, address _manager)
This contract contains no fallback and receive objects.
This contract contains no error objects.