MasterChef
Verified contract
Active on
Ethereum with 1,912 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x47a6…79dc
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CLBR | ERC-20 | 1.912924B | -- | -- | |
UNI-V2 | ERC-20 | 4.601234K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21014012 | 22 days ago | | | 0 | 0.00082658374 | |
| 20801488 | 2 months ago | | | 0 | 0.00081127629 | |
| 20575884 | 3 months ago | | | 0 | 0.00010111643 | |
| 20354358 | 4 months ago | | | 0 | 0.00022614216 | |
| 20132409 | 5 months ago | | | 0 | 0.0014080425 | |
| 11478408 | 4 years ago | | | 0 | 0.0072736720 | |
| 11356100 | 4 years ago | | | 0 | 0.0019532830 | |
| 11354404 | 4 years ago | | | 0 | 0.0022750002 | |
| 11354400 | 4 years ago | | | 0 | 0.0021012750 | |
| 11352167 | 4 years ago | | | 0 | 0.0015587880 |
ABI
ABI objects
Getter at block 21172438
bonusEndBlock() view returns (uint256)
0
clbr() view returns (address)
0x47a60748de6dbd8dce3991adc5751ce0f32279dc
clbrPerBlock() view returns (uint256)
200000000000000000000
devaddr() view returns (address)
0xc7970f4e0e8e3d2f14d3d16f74781ddac3615bfc
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xc7970f4e0e8e3d2f14d3d16f74781ddac3615bfc
poolLength() view returns (uint256)
1
startBlock() view returns (uint256)
0
totalAllocPoint() view returns (uint256)
10000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingClbr(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accClbrPerShare)
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()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setMigrator(address _migrator)
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)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _clbr, address _devaddr, uint256 _clbrPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.