NIL Coin
Verified contract
Active on
Ethereum with 1,748 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
10 additional
variables
Balances ($7.09)
Native
Value
$7.09
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002079 | $3,409.43 |
$7.09 | |
NIL | ERC-20 | 45.99629M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20985930 | a month ago | | | 0 | 0.0012361948 | |
| 20323096 | 4 months ago | | | 0 | 0.00023344323 | |
| 20209494 | 5 months ago | | | 0 | 0.000047704328 | |
| 20209486 | 5 months ago | | | 0 | 0.000090735586 | |
| 20158852 | 5 months ago | | | 0 | 0.000070187578 | |
| 20157278 | 5 months ago | | | 0 | 0.00010926964 | |
| 20107841 | 5 months ago | | | 0 | 0.00042972394 | |
| 19838942 | 6 months ago | | | 0 | 0.00021145920 | |
| 19655606 | 7 months ago | | | 0 | 0.00051654214 | |
| 19488910 | 8 months ago | | | 0 | 0.0010764450 |
ABI
ABI objects
Getter at block 21255799
_burnFee() view returns (uint256)
0
_liquidityFee() view returns (uint256)
0
_marketingFee() view returns (uint256)
0
_maxTxAmount() view returns (uint256)
1000000000000000000000000
_taxFee() view returns (uint256)
5
burnAddress() view returns (address)
0x000000000000000000000000000000000000dead
canTrade() view returns (bool)
true
decimals() view returns (uint8)
8
geUnlockTime() view returns (uint256)
0
marketingWallet() view returns (address)
0x83f2fdc5414b85e9703a89588600e097032b58dc
name() view returns (string)
NIL Coin
numTokensSellToAddToLiquidity() view returns (uint256)
9900000000000000
owner() view returns (address)
0xcfdd107636b98580f209dec7af90f7ffa377319d
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
NIL
totalFees() view returns (uint256)
940374244791744861
totalSupply() view returns (uint256)
100000000000000000000
uniswapV2Pair() view returns (address)
0x6e97dae344b9d84e5aec5774dd73d6942822f64c
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getLockedAmount(address target) view returns (uint256)
getLockedReason(address target) view returns (string)
getLockedTime(address target) view returns (uint256)
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)
whitelist(address) view returns (bool)
State-modifying
Events airdrop(address recipient, uint256 amount)
allowtrading()
approve(address spender, uint256 amount) returns (bool)
claimOtherTokens(address tokenAddress, address walletaddress)
clearStuckBalance(address walletaddress)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeFromFee(address account)
excludeFromReward(address account)
excludeFromWhitelist(address account)
includeInFee(address account)
includeInReward(address account)
includeInWhitelist(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lock(uint256 time)
renounceOwnership()
setBurnFeePercent(uint256 fee)
setLiquidityFeePercent(uint256 liquidityFee)
setMarketingFeePercent(uint256 marketingFee)
setMarketingWallet(address marketingAddress)
setMaxTxAmount(uint256 maxTxAmount)
setSwapAndLiquifyEnabled(bool _enabled)
setSwapThresholdAmount(uint256 SwapThresholdAmount)
setTaxFeePercent(uint256 taxFee)
timeLockAddress(address target, uint256 amount, string reason, uint256 duration) returns (bool)
timeUnlockAddress(address target) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unlock()
updateLockedAmount(address target, uint256 amount) returns (bool)
updateLockedTime(address target, uint256 duration) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
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.