AdminUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 2,394 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
0x9fc8…d2b5
Balances ($138,234.71)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
VEMP | ERC-20 | 25.239037M | $0.005477 |
$138,234.71 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21393168 | 20 hours ago | | | 0 | 0.0013013410 | |
| 21383134 | 2 days ago | | | 0 | 0.0013854048 | |
| 21381334 | 2 days ago | | | 0 | 0.0032648166 | |
| 21367250 | 4 days ago | | | 0 | 0.0025587662 | |
| 21366845 | 5 days ago | | | 0 | 0.0027626915 | |
| 21364983 | 5 days ago | | | 0 | 0.0037502074 | |
| 21364970 | 5 days ago | | | 0 | 0.0026756555 | |
| 21363858 | 5 days ago | | | 0 | 0.0011718916 | |
| 21360737 | 5 days ago | | | 0 | 0.00072233058 | |
| 21360283 | 5 days ago | | | 0 | 0.0012564376 |
ABI
ABI objects
Getter at block 21399202
VEMP() view returns (address)
0xcfeb09c3c5f0f78ad72166d55f9e6e9a60e96eec
owner() view returns (address)
0x5eff77571184427f5a9e951597571b5259820b48
rewardDistribution() view returns (address)
0x5eff77571184427f5a9e951597571b5259820b48
xVEMP() view returns (address)
0x9fc889ff92cbeeb12f8b70be8f0e7f329f12d2b5
Read-only
blackListAddress(address) view returns (bool)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
blackListUser(address _user, bool _status)
emergencyWithdrawVempTokens(address _token, address _to, uint256 _amount)
enter(uint256 _amount)
initialize(address _owner, address _vemp, address _xvemp)
leave(uint256 _share)
notifyRewardAmount(uint256 _balance)
renounceOwnership()
setRewardDistribution(address _rewardDistribution)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardDistributorSet(address indexed newRewardDistributor)
Stake(address indexed staker, uint256 xvempReceived)
Unstake(address indexed unstaker, uint256 vempReceived)
VempFeeReceived(address indexed from, uint256 vempAmount)
constructor(address logic, address admin, bytes data)
fallback()
receive()
This contract contains no error objects.