Devvestaking2
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
10
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 "Devvestaking2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Devvestaking2"
ABI
ABI objects
Getter at block 21248398 totalContractBalance() view returns (uint256)
owner() view returns (address)
0x0000000000000000000000000000000000000000
signer() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0x0000000000000000000000000000000000000000
totalNumberofStakers() view returns (uint256)
0
totalStaking() view returns (uint256)
0
Read-only
StakesCount(address) view returns (uint256)
StakesPerUser(address) view returns (uint256)
getSigner(struct whitelistCheckerSigner whitelist) view returns (address)
lockTime(uint256) view returns (uint256)
stakeTime(address) view returns (uint256)
usedNonce(address, uint256) view returns (bool)
userStakeInformation(address, uint256) view returns (uint256 stakeAmount, uint256 stakeTime, uint256 stakelocktype, uint256 id)
State-modifying
Events initialize(address _token, uint256[] _setLocktime)
renounceOwnership()
setSigner(address _signer)
setTimeLocks(uint256[] _timeLock)
setToken(address _address)
stakeTokens(uint256 _amount, uint256 _locktype, struct whitelistCheckerSigner _signer)
transferOwnership(address newOwner)
unStake(uint256 poolId, struct whitelistCheckerSigner _signer)
unStakeByAdmin(uint256 poolId, address _user)
upgradeStakeTokens(uint256 poolId, uint256 _amount, uint256 _locktype, struct whitelistCheckerSigner _signer)
withDrawFunds(address _tokenAddress, uint256 amount, bool inETH)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Stake(address _sender, address _recipient, uint256 _amount, uint256 id, uint256 locktype)
rewards(address _user, uint256 _amount)
unstakeDevve(address _user, uint256 _amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.