Nexus Labs
Verified contract
Active on
Ethereum with 21 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 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $4,044.25 |
$0 | |
NEXUS | ERC-20 | 690.896881K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16967095 | 2 years ago | | | 0 | 0.0010098759 | |
| 16967091 | 2 years ago | | | 0 | 0.00088960616 | |
| 16967066 | 2 years ago | | | 0 | 0.00080672588 | |
| 16949879 | 2 years ago | | | 0 | 0.0011775535 | |
| 16949675 | 2 years ago | | | 0 | 0.0012683145 | |
| 16949624 | 2 years ago | | | 0 | 0.0027962400 | |
| 16949478 | 2 years ago | | | 0 | 0.0014879169 | |
| 16949478 | 2 years ago | | | 0 | 0.0014879169 | |
| 16949358 | 2 years ago | | | 0 | 0.0014061528 | |
| 16949292 | 2 years ago | | | 0 | 0.0018643984 |
ABI
ABI objects
Getter at block 21418029
BPS_DENOMINATOR() view returns (uint256)
10000
MAX_SUPPLY() view returns (uint256)
1000000000000000000000000000
SNIPE_BLOCKS() view returns (uint256)
0
_pair() view returns (address)
0x4a86b80d9f0e018b7b2664163a36ae34874a812f
_router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
autoSwap() view returns (bool)
true
decimals() view returns (uint8)
18
maxBuy() view returns (uint256)
1000000000000000000000000000
minTokenBalance() view returns (uint256)
1
name() view returns (string)
Nexus Labs
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellerSwap() view returns (address)
0x53acf04ab551162dcb0d302b1fbc5e65a19b3f13
symbol() view returns (string)
NEXUS
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingActive() view returns (bool)
true
tradingBlock() view returns (uint256)
16949138
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklist(address) view returns (bool)
buyTaxes(uint256) view returns (uint256)
buyerSwapTime(address) view returns (uint256)
sellTaxes(uint256) view returns (uint256)
taxExcluded(address) view returns (bool)
taxWallets(uint256) view returns (address)
totalTaxes(uint256) view returns (uint256)
State-modifying
Events addLiquidity(uint256 tokens) payable
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualBurn(address _account, uint256 _amount)
renounceOwnership()
rescueTaxTokens(uint256 _index, uint256 _amount, address _recipient)
setAutoSwap(bool _autoSwap)
setBuyTaxes(uint256[2] _buyTaxes)
setMaxBuy(uint256 _maxBuy)
setMinTokenBalance(uint256 _minTokenBalance)
setSellTaxes(uint256[2] _sellTaxes)
setTaxExcluded(address _account, bool _taxExcluded)
setTaxWallets(address[2] _taxWallets)
setTradingActive(address _taxWallet)
swapAll()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateBlacklist(address user, bool status)
withdrawAll()
Approval(address indexed owner, address indexed spender, uint256 value)
AutoSwapChanged(bool enabled)
BlacklistUpdated(address user, bool previousStatus, bool nextStatus)
BuyTaxesChanged(uint256[2] previousTaxes, uint256[2] nextTaxes)
MaxBuyChanged(uint256 nextMax)
MinTokenBalanceChanged(uint256 previousMin, uint256 nextMin)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SellTaxesChanged(uint256[2] previousTaxes, uint256[2] nextTaxes)
TaxExclusionChanged(address user, bool taxExcluded)
TaxWalletsChanged(address[2] previousWallets, address[2] nextWallets)
TaxesRescued(uint256 index, uint256 amount)
TradingActiveChanged(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.