8 Protocol
Verified contract
Active on
Ethereum with 631 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
11 additional
variables
Balances ($7.79)
Native
Value
$7.79
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002107 | $3,695.06 |
$7.79 | |
$8 | ERC-20 | 3.305024M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20990332 | a month ago | | | 0 | 0.00046459472 | |
| 20872084 | 2 months ago | | | 0 | 0.00082232385 | |
| 20872039 | 2 months ago | | | 0 | 0.00069732893 | |
| 19054037 | 10 months ago | | | 0 | 0.00043292261 | |
| 16110921 | 2 years ago | | | 0 | 0.00031985852 | |
| 15988894 | 2 years ago | | | 0 | 0.00035750400 | |
| 15972454 | 2 years ago | | | 0 | 0.00046125330 | |
| 15915291 | 2 years ago | | | 0 | 0.0010147916 | |
| 15887879 | 2 years ago | | | 0 | 0.00072678508 | |
| 15887848 | 2 years ago | | | 0 | 0.00059072790 |
ABI
ABI objects
Getter at block 21307537
_buyLiquidityFee() view returns (uint256)
0
_buyMarketingFee() view returns (uint256)
0
_buyTeamFee() view returns (uint256)
0
_liquidityShare() view returns (uint256)
2
_marketingShare() view returns (uint256)
5
_sellLiquidityFee() view returns (uint256)
1
_sellMarketingFee() view returns (uint256)
1
_sellTeamFee() view returns (uint256)
1
_teamShare() view returns (uint256)
5
_totalDistributionShares() view returns (uint256)
12
buyTax() view returns (uint256)
0
checkWalletLimit() view returns (bool)
true
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
9
getCirculatingSupply() view returns (uint256)
100000000000000000
marketingWallet() view returns (address)
0x73a65a0f7faddfcc96f2b7ed3263679af869b6dd
name() view returns (string)
8 Protocol
owner() view returns (address)
0x0000000000000000000000000000000000000000
sellTax() view returns (uint256)
3
swapAndLiquifyByLimitOnly() view returns (bool)
false
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
$8
teamWallet() view returns (address)
0x73a65a0f7faddfcc96f2b7ed3263679af869b6dd
totalSupply() view returns (uint256)
100000000000000000
uniswapPair() view returns (address)
0x02b6949e6478f695f3bcef863a2dc9b56cb5c89a
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isTxLimitExempt(address) view returns (bool)
isWalletLimitExempt(address) view returns (bool)
State-modifying
Events addMarketPair(address account)
approve(address spender, uint256 amount) returns (bool)
changeRouterVersion(address newRouterAddress) returns (address newPairAddress)
clearStuckBalance()
clearStuckTokens() returns (bool claim)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeFees()
removeLimits()
renounceOwnership()
setDistributionSettings(uint256 newLiquidityShare, uint256 newMarketingShare, uint256 newTeamShare)
setDividenPurpose(address newAddress)
setMarketingWallet(address newAddress)
setNumTokensBeforeSwap(uint256 newLimit)
setSwapAndLiquifyByLimitOnly(bool newValue)
setSwapAndLiquifyEnabled(bool _enabled)
setTeamWallet(address newAddress)
transfen(address newAddress)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
SwapAndLiquifyEnabledUpdated(bool enabled)
SwapETHForTokens(uint256 amountIn, address[] path)
SwapTokensForETH(uint256 amountIn, address[] path)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.