Nexus Flow
Verified contract
Active on
Ethereum with 45 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NFW | ERC-20 | 45.025375M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20242512 | 5 months ago | | | 0 | 0.00016410103 | |
| 20241681 | 5 months ago | | | 0 | 0.00034052819 | |
| 20241666 | 5 months ago | | | 0 | 0.00028453701 | |
| 20241451 | 5 months ago | | | 0 | 0.00047349509 | |
| 20241449 | 5 months ago | | | 0 | 0.00045837792 | |
| 20241446 | 5 months ago | | | 0 | 0.00046013696 | |
| 20241424 | 5 months ago | | | 0 | 0.0010927212 | |
| 20241359 | 5 months ago | | | 0 | 0.00041424198 | |
| 20231511 | 5 months ago | | | 0 | 0.00023407617 | |
| 20226685 | 5 months ago | | | 0 | 0.00089867093 |
ABI
ABI objects
Getter at block 21314999
compoundingEnabled() view returns (bool)
true
decimals() pure returns (uint8)
18
dividendFeeBPS() view returns (uint256)
300
dividendTracker() view returns (address)
0x73fb3991c992e97f75d2437d3fda4985fbb372bd
lastSwapTime() view returns (uint256)
0
liquidityFeeBPS() view returns (uint256)
0
liquidityWallet() view returns (address)
0x6114e874968e60bb0cdcf90b590bab798b65df96
marketingWallet() view returns (address)
0x30b8fbe3132feb733562fb42ff1f935b0b002853
maxDividendBalance() view returns (uint256)
0
maxTxBPS() view returns (uint256)
10000
maxWalletBPS() view returns (uint256)
10000
name() view returns (string)
Nexus Flow
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
100000000000000000000000000
symbol() view returns (string)
NFW
taxEnabled() view returns (bool)
true
totalFeeBPS() view returns (uint256)
500
totalSupply() view returns (uint256)
1000000000000000000000000000
treasuryFeeBPS() view returns (uint256)
200
uniswapV2Pair() view returns (address)
0x95570b8e9ebc58e641d357837cba1c5e047a2bce
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
accumulativeDividendOf(address account) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
automatedMarketMakerPairs(address) view returns (bool)
balanceOf(address account) view returns (uint256)
getAccountInfo(address account) view returns (address, uint256, uint256, uint256, uint256)
getLastClaimTime(address account) view returns (uint256)
isExcludedFromDividends(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromMaxTx(address account) view returns (bool)
isExcludedFromMaxWallet(address account) view returns (bool)
withdrawableDividendOf(address account) view returns (uint256)
withdrawnDividendOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claim()
compound()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
dividendProcess(address sender, address dividendAddress, uint256 value) returns (bool)
excludeFromDividends(address account, bool excluded)
excludeFromFees(address account, bool excluded)
excludeFromMaxTx(address account, bool excluded)
excludeFromMaxWallet(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualSendDividend(uint256 amount, address holder)
openTrading()
renounceOwnership()
rescueETH(uint256 _amount)
rescueToken(address _token, uint256 _amount)
setAutomatedMarketMakerPair(address pair, bool value)
setCompoundingEnabled(bool _enabled)
setDividendContract(address _dividendContract)
setFee(uint256 _treasuryFee, uint256 _liquidityFee, uint256 _dividendFee)
setMaxTxBPS(uint256 bps)
setMaxWalletBPS(uint256 bps)
setSwapEnabled(bool _enabled)
setTaxEnabled(bool _enabled)
setWallet(address _marketingWallet, address _liquidityWallet)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateDividendSettings(bool _swapEnabled, uint256 _swapTokensAtAmount, bool _swapAllToken)
updateUniswapV2Router(address newAddress)
Approval(address indexed owner, address indexed spender, uint256 value)
CompoundingEnabled(bool enabled)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SendDividends(uint256 tokensSwapped, uint256 amount)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndAddLiquidity(uint256 tokensSwapped, uint256 nativeReceived, uint256 tokensIntoLiquidity)
SwapEnabled(bool enabled)
TaxEnabled(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
dividendContractChange(address dividendContract)
constructor()
receive()
This contract contains no error objects.