NewStaking
Verified contract
Active on
Ethereum with 117 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x92d5…0357
0x4540…84b3
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EYE | ERC-20 | 867.847K | -- | -- | |
EVW | ERC-721 | 1 | -- | -- | |
EVW | ERC-721 | 1 | -- | -- | |
EVW | ERC-721 | 1 | -- | -- | |
EVW | ERC-721 | 1 | -- | -- | |
EVW | ERC-721 | 1 | -- | -- | |
EVW | ERC-721 | 1 | -- | -- | |
EVW | ERC-721 | 1 | -- | -- | |
EVW | ERC-721 | 1 | -- | -- | |
EVW | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19858753 | 6 months ago | | | 0 | 0.021059460 | |
| 19856686 | 6 months ago | | | 0 | 0.0026329114 | |
| 19059675 | 10 months ago | | | 0 | 0.0017164614 | |
| 18895749 | a year ago | | | 0 | 0.0042998062 | |
| 18895743 | a year ago | | | 0 | 0.011076127 | |
| 18403181 | a year ago | | | 0 | 0.034344113 | |
| 18297925 | a year ago | | | 0 | 0.0014238700 | |
| 18261533 | a year ago | | | 0 | 0.0032648689 | |
| 18261512 | a year ago | | | 0 | 0.0014242719 | |
| 18218623 | a year ago | | | 0 | 0.0013244243 |
ABI
ABI objects
Getter at block 21215316
MinimumLockTime() view returns (uint256)
2592000
getReward() view returns (uint256)
0
nftToken() view returns (address)
0x45408ce844d0bf5061e9b25c2924aade4df884b3
owner() view returns (address)
0xe2371bef47037bdb57960ca21cf810edb1535310
rewardToken() view returns (address)
0x92d529163c5e880b9de86f01de0cb8924d790357
rewardsPerDay() view returns (uint256)
1000000000000000000
Read-only
calculateDays(uint16 timeOfLock) view returns (uint256)
calculateRewards(uint16 tokenId) view returns (uint256)
calculateRewardsForMany(uint16[] tokenId) view returns (uint256)
getAllReward(uint16[] tokenId) view returns (uint256)
getRewardRecord(uint16 _id) view returns (uint256)
idToAddress(uint16) view returns (address)
lockedAt(uint16) view returns (uint64)
rewardBalances(address) view returns (uint64)
State-modifying
Events claim(uint16[] tokenId)
multipleStake(uint16[] tokenId)
multipleUnStake(uint16[] tokenId)
renounceOwnership()
setMinimumLockTime(uint256 _MinLockTime)
setRewardPerDay(uint256 _reward)
stake(uint16 _tokenId)
transferOwnership(address newOwner)
unStake(uint16 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.