MasterChef
Verified contract
Active on
Ethereum with 470 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xac73…d6e5
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BANANA | ERC-20 | 4.473704M | -- | -- | |
UNI-V2 | ERC-20 | 100.829639 | -- | -- | |
UNI-V2 | ERC-20 | 10.3738 | -- | -- | |
UNI-V2 | ERC-20 | 0.489245 | -- | -- | |
UNI-V2 | ERC-20 | 0.309115 | -- | -- | |
UNI-V2 | ERC-20 | 0.00223 | -- | -- | |
UNI-V2 | ERC-20 | 0.00026 | -- | -- | |
UNI-V2 | ERC-20 | 0.00001 | -- | -- | |
UNI-V2 | ERC-20 | 0.000003 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12590923 | 3 years ago | | | 0 | 0.0017391660 | |
| 12564860 | 3 years ago | | | 0 | 0.00054083700 | |
| 12564844 | 3 years ago | | | 0 | 0.0023545632 | |
| 12564798 | 3 years ago | | | 0 | 0.0017551142 | |
| 12564774 | 3 years ago | | | 0 | 0.0018065250 | |
| 12340391 | 4 years ago | | | 0 | 0.0041472420 | |
| 11735579 | 4 years ago | | | 0 | 0.0058515260 | |
| 11683998 | 4 years ago | | | 0 | 0.0058515260 | |
| 11657562 | 4 years ago | | | 0 | 0.0041167880 | |
| 11649604 | 4 years ago | | | 0 | 0.0069781370 |
ABI
ABI objects
Getter at block 21304753
BONUS_MULTIPLIER() view returns (uint256)
2
bonusEndBlock() view returns (uint256)
10788875
devaddr() view returns (address)
0x4dedb225313efc83ad41309b7dc5893ef517d24c
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x4dedb225313efc83ad41309b7dc5893ef517d24c
poolLength() view returns (uint256)
8
startBlock() view returns (uint256)
10788600
sushi() view returns (address)
0xac73ba691c758cdeced39a6bf4fb84f91864d6e5
sushiPerBlock() view returns (uint256)
5000000000000000000
totalAllocPoint() view returns (uint256)
4500
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingSushi(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accSushiPerShare)
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 _sushi, address _devaddr, uint256 _sushiPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.