UZV1Staking
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "UZV1Staking"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "UZV1Staking"
ABI
ABI objects
Getter at block 21327645
combinedTokenWeight() view returns (uint256)
0
dao() view returns (address)
0x0000000000000000000000000000000000000000
getActiveTokens() view returns (address[])
[]
getTVLs() view returns (uint256[])
[]
getTokenWeights() view returns (uint256[] weights, uint256 combinedWeight)
(weights=[], combinedWeight=0)
membershipToken() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
zcxht() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
activeTokens(uint256) view returns (address)
getTVLs(uint256 _blocknumber) view returns (uint256[])
getUserData(address _user) view returns (address[], uint256[], uint256)
getUserStakes(address _user) view returns (uint256[])
getUserStakes(address _user, uint256 _blocknumber) view returns (uint256[])
getUserStakesSnapshots(address _user, address _token, uint256 _startBlock, uint256 _endBlock, uint256[] _claimedBlocks) view returns (struct SharedDataTypesStakeSnapshot[] snapshots)
getUserTVLShare(address _user, uint256 _precision) view returns (uint256[])
getUsersStakedAmountOfToken(address _user, address _token) view returns (uint256)
isAllowedToken(address _token) view returns (bool)
stakeableTokens(address) view returns (uint256 totalValueLocked, uint256 weight, bool active)
stakerUsers(address) view returns (uint256 zcxhtStakedAmount)
State-modifying
Events addToken(address _token, uint256 _weight)
initialize(address _token)
initialize(address _zcx, uint256 _zcxTokenWeight, address _accessToken)
pause()
removeToken(address _token)
renounceOwnership()
setHolderToken(address _zcxht)
setMembershipToken(address _newToken)
stake(address _lpToken, uint256 _amount) returns (uint256)
stake(uint256 _amount) returns (uint256)
transferOwnership(address newOwner)
unPause()
updateDAO(address _newDAO)
updateStakeToken(address _token)
updateTokenWeight(address _token, uint256 _newWeight)
withdraw(address _lpToken, uint256 _amount) returns (uint256)
withdraw(uint256 _amount) returns (uint256)
MembershipTokenUpdated(address _newTokenAddress)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TVLChange(address indexed user, address indexed token, uint256 amount, bool indexed changeType)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.