MasterChef
Verified contract
Active on
Ethereum with 33 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7b0a…1cc8
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 92.097976 | -- | -- | |
JIN | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12703887 | 3 years ago | | | 0 | 0.0048949494 | |
| 11405024 | 4 years ago | | | 0 | 0.00090189200 | |
| 11405023 | 4 years ago | | | 0 | 0.0041606800 | |
| 11404937 | 4 years ago | | | 0 | 0.0034885542 | |
| 11404245 | 4 years ago | | | 0 | 0.0015481600 | |
| 11404050 | 4 years ago | | | 0 | 0.0013778097 | |
| 11403943 | 4 years ago | | | 0 | 0.0015867294 | |
| 11363248 | 4 years ago | | | 0 | 0.0053415450 | |
| 11325118 | 4 years ago | | | 0 | 0.0064826950 | |
| 11222225 | 4 years ago | | | 0 | 0.0043319100 |
ABI
ABI objects
Getter at block 21429686
BONUS_MULTIPLIER() view returns (uint256)
2
bonusEndBlock() view returns (uint256)
11160667
devFundDivRate() view returns (uint256)
10
devaddr() view returns (address)
0x34b7a28ee07fb2b6762ea7a41a5aa1117193223b
endBlock() view returns (uint256)
11228519
jin() view returns (address)
0x7b0a5a9034f477575f539050afc7f4ad27581cc8
jinPerBlock() view returns (uint256)
12000000000000000000
owner() view returns (address)
0x34b7a28ee07fb2b6762ea7a41a5aa1117193223b
poolLength() view returns (uint256)
2
startBlock() view returns (uint256)
11142111
totalAllocPoint() view returns (uint256)
400000000000000000000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingJin(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accJinPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setBonusEndBlock(uint256 _bonusEndBlock)
setDevFundDivRate(uint256 _devFundDivRate)
setJinPerBlock(uint256 _jinPerBlock)
transferOwnership(address newOwner)
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)
Recovered(address token, uint256 amount)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _jin, address _devaddr, uint256 _jinPerBlock, uint256 _startBlock, uint256 _bonusEndBlock, uint256 _endBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.