Connective
Verified contract
Active on
Ethereum with 667 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
11 additional
variables
Balances ($32.67)
Native
Value
$32.67
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00882 | $3,703.89 |
$32.67 | |
Connect | ERC-20 | 4.09885K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21013373 | a month ago | | | 0 | 0.00018751065 | |
| 20194327 | 5 months ago | | | 0 | 0.000092068576 | |
| 19552152 | 8 months ago | | | 0 | 0.00050640015 | |
| 17161642 | 2 years ago | | | 0 | 0.0011168109 | |
| 17022657 | 2 years ago | | | 0 | 0.00087641911 | |
| 16536368 | 2 years ago | | | 0 | 0.0062512911 | |
| 16515122 | 2 years ago | | | 0 | 0.00048939891 | |
| 16485924 | 2 years ago | | | 0 | 0.00062227452 | |
| 16448500 | 2 years ago | | | 0 | 0.00099850475 | |
| 16415180 | 2 years ago | | | 0 | 0.00049330802 |
ABI
ABI objects
Getter at block 21309832
_devFee() view returns (uint256)
475
_liquidityFee() view returns (uint256)
100
_taxFee() view returns (uint256)
0
decimals() view returns (uint8)
9
launchSellFee() view returns (uint256)
1900
launchSellFeeDeadline() view returns (uint256)
1663365827
maxTxAmount() view returns (uint256)
500000000000000000
name() view returns (string)
Connective
owner() view returns (address)
0x87e4ec89289f3370bc4aba62ca9be5ebd182a2bd
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
Connect
totalFees() view returns (uint256)
0
totalSupply() view returns (uint256)
100000000000000000000
uniswapV2Pair() view returns (address)
0xdc2c974be934eddcaaf4ac0143c9e1fb077ac65a
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
expectedRewards(address _sender) 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)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deliver(uint256 tAmount)
excludeFromFee(address account)
excludeFromReward(address account)
includeInFee(address account)
includeInReward(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualSend()
manualSwap()
renounceOwnership()
setDevFeePercent(uint256 devFee, uint256 devTax, uint256 marketingTax)
setLaunchSellFee(uint256 newLaunchSellFee)
setLiquidityFeePercent(uint256 liquidityFee)
setMaxTxPercent(uint256 newMaxTx)
setMinTokensBeforeSwap(uint256 minTokens)
setRouterAddress(address newRouter)
setSwapAndLiquifyEnabled(bool _enabled)
setTaxFeePercent(uint256 taxFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MinTokensBeforeSwapUpdated(uint256 minTokensBeforeSwap)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 liquidityEthBalance, uint256 devEthBalance)
SwapAndLiquifyEnabledUpdated(bool enabled)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.