EverestCoin
Verified contract
Active on
Ethereum with 283 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
13 additional
variables
Balances ($97.15)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 97.160183 | $0.999849 |
$97.15 | |
$EVCoin | ERC-20 | 219.309936B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18750529 | a year ago | | | 0 | 0.00086120181 | |
| 18290799 | a year ago | | | 0 | 0.00024088763 | |
| 18067514 | a year ago | | | 0 | 0.0012953757 | |
| 18066407 | a year ago | | | 0 | 0.0015054497 | |
| 18057320 | a year ago | | | 0 | 0.0018242503 | |
| 18027777 | a year ago | | | 0 | 0.0036049350 | |
| 17912869 | a year ago | | | 0 | 0.00036904981 | |
| 17854550 | a year ago | | | 0 | 0.0023026464 | |
| 17846607 | a year ago | | | 0 | 0.0017010570 | |
| 17845959 | a year ago | | | 0 | 0.0018296971 |
ABI
ABI objects
Getter at block 21391095 getLotteryUserLength() view returns (uint256) getRemainingLotteryTime() view returns (uint256)
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_bonus() view returns (uint256)
38474
_currentFee() view returns (uint256)
3000
_hasLiqBeenAdded() view returns (bool)
true
_ratios() view returns (uint16 reflection, uint16 burn, uint16 marketing, uint16 liquidity, uint16 development, uint16 mod, uint16 gameAdvancement, uint16 technicalSupport, uint16 totalSwap)
(reflection=0, burn=0, marketing=300, liquidity=0, development=200, mod=200, gameAdvancement=0, technicalSupport=0, totalSwap=700)
_taxRates() view returns (uint16 buyFee, uint16 sellFee, uint16 transferFee)
(buyFee=0, sellFee=700, transferFee=0)
_taxWallets() view returns (address marketing, address development, address mod, address gameAdvancement, address technicalSupport)
(marketing=0xd60b49cea6e10d9e54dc1f90c7bc55ba55904097, development=0xd60b49cea6e10d9e54dc1f90c7bc55ba55904097, mod=0xd60b49cea6e10d9e54dc1f90c7bc55ba55904097, gameAdvancement=0xd60b49cea6e10d9e54dc1f90c7bc55ba55904097, technicalSupport=0xd60b49cea6e10d9e54dc1f90c7bc55ba55904097)
contractSwapEnabled() view returns (bool)
true
decimals() pure returns (uint8)
9
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getMaxTX() view returns (uint256)
20000000000
getMaxWallet() view returns (uint256)
40000000000
getOwner() view returns (address)
0xa7d28072813692c0679d7248adaeb2782268033f
lotteryRunning() view returns (bool)
false
lpPair() view returns (address)
0xdb38fea94e4fca7a6b99c2a7e83c88e378fe1f84
maxBuyTaxes() view returns (uint256)
2000
maxSellTaxes() view returns (uint256)
2000
maxTransferTaxes() view returns (uint256)
2000
minETHBuy() view returns (uint256)
190000000000000000
minHoldForLotteryUI() view returns (uint256)
5000000
name() pure returns (string)
EverestCoin
piEnabled() view returns (bool)
true
swapAmount() view returns (uint256)
500000000000000000
swapThreshold() view returns (uint256)
500000000000000000
symbol() pure returns (string)
$EVCoin
totalSupply() pure returns (uint256)
1000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getUserAtIndex(uint256 index) view returns (address, bool)
isBlacklisted(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromLimits(address account) view returns (bool)
isExcludedFromProtection(address account) view returns (bool)
isExcludedFromReward(address account) view returns (bool)
isUserInLottery(address account) view returns (string)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
enableTrading()
excludePresaleAddresses(address router, address presale)
finishAndCloseLottery()
multiSendTokens(address[] accounts, uint256[] amounts)
removeSniper(address account)
renounceOwnership()
setBlacklistEnabled(address account, bool enabled)
setBlacklistEnabledMultiple(address[] accounts, bool enabled)
setContractSwapEnabled(bool swapEnabled)
setExcludedFromFees(address account, bool enabled)
setExcludedFromLimits(address account, bool enabled)
setExcludedFromProtection(address account, bool enabled)
setExcludedFromReward(address account, bool enabled)
setInitializer(address initializer)
setLpPair(address pair, bool enabled)
setMaxTxPercent(uint256 percent, uint256 divisor)
setMaxWalletSize(uint256 percent, uint256 divisor)
setMinETHBuyNeeded(uint256 amount, uint256 divisor)
setMinimumHoldForLottery(uint256 minHoldPercent, uint256 divisor)
setPriceImpactEnabled(bool enabled)
setProtectionSettings(bool _antiSnipe, bool _antiBlock)
setRatios(uint16 reflection, uint16 marketing, uint16 liquidity, uint16 development, uint16 mod, uint16 gameAdvancement, uint16 technicalSupport, uint16 burn)
setSwapSettings(uint256 thresholdPercent, uint256 thresholdDivisor, uint256 amountPercent, uint256 amountDivisor)
setTaxes(uint16 buyFee, uint16 sellFee, uint16 transferFee)
setWallets(address marketing, address development, address mod, address gameAdvancement, address technicalSupport)
startNewLottery(uint256 endTime)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwner(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoLiquify(uint256 amountCurrency, uint256 amountTokens)
ContractSwapEnabledUpdated(bool enabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.