Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
16 additional
variables
Balances ($0.00)
No balances found for "EthScape"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16441101 | 2 years ago | | | 0 | 0.0020409983 | |
| 16441099 | 2 years ago | | | 0 | 0.0020321536 | |
| 16441097 | 2 years ago | | | 0 | 0.0020150844 | |
| 16441095 | 2 years ago | | | 0 | 0.0020475326 | |
| 16439918 | 2 years ago | | | 0 | 0.00065654651 | |
| 16439911 | 2 years ago | | | 0 | 0.00075913214 | |
| 16439901 | 2 years ago | | | 0 | 0.00072226143 | |
| 16436815 | 2 years ago | | | 0 | 0.0031197302 | |
| 16436813 | 2 years ago | | | 0 | 0.0030471937 | |
| 16436810 | 2 years ago | | | 0 | 0.0031689293 |
ABI
ABI objects
Getter at block 21261154
_buyLiquidityFee() view returns (uint256)
100
_buyMarketingFee() view returns (uint256)
200
_buyTaxFee() view returns (uint256)
0
_buyTeamFee() view returns (uint256)
200
_feeDecimal() view returns (uint256)
2
_sellLiquidityFee() view returns (uint256)
100
_sellMarketingFee() view returns (uint256)
200
_sellPartnerWallet() view returns (uint256)
100
_sellPlayToEarnWallet() view returns (uint256)
100
_sellTaxFee() view returns (uint256)
0
_sellTeamFee() view returns (uint256)
200
_taxFeeTotal() view returns (uint256)
0
_transferLiquidityFee() view returns (uint256)
400
_transferTeamFee() view returns (uint256)
100
decimals() view returns (uint8)
9
isFeeActive() view returns (bool)
true
minTokensBeforeSwap() view returns (uint256)
100000000000000
name() view returns (string)
EthScape
owner() view returns (address)
0x98fcb0dd33768c6efbb93096bb8c95f2d8527084
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
ES2
totalSupply() view returns (uint256)
1300000000000000000
uniswapV2Pair() view returns (address)
0x22955f83f93dd9a9d16f1df088a6488574dd29f0
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
_blackList(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcluded(address account) view returns (bool)
reflectionFromToken(uint256 tokenAmount, bool deductTransferFee) view returns (uint256)
tokenFromReflection(uint256 reflectionAmount) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeAccount(address account)
includeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setAddresses(address _teamWallet, address _playToEarn, address _partnerWallet, address _marketWallet, address _lpWallet)
setBlackList(address _address, bool value)
setBuyFee(uint256 marketingFee, uint256 liquidityFee, uint256 teamFee, uint256 taxFee)
setFeeActive(bool value)
setMinTokensBeforeSwap(uint256 amount)
setPair(address pair)
setSellFee(uint256 marketFee, uint256 liquidityFee, uint256 teamFee, uint256 taxFee)
setSwapAndLiquifyEnabled(bool enabled)
setTaxless(address account, bool value)
setTrading(bool value)
setTransferFee(uint256 teamFee, uint256 liquidityFee)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.