MasterChef
Verified contract
Active on
Ethereum with 2,050 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe829…ad81
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FRUIT | ERC-20 | 297.743406M | -- | -- | |
FRUIT | ERC-20 | 277.970699K | -- | -- | |
JUICE | ERC-20 | 11.996502K | -- | -- | |
UNI-V2 | ERC-20 | 4.783638K | -- | -- | |
UNI-V2 | ERC-20 | 2.296362K | -- | -- | |
UNI-V2 | ERC-20 | 154.272503 | -- | -- | |
UNI-V2 | ERC-20 | 65.80815 | -- | -- | |
UNI-V2 | ERC-20 | 64.679406 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20877005 | a month ago | | | 0 | 0.00077097701 | |
| 20658439 | 2 months ago | | | 0 | 0.00014918100 | |
| 12652991 | 3 years ago | | | 0 | 0.0028573740 | |
| 12645782 | 3 years ago | | | 0 | 0.0025118640 | |
| 12635761 | 3 years ago | | | 0 | 0.0014621640 | |
| 12587348 | 3 years ago | | | 0 | 0.0018680790 | |
| 12579779 | 3 years ago | | | 0 | 0.00052490900 | |
| 12579779 | 3 years ago | | | 0 | 0.0011512710 | |
| 12579779 | 3 years ago | | | 0 | 0.0011797060 | |
| 12579778 | 3 years ago | | | 0 | 0.0011512710 |
ABI
ABI objects
Getter at block 21170874
devaddr() view returns (address)
0xa8080c7d3ff337940586159e2b952575fa808d30
fruit() view returns (address)
0xe829b31b690c5a04091befdedf42ebde1ac6ad81
fruitPerBlock() view returns (uint256)
100000000000000000000
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xec1af3caf2f069ccd2f6917d68bf3e2d22131575
poolLength() view returns (uint256)
8
startBlock() view returns (uint256)
10928466
totalAllocPoint() view returns (uint256)
101
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingFruit(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accFruitPerShare)
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)
setEmission(uint256 _fruitPerBlock)
setFruit(address _fruit)
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 _fruit, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.