Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
8 additional
variables
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,601.21 |
$0 | |
CTIP | ERC-20 | 210.718719K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17563750 | a year ago | | | 0 | 0.0031095442 | |
| 17563741 | a year ago | | | 0 | 0.00058942585 | |
| 17053780 | 2 years ago | | | 0 | 0.00078254147 | |
| 15387228 | 2 years ago | | | 0 | 0.0011157515 | |
| 15246194 | 2 years ago | | | 0 | 0.00035128442 | |
| 14925419 | 2 years ago | | | 0 | 0.0021264750 | |
| 14832806 | 3 years ago | | | 0 | 0.0037324516 | |
| 14798367 | 3 years ago | | | 0 | 0.0034208420 | |
| 14656802 | 3 years ago | | | 0 | 0.0090389232 | |
| 14644886 | 3 years ago | | | 0 | 0.00096097881 |
ABI
ABI objects
Getter at block 21284765
_maxBuyAmount() view returns (uint256)
1000000000000000000000000000
buyBackAddress() view returns (address)
0x800c3c9b2b132543917cbb5a54a6e99d47e39a7b
deadWallet() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
9
devAddress() view returns (address)
0x16ce829696166c382e1dbbb5a1e23e4203bd06d1
distribution() view returns (uint256 devTeam, uint256 marketing, uint256 dividend, uint256 buyBack)
(devTeam=30, marketing=20, dividend=30, buyBack=20)
ethPriceToSwap() view returns (uint256)
300000000000000000
ethSellAmount() view returns (uint256)
1000000000000000000
gasForProcessing() view returns (uint256)
50000
marketingAddress() view returns (address)
0x72b75111d243cba98c8746ce261e390366616aa9
name() view returns (string)
CrypTIP
owner() view returns (address)
0x0b33efd8e82ea645380efa85dd376b2f9272d959
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
CTIP
taxFees() view returns (uint256 reflectionBuyFee, uint256 liquidityBuyFee, uint256 sellReflectionFee, uint256 sellLiquidityFee, uint256 largeSellFee)
(reflectionBuyFee=0, liquidityBuyFee=50, sellReflectionFee=0, sellLiquidityFee=90, largeSellFee=0)
totalFees() view returns (uint256)
0
totalSupply() view returns (uint256)
1000000000000000000
uniswapV2Pair() view returns (address)
0x432c6c14f9243dea929207af7e367d8d5cd6da0c
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getEthPrice(uint256 tokenAmount) view returns (uint256)
isAddressBlocked(address addr) view returns (bool)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromRewards(address addr) view returns (bool)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events addRemoveExchange(address[] addresses, bool isAddExchange)
airDrops(address[] newholders, uint256[] amounts)
approve(address spender, uint256 amount) returns (bool)
blockAddresses(address[] addresses)
createV2Pair()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableDisableTaxFreeTransfers(bool enableDisable)
excludeIncludeFromFee(address[] addresses, bool isExcludeFromFee)
excludeIncludeFromRewards(address[] addresses, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setDistribution(uint256 dividend, uint256 devTeam, uint256 marketing, uint256 buyBack)
setDividendTracker(address dividendContractAddress)
setEthSwapSellSettings(uint256 ethSellAmount_, uint256 ethPriceToSwap_)
setMaxBuyAmount(uint256 maxBuyAmount)
setSwapAndLiquifyEnabled(bool _enabled)
setTaxFees(uint256 reflectionFee, uint256 liquidityFee, uint256 sellReflectionFee, uint256 sellLiquidityFee, uint256 superSellOffFee)
setWalletAddresses(address devAddr, address buyBack, address marketingAddr)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblockAddresses(address[] addresses)
updateGasForProcessing(uint256 newValue)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProcessedDividendTracker(uint256 iterations, uint256 claims, uint256 lastProcessedIndex, bool indexed automatic, uint256 gas, address indexed processor)
SendDividends(uint256 EthAmount)
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.