Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3406…b254
0xd020…4e2d
0x920a…bc7d
0xba0b…8d3a
38 additional
variables
Balances ($0.00)
No balances found for "NexGenML"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17054866 | 2 years ago | | | 0 | 0.0019749377 | |
| 17054866 | 2 years ago | | | 0 | 0.0019749377 | |
| 17054864 | 2 years ago | | | 0 | 0.0011096941 | |
| 17054014 | 2 years ago | | | 0 | 0.0013010234 |
ABI
ABI objects
Getter at block 21190298
DEXPair() view returns (address)
0x280dea701cd33a2879023e5ecb677363fda0a674
DEXRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
autoburnFee() view returns (uint256)
0
autoburnFeeOnBuying() view returns (uint256)
10
autoburnFeeOnSelling() view returns (uint256)
10
autoburnFeeOnWhale() view returns (uint256)
10
burnAddress() view returns (address)
0x000000000000000000000000000000000000dead
burned() view returns (uint256)
0
creatorWallet() view returns (address)
0xd02062f0ecaf13a171e14fcc302cd9688c254e2d
creatorwalletFee() view returns (uint256)
0
creatorwalletFeeOnBuying() view returns (uint256)
10
creatorwalletFeeOnSelling() view returns (uint256)
10
creatorwalletFeeOnWhale() view returns (uint256)
10
decimals() view returns (uint8)
18
developmentWallet() view returns (address)
0xba0bbc2872785d111a273c80790dc4bdc5838d3a
enabletrading() view returns (bool)
true
liquidityFee() view returns (uint256)
0
liquidityFeeOnBuying() view returns (uint256)
50
liquidityFeeOnSelling() view returns (uint256)
50
liquidityFeeOnWhale() view returns (uint256)
150
marketingWallet() view returns (address)
0x920a5bd524898497c2e1817cf09addb9a3bebc7d
maxBurn() view returns (uint256)
63072000000000000000000000
maxFee() view returns (uint256)
150
maxTxAmountBuy() view returns (uint256)
50000000000000000000000000000
maxTxAmountSell() view returns (uint256)
5000000000000000000000000000
maxWallet() view returns (uint256)
10000000000000000000000000000
maxWhaleFee() view returns (uint256)
490
name() view returns (string)
NexGenML
owner() view returns (address)
0xd748b63460941b90608970f8ee0baad6725e86f6
reflectionFee() view returns (uint256)
0
reflectionFeeOnBuying() view returns (uint256)
50
reflectionFeeOnSelling() view returns (uint256)
50
reflectionFeeOnWhale() view returns (uint256)
50
reflectionFeesdiabled() view returns (bool)
false
swapAndLiquifyEnabled() view returns (bool)
false
symbol() view returns (string)
ngml
totalFees() view returns (uint256)
0
totalSupply() view returns (uint256)
1000000000000000000000000000000
wheelWallet() view returns (address)
0x340695ffa5c915248d139531dcd12b28f63ab254
wheelWalletFee() view returns (uint256)
0
wheelWalletFeeOnBuying() view returns (uint256)
30
wheelWalletFeeOnSelling() view returns (uint256)
30
wheelWalletFeeOnWhale() view returns (uint256)
200
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address account) view returns (bool)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
reflectionFromToken(uint256 tAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events Burn(uint256 tAmount)
Enabletrading()
ExcludeMAXWallet(address _newWallet)
addBot(address[] accounts)
approve(address spender, uint256 amount) returns (bool)
blacklist(address[] accounts)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeFromFee(address account)
excludeFromReward(address account)
includeInFee(address account)
includeInReward(address account)
includeMAXWallet(address _newWallet)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeBlacklist(address[] accounts)
removeBot(address[] accounts)
renounceOwnership()
setBuyFeePercent(uint256 _reflectionFee, uint256 _liquidityFee, uint256 _wheelWalletFee, uint256 _creatorwalletFee, uint256 _autoburnFee)
setCreatorWallet(address newadd)
setMaxBurn(uint256 Amount)
setMinTokenNumberToSell(uint256 _amount)
setNormalFeePercent(uint256 _reflectionFee, uint256 _liquidityFee, uint256 _wheelWalletFee, uint256 _creatorwalletFee, uint256 _autoburnFee)
setReflectionFees(bool _state)
setRoute(address _router, address _pair)
setSellFeePercent(uint256 _reflectionFee, uint256 _liquidityFee, uint256 _wheelWalletFee, uint256 _creatorwalletFee, uint256 _autoburnFee)
setSwapAndLiquifyEnabled(bool _state)
setWhaleFeePercent(uint256 _reflectionFee, uint256 _liquidityFee, uint256 _wheelWalletFee, uint256 _creatorwalletFee, uint256 _autoburnFee)
setWheelWallet(address newadd)
setmaxTxAmountBuy(uint256 _amount)
setmaxTxAmountSell(uint256 _amount)
setwheelWallet(address _wheelWallet)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawETH(uint256 _amount)
withdrawToken(address _token, uint256 _amount)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.