0x136829c258e31b3ab1975fe7d03d3870c3311651
Verified contract
Proxy
Active on
Ethereum with 1,300 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 |
---|---|---|---|---|---|
DLP | ERC-20 | 9.18571K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19116532 | 10 months ago | | | 0 | 0.0016402145 | |
| 19116530 | 10 months ago | | | 0 | 0.0022312049 | |
| 18752457 | a year ago | | | 0 | 0.0034383763 | |
| 18750572 | a year ago | | | 0 | 0.0049785885 | |
| 17543198 | a year ago | | | 0 | 0.0039183437 | |
| 17543195 | a year ago | | | 0 | 0.0057877975 | |
| 16842888 | 2 years ago | | | 0 | 0.0033587562 | |
| 16842888 | 2 years ago | | | 0 | 0.0042299742 | |
| 16691791 | 2 years ago | | | 0 | 0.010748249 | |
| 16691782 | 2 years ago | | | 0 | 0.013032777 |
ABI
ABI objects
Getter at block 21215579
_NEW_OWNER_() view returns (address)
0x0000000000000000000000000000000000000000
_OWNER_() view returns (address)
0x95c4f5b83aa70810d4f142d58e5f7242bd891cb0
_TOKEN_() view returns (address)
0x031816fd297228e4fd537c1789d51509247d0b43
getRewardNum() view returns (uint256)
2
totalSupply() view returns (uint256)
9185710048812300005424
Read-only
balanceOf(address user) view returns (uint256)
getIdByRewardToken(address rewardToken) view returns (uint256)
getPendingReward(address user, uint256 i) view returns (uint256)
getPendingRewardByToken(address user, address rewardToken) view returns (uint256)
getRewardTokenById(uint256 i) view returns (address)
rewardTokenInfos(uint256) view returns (address rewardToken, uint256 startBlock, uint256 endBlock, address rewardVault, uint256 rewardPerBlock, uint256 accRewardPerShare, uint256 lastRewardBlock)
State-modifying
Events addRewardToken(address rewardToken, uint256 rewardPerBlock, uint256 startBlock, uint256 endBlock)
claimAllRewards()
claimOwnership()
claimReward(uint256 i)
deposit(uint256 amount)
init(address owner, address token)
initOwner(address newOwner)
removeRewardToken(address rewardToken)
setEndBlock(uint256 i, uint256 newEndBlock)
setReward(uint256 i, uint256 newRewardPerBlock)
transferOwnership(address newOwner)
withdraw(uint256 amount)
withdrawLeftOver(uint256 i, uint256 amount)
Claim(uint256 indexed i, address indexed user, uint256 reward)
Deposit(address indexed user, uint256 amount)
NewRewardToken(uint256 indexed i, address rewardToken)
OwnershipTransferPrepared(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveRewardToken(address rewardToken)
UpdateEndBlock(uint256 indexed i, uint256 endBlock)
UpdateReward(uint256 indexed i, uint256 rewardPerBlock)
Withdraw(address indexed user, uint256 amount)
WithdrawLeftOver(address owner, uint256 i)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.