MasterChef
Verified contract
Active on
Ethereum with 980 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2b70…caa8
Balances ($51.04)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.008681 | $3,197.34 |
$27.76 | |
UNI | ERC-20 | 2.001 | $9.09 |
$18.19 | |
USDC | ERC-20 | 4.000001 | $0.998876 |
$4 | |
DAI | ERC-20 | 1.101 | $0.995989 |
$1.1 | |
EGG | ERC-20 | 66.092588M | -- | -- | |
UNI-V2 | ERC-20 | 1.390276K | -- | -- | |
UNI-V2 | ERC-20 | 250.22161 | -- | -- | |
UNI-V2 | ERC-20 | 178.695147 | -- | -- | |
UNI-V2 | ERC-20 | 0.000362 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20490747 | 3 months ago | | | 0 | 0.00046335616 | |
| 17238010 | 2 years ago | | | 0 | 0.0083696911 | |
| 16708066 | 2 years ago | | | 0 | 0.0023366183 | |
| 16708065 | 2 years ago | | | 0 | 0.0022909677 | |
| 16708059 | 2 years ago | | | 0 | 0.0029870429 | |
| 16532367 | 2 years ago | | | 0 | 0.0022232068 | |
| 16532359 | 2 years ago | | | 0 | 0.0024758902 | |
| 16532355 | 2 years ago | | | 0 | 0.0025577795 | |
| 13461676 | 3 years ago | | | 0 | 0.0095325282 | |
| 11576888 | 4 years ago | | | 0 | 0.010420920 |
ABI
ABI objects
Getter at block 21200172
BONUS_MULTIPLIER() view returns (uint256)
4
bonusEndBlock() view returns (uint256)
10930300
devaddr() view returns (address)
0x1665e27eced76a256710513605781b28e380bab6
egg() view returns (address)
0x2b7018fca0eccfbc738828e1e8f1c7038ebbcaa8
eggPerBlock() view returns (uint256)
32000000000000000000
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x135e00f16be27bc2127700b20ef6a742666477ac
poolLength() view returns (uint256)
9
startBlock() view returns (uint256)
10929350
totalAllocPoint() view returns (uint256)
9000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingEgg(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accEggPerShare)
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 _egg, address _devaddr, uint256 _eggPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.