Ethereum ETF
Verified contract
Active on
Ethereum with 180 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd28c…8e7e
-
variable spans 2 additional slots
0x5c49…4760
1 additional
variable
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $2,509.72 |
$0 | |
ETHETF | ERC-20 | 61.114824K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19100704 | 9 months ago | | | 0 | 0.00023306569 | |
| 18865887 | 10 months ago | | | 0 | 0.0034693324 | |
| 18763236 | a year ago | | | 0 | 0.00091851589 | |
| 18763234 | a year ago | | | 0 | 0.00092067969 | |
| 18763188 | a year ago | | | 0 | 0.00067680303 | |
| 18694765 | a year ago | | | 0 | 0.0017336008 | |
| 18594466 | a year ago | | | 0 | 0.0013683982 | |
| 18594464 | a year ago | | | 0 | 0.0013199172 | |
| 18594383 | a year ago | | | 0 | 0.0011512946 | |
| 18594381 | a year ago | | | 0 | 0.0011479271 |
ABI
ABI objects
Getter at block 21090673
_maxWalletAmount() view returns (uint256)
121000000000000000
deadWallet() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
9
distribution() view returns (uint256 ethETFshare, uint256 ethereumEtfBuybacks, uint256 ethETFDividend)
(ethETFshare=40, ethereumEtfBuybacks=20, ethETFDividend=40)
dividendTracker() view returns (address)
0x5c4990aa32063a29df2d7543d336336466b74760
ethETFshareAddress() view returns (address)
0x247c3b9401f43dc57462710537b6e6c1ec8b1b0d
ethPriceToSwap() view returns (uint256)
150000000000000000
gasForProcessing() view returns (uint256)
50000
getTokenAmountByEthPrice() view returns (uint256)
171
highSellFeeSwapAmount() view returns (uint256)
2000000000000000000
name() view returns (string)
Ethereum ETF
owner() view returns (address)
0x4431c0fef02edf38cf478066a7ee857893616056
swapAndLiquifyEnabled() view returns (bool)
true
symbol() view returns (string)
ETHETF
taxFees() view returns (uint256 buyFee, uint256 sellFee, uint256 highSellFee)
(buyFee=99, sellFee=0, highSellFee=0)
totalSupply() view returns (uint256)
121000000000000000
uniswapV2Pair() view returns (address)
0xa77c0dd2f5cd8df04a7a8023da4878dbd2fa89a6
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
ethHolderBalance(address account) view returns (uint256)
getEthValueFromTokens(uint256 tokenAmount) view returns (uint256)
isAddressBlocked(address addr) view returns (bool)
isExcludedFromFee(address account) view returns (bool)
isExcludedFromRewards(address addr) view returns (bool)
State-modifying
Events airDrops(address[] holders, uint256[] amounts)
approve(address spender, uint256 amount) returns (bool)
blockAddresses(address[] addresses)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeIncludeFromFee(address[] addresses, bool isExcludeFromFee)
excludeIncludeFromRewards(address[] addresses, bool isExcluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
manualSwap()
removeEthFromContract()
renounceOwnership()
setDistribution(uint256 ethETFshare, uint256 ethereumEtfBuybacks, uint256 ethETFDividend)
setDividendTracker(address dividendContractAddress)
setEthPriceToSwap(uint256 ethPriceToSwap_)
setHighSellFeeSwapAmount(uint256 ethAmount)
setMaxWalletAmount(uint256 maxWalletAmount)
setSwapAndLiquifyEnabled(bool _enabled)
setTaxFees(uint256 buyFee, uint256 sellFee, uint256 highSellFee)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unblockAddresses(address[] addresses)
updateGasForProcessing(uint256 newValue)
Approval(address indexed owner, address indexed spender, uint256 value)
HolderBuySell(address holder, string actionType, uint256 ethAmount, uint256 ethBalance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProcessedDividendTracker(uint256 iterations, uint256 claims, uint256 lastProcessedIndex, bool indexed automatic, uint256 gas, address indexed processor)
SendDividends(uint256 EthAmount)
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.