AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 343 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
Balances ($33.78)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MANA | ERC-20 | 62.817182 | $0.343312 |
$21.57 | |
STARL | ERC-20 | 10.000001M | $0.000001 |
$9.91 | |
SAND | ERC-20 | 7.950371 | $0.290299 |
$2.31 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20177322 | 5 months ago | | | 0 | 0.0033034849 | |
| 20107819 | 5 months ago | | | 0 | 0.00031770344 | |
| 19934694 | 6 months ago | | | 0 | 0.0018301858 | |
| 19934690 | 6 months ago | | | 0 | 0.0012394181 | |
| 19778013 | 6 months ago | | | 0 | 0.0011036035 | |
| 19778005 | 6 months ago | | | 0 | 0.00064821985 | |
| 19525378 | 8 months ago | | | 0 | 0.0043168615 | |
| 19498542 | 8 months ago | | | 0 | 0.0013953802 | |
| 19497952 | 8 months ago | | | 0 | 0.0015658560 | |
| 19497844 | 8 months ago | | | 0 | 0.0021971135 |
ABI
ABI objects
Getter at block 21195762
VEMP() view returns (address)
0xcfeb09c3c5f0f78ad72166d55f9e6e9a60e96eec
lockPeriod() view returns (uint256)
0
owner() view returns (address)
0x5eff77571184427f5a9e951597571b5259820b48
vempLockAmount() view returns (uint256)
0
Read-only
blackListUser(address, address) view returns (bool)
chef(address) view returns (address)
masterChefStatus(address) view returns (bool)
userLockInfo(address, address) view returns (uint256 amount, uint256 lockTime)
withdrawInfo(address, address) view returns (uint256 amount, bool withdrawStatus)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addNewMasterChef(address _oldMasterChef, address _newMasterChef)
blackListUsers(address _masterChef, address _user, bool _status)
emergencyWithdrawTokens(address _token, address _to, uint256 _amount)
initialize(address owner_, address _vemp, uint256 _vempLockAmount, uint256 _lockPeriod)
lock(address _masterChef)
renounceOwnership()
transferOwnership(address newOwner)
unstake(address _masterChef, bool _directStatus, bool _migrate)
updateLockPeriod(uint256 _lockPeriod)
updateVempLockAmount(uint256 _vempLockAmount)
whiteListMasterChef(address _masterChef, bool _status)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UpdateLockPeriod(uint256 _oldLockPeriod, uint256 _newLockPeriod)
UpdateVempLockAmount(uint256 _oldLockAmount, uint256 _newLockAmount)
constructor(address logic, address admin, bytes data)
fallback()
receive()
This contract contains no error objects.