Nilgiri Marten Token
Verified contract
Active on
Base with 146 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Nilgiri Marten Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22520919 | 17 days ago | | | 0 | 1.8828502e-7 | |
| 22520852 | 17 days ago | | | 0 | 1.1949891e-7 | |
| 22520771 | 17 days ago | | | 0 | 1.8226418e-7 | |
| 22232270 | 24 days ago | | | 0 | 4.8005960e-7 | |
| 21238994 | 2 months ago | | | 0 | 0.000000203303276740 | |
| 20462092 | 2 months ago | | | 0 | 0.000000505754669200 | |
| 19509921 | 3 months ago | | | 0 | 0.000000405041615972 | |
| 19509897 | 3 months ago | | | 0 | 0.000000408295461656 | |
| 19100641 | 3 months ago | | | 0 | 4.2343148e-7 | |
| 19077775 | 3 months ago | | | 0 | 5.2985627e-7 |
ABI
ABI objects
Getter at block 23264499
buyTotalFees() view returns (uint256)
0
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
marketingWallet() view returns (address)
0xf748bf6aee8adcd807e2b05a64336767f3652326
name() view returns (string)
Nilgiri Marten Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTotalFees() view returns (uint256)
0
swapEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
500000000000000000000000
symbol() view returns (string)
NMT
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0x50f533c772f01cd7c48b824ee28cccf641919e9c
uniswapV2Router() view returns (address)
0x6bded42c6da8fbf0d2ba55b2fa120c5e0c8d7891
Read-only
_buyMap(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
bots(address) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blockBots(address[] bots_)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFees(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAutomatedMarketMakerPair(address pair, bool value)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblockBot(address notbot)
updateBuyFees(uint256 _marketingFee, uint256 _liquidityFee)
updateSellFees(uint256 _marketingFee, uint256 _liquidityFee)
updateSwapTokensAtAmount(uint256 newAmount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFees(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAutomatedMarketMakerPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateUniswapV2Router(address indexed newAddress, address indexed oldAddress)
marketingWalletUpdated(address indexed newWallet, address indexed oldWallet)
constructor()
receive()
This contract contains no error objects.