StakingContract
Verified contract
Active on
Ethereum with 411 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 |
---|---|---|---|---|---|
QDT | ERC-20 | 13.028386M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21170257 | 8 days ago | | | 0 | 0.0021818311 | |
| 21100372 | 18 days ago | | | 0 | 0.0011616473 | |
| 21100360 | 18 days ago | | | 0 | 0.00063264072 | |
| 20848126 | 2 months ago | | | 0 | 0.0019440133 | |
| 20848115 | 2 months ago | | | 0 | 0.00095712423 | |
| 20768958 | 2 months ago | | | 0 | 0.00010816313 | |
| 20768956 | 2 months ago | | | 0 | 0.00028987490 | |
| 20766655 | 2 months ago | | | 0 | 0.00059735255 | |
| 20748491 | 2 months ago | | | 0 | 0.00027161297 | |
| 20728429 | 2 months ago | | | 0 | 0.00079692819 |
ABI
ABI objects
Getter at block 21229811 getInterest() view returns (uint256)
MIN_ALLOWED_AMOUNT() view returns (uint256)
10000
closed() view returns (bool)
false
owner() view returns (address)
0x5bef77f21da9447f81a93a3eca83e0f02bc16c4f
rewardInterest() view returns (uint256)
14
rewardPeriod() view returns (uint256)
31536000
rewardedTokens() view returns (uint256)
1190323133020443330115399
stakedTokens() view returns (uint256)
4218709263219964842000000
Read-only
StakeHolders(address) view returns (uint256 joinDate, uint256 stake)
StakeHoldersList(uint256) view returns (address)
State-modifying
Events closeStaking()
openStaking()
renounceOwnership()
stake(uint256 _amount)
transferOwnership(address newOwner)
withdraw()
CleanedUp(address _recipient, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address _address, uint256 _amount)
StakingisClosed(bool _closed)
Withdrawed(address _address, uint256 _amount)
constructor(address _tokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.