MasterChef
Verified contract
Active on
Ethereum with 12,561 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4456…b0bb
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BDI | ERC-20 | 311.043124 | -- | -- | |
BASK | ERC-20 | 105.50729 | -- | -- | |
SLP | ERC-20 | 27.390768 | -- | -- | |
SLP | ERC-20 | 26.337959 | -- | -- | |
BV | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18272435 | a year ago | | | 0 | 0.00062857064 | |
| 17275142 | a year ago | | | 0 | 0.0088902938 | |
| 15985025 | 2 years ago | | | 0 | 0.00091420229 | |
| 15523646 | 2 years ago | | | 0 | 0.0013969477 | |
| 15523620 | 2 years ago | | | 0 | 0.00039483000 | |
| 15523431 | 2 years ago | | | 0 | 0.0025327186 | |
| 15523351 | 2 years ago | | | 0 | 0.0067253670 | |
| 15068599 | 2 years ago | | | 0 | 0.0013806890 | |
| 14839481 | 2 years ago | | | 0 | 0.0026589838 | |
| 14679072 | 3 years ago | | | 0 | 0.0046073954 |
ABI
ABI objects
Getter at block 21201031
basket() view returns (address)
0x44564d0bd94343f72e3c8a0d22308b7fa71db0bb
basketPerBlock() view returns (uint256)
600000000000000000000
devFundRate() view returns (uint256)
100000000000000000
devaddr() view returns (address)
0x5566ff926fb4318c2862cfd7dbae014034426d29
divRate() view returns (uint256)
1000000000000000000
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0b815f4f18bb95b55cf9209f06b74ba22a687625
poolLength() view returns (uint256)
7
startBlock() view returns (uint256)
12132273
totalAllocPoint() view returns (uint256)
100
treasuryRate() view returns (uint256)
300000000000000000
treasuryaddr() view returns (address)
0x7301c46be73bb04847576b6af107172bf5e8388e
Read-only
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
pendingBasket(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accBasketPerShare)
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)
setBasketPerBlock(uint256 _basketPerBlock)
setDev(address _devaddr)
setMigrator(address _migrator)
setStartBlock(uint256 _startBlock)
setTreasury(address _treasury)
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 _basket, address _timelock, address _devaddr, address _treasuryaddr, uint256 _basketPerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.