TheContract
Verified contract
Active on
Ethereum with 144 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe74f…0d14
0xe74f…0d14
14 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Contract | ERC-20 | 1.357816M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16161371 | 2 years ago | | | 0 | 0.00044727257 | |
| 15721390 | 2 years ago | | | 0 | 0.00098730528 | |
| 15720023 | 2 years ago | | | 0 | 0.0010751759 | |
| 15705946 | 2 years ago | | | 0 | 0.0016982757 | |
| 15696279 | 2 years ago | | | 0 | 0.00081359900 | |
| 15695978 | 2 years ago | | | 0 | 0.00032329516 | |
| 15695898 | 2 years ago | | | 0 | 0.00029376047 | |
| 15695858 | 2 years ago | | | 0 | 0.00028272703 | |
| 15691181 | 2 years ago | | | 0 | 0.00074527253 | |
| 15687295 | 2 years ago | | | 0 | 0.00029035515 |
ABI
ABI objects
Getter at block 21227546
_buyLiquidityFee() view returns (uint256)
0
_buyMarketingFee() view returns (uint256)
3
_buyTeamFee() view returns (uint256)
0
_liquidityShare() view returns (uint256)
0
_marketingShare() view returns (uint256)
3
_maxTxAmount() view returns (uint256)
150000000000000000
_sellLiquidityFee() view returns (uint256)
0
_sellMarketingFee() view returns (uint256)
0
_sellTeamFee() view returns (uint256)
3
_teamShare() view returns (uint256)
3
_totalDistributionShares() view returns (uint256)
6
_totalTaxIfBuying() view returns (uint256)
3
_totalTaxIfSelling() view returns (uint256)
3
_walletMax() view returns (uint256)
300000000000000000
checkWalletLimit() view returns (bool)
true
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
9
getCirculatingSupply() view returns (uint256)
10000000000000000000
launchedAt() view returns (uint256)
15665054
marketingWalletAddress() view returns (address)
0xe74f798625edef0062619c92646f4e58a49f0d14
minimumTokensBeforeSwapAmount() view returns (uint256)
25000
name() view returns (string)
The Contract
swapAndLiquifyByLimitOnly() view returns (bool)
false
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
Contract
teamWalletAddress() view returns (address)
0xe74f798625edef0062619c92646f4e58a49f0d14
totalSupply() view returns (uint256)
10000000000000000000
tradingOpen() view returns (bool)
true
uniswapPair() view returns (address)
0x6b2b9868621840500ac8e25540ebca21e12954aa
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_isBlackListed(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
isMarketPair(address) view returns (bool)
isOwner(address account) view returns (bool)
isTxLimitExempt(address) view returns (bool)
isWalletLimitExempt(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
authorize(address adr)
changeRouterVersion(address newRouterAddress) returns (address newPairAddress)
clearStuckBalance(uint256 amountPercentage)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableDisableWalletLimit(bool newValue)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setBlackList(address addr, bool value)
setBuyTaxes(uint256 newLiquidityTax, uint256 newMarketingTax, uint256 newTeamTax)
setDistributionSettings(uint256 newLiquidityShare, uint256 newMarketingShare, uint256 newTeamShare)
setIsExcludedFromFee(address account, bool newValue)
setIsTxLimitExempt(address holder, bool exempt)
setIsWalletLimitExempt(address holder, bool exempt)
setMarketPairStatus(address account, bool newValue)
setMarketingWalletAddress(address newAddress)
setMaxTxAmount(uint256 maxTxAmount)
setNumTokensBeforeSwap(uint256 newLimit)
setSellTaxes(uint256 newLiquidityTax, uint256 newMarketingTax, uint256 newTeamTax)
setSwapAndLiquifyByLimitOnly(bool newValue)
setSwapAndLiquifyEnabled(bool _enabled)
setTeamWalletAddress(address newAddress)
setWalletLimit(uint256 newLimit)
tradingStatus(bool _status)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address adr)
unauthorize(address adr)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address owner)
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.