NKTStaker
Verified contract
Active on
Ethereum with 107 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x929a…06a7
0x809a…50e7
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NEWKEN | ERC-20 | 12.176147K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11441297 | 4 years ago | | | 0 | 0.0044901500 | |
| 11441288 | 4 years ago | | | 0 | 0.0048750200 | |
| 11344866 | 4 years ago | | | 0 | 0.018610800 | |
| 11339652 | 4 years ago | | | 0 | 0.0031892985 | |
| 11339267 | 4 years ago | | | 0 | 0.0015496530 | |
| 11326136 | 4 years ago | | | 0 | 0.0043212860 | |
| 11323284 | 4 years ago | | | 0 | 0.0025787040 | |
| 11322775 | 4 years ago | | | 0 | 0.0012873623 | |
| 11309848 | 4 years ago | | | 0 | 0.0045398710 | |
| 11305877 | 4 years ago | | | 0 | 0.015886563 |
ABI
ABI objects
Getter at block 21417059
getLastTimestamp() view returns (uint256)
1606019305
getMinStakeAmount() view returns (uint256)
20000000000000000000
getRewardFee() view returns (uint256)
98
getRewardPeriod() view returns (uint256)
43200
getRewardPortion() view returns (uint256)
10
getStakerCount() view returns (uint256)
9
getStoreWalletContract() view returns (address)
0x809adb38a5e747fbad7617def87b418519ee50e7
getTotalStackedAmount() view returns (uint256)
12176147400000000000000
owner() view returns (address)
0xd1d33cfcffa90560cbd064261bce0c3637b7fc0e
Read-only
getRewardOfAccount(address staker) view returns (uint256)
getStakeAmountOfAccount(address staker) view returns (uint256)
State-modifying
Events calcRewards()
claim(uint256 amount)
endStake()
setRewardFee(uint256 rewardFee) returns (bool)
setRewardPeriod(uint256 rewardPeriod) returns (bool)
setRewardPortion(uint256 rewardPortion) returns (bool)
setStoreWalletContract(address storeWalletContract) returns (bool)
stake(uint256 amount)
unstake(uint256 amount)
withdrawAllFromStore(address recipient) returns (bool)
Claim(address staker, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Staked(address staker, uint256 amount)
Unstaked(address staker, uint256 amount)
constructor(address mainTokenContract, address devWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.