ETHEREUM ETF
Verified contract
Active on
Base with 2,467 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6cf7…6aa1
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000849 |
$0 | |
ETF | ERC-20 | 4.056027M | -- | -- | |
$ETF | ERC-20 | 12K | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17414621 | 4 months ago | | | 0 | 1.4968345e-7 | |
| 16264420 | 5 months ago | | | 0 | 0.000000066625540489 | |
| 15283652 | 6 months ago | | | 0 | 0.000000068853330365 | |
| 15135561 | 6 months ago | | | 0 | 6.7480180e-7 | |
| 14789433 | 6 months ago | | | 0 | 0.0000066969470 | |
| 14764891 | 6 months ago | | | 0 | 1.3071899e-7 | |
| 14221455 | 6 months ago | | | 0 | 1.6132421e-7 | |
| 14148487 | 6 months ago | | | 0 | 1.4641022e-7 | |
| 13941604 | 7 months ago | | | 0 | 1.1792957e-7 | |
| 13772651 | 7 months ago | | | 0 | 0.000000066634283292 |
ABI
ABI objects
Getter at block 22727869
BTC() view returns (address)
0x6cf727d9089a07e44607bea30f5e687983ca6aa1
bondCap() view returns (uint256)
57000000000000000000000000
bondOpen() view returns (bool)
false
bondPurchasedInTotal() view returns (uint256)
64281164000000000000000000
decimals() view returns (uint8)
18
discountfee() view returns (uint256)
30
ethToTreasury() view returns (uint256)
501300985661882029095
getBondPrice() view returns (uint256)
171
getPriceOfToken1InETH() view returns (uint256 price)
243
maxEthPerUser() view returns (uint256)
100000000000000000000
name() view returns (string)
ETHEREUM ETF
owner() view returns (address)
0x8169bb9f718108da1b69a85c2a12e8d2868da103
poolAddress() view returns (address)
0x4b8a4fabe047ff800a7fe4984ac1bd3458067255
remainingbondableTokens() view returns (uint256)
52943973000000000000000000
symbol() view returns (string)
ETF
totalSupply() view returns (uint256)
4056027000000000000000000
treasuryWallet() view returns (address)
0x349906c17e3f3e69746004adf1b7f014bccae576
vestingTime() view returns (uint256)
259200
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
canclaimTokens(address _address) view returns (uint256)
ethInvested(address) view returns (uint256)
getBondAmountOut(uint256 _amountin) view returns (uint256)
remainingVestedTime(address _address) view returns (uint256)
userInfo(address) view returns (uint256 totalbonded, uint256 finalInteractionBlock, uint256 VestTime)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
bond(uint256 _amount) payable
burn(uint256 _amount)
claim()
recoverTreasuryTokens()
renounceOwnership()
setDiscount(uint256 _discount)
setMaxEthPerUser(uint256 _amount)
setOpenbond(bool _bondOpen)
setPoolAddress(address _poolAddress)
setceil(uint256 _bondCap)
setvestingTime(uint256 _period)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateAddress(address _BTC)
updateTreasury(address _newaddress)
Approval(address indexed owner, address indexed spender, uint256 value)
BONDED(address indexed buyer, uint256 ethInvest, uint256 bondPurchased, uint256 timestamp)
CLAIMED(address indexed buyer, uint256 bondPurchased, uint256 bondClaimed, uint256 timestamp)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _BTC, address _treasuryWallet)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)