Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,672.73 |
$0 | |
NOVC | ERC-20 | 260.216919K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20779247 | 3 months ago | | | 0 | 0.0010187320 | |
| 20667536 | 3 months ago | | | 0 | 0.000077451293 | |
| 20543361 | 4 months ago | | | 0 | 0.000072473758 | |
| 20517314 | 4 months ago | | | 0 | 0.00051360077 | |
| 20292927 | 5 months ago | | | 0 | 0.00016822601 | |
| 20228520 | 5 months ago | | | 0 | 0.00044439181 | |
| 20222498 | 5 months ago | | | 0 | 0.00013997446 | |
| 20222459 | 5 months ago | | | 0 | 0.00030636400 | |
| 20222433 | 5 months ago | | | 0 | 0.00030622000 | |
| 20222384 | 5 months ago | | | 0 | 0.00022977300 |
ABI
ABI objects
Getter at block 21377815
FEE_DENOMINATOR() view returns (uint256)
10000
decimals() view returns (uint8)
18
fee() view returns (uint256)
200
lastRewardDist() view returns (uint256)
1721110979
minRewardUserAmt() view returns (uint256)
7000000000000000000000
name() view returns (string)
NOVC
onlyBuySellTax() view returns (bool)
false
owner() view returns (address)
0x0000000000000000000000000000000000000000
pancekeRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
rewardDistTime() view returns (uint256)
604800
rewardsAddress() view returns (address)
0x66cecf48dd1b2e6d730115fc3b341dc607ff8e3d
startBlockNumber() view returns (uint256)
17245658
startBlockTS() view returns (uint256)
1683913991
startLimitAmount() view returns (uint256)
1500000000000000000000000
startLimitBlockCount() view returns (uint256)
30
symbol() view returns (string)
NOVC
totalSupply() view returns (uint256)
321298277840000000000000000
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
excludedFromFees(address) view returns (bool)
excludedFromRewards(address) view returns (bool)
isDex(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distributeRewards()
excludeFromFee(address _account, bool _exclude)
excludeFromRewards(address _account)
includeToRewards(address _account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAsDex(address _dex, bool _isDex)
setOnlyBuySellTax(bool enable)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawEth()
withdrawToken(address tokenAddress, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
DexAddressAdded(address indexed dex, bool indexed addded)
EnabledAsRewardAddress(address indexed account, bool indexed enabled)
ExcludedFromFees(address indexed account, bool indexed excluded)
ExcludedFromRewards(address indexed account, bool indexed excluded)
OnlyBuySellTaxSetted(bool enabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardDistributed(address indexed account, uint256 indexed tokenAmount, uint256 indexed nativeAmount, uint256 timeStamp)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, address _rewardsAddress, address _forLiquidity, uint256 _initialAmount, address _pancakeRouter, uint256 _minRewardUserAmt, uint256 _rewardDistTime, uint256 _fee, uint256 _startLimitBlockCount, uint256 _startLimitAmount)
receive()
This contract contains no error objects.