SERC20Token
Verified contract
Active on
Ethereum with 992 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
13 additional
variables
Balances ($18,767.92)
Native
Value
$18,767.92
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5.656941 | $3,317.68 |
$18,767.92 | |
sERC20 | ERC-20 | 5.518183M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20411806 | 4 months ago | | | 0 | 0.00013831417 | |
| 20402010 | 4 months ago | | | 0 | 0.000053588757 | |
| 20148131 | 5 months ago | | | 0 | 0.00020650340 | |
| 19754273 | 7 months ago | | | 0 | 0.00036199584 | |
| 19754267 | 7 months ago | | | 0 | 0.00036226689 | |
| 19754265 | 7 months ago | | | 0 | 0.00034673530 | |
| 19748151 | 7 months ago | | | 0 | 0.00027929576 | |
| 19699763 | 7 months ago | | | 0 | 0.00032282355 | |
| 19026963 | 10 months ago | | | 0 | 0.00092076028 | |
| 18910690 | a year ago | | | 0 | 0.00023905623 |
ABI
ABI objects
Getter at block 21258285
deadAddress() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
devWallet() view returns (address)
0xc0e13a554ceb1ceaf445064619bd1ac084f3a786
lastLpBurnTime() view returns (uint256)
1719070103
lastManualLpBurnTime() view returns (uint256)
0
launchBlock() view returns (uint256)
14476992
lpBurnEnabled() view returns (bool)
true
lpBurnFrequency() view returns (uint256)
3600
manualBurnFrequency() view returns (uint256)
1800
name() view returns (string)
sERC20 Token
owner() view returns (address)
0xc0e13a554ceb1ceaf445064619bd1ac084f3a786
percentForLPBurn() view returns (uint256)
25
sercBuyTax() view returns (uint256[])
[0, 0]
sercBuyTotalTax() view returns (uint256)
0
sercMaxTx() view returns (uint256)
1000000000000000000000000000
sercMaxWallet() view returns (uint256)
1000000000000000000000000000
sercSellTax() view returns (uint256[])
[10, 0]
sercSellTotalTax() view returns (uint256)
10
sercTradingEnabled() view returns (bool)
true
swapTokensAtAmount() view returns (uint256)
500000000000000000000000
symbol() view returns (string)
sERC20
tokensForDev() view returns (uint256)
5518183379641143881916493
tokensForLiquidity() view returns (uint256)
0
totalSupply() view returns (uint256)
1000000000000000000000000000
transferDelayEnabled() view returns (bool)
true
Read-only
_isExcludedFromMaxTx(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFees(address addr) view returns (bool)
marketPairs(address) view returns (bool)
sercIsBlacklisted(address _addr) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableTransferDelay() returns (bool)
excludeFromFees(address addr, bool isExcluded)
excludeFromMaxTx(address addr, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualBurnLiquidityPairTokens(uint256 percent) returns (bool)
renounceOwnership()
sercSetBlacklisted(address[] _addrList, bool _isBlacklisted)
sercSetMaxTx(uint256 _maxTx)
sercSetMaxWallet(uint256 _maxWallet)
sercSetTradingEnabled()
setAutoLPBurnSettings(uint256 _frequencyInSeconds, uint256 _percent, bool _Enabled)
setBuyTax(uint256 buyDevTax, uint256 buyLiqTax)
setMarketPair(address pair, bool value)
setSellTax(uint256 sellDevTax, uint256 sellLiqTax)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateDevWallet(address newWallet)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoNukeLP()
ExcludeFromFees(address indexed addr, bool isExcluded)
ManualNukeLP()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetMarketPair(address indexed pair, bool indexed value)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiquidity)
Transfer(address indexed from, address indexed to, uint256 value)
devWalletUpdated(address indexed newWallet, address indexed oldWallet)
constructor()
receive()
This contract contains no error objects.