QUAI_Staking
Verified contract
Active on
Ethereum with 1,010 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
QUAI | ERC-20 | 460.766814K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15812407 | 2 years ago | | | 0 | 0.00074468567 | |
| 15625776 | 2 years ago | | | 0 | 0.0018221747 | |
| 15570957 | 2 years ago | | | 0 | 0.00044607738 | |
| 15522302 | 2 years ago | | | 0 | 0.00085726066 | |
| 14795890 | 3 years ago | | | 0 | 0.00068695198 | |
| 14795890 | 3 years ago | | | 0 | 0.0010895084 | |
| 14728491 | 3 years ago | | | 0 | 0.0016430299 | |
| 14555832 | 3 years ago | | | 0 | 0.0011439181 | |
| 14555822 | 3 years ago | | | 0 | 0.0016598974 | |
| 14505944 | 3 years ago | | | 0 | 0.0016736988 |
ABI
ABI objects
Getter at block 21215073
maxTotalStaked() view returns (uint256)
7000000000000000000000000
minStaked() view returns (uint256)
1000000000000000000000
owner() view returns (address)
0xb974405a095cc4da2127ac44ae4c1b3e73b8d00c
quaiToken() view returns (address)
0x40821cd074dfecb1524286923bc69315075b5c89
rewardRate() view returns (uint256)
4
stakingEnd() view returns (uint256)
1641831290
stakingPeriod() view returns (uint256)
2592000
totalStaked() view returns (uint256)
214524389562044885072921
Read-only
getPendingDivs(address user) view returns (uint256)
lastStaked(address) view returns (uint256)
stakedTokens(address) view returns (uint256)
totalEarnedTokens(address) view returns (uint256)
State-modifying
Events deposit(uint256 amountTokens)
recoverQUAI()
recoverTokens(address tokenAddress, address dest, uint256 amountTokens)
renounceOwnership()
transferOwnership(address newOwner)
unstake()
updateMaxTotalStaked(uint256 newMaxTotalStaked)
updateMinStake(uint256 newMinStake)
updateRewardRate(uint256 newRewardRate)
updateStake()
updateStakingEnd(uint256 newStakingEnd)
withdrawDividends()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.