DePoMasterChef
Verified contract
Active on
Ethereum with 3,266 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0xa5de…a112
Balances ($69.48)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI | ERC-20 | 5.441055 | $12.77 |
$69.48 | |
DEPO | ERC-20 | 1.312507M | -- | -- | |
UNI-V2 | ERC-20 | 138.064426 | -- | -- | |
Dummy | ERC-20 | 1 | -- | -- | |
Dummy | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15049962 | 2 years ago | | | 0 | 0.0013913984 | |
| 15049929 | 2 years ago | | | 0 | 0.0015661225 | |
| 14449520 | 3 years ago | | | 0 | 0.0052953970 | |
| 14442019 | 3 years ago | | | 0 | 0.0010317566 | |
| 14409157 | 3 years ago | | | 0 | 0.0029835589 | |
| 14404645 | 3 years ago | | | 0 | 0.0054803410 | |
| 14379398 | 3 years ago | | | 0 | 0.0017332956 | |
| 14379333 | 3 years ago | | | 0 | 0.0021996091 | |
| 14375366 | 3 years ago | | | 0 | 0.0013956008 | |
| 14375355 | 3 years ago | | | 0 | 0.0013679393 |
ABI
ABI objects
Getter at block 21301542
BONUS_MULTIPLIER() view returns (uint256)
1
MAXIMUM_HARVEST_INTERVAL() view returns (uint256)
864000
depo() view returns (address)
0xa5def515cfd373d17830e7c1de1639cb3530a112
depoPerBlock() view returns (uint256)
0
feeAddress() view returns (address)
0x8e94bc5a1a005f3b8c3e5fde11f5a0356ed8d54d
owner() view returns (address)
0x6ffe6e183571139636b9479ca65cf99edc6be215
poolLength() view returns (uint256)
4
rewardHolder() view returns (address)
0x249dbd179ca17f7dab5055f52f887361e6a2a614
startBlock() view returns (uint256)
13690981
totalAllocPoint() view returns (uint256)
1
totalLockedUpRewards() view returns (uint256)
0
Read-only
canHarvest(uint256 _pid, address _user) view returns (bool)
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
pendingDePo(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accDePoPerShare, uint16 depositFeeBP, uint256 harvestInterval)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 rewardLockedUp, uint256 nextHarvestUntil)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, uint16 _depositFeeBP, uint256 _harvestInterval, bool _withUpdate)
compound(uint256 _pid)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
initialize(address _depo, address _feeAddress, address _rewardHolder, uint256 _startBlock, uint256 _depoPerBlock)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint16 _depositFeeBP, uint256 _harvestInterval, bool _withUpdate)
setFeeAddress(address _feeAddress)
setRewardHolder(address _rewardHolder)
transferOwnership(address newOwner)
updateEmissionRate(uint256 _depoPerBlock)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Compound(address indexed user, uint256 indexed pid, uint256 amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
EmissionRateUpdated(address indexed caller, uint256 previousAmount, uint256 newAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardLockedUp(address indexed user, uint256 indexed pid, uint256 amountLockedUp)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.