ValueMasterPool
Verified contract
Active on
Ethereum with 23,721 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x49e8…8e5c
0x4572…e560
-
variable spans 2 additional slots
-
variable spans 3 additional slots
Balances ($4.45)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VALUE | ERC-20 | 248.576263 | $0.017905 |
$4.45 | |
VLP | ERC-20 | 522.389339K | -- | -- | |
VLP | ERC-20 | 250.899557K | -- | -- | |
VLP | ERC-20 | 84.467058K | -- | -- | |
VLP | ERC-20 | 57.983202K | -- | -- | |
VLP | ERC-20 | 944.977815 | -- | -- | |
VLP | ERC-20 | 817.518975 | -- | -- | |
VLP | ERC-20 | 88.99 | -- | -- | |
VLP | ERC-20 | 65.526163 | -- | -- | |
VLP | ERC-20 | 50.626009 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16318903 | 2 years ago | | | 0 | 0.00056419974 | |
| 16100660 | 2 years ago | | | 0 | 0.0017113500 | |
| 16098994 | 2 years ago | | | 0 | 0.00073262844 | |
| 16098918 | 2 years ago | | | 0 | 0.00052440000 | |
| 14987468 | 2 years ago | | | 0 | 0.0079863000 | |
| 13888954 | 3 years ago | | | 0 | 0.0079863000 | |
| 13888944 | 3 years ago | | | 0 | 0.0063426300 | |
| 13888944 | 3 years ago | | | 0 | 0.0080430000 | |
| 13786581 | 3 years ago | | | 0 | 0.0044718478 | |
| 13449849 | 3 years ago | | | 0 | 0.010496280 |
ABI
ABI objects
Getter at block 21256416
REFERRAL_COMMISSION_PERCENT() view returns (uint256)
1
chi() view returns (address)
0x0000000000004946c0e9f43f4dee607b0ef1fa1c
insuranceFundAddr() view returns (address)
0xb7b2ea8a1198368f950834875047aa7294a2bdaa
migrator() view returns (address)
0x4572b9882fd29bdbe26a74dfa8afe9a75365e560
owner() view returns (address)
0x105e62e4bdfa67bca18400cfbe2eacd4d0be080d
poolLength() view returns (uint256)
13
rewardReferral() view returns (address)
0x3422ac57f4ca097806fa234e44ec0a781b78bbdb
startBlock() view returns (uint256)
10880930
totalAllocPoint() view returns (uint256)
11667
value() view returns (address)
0x49e833337ece7afe375e44f4e3e8481029218e5c
valuePerBlock() view returns (uint256)
0
Read-only
epochEndBlocks(uint256) view returns (uint256)
epochRewardMultiplers(uint256) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingValue(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accValuePerShare, bool isStarted)
stakingPower(uint256 _pid, address _user) view returns (uint256)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 accumulatedStakingPower)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, bool _withUpdate, uint256 _lastRewardBlock)
deposit(uint256 _pid, uint256 _amount, address _referrer)
emergencyWithdraw(uint256 _pid)
governanceRecoverUnsupported(address _token, uint256 amount, address to)
massUpdatePools()
migrate(uint256 _pid)
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, bool _withUpdate)
setEpochEndBlock(uint8 _index, uint256 _epochEndBlock)
setEpochRewardMultipler(uint8 _index, uint256 _epochRewardMultipler)
setInsuranceFundAddr(address _insuranceFundAddr)
setMigrator(address _migrator)
setRewardReferral(address _rewardReferral)
setValuePerBlock(uint256 _valuePerBlock)
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 _value, address _insuranceFundAddr, uint256 _valuePerBlock, uint256 _startBlock)
This contract contains no fallback and receive objects.
This contract contains no error objects.