Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1309…806b
0x7046…e4d7
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 48.311483 | -- | -- | |
UNI-V2 | ERC-20 | 15.025371 | -- | -- | |
BBRA | ERC-20 | 11.054026 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17782697 | a year ago | | | 0 | 0.0011001474 | |
| 17773491 | a year ago | | | 0 | 0.0060777742 | |
| 14949947 | 2 years ago | | | 0 | 0.0038715382 | |
| 14885095 | 3 years ago | | | 0 | 0.0092619393 | |
| 12996597 | 3 years ago | | | 0 | 0.0090113984 | |
| 12996587 | 3 years ago | | | 0 | 0.0074309320 | |
| 12957009 | 3 years ago | | | 0 | 0.0016182100 | |
| 12931765 | 3 years ago | | | 0 | 0.0035524260 | |
| 12931750 | 3 years ago | | | 0 | 0.0043648250 | |
| 12931735 | 3 years ago | | | 0 | 0.0041836140 |
ABI
ABI objects
Getter at block 21319607
BONUS_MULTIPLIER() view returns (uint256)
1
bonusEndBlock() view returns (uint256)
0
bonusLpEndBlock() view returns (uint256)
11411999
devaddr() view returns (address)
0x02480f3fc4c53885f6b5d2ec723025c8ce0de264
owner() view returns (address)
0x0000000000000000000000000000000000000000
poolLength() view returns (uint256)
2
protocolAdapter() view returns (address)
0x13095db93f0025ce547d44d173847087bdf7806b
startBlock() view returns (uint256)
11345051
sushi() view returns (address)
0x70460c3bb9abcc0aa51f922c00d37816d6ede4d7
sushiPerBlock() view returns (uint256)
50000000000000000
totalAllocPoint() view returns (uint256)
10
Read-only
earlyWithdrawalPenalties(uint256) view returns (uint32)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
getUserBaseRewards(uint256 _current) view returns (uint256)
getUserRewardsMultiplier(address _user, uint256 _current) view returns (uint256)
getUserWithdrawalPenalty(uint256 _depositTime) 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, uint256 lastDeposit, uint256 earlyBaseRewardMultiplier, uint256 latestMultiplier)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setBonusEndBlock(uint256 _bonusEndBlock)
setBonusLpEndBlock(uint256 _bonusLpEndBlock)
setBonusMultiplier(uint256 _bonusMultiplier)
setBurnRate(uint8 _burnDivisor)
setProtocolAdapter(address _contract)
setRewardPerBlock(uint256 _rewardPerBlock, bool _withUpdate)
setStartBlock(uint256 _startBlock)
transferOwnership(address newOwner)
updateDevAddre(address _devaddr)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
EarlyAdopter(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProtocolAdapterChange(address _newProtocol)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _sushi, address _devaddr, uint256 _sushiPerBlock, uint256 _startBlock, uint256 _bonusLpEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.