VEMPLockContract
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "VEMPLockContract"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "VEMPLockContract"
ABI
ABI objects
Getter at block 21390649
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
owner() view returns (address)
0x0000000000000000000000000000000000000000
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
totalVempLock() view returns (uint256)
0
totalWithdrawTokens() view returns (uint256)
0
vempToken() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
userVEMPLock(address) view returns (uint256)
State-modifying
Events UpdateUserLockAmount(address[] _user, uint256[] _amount)
initialize(address token_, address initialOwner)
lockVEMP(uint256 _amount)
renounceOwnership()
transferOwnership(address newOwner)
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawTokensByAdmin(address to, uint256 amount)
Initialized(uint64 version)
LockVemp(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
UserLockVempTokens(address[] indexed user, uint256[] amount)
WithdrawTokensByAdmin(address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)