MasterChef
Verified contract
Active on
Ethereum with 187 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x67fb…8895
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ARPA | ERC-20 | 442.802824K | -- | -- | |
ARPALP | ERC-20 | 1.719205K | -- | -- | |
ARPALP | ERC-20 | 701.580526 | -- | -- | |
ARPALP | ERC-20 | 40.782388 | -- | -- | |
ARPALP | ERC-20 | 0.589254 | -- | -- | |
ARPALP | ERC-20 | 0.001946 | -- | -- | |
ARPALP | ERC-20 | 0.000007 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11482669 | 4 years ago | | | 0 | 0.0045636630 | |
| 11412780 | 4 years ago | | | 0 | 0.00095690000 | |
| 11411754 | 4 years ago | | | 0 | 0.0038505920 | |
| 11334856 | 4 years ago | | | 0 | 0.0078417180 | |
| 11319906 | 4 years ago | | | 0 | 0.0049976570 | |
| 11318712 | 4 years ago | | | 0 | 0.011290240 | |
| 11310664 | 4 years ago | | | 0 | 0.0035105100 | |
| 11309246 | 4 years ago | | | 0 | 0.0060602500 | |
| 11307981 | 4 years ago | | | 0 | 0.0074906150 | |
| 11307446 | 4 years ago | | | 0 | 0.0037670132 |
ABI
ABI objects
Getter at block 21209384
BONUS_MULTIPLIER() view returns (uint256)
10
blocksPerHalving() view returns (uint256)
210000
bonusEndBlock() view returns (uint256)
0
devaddr() view returns (address)
0x836f5cd9ad519946c9d5b06161a780c32b432223
migrator() view returns (address)
0x0000000000000000000000000000000000000000
oldHalving() view returns (uint256)
11332500
owner() view returns (address)
0x836f5cd9ad519946c9d5b06161a780c32b432223
poolLength() view returns (uint256)
9
startBlock() view returns (uint256)
1122500
sushi() view returns (address)
0x67fb4459e97c035f2e8483e6972134ecab2f8895
sushiPerBlock() view returns (uint256)
25000000000000000000
totalAllocPoint() view returns (uint256)
13000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingSushi(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accSushiPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
adjustHalvingBlocks(uint256 newBlocksPerHalving)
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 _sushi, address _devaddr, uint256 _sushiPerBlock, uint256 _blocksPerHalving, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.