NYC Token
Verified contract
Active on
Ethereum with 244 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($388.54)
Native
Value
$388.54
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1 | $3,885.43 |
$388.54 | |
NYC | ERC-20 | 583.706798M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16290227 | 2 years ago | | | 0 | 0.0013349543 | |
| 14471639 | 3 years ago | | | 0 | 0.00082552391 | |
| 14463437 | 3 years ago | | | 0.1 | 0.00097127855 | |
| 14298562 | 3 years ago | | | 0 | 0.0022029837 | |
| 14240844 | 3 years ago | | | 0 | 0.0015641078 | |
| 14239727 | 3 years ago | | | 0 | 0.0021546272 | |
| 14239660 | 3 years ago | | | 0 | 0.0021227464 | |
| 14228275 | 3 years ago | | | 0 | 0.0027765727 | |
| 14227906 | 3 years ago | | | 0 | 0.0017058663 | |
| 14227873 | 3 years ago | | | 0 | 0.0014174451 |
ABI
ABI objects
Getter at block 21390512
DEAD_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
_tTotal() view returns (uint256)
10000000000000000000
buyLiquidityFee() view returns (uint256)
1
buyTxFee() view returns (uint256)
7
decimals() view returns (uint8)
9
dev() view returns (address)
0x852e785227af47298a537de8d97ad70d416489f9
isLaunched() view returns (bool)
true
maxTxLimit() view returns (uint256)
10000000000000000000000000000000000000000000000000000000000
maxWalletLimit() view returns (uint256)
100000000000000000000000000000000000
name() view returns (string)
NYC Token
owner() view returns (address)
0x11db88f8bc7ac85aa091e82d603dca4b13211146
sellLiquidityFee() view returns (uint256)
5
sellTxFee() view returns (uint256)
10
swapAtAmount() view returns (uint256)
100000000000000000000000000000000000
symbol() view returns (string)
NYC
tokensForLiquidity() view returns (uint256)
1643159189691278
tokensForTax() view returns (uint256)
582063638976119321
totalSupply() view returns (uint256)
10000000000000000000
uniswapV2Pair() view returns (address)
0x97c53c75eee36e302e5ef564979f04e7a2d8a317
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address) view returns (bool)
isExcludedFromFees(address) view returns (bool)
isExcludedFromTxLimit(address) view returns (bool)
isExcludedFromWalletLimit(address) view returns (bool)
State-modifying
Events addBlacklist(address account)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromAllLimits(address account, bool value)
excludeFromFees(address account, bool value)
excludeFromTxLimit(address account, bool value)
excludeFromWalletLimit(address account, bool value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
launchNow()
removeBlacklist(address account)
renounceOwnership()
setBuyFee(uint256 liquidityFee, uint256 txFee)
setMaxTxLimit(uint256 newLimit)
setMaxWalletLimit(uint256 newLimit)
setSellFee(uint256 liquidityFee, uint256 txFee)
setSwapAtAmount(uint256 amountToSwap)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateDevWallet(address newWallet)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _dev)
receive()
This contract contains no error objects.