Next Gen Token
Verified contract
Active on
Ethereum with 289 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4c77…8fb3
0xb222…08af
Balances ($0.00)
No balances found for "Next Gen Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20839763 | 2 months ago | | | 0 | 0.00026632431 | |
| 20527114 | 3 months ago | | | 0 | 0.0021417114 | |
| 20007453 | 5 months ago | | | 0 | 0.00086205421 | |
| 19867029 | 6 months ago | | | 0 | 0.00095977000 | |
| 19789285 | 6 months ago | | | 0 | 0.00089105900 | |
| 19671456 | 7 months ago | | | 0 | 0.0028945812 | |
| 19625761 | 7 months ago | | | 0 | 0.0016061013 | |
| 19601620 | 7 months ago | | | 0 | 0.00064013979 | |
| 19600207 | 7 months ago | | | 0 | 0.00049707554 | |
| 19587355 | 7 months ago | | | 0 | 0.0082843370 |
ABI
ABI objects
Getter at block 21196812
_owner() view returns (address)
0x0000000000000000000000000000000000000000
_totalTaxIfBuying() view returns (uint256)
1
_totalTaxIfSelling() view returns (uint256)
1
decimals() view returns (uint8)
18
marketingWalletAddress() view returns (address)
0x4c77c4ee7a3dc3a6e1429ebad408722a363f8fb3
minimumTokensBeforeSwapAmount() view returns (uint256)
210000000000000000000
name() view returns (string)
Next Gen Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
swapAndLiquifyByLimitOnly() view returns (bool)
false
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
NGT
teamWalletAddress() view returns (address)
0xb2223e3539a5195991aa7b1bdabeed54e80b08af
totalSupply() view returns (uint256)
21000000000000000000000000
uniswapPair() view returns (address)
0x44687d997b28b5d7a591d7321cd40b9563a3a2ad
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
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)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
setNumTokensBeforeSwap(uint256 newLimit)
setSwapAndLiquifyEnabled(bool _enabled)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
waiveOwnership()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
SwapETHForTokens(uint256 amountIn, address[] path)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 supply)
receive()
This contract contains no error objects.