ETHETFToken
Verified contract
Active on
Ethereum with 1,485 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETHETF | ERC-20 | 12.440068K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21301484 | 4 days ago | | | 0 | 0.00076642428 | |
| 21300972 | 4 days ago | | | 0 | 0.0010298189 | |
| 21261835 | 9 days ago | | | 0 | 0.00021792144 | |
| 21251104 | 11 days ago | | | 0 | 0.00063026438 | |
| 21179786 | 21 days ago | | | 0 | 0.0055900500 | |
| 21046837 | a month ago | | | 0 | 0.00012563758 | |
Transfer | 20990459 | 2 months ago | | | 0.0079652749 | 0.0013047291 | |
Transfer | 20990451 | 2 months ago | | | 0.009270004 | 0.0010805184 | |
| 20986612 | 2 months ago | | | 0 | 0.00053854983 | |
| 20859107 | 2 months ago | | | 0 | 0.00066918239 |
ABI
ABI objects
Getter at block 21327654
burnPercentage() view returns (uint256)
2
decimals() view returns (uint8)
18
hardCap() view returns (uint256)
100000000000000000000000000
name() view returns (string)
ETH ETF Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
pairAddress() view returns (address)
0xd109c5d4a0b0557f4418574180780d52cd0793fd
symbol() view returns (string)
ETHETF
taxRemovalWallet() view returns (address)
0xfd115175dbb63b568de52b1570e18083bfeddfca
totalSupply() view returns (uint256)
64374140509267062279391833
tradingEnabled() view returns (bool)
true
Read-only
allowance(address from, address to) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address to, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address to, uint256 subtractedValue) returns (bool)
enableTrading()
increaseAllowance(address to, uint256 addedValue) returns (bool)
removeBurnPercentage()
renounceOwnership()
setPairAddress(address _pair)
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)
BurnPercentageRemoved(uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PairAddressSet(address pair, uint256 timestamp)
TradingEnabled(uint256 timestamp)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, address newOwner_, address taxRemovalWallet_)
This contract contains no fallback and receive objects.
This contract contains no error objects.