NitroStakingV2
Verified contract
Active on
Ethereum with 519 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8098…3cca
0x9c86…a3a9
Balances ($0.00)
No balances found for "NitroStakingV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20193828 | 5 months ago | | | 0 | 0.00012636667 | |
| 20193828 | 5 months ago | | | 0 | 0.00014600116 | |
| 20193828 | 5 months ago | | | 0 | 0.00014600116 | |
| 20193828 | 5 months ago | | | 0 | 0.000053453100 | |
| 20193683 | 5 months ago | | | 0 | 0.00015513379 | |
| 20193683 | 5 months ago | | | 0 | 0.00022746000 | |
| 20193683 | 5 months ago | | | 0 | 0.000075820000 | |
| 20193683 | 5 months ago | | | 0 | 0.00011373000 | |
| 20193682 | 5 months ago | | | 0 | 0.00015807255 | |
| 20193682 | 5 months ago | | | 0 | 0.00015807255 |
ABI
ABI objects
Getter at block 21216386
APR() view returns (uint256)
150
endTime() view returns (uint256)
1649988000
oldStaking() view returns (address)
0x9c863230966b35cbe4d6c1c62af4d8037422a3a9
owner() view returns (address)
0x79b215353de491afd90c1b73ca226d2c6928c676
stakingToken() view returns (address)
0x809826cceab68c387726af962713b64cb5cb3cca
startTime() view returns (uint256)
1644976800
totalStake() view returns (uint256)
1221369514493895300025690101
verifier() view returns (address)
0x30894f6faf1f827eb272ac694a8851a5b985cabc
Read-only
claimAmount(address) view returns (uint256)
generateSignerMessage(address _user, uint256 _amount) view returns (bytes32)
isClaimed(address) view returns (bool)
isMigrated(address) view returns (bool)
oldStake(address _user) view returns (uint256)
prepareMessage(address _user, uint256 _amount) view returns (string)
userStake(address) view returns (uint256)
State-modifying
Events calimRewards(uint256 _amount, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
stake(uint256 _amount)
transferOwnership(address newOwner)
unStake(uint256 _amount)
updateAPR(uint256 _newAPR)
updatePoolEndTime(uint256 _newTime)
updateVerifier(address _newVerifier)
withdraw(address _to)
MigratedPool(address _who, uint256 _when, uint256 _howmuch)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardsClaimed(address _who, uint256 _when, uint256 _howmuch)
Staked(address _who, uint256 _when, uint256 _howmuch)
UnStaked(address _who, uint256 _when, uint256 _howmuch)
UpdatedAPR(uint256 _oldAPR, uint256 _newAPR, uint256 _when)
UpdatedPoolEndTime(uint256 _oldTime, uint256 _newTime, uint256 _when)
UpdatedVerifier(address _oldVerifier, address _newVerifier, uint256 _when)
constructor(address _stakingToken, uint256 _startTime, uint256 _endTime, address _oldStaking, address _verifier, uint256 _apr)
This contract contains no fallback and receive objects.
This contract contains no error objects.