MasterChef
Verified contract
Active on
Ethereum with 6,390 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcf9c…30d0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ONIGIRI | ERC-20 | 2.395945M | -- | -- | |
UNI-V2 | ERC-20 | 33.999806K | -- | -- | |
UNI-V2 | ERC-20 | 27.098107K | -- | -- | |
UNI-V2 | ERC-20 | 10.996737K | -- | -- | |
UNI-V2 | ERC-20 | 173.605481 | -- | -- | |
UNI-V2 | ERC-20 | 2.655425 | -- | -- | |
UNI-V2 | ERC-20 | 0.109768 | -- | -- | |
UNI-V2 | ERC-20 | 0.000001 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21068057 | 14 days ago | | | 0 | 0.0014912258 | |
| 21067981 | 14 days ago | | | 0 | 0.0023552178 | |
| 21067815 | 14 days ago | | | 0 | 0.0022986862 | |
| 18612468 | a year ago | | | 0 | 0.0016742591 | |
| 17029556 | 2 years ago | | | 0 | 0.0024786838 | |
| 15899677 | 2 years ago | | | 0 | 0.00068181741 | |
| 15899646 | 2 years ago | | | 0 | 0.0012855818 | |
| 15899624 | 2 years ago | | | 0 | 0.00061532746 | |
| 14475305 | 3 years ago | | | 0 | 0.015028881 | |
| 13692711 | 3 years ago | | | 0 | 0.012528565 |
ABI
ABI objects
Getter at block 21166826
BONUS_MULTIPLIER() view returns (uint256)
4
HALVING_PERIOD() view returns (uint256)
100000
INITIAL_ONIGIRI_PER_BLOCK() view returns (uint256)
20000000000000000000
devaddr() view returns (address)
0x61a39af7f6e396d37dbda1818176dd5ac115ce35
migrator() view returns (address)
0x0000000000000000000000000000000000000000
onigiri() view returns (address)
0xcf9c692f7e62af3c571d4173fd4abf9a3e5330d0
owner() view returns (address)
0x000000004a22fe56a042df3980131b9b157c5a9f
poolLength() view returns (uint256)
8
startBlock() view returns (uint256)
10990000
totalAllocPoint() view returns (uint256)
20000
Read-only
getRewardDuringPeriod(uint256 _from, uint256 _to) view returns (uint256)
pendingOnigiri(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accOnigiriPerShare)
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 _onigiri, address _devaddr, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.