StarsMasterChef
Verified contract
Active on
Ethereum with 3,120 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 2 additional slots
-
variable spans 2 additional slots
Balances ($208.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STARS | ERC-20 | 1.574576M | $0.000132 |
$208.17 | |
UNI-V2 | ERC-20 | 744.908471 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18660875 | a year ago | | | 0 | 0.0010551716 | |
| 18303692 | a year ago | | | 0 | 0.00084394448 | |
| 18302061 | a year ago | | | 0 | 0.00053767524 | |
| 15294515 | 2 years ago | | | 0 | 0.0069950920 | |
| 15231002 | 2 years ago | | | 0 | 0.0011168958 | |
| 15231001 | 2 years ago | | | 0 | 0.0011556334 | |
| 15066232 | 2 years ago | | | 0 | 0.0011566977 | |
| 15066232 | 2 years ago | | | 0 | 0.0027109583 | |
| 15066232 | 2 years ago | | | 0 | 0.0087031026 | |
| 14803916 | 3 years ago | | | 0 | 0.0016951697 |
ABI
ABI objects
Getter at block 21300155
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
ROLE_ADMIN() view returns (bytes32)
0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca025096
initialized() view returns (bool)
true
poolLength() view returns (uint256)
2
stars() view returns (address)
0xc55c2175e90a46602fd42e931f62b3acc1a013ca
starsPerBlock() view returns (uint256 amount)
0
startBlock() view returns (uint256)
12292400
totalAllocPoint() view returns (uint256)
200
Read-only
accStarsPerShareAtCurrRate(uint256 blocks, uint256 poolSupply) view returns (uint256)
epochs(uint256) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
pendingStars(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accStarsPerShare, uint256 poolSupply)
rewardAmounts(uint256) view returns (uint256)
totalStarsPerEpoch(uint256) view returns (uint256)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
collectRewards(uint256 _pid)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
grantRole(bytes32 role, address account)
init(uint256 _startBlock)
massUpdatePools()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
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)
RewardsCollected(address indexed user, uint256 indexed pid)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address starsAddress, address _admin, uint256[3] _rewardAmounts, uint256[3] _epochs)
This contract contains no fallback and receive objects.
This contract contains no error objects.