MasterChef
Verified contract
Active on
Ethereum with 3,631 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7d36…3678
0x4b93…8426
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DMT | ERC-20 | 248.581162 | -- | -- | |
DMT | ERC-20 | 157.01889 | -- | -- | |
DMT | ERC-20 | 147.054689 | -- | -- | |
DMT | ERC-20 | 70.118959 | -- | -- | |
DMT | ERC-20 | 36.028351 | -- | -- | |
DMT | ERC-20 | 1.61639 | -- | -- | |
DMT | ERC-20 | 1.505073 | -- | -- | |
DMT | ERC-20 | 0.053252 | -- | -- | |
DMT | ERC-20 | 0.000016 | -- | -- | |
DMT | ERC-20 | 0.000004 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12919108 | 3 years ago | | | 0 | 0.011380101 | |
| 12835132 | 3 years ago | | | 0 | 0.027027864 | |
| 12835122 | 3 years ago | | | 0 | 0.0034498440 | |
| 12806410 | 3 years ago | | | 0 | 0.0099857100 | |
| 12806410 | 3 years ago | | | 0 | 0.0099858300 | |
| 12806409 | 3 years ago | | | 0 | 0.0099858300 | |
| 12806409 | 3 years ago | | | 0 | 0.0099858300 | |
| 12806408 | 3 years ago | | | 0 | 0.0099858300 | |
| 12806349 | 3 years ago | | | 0 | 0.0099858300 | |
| 12806318 | 3 years ago | | | 0 | 0.0099858300 |
ABI
ABI objects
Getter at block 21178155 rewardThisBlock() view returns (uint256)
comb() view returns (address)
0x7d36cce46dd2b0d28dde12a859c2ace4a21e3678
migrator() view returns (address)
0x4b9349775251bfa40a11bd17ee3be5ae926f8426
owner() view returns (address)
0x35700c4a7bd65048f01d6675f09d15771c0facd5
poolLength() view returns (uint256)
12
rewardFirstBlock() view returns (uint256)
6153846150000000
startBlock() view returns (uint256)
10919900
totalAllocPoint() view returns (uint256)
6001
Read-only
getPendingReward(uint256 _fromBlock) view returns (uint256)
lpTokenExistsInPool(address) view returns (bool)
pendingComb(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accCombPerShare)
rewardOnBlock(uint256 _blockNumber) view returns (uint256)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMigrator(address _migrator)
start(uint256 _startBlock)
transferOwnership(address newOwner)
updateLpTokenExists(address _lpTokenAddr, bool _isExists)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _comb)
This contract contains no fallback and receive objects.
This contract contains no error objects.