MasterChef
Verified contract
Active on
Ethereum with 1,124 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0815…f88e
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CDSW | ERC-20 | 36.824425M | -- | -- | |
UNI-V2 | ERC-20 | 3.777205K | -- | -- | |
UNI-V2 | ERC-20 | 2.515519K | -- | -- | |
UNI-V2 | ERC-20 | 360.558338 | -- | -- | |
UNI-V2 | ERC-20 | 153.970647 | -- | -- | |
UNI-V2 | ERC-20 | 0.000401 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20438907 | 4 months ago | | | 0 | 0.00029418112 | |
| 19211660 | 9 months ago | | | 0 | 0.0026547496 | |
| 17534731 | a year ago | | | 0 | 0.0022176974 | |
| 11626919 | 4 years ago | | | 0 | 0.010667160 | |
| 11626805 | 4 years ago | | | 0 | 0.0065011200 | |
| 11626795 | 4 years ago | | | 0 | 0.0068058600 | |
| 11598863 | 4 years ago | | | 0 | 0.014021352 | |
| 11595996 | 4 years ago | | | 0 | 0.0091627450 | |
| 11595980 | 4 years ago | | | 0 | 0.010025121 | |
| 11595975 | 4 years ago | | | 0 | 0.010024005 |
ABI
ABI objects
Getter at block 21270796
BONUS_MULTIPLIER() view returns (uint256)
100
bonusEndBlock() view returns (uint256)
11337100
devaddr() view returns (address)
0x7023359728e5078d292dbc893cca0011e0b658d5
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xd96f1f5588e6490d61dceeb1dcf890b26a69a82c
poolLength() view returns (uint256)
5
startBlock() view returns (uint256)
11287100
sushi() view returns (address)
0x081583889f20e58e5f3217d6834815eb578af88e
sushiPerBlock() view returns (uint256)
10000000000000000000
totalAllocPoint() view returns (uint256)
100
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)
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 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.