Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7777…6517
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SIG | ERC-20 | 1.802789M | -- | -- | |
SIG-LP | ERC-20 | 170.293002K | -- | -- | |
UNI-V2 | ERC-20 | 4.250539K | -- | -- | |
mock-lp | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20580963 | 3 months ago | | | 0 | 0.00011456409 | |
| 20580938 | 3 months ago | | | 0 | 0.00011319723 | |
| 20580933 | 3 months ago | | | 0 | 0.000095257995 | |
| 20496466 | 3 months ago | | | 0 | 0.00017498415 | |
| 20493898 | 3 months ago | | | 0 | 0.00026295533 | |
| 20493890 | 3 months ago | | | 0 | 0.00032261217 | |
| 20493883 | 3 months ago | | | 0 | 0.00031057276 | |
| 20484793 | 3 months ago | | | 0 | 0.0016504741 | |
| 20376949 | 4 months ago | | | 0 | 0.0011228554 | |
| 19882688 | 6 months ago | | | 0 | 0.00096954746 |
ABI
ABI objects
Getter at block 21244425
devaddr() view returns (address)
0xd730d6e5d97f78101bde4045bbb946e0014947cc
owner() view returns (address)
0xd730d6e5d97f78101bde4045bbb946e0014947cc
poolLength() view returns (uint256)
4
rewardTimeFactor() view returns (uint256)
4
sharedVault() view returns (address)
0x4c34a635c18149c4757de73f9a7d4a9ef4678116
startBlock() view returns (uint256)
11921500
sushi() view returns (address)
0x7777777777697cfeecf846a76326da79cc606517
totalAllocPoint() view returns (uint256)
1000
Read-only
pendingSushi(uint256 _pid, address _user) view returns (uint256)
pendingSushi2(uint256 _pid, address _user, uint256 blockNumber) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accSushiPerShare)
totalRewardAtBlock(uint256 atBlock) view returns (uint256)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
changeFactor(uint256 newFactor)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
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, address _sharedVault, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.