GlqStakingContract
Verified contract
Active on
Ethereum with 3,063 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($98,857.78)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GLQ | ERC-20 | 963.930088K | $0.102557 |
$98,857.78 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19661648 | 8 months ago | | | 0 | 0.0028963048 | |
| 19661640 | 8 months ago | | | 0 | 0.0019157128 | |
| 19324715 | 9 months ago | | | 0 | 0.0047583965 | |
| 16659340 | 2 years ago | | | 0 | 0.0022635431 | |
| 16659326 | 2 years ago | | | 0 | 0.0015490907 | |
| 16656039 | 2 years ago | | | 0 | 0.0048308490 | |
| 16656016 | 2 years ago | | | 0 | 0.0042130176 | |
| 16655846 | 2 years ago | | | 0 | 0.011073136 | |
| 16655260 | 2 years ago | | | 0 | 0.0023568614 | |
| 16655033 | 2 years ago | | | 0 | 0.0037399516 |
ABI
ABI objects
Getter at block 21324466
getTiersAPY() view returns (uint256, uint256, uint256)
(15000000000000000000, 7500000000000000000, 5000000000000000000)
getTopStakers() view returns (address[], uint256[])
([0xeeBa61830dAD9a6D53058DfeB26E7acC42d00D6D, 0x1cC972Ff969689873f8010bDD0Cf3dC30618397E, 0xe809968423551135675f38Ca77d9595C5D225918], [0, 0, 0])
getTotalIncentive() view returns (uint256)
0
getTotalStaked() view returns (uint256)
230156211024764057056601100
getTotalStakers() view returns (uint256)
822
Read-only
getDepositedGLQ(address wallet) view returns (uint256)
getGlqToClaim(address wallet) view returns (uint256)
getPosition(address wallet) view returns (uint256)
getTierTotalStaked(uint256 tier) view returns (uint256)
getWaitingPercentAPR(address wallet) view returns (uint256)
getWalletCurrentTier(address wallet) view returns (uint256)
State-modifying
Events addIncentive(uint256 glqAmount)
claimGlq() returns (uint256)
depositGlq(uint256 glqAmount)
emergencyWithdraw()
removeIncentive(uint256 glqAmount)
setApyPercentRewards(uint256 t1, uint256 t2, uint256 t3)
setBlocksPerYear(uint256 blocks)
setEmergencyWithdraw(bool state)
withdrawGlq()
NewStakerRegistered(address staker_address, uint256 at_block, uint256 amount_registered)
constructor(address glqAddr, address manager)
This contract contains no fallback and receive objects.
This contract contains no error objects.