Stream HodlwETH
Verified contract
Active on
Base with 651 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($887.52)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.262508 | $3,380.71 |
$887.46 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
USA | ERC-20 | 1 | $0.000685 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000614 |
$0 | |
BABYBASE | ERC-20 | 111 | -- | -- | |
XBOO | ERC-20 | 88 | -- | -- | |
PEP | ERC-20 | 61.2 | -- | -- | |
OKmaga | ERC-20 | 38.858 | -- | -- | |
Uii coin | ERC-20 | 15.51 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23866116 | 2 days ago | | | 0 | 9.1324800e-7 | |
| 23565674 | 9 days ago | | | 0 | 0.0000011072296 | |
| 23490368 | 10 days ago | | | 0 | 8.1786599e-7 | |
| 23173223 | 18 days ago | | | 0 | 9.7380689e-7 | |
| 23144908 | 18 days ago | | | 0 | 9.8418564e-7 | |
| 23058318 | 20 days ago | | | 0 | 9.3819801e-7 | |
| 23008203 | 22 days ago | | | 0 | 9.2852381e-7 | |
| 22749475 | a month ago | | | 0 | 9.2852381e-7 | |
| 22718860 | a month ago | | | 0 | 9.2852381e-7 | |
| 22521180 | a month ago | | | 0 | 3.8793640e-7 |
ABI
ABI objects
Getter at block 23943368
WETH() view returns (address)
0x4200000000000000000000000000000000000006
cap() view returns (uint256)
1000000000000000000000000
currentQueuedWithdrawShares() view returns (uint256)
108182734613098795
decimals() view returns (uint8)
18
isPublic() view returns (bool)
true
keeper() view returns (address)
0x5fd3053ba4ba07aa4aac2d876e3bdc6e26623baf
lastQueuedWithdrawAmount() view returns (uint256)
262507511153290387
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Stream HodlwETH
owner() view returns (address)
0xedd2c818f85aa1db06b1d7f4f64e6d002911f444
pricePerShare() view returns (uint256)
1033259946236271897
round() view returns (uint256)
23
symbol() view returns (string)
sHodlwETH
totalBalance() view returns (uint256)
969815205122132094
totalPending() view returns (uint256)
0
totalSupply() view returns (uint256)
938597502646606879
vaultParams() view returns (uint8 decimals, address asset, uint56 minimumSupply, uint104 cap)
(decimals=18, asset=0x4200000000000000000000000000000000000006, minimumSupply=100000000, cap=1000000000000000000000000)
vaultState() view returns (uint16 round, uint104 lockedAmount, uint104 lastLockedAmount, uint128 totalPending, uint128 queuedWithdrawShares)
(round=23, lockedAmount=707307693968841707, lastLockedAmount=810703650120433890, totalPending=0, queuedWithdrawShares=254842826307816617)
Read-only
accountVaultBalance(address account) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
canDeposit(address account, bytes32[] proof) view returns (bool)
depositReceipts(address) view returns (uint16 round, uint104 amount, uint128 unredeemedShares)
getCurrQueuedWithdrawAmount(uint256 currentBalance) view returns (uint256)
roundPricePerShare(uint256) view returns (uint256)
shareBalances(address account) view returns (uint256 heldByAccount, uint256 heldByVault)
shares(address account) view returns (uint256)
withdrawals(address) view returns (uint16 round, uint128 shares)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
completeWithdraw()
deposit(uint256 amount)
depositETH() payable
depositETHFor(address creditor) payable
depositFor(uint256 amount, address creditor)
initiateWithdraw(uint256 numShares)
maxRedeem()
privateDeposit(uint256 amount, bytes32[] proof)
privateDepositETH(bytes32[] proof) payable
redeem(uint256 numShares)
renounceOwnership()
rollToNextRound(uint256 currentBalance)
setCap(uint256 newCap)
setMerkleRoot(bytes32 _merkleRoot)
setNewKeeper(address newKeeper)
setPublic(bool _isPublic)
setVaultParams(struct VaultVaultParams newVaultParams)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawInstantly(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
CapSet(uint256 oldCap, uint256 newCap)
Deposit(address indexed account, uint256 amount, uint256 round)
InitiateWithdraw(address indexed account, uint256 shares, uint256 round)
InstantWithdraw(address indexed account, uint256 amount, uint256 round)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Redeem(address indexed account, uint256 share, uint256 round)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed account, uint256 amount, uint256 shares)
constructor(address _weth, address _keeper, string _tokenName, string _tokenSymbol, struct VaultVaultParams _vaultParams)
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
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)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)