DEVVEStakingProxy
Verified contract
Proxy
Active on
Ethereum with 1,292 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
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x8248…cc09
Balances ($6,326,934.37)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DEVVE | ERC-20 | 17.696481M | $0.357525 |
$6,326,934.37 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247145 | 4 hours ago | | | 0 | 0.0033870986 | |
| 21245502 | 10 hours ago | | | 0 | 0.0029306827 | |
| 21245346 | 10 hours ago | | | 0 | 0.0034908206 | |
| 21223666 | 3 days ago | | | 0 | 0.0029025872 | |
| 21223365 | 3 days ago | | | 0 | 0.0026317338 | |
| 21221224 | 4 days ago | | | 0 | 0.0024131559 | |
| 21220662 | 4 days ago | | | 0 | 0.0011635141 | |
| 21219751 | 4 days ago | | | 0 | 0.00094093011 | |
| 21218751 | 4 days ago | | | 0 | 0.0027664916 | |
| 21215688 | 5 days ago | | | 0 | 0.0025020170 |
ABI
ABI objects
Getter at block 21248398
implementation() view returns (address)
0x9bcede2017ac9428bb9a6065fcd1aa017817959c
proxyOwner() view returns (address owner)
0x9915b9023ff3213651aee223a29335c9dbafc317
owner() view returns (address)
0x9915b9023ff3213651aee223a29335c9dbafc317
signer() view returns (address)
0xeee499c5691439cd88d0419ec216d1c4bac942f7
token() view returns (address)
0x8248270620aa532e4d64316017be5e873e37cc09
totalContractBalance() view returns (uint256)
17696481000000000000000000
totalNumberofStakers() view returns (uint256)
707
totalStaking() view returns (uint256)
17696481000000000000000000
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 transferProxyOwnership(address _newOwner)
upgradeTo(address _impl)
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)
constructor()
fallback()
receive()
This contract contains no error objects.