Connect
Verified contract
Active on
Ethereum with 1,538 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
24 additional
variables
Native
Value
$10.57
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.003155 | $3,350.83 |
$10.57 | |
CNCT | ERC-20 | 20.370307K | $0.012265 |
$249.84 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21247147 | 6 hours ago | | | 0 | 0.00057632179 | |
| 21245714 | 11 hours ago | | | 0 | 0.00029505030 | |
| 21244469 | 15 hours ago | | | 0 | 0.00070341652 | |
| 21241821 | a day ago | | | 0 | 0.00051535440 | |
| 21238929 | a day ago | | | 0 | 0.00071179873 | |
| 21237583 | 2 days ago | | | 0 | 0.00072357153 | |
| 21235099 | 2 days ago | | | 0 | 0.00028528118 | |
| 21234905 | 2 days ago | | | 0 | 0.00052051113 | |
| 21234818 | 2 days ago | | | 0 | 0.00051963256 | |
| 21233410 | 2 days ago | | | 0 | 0.00045082960 |
ABI
ABI objects
Getter at block 21248884 listTaxBeneficiaries() view returns (struct CF_TaxabletaxBeneficiaryView[] list)
DOMAIN_SEPARATOR() view returns (bytes32)
0x60a7eb8606d73af3f701ec940320139fae4691e8b0aee2ec6631bcd2b19954d1
buyTax() view returns (uint24)
5000
decimals() view returns (uint8)
18
denominator() pure returns (uint24)
1000
getAutoAddLiquidityPercent() view returns (uint24 min, uint24 max)
(min=100, max=100000)
getAutoSwapPercent() view returns (uint24 min, uint24 max)
(min=50, max=250)
getDEXLPTokenReceiver() view returns (address)
0x0000000000000000000000000000000000000000
getDEXPairV2() view returns (address)
0x40de128bd8b7167a0f8f2a477640196420a88ac4
getDEXRouterV2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getEarlyPenaltyTime() view returns (uint32)
300
getMaxBalancePercent() view returns (uint24)
2000
getTaxToken() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
info() view returns (string name, string symbol, uint8 decimals, address owner, uint256 totalSupply, string version)
(name=Connect, symbol=CNCT, decimals=18, owner=0x0000000000000000000000000000000000000000, totalSupply=100000000000000000000000000, version=1.0.3)
isAutoSwapEnabled() view returns (bool)
true
isTradingEnabled() view returns (bool)
true
name() view returns (string)
Connect
owner() view returns (address)
0x0000000000000000000000000000000000000000
renounced() view returns (bool Whitelist, bool MaxBalance, bool DEXRouterV2, bool Taxable)
(Whitelist=true, MaxBalance=true, DEXRouterV2=true, Taxable=true)
sellTax() view returns (uint24)
5000
symbol() view returns (string)
CNCT
taxesSuspended() view returns (bool)
false
totalBurned() view returns (uint256)
0
totalSupply() view returns (uint256)
100000000000000000000000000
totalTaxCollected() view returns (uint256)
69685540393182031922966360
txTax() view returns (uint24)
0
version() pure returns (string)
1.0.3
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
buyTax(address from) view returns (uint24)
isPenalized(address account) view returns (bool)
isWhitelisted(address account) view returns (bool)
nonces(address owner) view returns (uint256)
sellTax(address to) view returns (uint24)
txTax(address from) view returns (uint24)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
autoSwap()
autoSwap(bool force)
autoTaxDistribute()
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableAutoSwap(bool status)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
recoverERC20(address token, address to, uint256 amount)
recoverERC721(address token, address to, uint256 tokenId)
recoverNative(address to, uint256 amount)
removePenalty(address account)
renounceDEXRouterV2()
renounceMaxBalance()
renounceOwnership()
renounceTaxable()
renounceWhitelist()
setAutoAddLiquidityPercent(uint24 min, uint24 max)
setAutoSwapPercent(uint24 min, uint24 max)
setDEXLPTokenReceiver(address receiver)
setEarlyPenaltyTime(uint32 time)
setMaxBalancePercent(uint24 percent)
setTaxBeneficiary(uint8 slot, address account, uint24[3] percent, uint24[3] penalty)
suspendTaxes(bool status)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
whitelist(address account, bool status)
whitelist(address[] accounts, bool status)
AddedLiquidity(uint256 tokenAmount, uint256 ethAmount, uint256 liquidity)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RenouncedDEXRouterV2()
RenouncedMaxBalance()
RenouncedTaxable()
RenouncedWhitelist()
SetDEXRouterV2(address indexed router, address indexed pair)
SetEarlyPenaltyTime(uint32 time)
SetMaxBalancePercent(uint24 percent)
SetTaxBeneficiary(uint8 slot, address account, uint24[3] percent, uint24[3] penalty)
SwappedTokensForNative(uint256 tokenAmount, uint256 ethAmount)
SwappedTokensForTokens(address token, uint256 token0Amount, uint256 token1Amount)
TaxDistributed(uint256 amount)
TradingEnabled()
Transfer(address indexed from, address indexed to, uint256 value)
Whitelisted(address indexed account, bool status)
constructor()
fallback()
receive()
This contract contains no error objects.