Everflow Token
Verified contract
Active on
Ethereum with 191 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Everflow Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21194915 | 2 days ago | | | 0 | 0.00091423172 | |
| 21167897 | 6 days ago | | | 0 | 0.0047459580 | |
| 21111540 | 14 days ago | | | 0 | 0.00018276042 | |
| 21030588 | 25 days ago | | | 0 | 0.00058893061 | |
| 21015688 | a month ago | | | 0 | 0.00039132255 | |
| 20982543 | a month ago | | | 0 | 0.00038117810 | |
| 20975227 | a month ago | | | 0 | 0.00056171687 | |
| 20904645 | a month ago | | | 0 | 0.000092374707 | |
| 20860142 | 2 months ago | | | 0 | 0.00032362759 | |
| 20742396 | 2 months ago | | | 0 | 0.00020260013 |
ABI
ABI objects
Getter at block 21208737
buySellTax() view returns (uint256)
0
decimals() view returns (uint8)
18
maxPurchaseLimit() view returns (uint256)
10
name() view returns (string)
Everflow Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
EFT
thresholdLimit() view returns (uint256)
1000000000000000000000000
totalSupply() view returns (uint256)
1000000000000000000000000000
uniswapV2Pair() view returns (address)
0x8770c1cfb7b15f792d8940dee258a0f611ef785c
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromFee(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setPurchaseLimit(uint256 _limit)
setSellBuyTax(uint256 _tax)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawERC20Token(address token, address to)
withdrawETH(address _to)
Approval(address indexed owner, address indexed spender, uint256 value)
ExcludeFromFee(address indexed account, bool isExcluded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PurchaseLimitUpdated(uint256 limitPercent)
SwapAndLiquify(uint256 tokensSwapped, uint256 ethReceived, uint256 tokensIntoLiqudity)
TaxUpdated(uint256 taxPercent)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _router, uint256 _buySellTax, uint256 _purchaseLimit)
receive()
This contract contains no error objects.