MasterChef
Verified contract
Active on
Ethereum with 15 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MasterChef"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13146219 | 3 years ago | | | 0 | 0.0035582864 | |
| 11677801 | 4 years ago | | | 0 | 0.0033470281 | |
| 11510527 | 4 years ago | | | 0 | 0.0043656301 | |
| 11510478 | 4 years ago | | | 0 | 0.0043656301 | |
| 11510335 | 4 years ago | | | 0 | 0.0044510960 | |
| 11510328 | 4 years ago | | | 0 | 0.0063359250 | |
| 11510278 | 4 years ago | | | 0 | 0.0061998404 | |
| 11508077 | 4 years ago | | | 0 | 0.0049436730 | |
| 11508060 | 4 years ago | | | 0 | 0.0020434260 | |
| 11508009 | 4 years ago | | | 0 | 0.0061033000 |
ABI
ABI objects
Getter at block 21128273
PERIOD() view returns (uint256)
86400
blockTimestampLast() view returns (uint32)
1608653560
bonusEndBlock() view returns (uint256)
11684284
factory() view returns (address)
0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f
lastPrice() view returns (uint256)
1063445823909777255
owner() view returns (address)
0x50cbf20e743e8f6a3614b008b3079b7f4e44c76f
poolLength() view returns (uint256)
4
startBlock() view returns (uint256)
11511484
token0() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
token1() view returns (address)
0xff034d12353867fc4228f4ae3e689cd6dcaad120
totalAllocPoint() view returns (uint256)
0
yfbtc() view returns (address)
0xff034d12353867fc4228f4ae3e689cd6dcaad120
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingReward(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 lastRewardBlock, uint256 accYfbtcPerShare, uint256 totalSupply)
rewardPerBlock(uint256 _pid) view returns (uint256)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(address _lpToken)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
mint(address _to, uint256 _amount)
renounceOwnership()
setDevAddress(address _devAddress)
setTransferFee(uint256 _fee)
transferOwnership(address newOwner)
update() returns (bool)
updateOwnerShip(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 _yfbtc, address _factory, address _token0, address _token1, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.