NFTCapital
Verified contract
Active on
Ethereum with 78 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.01)
Native
Value
$0.01
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000002 | $3,857.77 |
$0.01 | |
NFTC | ERC-20 | 15.256435M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14434023 | 3 years ago | | | 0 | 0.0019353449 | |
| 13986662 | 3 years ago | | | 0 | 0.0082776013 | |
| 13981551 | 3 years ago | | | 0 | 0.010958482 | |
| 13981497 | 3 years ago | | | 0 | 0.056849995 | |
| 13981493 | 3 years ago | | | 0 | 0.0095212253 | |
| 13981479 | 3 years ago | | | 0 | 0.012428754 | |
| 13981399 | 3 years ago | | | 0 | 0.0091381699 | |
| 13981387 | 3 years ago | | | 0 | 0.0035923258 | |
| 13981368 | 3 years ago | | | 0 | 0.0062551633 | |
| 13981346 | 3 years ago | | | 0 | 0.0063867744 |
ABI
ABI objects
Getter at block 21331859
DEAD_ADDRESS() view returns (address)
0x000000000000000000000000000000000000dead
_tTotal() view returns (uint256)
1000000000000000000
buyLiquidityFee() view returns (uint256)
1
buyTxFee() view returns (uint256)
7
decimals() view returns (uint8)
9
dev() view returns (address)
0x3f02cfd081ac2962e64ef48d6e384b46b29ad595
isLaunched() view returns (bool)
true
maxTxLimit() view returns (uint256)
1000000000000000000000000000
maxWalletLimit() view returns (uint256)
100000000000000000000000000
name() view returns (string)
NFTCapital
owner() view returns (address)
0x92e5ffa5f0303a2de911e8c84776dcf38b3a87f7
sellLiquidityFee() view returns (uint256)
99
sellTxFee() view returns (uint256)
1
swapAtAmount() view returns (uint256)
1000000000000000
symbol() view returns (string)
NFTC
tokensForLiquidity() view returns (uint256)
1668589418188877
tokensForTax() view returns (uint256)
13587845944331172
totalSupply() view returns (uint256)
1000000000000000000
uniswapV2Pair() view returns (address)
0xb26730799499a6f00bd4b42629f24bfec24e8e43
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.