Naetion
Verified contract
Active on
Ethereum with 3,177 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($23.59)
Native
Value
$23.59
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.007096 | $3,324.08 |
$23.59 | |
NTN | ERC-20 | 5.775989M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21237357 | a day ago | | | 0 | 0.0011469514 | |
| 21077484 | 24 days ago | | | 0 | 0.00055754179 | |
| 20818436 | 2 months ago | | | 0 | 0.00035653789 | |
| 20797861 | 2 months ago | | | 0 | 0.00043613917 | |
| 20670846 | 3 months ago | | | 0 | 0.00064989548 | |
| 20579671 | 3 months ago | | | 0 | 0.00069452823 | |
| 20525051 | 3 months ago | | | 0 | 0.00042959265 | |
| 19954212 | 6 months ago | | | 0 | 0.00034952742 | |
| 19948704 | 6 months ago | | | 0 | 0.00037044308 | |
| 19947364 | 6 months ago | | | 0 | 0.00074323600 |
ABI
ABI objects
Getter at block 21246776
_liquidityFee() view returns (uint256)
50
_minTokensToAddToLiquidity() view returns (uint256)
10000000000000000000000
_taxFee() view returns (uint256)
50
_tradingOpen() view returns (bool)
true
buyBackEnabled() view returns (bool)
true
buyBackLowerLimit() view returns (uint256)
100000000000000000
buyBackUpperLimit() view returns (uint256)
1000000000000000000
decimals() view returns (uint8)
18
geUnlockTime() view returns (uint256)
0
name() view returns (string)
Naetion
owner() view returns (address)
0x29f69b27f49145f0d1b2e7f1bb9bf09770f26a79
swapAndLiquifyEnabled() view returns (bool)
false
symbol() view returns (string)
NTN
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0xb129fb8a8199dae0b3d54473c8a3d27d8274548a
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFee(address account)
includeInFee(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(uint256 time)
renounceOwnership()
setBuyback(bool _state, uint256 _upperAmount, uint256 _lowerAmount)
setLiquidityFeePercent(uint256 liquidityFee)
setMinTokensToAddToLiquidity(uint256 minTokensToAddToLiquidity)
setProviderAddress(address newProviderAddress)
setSwapAndLiquifyEnabled(bool _enabled)
setTaxFeePercent(uint256 taxFee)
startTrading()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlock()
Approval(address indexed owner, address indexed spender, uint256 value)
BuyBack(address indexed receiver, uint256 indexed bnbAmount)
BuyBackEnabledUpdated(bool enabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.