MasterChef
Verified contract
Active on
Ethereum with 464,455 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6b35…0fe2
0xb0bf…c858
Balances ($612,353.97)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SUSHI | ERC-20 | 772.426765K | $0.788734 |
$609,239.25 | |
USDC | ERC-20 | 3.1K | $1.00 |
$3,100 | |
RLY | ERC-20 | 5K | $0.002942 |
$14.71 | |
LOON | ERC-20 | 4 | $0.000177 |
$0 | |
GMT | ERC-20 | 62.293024T | -- | -- | |
SushiLP | ERC-20 | 700K | -- | -- | |
SLP | ERC-20 | 54.334273K | -- | -- | |
kmUSDC/BZRX-LINK | ERC-20 | 47.579564K | -- | -- | |
SLP | ERC-20 | 33.260435K | -- | -- | |
kmxSUSHI/USDC-LINK | ERC-20 | 20.180766K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242570 | an hour ago | | | 0 | 0.0016900765 | |
| 21241915 | 4 hours ago | | | 0 | 0.0010794535 | |
| 21241885 | 4 hours ago | | | 0 | 0.0011174623 | |
| 21241869 | 4 hours ago | | | 0 | 0.0012612301 | |
| 21241512 | 5 hours ago | | | 0 | 0.00095488982 | |
| 21240380 | 9 hours ago | | | 0 | 0.0016894794 | |
| 21235197 | a day ago | | | 0 | 0.0014316212 | |
| 21232896 | a day ago | | | 0 | 0.00051317751 | |
| 21232889 | a day ago | | | 0 | 0.00053908753 | |
| 21230181 | 2 days ago | | | 0 | 0.0032549251 |
ABI
ABI objects
Getter at block 21242985
BONUS_MULTIPLIER() view returns (uint256)
10
bonusEndBlock() view returns (uint256)
10850000
devaddr() view returns (address)
0xe94b5eec1fa96ceecbd33ef5baa8d00e4493f4f3
migrator() view returns (address)
0xb0bf8bccdb1617084ebc220cb1ddbaa183f5c858
owner() view returns (address)
0x9a8541ddf3a932a9a922b607e9cf7301f1d47bd1
poolLength() view returns (uint256)
362
startBlock() view returns (uint256)
10750000
sushi() view returns (address)
0x6b3595068778dd592e39a122f4f5a5cf09c90fe2
sushiPerBlock() view returns (uint256)
100000000000000000000
totalAllocPoint() view returns (uint256)
1000000
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.