Ether Swap
Verified contract
Active on
Ethereum with 72 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETHS | ERC-20 | 28.322431M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16949686 | 2 years ago | | | 0 | 0.0011791891 | |
| 16858656 | 2 years ago | | | 0 | 0.00058325577 | |
| 16310902 | 2 years ago | | | 0 | 0.00067595682 | |
| 16232957 | 2 years ago | | | 0 | 0.00064209215 | |
| 16232416 | 2 years ago | | | 0 | 0.00032776406 | |
| 16232410 | 2 years ago | | | 0 | 0.00061444456 | |
| 16231550 | 2 years ago | | | 0 | 0.00053350434 | |
| 16231451 | 2 years ago | | | 0 | 0.00058609810 | |
| 16231335 | 2 years ago | | | 0 | 0.00034274085 | |
| 16231335 | 2 years ago | | | 0 | 0.00055026256 |
ABI
ABI objects
Getter at block 21227714
_maxTxAmount() view returns (uint256)
1000000000000000000000000000
_walletMax() view returns (uint256)
1000000000000000000000000000
decimals() pure returns (uint8)
18
devFee() view returns (uint256)
0
getCirculatingSupply() view returns (uint256)
992899729101866080063139196
getOwner() view returns (address)
0x0000000000000000000000000000000000000000
launchedAt() view returns (uint256)
16231164
liquidityFee() view returns (uint256)
0
marketingFee() view returns (uint256)
2
name() pure returns (string)
Ether Swap
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0xfaca0065f08daad8739c06068641ff365a0b99c9
restrictWhales() view returns (bool)
true
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
swapAndLiquifyByLimitOnly() view returns (bool)
false
swapAndLiquifyEnabled() view returns (bool)
true
swapThreshold() view returns (uint256)
1000000000000000000000000
symbol() pure returns (string)
ETHS
takeBuyFee() view returns (bool)
true
takeSellFee() view returns (bool)
true
takeTransferFee() view returns (bool)
true
totalFee() view returns (uint256)
2
totalFeeIfSelling() view returns (uint256)
99
totalSupply() view returns (uint256)
1000000000000000000000000000
tradingOpen() view returns (bool)
true
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isFeeExempt(address) view returns (bool)
isPair(address) view returns (bool)
isTxLimitExempt(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveMax(address spender) returns (bool)
changeFees(uint256 newLiqFee, uint256 newMarketingFee, uint256 newDevFee, uint256 extraSellFee)
changePair(address _address, bool status)
changeSellFee() returns (bool)
changeSwapbackSettings(bool status, uint256 newAmount)
changeTakeTransferfee(bool status)
changeWallets(address newMktWallet, address newDevWallet, address newLpWallet)
feeWhitelist(address holder, bool exempt)
grantCompletePermissions(address target)
isAuth(address _address, bool status)
newTxLimit() returns (bool)
removeERC20(address tokenAddress, uint256 tokens) returns (bool success)
removeEther(uint256 amountPercentage)
removeLimits() returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
txLimitWhitelist(address holder, bool exempt)
Approval(address indexed owner, address indexed spender, uint256 value)
AutoLiquify(uint256 amountETH, uint256 amountBOG)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.