Stream HodlwETH
Verified contract
Active on
Base with 632 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 ($886.53)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.36243 | $2,445.92 |
$886.47 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
USA | ERC-20 | 1 | $0.001124 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.00063 |
$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 | -- | -- | |
sHodlwETH | ERC-20 | 1.135146 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21944476 | 2 days ago | | | 0 | 4.4725819e-7 | |
| 21845567 | 4 days ago | | | 0 | 4.4725819e-7 | |
| 21601997 | 10 days ago | | | 0.00001 | 3.6680774e-7 | |
| 21179924 | 20 days ago | | | 0 | 4.4647680e-7 | |
| 21072375 | 22 days ago | | | 0 | 4.4725819e-7 | |
| 21070417 | 22 days ago | | | 0 | 4.4725819e-7 | |
| 21068431 | 22 days ago | | | 0 | 4.4725819e-7 | |
| 21068377 | 22 days ago | | | 0 | 4.4725819e-7 | |
| 20991473 | 24 days ago | | | 0 | 3.8786387e-7 | |
| 20966848 | 24 days ago | | | 0 | 2.9142564e-7 |
ABI
ABI objects
Getter at block 22023350
WETH() view returns (address)
0x4200000000000000000000000000000000000006
cap() view returns (uint256)
1000000000000000000000000
currentQueuedWithdrawShares() view returns (uint256)
0
decimals() view returns (uint8)
18
isPublic() view returns (bool)
true
keeper() view returns (address)
0x5fd3053ba4ba07aa4aac2d876e3bdc6e26623baf
lastQueuedWithdrawAmount() view returns (uint256)
362430036568256740
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Stream HodlwETH
owner() view returns (address)
0xedd2c818f85aa1db06b1d7f4f64e6d002911f444
pricePerShare() view returns (uint256)
1033465411270773002
round() view returns (uint256)
22
symbol() view returns (string)
sHodlwETH
totalBalance() view returns (uint256)
1173133686688690630
totalPending() view returns (uint256)
0
totalSupply() view returns (uint256)
1135145573228404695
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=22, lockedAmount=810703650120433890, lastLockedAmount=1026269405048263808, totalPending=0, queuedWithdrawShares=351437978045377958)
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)