NovaStaking
Verified contract
Active on
Ethereum with 3,722 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0e2c…7038
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0xb590…3720 | ERC-20 | 238,916,096,344,377.37T | -- | -- | |
NVT | ERC-20 | 19.307641B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453393 | 4 months ago | | | 0 | 0.00013965000 | |
| 20251158 | 5 months ago | | | 0 | 0.00011595609 | |
| 10391965 | 4 years ago | | | 0 | 0.0010000000 | |
| 10386813 | 4 years ago | | | 0 | 0.0010655904 | |
| 10386423 | 4 years ago | | | 0 | 0.0016650990 | |
| 10386411 | 4 years ago | | | 0 | 0.0032824620 | |
| 10386407 | 4 years ago | | | 0 | 0.0063419520 | |
| 10374804 | 4 years ago | | | 0 | 0.0014185080 | |
| 10374803 | 4 years ago | | | 0 | 0.0068891760 | |
| 10369516 | 4 years ago | | | 0 | 0.0014409270 |
ABI
ABI objects
Getter at block 21258930
SECONDS_PER_WEEK() view returns (uint256)
604800
WEEK_ZERO_START() view returns (uint256)
1538352000
gameContract() view returns (address)
0x0e2cda02caebdf772ef15a6f2961296741107038
getCurrentWeek() view returns (uint256)
320
nvtContract() view returns (address)
0x09d8b66c48424324b25754a873e290cae5dca439
owner() view returns (address)
0x2c5ac9d8e04d98def29b0c9c3d42cd8778a64e92
recoveryAddress() view returns (address)
0xd13744899b1e1f746a65fb0655ae38a4cf39abf4
totalStaked() view returns (uint256)
18847522298000000000000000000
Read-only
accountStaked(address) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
balances(address) view returns (uint256)
gameAccountStaked(uint256, address) view returns (uint256)
gameStaked(uint256) view returns (uint256)
lastPayoutWeekByAccount(address) view returns (uint256)
lastPayoutWeekByGame(uint256) view returns (uint256)
storedNVTbyWeek(uint256) view returns (uint256)
weekAccountStakes(uint256, address) view returns (uint256)
weekGameAccountStakes(uint256, uint256, address) view returns (uint256)
weekGameStakes(uint256, uint256) view returns (uint256)
weekTotalStakes(uint256) view returns (uint256)
weeklyIncome(uint256) view returns (uint256)
State-modifying
Events addNVTtoGame(uint256 _game, uint256 _tokensToToAdd)
collectGamePayout(uint256 _game, uint256 _numberOfWeeks) returns (uint256 _payout)
collectPayout(uint256 _numberOfWeeks) returns (uint256 _payout)
decreaseStake(uint256 _game, uint256 _decrease) returns (uint256 newStake)
increaseStake(uint256 _game, uint256 _increase) returns (uint256 newStake)
linkContracts(address _gameContract)
receiveApproval(address _sender, uint256 _amount, address _contract, bytes _data)
receiveNVT(uint256 _amount, uint256 _week)
setOwner(address _newOwner)
setPromotedGame(uint256 _game, bool _isPromoted, string _json)
setRecovery(address _newRecovery)
setStake(uint256 _game, uint256 _newStake)
setSuppressedGame(uint256 _game, bool _isSuppressed)
withdraw(uint256 amount)
withdrawNVTfromGame(uint256 _game, uint256 _tokensToWithdraw)
Balance(address account, uint256 value)
ChangeStake(uint256 week, uint256 indexed game, address indexed staker, uint256 prevStake, uint256 newStake, uint256 accountStake, uint256 gameStake, uint256 totalStake)
Deposit(address account, uint256 amount, uint256 balance)
OwnershipTransferred(address previousOwner, address newOwner)
Payout(address indexed staker, uint256 amount, uint256 endWeek)
PromotedGame(uint256 game, bool isPromoted, string json)
StoredNVT(uint256 week, uint256 stored)
SuppressedGame(uint256 game, bool isSuppressed)
Transfer(address indexed from, address indexed to, uint256 value)
Withdrawal(address account, uint256 amount, uint256 balance)
constructor(address _nvtContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.