AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 225 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcfeb…6eec
-
variable spans 7 additional slots
Balances ($99.63)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STARL | ERC-20 | 99.630001M | $0.000001 |
$99.63 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19525540 | 8 months ago | | | 0 | 0.0018839829 | |
| 19330679 | 9 months ago | | | 0 | 0.0055236662 | |
| 18928433 | 10 months ago | | | 0 | 0.0022781445 | |
| 18883145 | a year ago | | | 0 | 0.0047219531 | |
| 18860483 | a year ago | | | 0 | 0.0021956237 | |
| 18761270 | a year ago | | | 0 | 0.0029043474 | |
| 18657848 | a year ago | | | 0 | 0.0041956955 | |
| 18651148 | a year ago | | | 0 | 0.0012348960 | |
| 18646840 | a year ago | | | 0 | 0.0031969812 | |
| 18644439 | a year ago | | | 0 | 0.0021992130 |
ABI
ABI objects
Getter at block 21208893
BONUS_MULTIPLIER() view returns (uint256)
1
VEMP() view returns (address)
0xcfeb09c3c5f0f78ad72166d55f9e6e9a60e96eec
VEMPPerBlock() view returns (uint256)
0
adminaddr() view returns (address)
0x5eff77571184427f5a9e951597571b5259820b48
lockPeriod() view returns (uint256)
0
owner() view returns (address)
0x5eff77571184427f5a9e951597571b5259820b48
poolInfo() view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accVEMPPerShare, uint256 accLPPerShare, uint256 lastTotalLPReward, uint256 lastLPRewardBalance, uint256 totalLPReward)
(lpToken=0x8e6cd950ad6ba651f6dd608dc70e5886b1aa6b24, allocPoint=100, lastRewardBlock=19330679, accVEMPPerShare=40202607, accLPPerShare=0, lastTotalLPReward=0, lastLPRewardBalance=0, totalLPReward=0)
rewardEndBlock() view returns (uint256)
0
rewardEndStatus() view returns (bool)
false
startBlock() view returns (uint256)
14791750
totalAllocPoint() view returns (uint256)
100
totalLPStaked() view returns (uint256)
38519483012759920613598975643
totalLPUsedForPurchase() view returns (uint256)
38419853011942610000000000000
totalVempLock() view returns (uint256)
0
vempLockAmount() view returns (uint256)
0
withdrawStatus() view returns (bool)
false
Read-only
blackListUser(address) view returns (bool)
getMultiplier(uint256 _from, uint256 _to) pure returns (uint256)
pendingLP(address _user) view returns (uint256)
pendingVEMP(address _user) view returns (uint256)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt, uint256 rewardLPDebt)
userLockInfo(address) view returns (uint256 amount, uint256 lockTime)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
accessLPTokens(address _to, uint256 _amount)
addLPTokensInPool(uint256 _amount)
admin(address _adminaddr)
blackListUsers(address _user, bool _status)
claimLP()
deposit(address _user, uint256 _amount)
emergencyWithdrawRewardTokens(address _to, uint256 _amount)
initialize(address _VEMP, address _lpToken, address _adminaddr, uint256 _VEMPPerBlock, uint256 _startBlock, uint256 _vempLockAmount, uint256 _lockPeriod)
lock()
renounceOwnership()
transferOwnership(address newOwner)
updateLockPeriod(uint256 _lockPeriod)
updateRewardEndStatus(bool _status, uint256 _rewardEndBlock)
updateRewardPerBlock(uint256 _newRewardPerBlock)
updateVempLockAmount(uint256 _vempLockAmount)
updateWithdrawStatus(bool _status)
withdraw(uint256 _amount, bool _directStatus)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
AccessLPToken(address indexed user, uint256 amount, uint256 totalLPUsedForPurchase)
AddLPTokensInPool(uint256 amount, uint256 totalLPUsedForPurchase)
Deposit(address indexed user, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardEndStatus(bool rewardStatus, uint256 rewardEndBlock)
RewardPerBlock(uint256 oldRewardPerBlock, uint256 newRewardPerBlock)
Set(uint256 allocPoint, bool overwrite)
UpdateLockPeriod(uint256 _oldLockPeriod, uint256 _newLockPeriod)
UpdateVempLockAmount(uint256 _oldLockAmount, uint256 _newLockAmount)
Withdraw(address indexed user, uint256 amount)
constructor(address logic, address admin, bytes data)
fallback()
receive()
This contract contains no error objects.