Nexus Finance
Verified contract
Active on
Ethereum with 269 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "Nexus Finance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17737361 | a year ago | | | 0 | 0.00079790065 | |
| 16890473 | 2 years ago | | | 0 | 0.00073496172 | |
| 16888057 | 2 years ago | | | 0 | 0.00049550208 | |
| 16860797 | 2 years ago | | | 0 | 0.00068885951 | |
| 16848976 | 2 years ago | | | 0 | 0.00060918995 | |
| 16848884 | 2 years ago | | | 0 | 0.0011843835 | |
| 16845808 | 2 years ago | | | 0 | 0.00042599141 | |
| 16845808 | 2 years ago | | | 0 | 0.00074456321 | |
| 16845672 | 2 years ago | | | 0 | 0.00075299767 | |
| 16844517 | 2 years ago | | | 0 | 0.0012223182 |
ABI
ABI objects
Getter at block 21293516
_maximumWalletSize() view returns (uint256)
300000000000000000000000
_swapThreshold() view returns (uint256)
10000000000000000000000
decimals() pure returns (uint8)
18
feeRatios() view returns (uint256 marketingPortion, uint256 developmentPortion)
(marketingPortion=40, developmentPortion=60)
name() pure returns (string)
Nexus Finance
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapEnabled() view returns (bool)
true
symbol() pure returns (string)
NEXUS
totalSupply() pure returns (uint256)
10000000000000000000000000
tradingFees() view returns (uint256 buyFee, uint256 sellFee)
(buyFee=0, sellFee=0)
uniswapV2Pair() view returns (address)
0x92db51ba5991063b73aaf657148cda20eb2a8b04
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
wallets() view returns (address deployerWallet, address devWallet, address marketingWallet)
(deployerWallet=0x44467237b133ca8ca30f83bbce414e21ed30db4e, devWallet=0x511ac6ab56e8d7ddd1c89157d7d124ce21efad05, marketingWallet=0xf8352c9139f178df8a432982b45e1931fa08bacd)
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
clearEth()
clearTokens(address tokenToClear)
enableSwap(bool shouldEnable)
excludeMultipleAccountsFromFees(address[] accounts, bool shouldExclude)
initialize()
manualSwapback()
openTrading()
preparation(uint256[] _blocks, bool blocked)
reduceFees(uint256 _buyFee, uint256 _sellFee)
renounceOwnership()
setFeeRatios(uint256 _marketingPortion, uint256 _developmentPortion)
transfer(address recipient, uint256 amount) returns (bool)
transfer(address wallet)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludedFromFees(address indexed account, bool indexed excluded)
FeeRatiosChanged(uint256 indexed developmentPortion, uint256 indexed marketingPortion)
FeesChanged(uint256 indexed buyFee, uint256 indexed sellFee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapEnabled(bool indexed enabled)
TradingOpened()
Transfer(address indexed from, address indexed to, uint256 value)
Verified(address indexed user)
constructor()
receive()
This contract contains no error objects.