USEMasterChefPool
Verified contract
Active on
Ethereum with 2,877 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 49.778427K | -- | -- | |
ELENA | ERC-20 | 1.663292K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14305486 | 3 years ago | | | 0 | 0.012100189 | |
| 12867905 | 3 years ago | | | 0 | 0.0024665610 | |
| 12826070 | 3 years ago | | | 0 | 0.0052977930 | |
| 12826069 | 3 years ago | | | 0 | 0.010425690 | |
| 12816887 | 3 years ago | | | 0 | 0.0032688512 | |
| 12810263 | 3 years ago | | | 0 | 0.0034752300 | |
| 12795817 | 3 years ago | | | 0 | 0.0036594030 | |
| 12773035 | 3 years ago | | | 0 | 0.0070682337 | |
| 12773014 | 3 years ago | | | 0 | 0.0098298210 | |
| 12723177 | 3 years ago | | | 0 | 0.0056215600 |
ABI
ABI objects
Getter at block 21325318
COMMUNITY_MASTER() view returns (bytes32)
0xe4064fb897ddcbf220bd2a7a6316b582950e84ae374e78019f0be88feb0dbe9f
COMMUNITY_MASTER_PCV() view returns (bytes32)
0x67cb336d826b5af33f4dd1e0fa8533b3ccb36fbb52d7c7e32f46015051f87731
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
PERCENT() view returns (uint256)
1000000
PRECISION() view returns (uint256)
1000000
collatDollarBalance() view returns (uint256)
0
communityRateAmount() view returns (uint256)
10708137057746214180640
communityaddr() view returns (address)
0x292b1cae42d10d4ef3f16944e7623e06cab9eae6
miningEndBlock() view returns (uint256)
17267253
poolLength() view returns (uint256)
3
rewardToken() view returns (address)
0x6f0f28ceee6ae686ee0f939375674c01b156365a
rewardTokenPerBlock() view returns (uint256)
0
startBlock() view returns (uint256)
12267253
swapRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
totalAllocPoint() view returns (uint256)
1001
Read-only
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
getOtherToken(address _pair, address _targetToken) view returns (address)
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)
pendingrewardToken(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accrewardTokenPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate)
claimReward(uint256 _pid)
communityRate(uint256 _rate)
deposit(uint256 _pid, uint256 _amount)
emergencyWithdraw(uint256 _pid)
grantRole(bytes32 role, address account)
massUpdatePools()
protocolValueForUSE(address _pair, address _use, uint256 _lpp, uint256 _cp)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
rewardTokenRate(uint256 _rewardTokenPerBlock)
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
updatePool(uint256 _pid)
updateStartBlock(uint256 _startBlock, uint256 _miningEndBlock)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount, uint256 rewardToken)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
PCVResult(address targetToken, address otherToken, uint256 lpp, uint256 cp, struct ProtocolValuePCVInfo pcv)
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, uint256 rewardToken)
constructor(address _rewardToken, address _communityaddr, address _swapRouter, uint256 _rewardTokenPerBlock, uint256 _startBlock, uint256 _miningEndBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.