MasterChef
Verified contract
Active on
Ethereum with 43,712 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc28e…64c2
0x295e…c8ae
Balances ($11,504.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SASHIMI | ERC-20 | 4.053579M | $0.002838 |
$11,504.1 | |
SALP | ERC-20 | 58.00341K | -- | -- | |
SALP | ERC-20 | 5.191442K | -- | -- | |
SALP | ERC-20 | 3.959066K | -- | -- | |
svDAI | ERC-20 | 1.923658K | -- | -- | |
SALP | ERC-20 | 1.327286K | -- | -- | |
SALP | ERC-20 | 1.136897K | -- | -- | |
SALP | ERC-20 | 930.235674 | -- | -- | |
svUSDC | ERC-20 | 474.207917 | -- | -- | |
xLP | ERC-20 | 110.815271 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16977099 | 2 years ago | | | 0 | 0.0041208790 | |
| 16668117 | 2 years ago | | | 0 | 0.0022924083 | |
| 16668109 | 2 years ago | | | 0 | 0.0026025333 | |
| 15844069 | 2 years ago | | | 0 | 0.0016547879 | |
| 15726599 | 2 years ago | | | 0 | 0.0027114485 | |
| 15726590 | 2 years ago | | | 0 | 0.0031151728 | |
| 15517968 | 2 years ago | | | 0 | 0.00021254081 | |
| 15458980 | 2 years ago | | | 0 | 0.0010188221 | |
| 15350984 | 2 years ago | | | 0 | 0.0015043807 | |
| 15350976 | 2 years ago | | | 0 | 0.0016549024 |
ABI
ABI objects
Getter at block 21159354
BONUS_MULTIPLIER() view returns (uint256)
10
bonusEndBlock() view returns (uint256)
10933000
migrator() view returns (address)
0x295e3331a35dd834ee76c305a8c3ed189a4ac8ae
owner() view returns (address)
0x84ee348617563944ffd4a23843e086a7dc0224f3
poolLength() view returns (uint256)
62
sashimi() view returns (address)
0xc28e27870558cf22add83540d2126da2e4b464c2
sashimiPerBlock() view returns (uint256)
100000000000000000000
startBlock() view returns (uint256)
10833000
totalAllocPoint() view returns (uint256)
1740000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingSashimi(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accSashimiPerShare)
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 _sashimi, uint256 _sashimiPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.