MasterChef
Verified contract
Active on
Ethereum with 191 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe096…8d4f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SPRINGROLL | ERC-20 | 244.514125K | -- | -- | |
UNI-V2 | ERC-20 | 540.406897 | -- | -- | |
UNI-V2 | ERC-20 | 111.721905 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20849519 | 2 months ago | | | 0 | 0.00039982468 | |
| 20849485 | 2 months ago | | | 0 | 0.0013802224 | |
| 20597900 | 3 months ago | | | 0 | 0.000095847000 | |
| 10786891 | 4 years ago | | | 0 | 0.014810935 | |
| 10786883 | 4 years ago | | | 0 | 0.014774000 | |
| 10786875 | 4 years ago | | | 0 | 0.020314250 | |
| 10786569 | 4 years ago | | | 0 | 0.013887560 | |
| 10786489 | 4 years ago | | | 0 | 0.047107998 | |
| 10786071 | 4 years ago | | | 0 | 0.011565205 | |
| 10784825 | 4 years ago | | | 0 | 0.087106140 |
ABI
ABI objects
Getter at block 21198077
BONUS_MULTIPLIER() view returns (uint256)
10
bonusEndBlock() view returns (uint256)
10823676
devaddr() view returns (address)
0x3ea4e9d60c02e6c4687a24223eb7df87c42204ab
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x3ea4e9d60c02e6c4687a24223eb7df87c42204ab
poolLength() view returns (uint256)
9
springRoll() view returns (address)
0xe0965c761366160ec3d3cc4ee2ea19de68868d4f
springRollPerBlock() view returns (uint256)
100000000000000000000
startBlock() view returns (uint256)
10783356
totalAllocPoint() view returns (uint256)
12000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingSpringRoll(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accSpringRollPerShare)
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 _springRoll, address _devaddr, uint256 _springRollPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.