ETHflation
Verified contract
Active on
Ethereum with 132 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 "ETHflation"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15111538 | 2 years ago | | | 0 | 0.0020981250 | |
| 15046321 | 2 years ago | | | 0 | 0.0028491575 | |
| 15044347 | 2 years ago | | | 0 | 0.0010678012 | |
| 15044208 | 2 years ago | | | 0 | 0.0021352056 | |
| 15043136 | 2 years ago | | | 0 | 0.0030976313 | |
| 15042714 | 2 years ago | | | 0 | 0.0020534257 | |
| 15042702 | 2 years ago | | | 0 | 0.0017668774 | |
| 15042678 | 2 years ago | | | 0 | 0.0029390572 | |
| 15042666 | 2 years ago | | | 0 | 0.0031844814 | |
| 15042617 | 2 years ago | | | 0 | 0.0018257009 |
ABI
ABI objects
Getter at block 21387022
DEAD() view returns (address)
0x000000000000000000000000000000000000dead
_hasLiqBeenAdded() view returns (bool)
true
_taxRates() view returns (uint16 buyFeeLP, uint16 buyFeeMarketing, uint16 sellFeeLP, uint16 sellFeeMarketing)
(buyFeeLP=1, buyFeeMarketing=1, sellFeeLP=1, sellFeeMarketing=1)
decimals() pure returns (uint8)
18
dexRouter() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
getMaxTXs() view returns (uint256, uint256)
(2000000, 2000000)
getMaxWallet() view returns (uint256)
2000000
getOwner() view returns (address)
0x6b5d89ca8c23a022ffb030e691bd9227dec6b9fe
marketingWallet() view returns (address)
0x39313511da05790e1dfa9850fbf2fc813992aec7
name() pure returns (string)
ETHflation
secondPair() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
symbol() pure returns (string)
UP
totalSupply() pure returns (uint256)
100000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlacklisted(address account) view returns (bool)
isExcludedFromFees(address account) view returns (bool)
isExcludedFromLimits(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
enableTrading()
renounceOwnership()
setBlacklistEnabled(address account, bool enabled)
setBlacklistEnabledMultiple(address[] accounts, bool enabled)
setExcludedFromFees(address account, bool enabled)
setExcludedFromLimits(address account, bool enabled)
setMarketingWallet(address newMarketingAddress)
setMaxTxPercents(uint256 percentBuy, uint256 percentSell)
setMaxWalletSize(uint256 percent)
setNewFees(uint16 buyFeeLP, uint16 buyFeeMarketing, uint16 sellFeeLP, uint16 sellFeeMarketing)
setNewRouter(address newRouter)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.