NewEthereum
Verified contract
Active on
Ethereum with 111 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
nETH | ERC-20 | 1.221706M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18330915 | a year ago | | | 0 | 0.00016703200 | |
| 18329654 | a year ago | | | 0 | 0.00026682837 | |
| 18329651 | a year ago | | | 0 | 0.00034036303 | |
| 18329376 | a year ago | | | 0 | 0.00063004173 | |
| 18329371 | a year ago | | | 0 | 0.00049033714 | |
| 18329367 | a year ago | | | 0 | 0.00050879948 | |
| 18329291 | a year ago | | | 0 | 0.00091413077 | |
| 18329273 | a year ago | | | 0 | 0.00079466070 | |
| 18329269 | a year ago | | | 0 | 0.00042864252 | |
| 18329253 | a year ago | | | 0 | 0.00041870711 |
ABI
ABI objects
Getter at block 21282937
EnableTxLimit() view returns (bool)
false
_maxTxAmount() view returns (uint256)
2405011000000000000000000
_walletMax() view returns (uint256)
2405011000000000000000000
buyTax() view returns (uint256)
2
checkWalletLimit() view returns (bool)
false
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
developmentWallet() view returns (address)
0x88464e4e5148cdab13d5e0b8f78e4f3ee074c4be
dexPair() view returns (address)
0x082cacfa2ec04ba82e2b0199e0d83df0cf5cc805
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
launchedAt() view returns (uint256)
1697049611
name() view returns (string)
New Ethereum
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTax() view returns (uint256)
2
swapEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
1202505500000000000000000
swapbylimit() view returns (bool)
true
symbol() view returns (string)
nETH
totalSupply() view returns (uint256)
120250550000000000000000000
tradingEnable() view returns (bool)
true
zeroAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isMarketPair(address) view returns (bool)
isTxLimitExempt(address) view returns (bool)
isWalletLimitExempt(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
enableTxLimit(bool _status)
enableWalletLimit(bool _status)
excludeFromFee(address _adr, bool _status)
excludeTxLimit(address _adr, bool _status)
excludeWalletLimit(address _adr, bool _status)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeLimits()
renounceOwnership()
rescueFunds()
rescueTokens(address _token, address recipient, uint256 _amount)
setBuyFee(uint256 _buySide, uint256 _sellSide)
setDevelopmentWallet(address _newWallet)
setMarketPair(address _pair, bool _status)
setMaxWalletLimit(uint256 newLimit)
setSwapBackSettings(uint256 _threshold, bool _enabled, bool _limited)
setTxLimit(uint256 newLimit)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.