Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb95e…ecbb
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STRSP | ERC-20 | 22.403218K | -- | -- | |
UNI-V2 | ERC-20 | 1.249895K | -- | -- | |
UNI-V2 | ERC-20 | 0.000041 | -- | -- | |
UNI-V2 | ERC-20 | 0.00004 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11201735 | 4 years ago | | | 0 | 0.0059045480 | |
| 11201725 | 4 years ago | | | 0 | 0.0044330851 | |
| 11201692 | 4 years ago | | | 0 | 0.0039742150 | |
| 11201679 | 4 years ago | | | 0 | 0.0032654400 | |
| 11201232 | 4 years ago | | | 0 | 0.0080800340 | |
| 11198234 | 4 years ago | | | 0 | 0.011574570 | |
| 11197178 | 4 years ago | | | 0 | 0.0038581900 | |
| 11195477 | 4 years ago | | | 0 | 0.0026817570 | |
| 11195148 | 4 years ago | | | 0 | 0.0021776677 | |
| 11194971 | 4 years ago | | | 0 | 0.0043256332 |
ABI
ABI objects
Getter at block 21229331
BONUS_MULTIPLIER() view returns (uint256)
0
bonusEndBlock() view returns (uint256)
11336500
devaddr() view returns (address)
0x7d0dfd70a0f5e07ee4e1b2213f87db37841931de
owner() view returns (address)
0x7d0dfd70a0f5e07ee4e1b2213f87db37841931de
poolLength() view returns (uint256)
3
startBlock() view returns (uint256)
11186500
strsw() view returns (address)
0xb95e5a116b5de2f8eb7af885b3e2542d0fd9ecbb
strswPerBlock() view returns (uint256)
2000000000000000000
totalAllocPoint() view returns (uint256)
5002
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingStrsw(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accStrswPerShare)
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()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
starCheck(uint256 amount)
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 _strsw, address _devaddr, uint256 _strswPerBlock, uint256 _startBlock, uint256 _bonusEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.