hETHVaultV1_3
Verified contract
Active on
Ethereum with 40 txns
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 "hETHVaultV1_3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15775353 | 2 years ago | | | 0 | 0.0012578022 | |
| 14513908 | 3 years ago | | | 0 | 0.0024162480 | |
| 14287064 | 3 years ago | | | 0 | 0.0021550320 | |
| 14262126 | 3 years ago | | | 0 | 0.0028080720 | |
| 14186737 | 3 years ago | | | 1.007 | 0.0058793280 | |
| 14167809 | 3 years ago | | | 0 | 0.0079017840 | |
| 14095185 | 3 years ago | | | 0 | 0.020309544 | |
| 13991834 | 3 years ago | | | 0 | 0.017609280 | |
| 13991682 | 3 years ago | | | 0 | 0.013517928 | |
| 13991405 | 3 years ago | | | 0 | 0.012146544 |
ABI
ABI objects
Getter at block 21128310
adminAddress() view returns (address)
0x468d29a98bf948f10831f9f0053ed54f0a3311e2
depositFeePermill() view returns (uint32)
69
feeAddress() view returns (address)
0x951b73f8c082d32e48f3bd0a70c800135aabd02f
gov() view returns (address)
0xf791dd1842b7bc743b7ea643608831450a8fc059
paused() view returns (bool)
false
totalDeposit() view returns (uint256)
0
vaultName() view returns (string)
HETH_VAULT
withdrawFeePermill() view returns (uint32)
69
Read-only
This contract contains no read-only function objects.
State-modifying
Events deposit(string _htrAddress) payable
pause(bool _state)
setAdminAddress(address _adminAddress)
setDepositFeePermill(uint32 _feePermill)
setFeeAddress(address _feeAddress)
setGovernance(address _gov)
setVaultName(string _vaultName)
setWithdrawFeePermill(uint32 _feePermill)
withdraw(uint256 _amount, uint256 _estimatedGasFeeAmount, address _receiverAddress, string _htrAddress)
Deposited(address indexed user, uint256 amount, string htrAddress, uint256 entryFeeAmount)
Withdrawn(address indexed user, uint256 amount, string htrAddress, uint256 estimatedFeeAmount, uint256 exitFeeAmount)
constructor(address _adminAddress, address _feeAddress, string _vaultName)
This contract contains no fallback and receive objects.
This contract contains no error objects.