Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6885…bf50
19 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Nova | ERC-20 | 41.962887M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17340110 | a year ago | | | 0 | 0.0013638762 | |
| 17246638 | 2 years ago | | | 0 | 0.0032080119 | |
| 17115045 | 2 years ago | | | 0 | 0.0018872307 | |
| 17089880 | 2 years ago | | | 0 | 0.0029927281 | |
| 16992559 | 2 years ago | | | 0 | 0.00059425692 | |
| 16825738 | 2 years ago | | | 0 | 0.00080396008 | |
| 16566942 | 2 years ago | | | 0 | 0.00097616875 | |
| 16465373 | 2 years ago | | | 0 | 0.00073800251 | |
| 16463182 | 2 years ago | | | 0 | 0.00097434789 | |
| 16460284 | 2 years ago | | | 0 | 0.00064715661 |
ABI
ABI objects
Getter at block 21230287
buybackBuyFee() view returns (uint256)
10
buybackSellFee() view returns (uint256)
10
buybackWallet() view returns (address)
0x52a03d3b80dee43af459e92b7562f53072afa9bd
decimals() view returns (uint8)
18
dividendTracker() view returns (address)
0x6885c693786fa514efdade2818bc250238fbbf50
earlyBuyPenaltyEnd() view returns (uint256)
0
feeDivisor() view returns (uint256)
1000
gasForProcessing() view returns (uint256)
0
getClaimWait() view returns (uint256)
1200
getLastProcessedIndex() view returns (uint256)
0
getNumberOfDividendTokenHolders() view returns (uint256)
100
getNumberOfDividends() view returns (uint256)
414211166248023777558076888
limitsInEffect() view returns (bool)
true
liquidityActiveBlock() view returns (uint256)
0
liquidityBuyFee() view returns (uint256)
0
liquiditySellFee() view returns (uint256)
0
lpPercToWithDraw() view returns (uint256)
0
lpWithdrawRequestDuration() view returns (uint256)
259200
lpWithdrawRequestPending() view returns (bool)
false
lpWithdrawRequestTimestamp() view returns (uint256)
0
maxTransactionAmount() view returns (uint256)
50000000000000000000000000000000000000000000
maxWallet() view returns (uint256)
50000000000000000000000000000000000000000000
name() view returns (string)
Nova
nextAvailableLpWithdrawDate() view returns (uint256)
0
operationsBuyFee() view returns (uint256)
30
operationsSellFee() view returns (uint256)
30
operationsWallet() view returns (address)
0x54896d2d0a9737530391542b87573eaf3b11ef1c
owner() view returns (address)
0x54896d2d0a9737530391542b87573eaf3b11ef1c
rewardsBuyFee() view returns (uint256)
30
rewardsSellFee() view returns (uint256)
30
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
2000000000000000000000000
symbol() view returns (string)
Nova
tokensForBuyback() view returns (uint256)
5994698117081275256497582
tokensForLiquidity() view returns (uint256)
0
tokensForOperations() view returns (uint256)
17984094351243825769492748
tokensForRewards() view returns (uint256)
17984094351243825769492748
totalBuyFees() view returns (uint256)
70
totalSellFees() view returns (uint256)
70
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingActive() view returns (bool)
true
tradingActiveBlock() view returns (uint256)
15828825
transferDelayEnabled() view returns (bool)
true
uniswapV2Pair() view returns (address)
0x96673b52b392d94466c524998da62ed2c58ee15e
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isExcludedMaxTransactionAmount(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
dividendTokenBalanceOf(address account) view returns (uint256)
getAccountDividendsInfo(address account, address rewardToken) view returns (address, int256, int256, uint256, uint256, uint256, uint256, uint256)
getAccountDividendsInfoAtIndex(uint256 index, address rewardToken) view returns (address, int256, int256, uint256, uint256, uint256, uint256, uint256)
getTotalDividendsDistributed(address rewardToken) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
withdrawableDividendOf(address account, address rewardToken) view returns (uint256)
State-modifying
Events addPresaleAddressForExclusions(address _presaleAddress)
approve(address spender, uint256 amount) returns (bool)
cancelLPWithdrawRequest()
claim()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransferDelay() returns (bool)
enableTrading()
excludeFromDividends(address account)
excludeFromFees(address account, bool excluded)
excludeFromMaxTransaction(address updAds, bool isEx)
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
includeInDividends(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
processDividendTracker(uint256 gas)
removeLimits() returns (bool)
renounceOwnership()
requestToWithdrawLP(uint256 percToWithdraw)
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBuyFees(uint256 _operationsFee, uint256 _rewardsFee, uint256 _liquidityFee, uint256 _buybackFee)
updateBuybackWallet(address newBuybackWallet)
updateClaimWait(uint256 claimWait)
updateGasForProcessing(uint256 newValue)
updateMaxAmount(uint256 newNum)
updateMaxWalletAmount(uint256 newNum)
updateOperationsWallet(address newOperationsWallet)
updateSellFees(uint256 _operationsFee, uint256 _rewardsFee, uint256 _liquidityFee, uint256 _buybackFee)
updateSwapEnabled(bool enabled)
withdrawRequestedLP()
withdrawStuckEth()
Approval(address indexed owner, address indexed spender, uint256 value)
BuybackWalletUpdated(address indexed newWallet, address indexed oldWallet)
CanceledLpWithdrawRequest()
ExcludeFromFees(address indexed account, bool isExcluded)
ExcludeMultipleAccountsFromFees(address[] accounts, bool isExcluded)
ExcludedMaxTransactionAmount(address indexed account, bool isExcluded)
GasForProcessingUpdated(uint256 indexed newValue, uint256 indexed oldValue)
OperationsWalletUpdated(address indexed newWallet, address indexed oldWallet)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProcessedDividendTracker(uint256 iterations, uint256 claims, uint256 lastProcessedIndex, bool indexed automatic, uint256 gas, address indexed processor)
RequestedLPWithdraw()
SendDividends(uint256 tokensSwapped, uint256 amount)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
Transfer(address indexed from, address indexed to, uint256 value)
WithdrewLPForMigration()
constructor()
receive()
This contract contains no error objects.