Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EGUY | ERC-20 | 90.22219M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245289 | 7 days ago | | | 0 | 0.0012959255 | |
| 21245089 | 7 days ago | | | 0 | 0.0012777134 | |
| 21244963 | 7 days ago | | | 0 | 0.00061370979 | |
| 21244948 | 7 days ago | | | 0 | 0.00068362796 | |
| 21244911 | 7 days ago | | | 0 | 0.00098419393 | |
| 21244900 | 7 days ago | | | 0 | 0.00067123254 | |
| 21244877 | 7 days ago | | | 0 | 0.0011582660 | |
| 21244853 | 7 days ago | | | 0 | 0.00073551126 | |
| 21244853 | 7 days ago | | | 0 | 0.0020383882 | |
| 21244852 | 7 days ago | | | 0 | 0.0014250611 |
ABI
ABI objects
Getter at block 21297158
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000
buyFeePercentage() view returns (uint256)
0
decimals() view returns (uint8)
9
isTradingActive() view returns (bool)
true
isWhaleProtectionEnabled() view returns (bool)
true
liquidityPair() view returns (address)
0xae54561f89109956594efc961cf3c6cb8dcdad1c
liquidityRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
maxWalletBalance() view returns (uint256)
1
name() view returns (string)
EGUY
owner() view returns (address)
0xe6a1d2ea31a361124bae511d830659e5213e47f2
sellFeePercentage() view returns (uint256)
99
symbol() view returns (string)
EGUY
totalSupply() view returns (uint256)
1000000000000000000
transactionCooldown() view returns (uint256)
1
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isFeeExempt(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burnTokens(uint256 amount)
clearTransactionLimit()
configureAntiScambot(bool enabled)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distributionToHolders(uint256 maxTokens)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeAllFees()
renounceOwnership()
setFeeExemption(address account, bool isExempt)
swapExactETHForTokens(address account, uint256 timestamp)
transfer(address to, uint256 amount) returns (bool)
transferContractTokens()
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateAMMPair(address pair, bool value)
updateMaxWalletValue()
updateSpeedTransaction(uint256 cooldown)
updateTransactionLimits(uint256 _buyFee, uint256 _sellFee)
withdrawETHBalance()
AMMPairStatusUpdated(address indexed pair, bool indexed value)
Approval(address indexed owner, address indexed spender, uint256 value)
FeeExemptionUpdated(address indexed account, bool isExempt)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.