Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x50b3…c8cc
0x0000…0000
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UniSushi | ERC-20 | 2.282885M | -- | -- | |
UNI-V2 | ERC-20 | 48.085217 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11308041 | 4 years ago | | | 0 | 0.0046817628 | |
| 11264805 | 4 years ago | | | 0 | 0.0016385424 | |
| 11261617 | 4 years ago | | | 0 | 0.0027134102 | |
| 11067682 | 4 years ago | | | 0 | 0.0066167362 | |
| 11029898 | 4 years ago | | | 0 | 0.0034268720 | |
| 11029893 | 4 years ago | | | 0 | 0.0031648280 | |
| 11018791 | 4 years ago | | | 0 | 0.0057100720 | |
| 11014808 | 4 years ago | | | 0 | 0.0018979310 | |
| 11014808 | 4 years ago | | | 0 | 0.0042204880 | |
| 11013426 | 4 years ago | | | 0 | 0.0059847577 |
ABI
ABI objects
Getter at block 21167598
BONUS_MULTIPLIER() view returns (uint256)
3
bonusEndBlock() view returns (uint256)
10955000
devaddr() view returns (address)
0xaccb75e6dc80e15f09cc378bb931c540d879a989
migrator() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xaccb75e6dc80e15f09cc378bb931c540d879a989
poolLength() view returns (uint256)
3
startBlock() view returns (uint256)
10951500
totalAllocPoint() view returns (uint256)
2200
unisushi() view returns (address)
0x50b379ec299e4585f2644ea6376d00b3c402c8cc
unisushiPerBlock() view returns (uint256)
10000000000000000000
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingUniSushi(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accUniSushiPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
changeBonusEndBlock(uint256 _bonusEndBlock)
changeBonusMultiplier(uint256 _bonusMultiplier)
changeReward(uint256 _unisushiPerBlock)
changeStartBlock(uint256 _startBlock)
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 _unisushi, address _devaddr, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.