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 "ETH ETF"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19981788 | 6 months ago | | | 0 | 0.00047553049 | |
| 19629213 | 7 months ago | | | 0 | 0.00057746997 | |
| 19586548 | 7 months ago | | | 0 | 0.00068545351 | |
| 19496189 | 8 months ago | | | 0 | 0.00050451561 | |
| 19496188 | 8 months ago | | | 0 | 0.00088487613 | |
| 19491629 | 8 months ago | | | 0 | 0.0012730516 | |
| 19490328 | 8 months ago | | | 0 | 0.0015150957 | |
| 19489877 | 8 months ago | | | 0 | 0.0010893687 | |
| 19489653 | 8 months ago | | | 0 | 0.0012898383 | |
| 19489621 | 8 months ago | | | 0 | 0.0013430450 |
ABI
ABI objects
Getter at block 21213263
decimals() view returns (uint8)
18
name() view returns (string)
ETH ETF
owner() view returns (address)
0x0f73c72ee6d680f0f42590a3cf0e72f75c4ba746
symbol() view returns (string)
ETH ETF
totalSupply() view returns (uint256)
100000000000000000000000000
tradingEnabled() view returns (bool)
true
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getusers(address _address) view returns (uint256)
hasusers(address _address) view returns (bool)
isExcludedFromEnableTrading(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
excludeFromEnableTrading(address account, bool excluded)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setusers(address _address, uint256 _limit)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address owner)
receive()
This contract contains no error objects.