MasterChef
Verified contract
Active on
Ethereum with 1,825 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x51b5…289f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NEKO | ERC-20 | 22.173325M | -- | -- | |
UNI-V2 | ERC-20 | 1.941711K | -- | -- | |
UNI-V2 | ERC-20 | 152.70543 | -- | -- | |
UNI-V2 | ERC-20 | 0.01335 | -- | -- | |
UNI-V2 | ERC-20 | 0.00165 | -- | -- | |
UNI-V2 | ERC-20 | 0.001524 | -- | -- | |
UNI-V2 | ERC-20 | 0.000207 | -- | -- | |
UNI-V2 | ERC-20 | 0.000204 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21103618 | 8 days ago | | | 0 | 0.00037764166 | |
| 21103616 | 8 days ago | | | 0 | 0.00038427161 | |
| 21103615 | 8 days ago | | | 0 | 0.00035688277 | |
| 21103615 | 8 days ago | | | 0 | 0.00035688277 | |
| 21103615 | 8 days ago | | | 0 | 0.00040870549 | |
| 20891493 | a month ago | | | 0 | 0.00049495197 | |
| 20891493 | a month ago | | | 0 | 0.00049495197 | |
| 20891493 | a month ago | | | 0 | 0.00049495197 | |
| 20891493 | a month ago | | | 0 | 0.00049495197 | |
| 20891491 | a month ago | | | 0 | 0.00057501252 |
ABI
ABI objects
Getter at block 21157963
BONUS_MULTIPLIER() view returns (uint256)
50
bonusEndBlock() view returns (uint256)
11014345
devaddr() view returns (address)
0x09de39a3cc8925782a5d33ff63de784ca9bdaced
migrator() view returns (address)
0x0000000000000000000000000000000000000000
neko() view returns (address)
0x51b5bb678e594536d394612f464f94dd87b5289f
nekoPerBlock() view returns (uint256)
10000000000000000000
owner() view returns (address)
0x7675e79373c4490e688ea2826279edb116df6ca8
poolLength() view returns (uint256)
7
startBlock() view returns (uint256)
10961890
totalAllocPoint() view returns (uint256)
1600
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingNeko(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accNekoPerShare)
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 _neko, address _devaddr, uint256 _nekoPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.