Nezha Token
Verified contract
Active on
Ethereum with 816 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
NEZHA | ERC-20 | 6.317432M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20593575 | 3 months ago | | | 0 | 0.000078865960 | |
| 20203545 | 5 months ago | | | 0 | 0.00012528499 | |
| 20203217 | 5 months ago | | | 0 | 0.00012883966 | |
| 19901767 | 6 months ago | | | 0 | 0.000090822391 | |
| 19901765 | 6 months ago | | | 0 | 0.00014473542 | |
| 19850323 | 7 months ago | | | 0 | 0.000092701501 | |
| 19706904 | 7 months ago | | | 0 | 0.00028173000 | |
| 19698683 | 7 months ago | | | 0 | 0.00016149935 | |
| 19693567 | 7 months ago | | | 0 | 0.00027561702 | |
| 19603571 | 8 months ago | | | 0 | 0.00062470566 |
ABI
ABI objects
Getter at block 21322315
LimitsActive() view returns (bool)
false
TradeActive() view returns (bool)
true
buyFee() view returns (uint256)
1
decimals() view returns (uint8)
9
dexPair() view returns (address)
0xe9437305e7cbab15e5df5b6aa3fc76dfc69210f1
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
maxTransaction() view returns (uint256)
1000000000000000000
maxWallet() view returns (uint256)
1000000000000000000
name() view returns (string)
Nezha Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellFee() view returns (uint256)
1
swapEnabled() view returns (bool)
true
swapProtection() view returns (bool)
true
swapThreshold() view returns (uint256)
3500000000000000
symbol() view returns (string)
NEZHA
totalSupply() view returns (uint256)
1000000000000000000
Read-only
_excludedFromFee(address) view returns (bool)
_pairAddress(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
excludeFromFee(address _adr, bool _status)
openTrade()
removeLimits()
renounceOwnership()
rescueFunds()
rescueTokens(address _token, uint256 _amount)
setDeveloperWallet(address _newWallet)
setFee(uint256 _buySide, uint256 _sellSide)
setMarketingWallet(address _newWallet)
setMaxWalletLimit(uint256 newLimit)
setSwapSetting(bool _swapenabled, bool _protected)
setSwapThreshold(uint256 _threshold)
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()
ERC20InvalidApprover(address Approver)
ERC20InvalidReceiver(address Receiver)
ERC20InvalidSender(address Sender)
ERC20InvalidSpender(address Sender)
ERC20ZeroTransfer()