MasterChef
Verified contract
Active on
Ethereum with 681 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb2db…7544
Balances ($611.40)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MoFi | ERC-20 | 271.272966K | $0.002254 |
$611.4 | |
UNI-V2 | ERC-20 | 507.751613 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16657094 | 2 years ago | | | 0 | 0.0025171883 | |
| 16535934 | 2 years ago | | | 0 | 0.0028681034 | |
| 16375297 | 2 years ago | | | 0 | 0.0016204281 | |
| 15476629 | 2 years ago | | | 0 | 0.00049614029 | |
| 14836825 | 3 years ago | | | 0 | 0.0086824635 | |
| 14753263 | 3 years ago | | | 0 | 0.0041004706 | |
| 14467740 | 3 years ago | | | 0 | 0.0017157727 | |
| 14467718 | 3 years ago | | | 0 | 0.0015932670 | |
| 14403294 | 3 years ago | | | 0 | 0.0022048419 | |
| 14403276 | 3 years ago | | | 0 | 0.0022867440 |
ABI
ABI objects
Getter at block 21260025
BONUS_MULTIPLIER() view returns (uint256)
1
MobiFi() view returns (address)
0xb2dbf14d0b47ed3ba02bdb7c954e05a72deb7544
MobiFiContract() view returns (address)
0x0000000000000000000000000000000000000000
MobiFiPerBlock() view returns (uint256)
6210000000000000000
bonusEndBlock() view returns (uint256)
12200931
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x7656aec0f9778c1445c77df7775bca3e305b4ae0
poolLength() view returns (uint256)
1
startBlock() view returns (uint256)
12200930
totalAllocPoint() view returns (uint256)
100
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingMobiFi(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accMobiFiPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
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 _MobiFi, uint256 _MobiFiPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.