FigmentEth2Depositor
Verified contract
Active on
Ethereum with 2,312 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HQG | ERC-20 | 0.001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21199377 | 21 hours ago | | | 64 | 0.0016804908 | |
| 21195648 | a day ago | | | 64 | 0.0025772308 | |
| 21187419 | 3 days ago | | | 192 | 0.0063710949 | |
| 21186861 | 3 days ago | | | 256 | 0.0095758315 | |
| 21180557 | 3 days ago | | | 32 | 0.0052402587 | |
| 21180479 | 4 days ago | | | 1472 | 0.10575335 | |
| 21180364 | 4 days ago | | | 3200 | 0.24228949 | |
| 21180008 | 4 days ago | | | 1472 | 0.12760848 | |
| 21179886 | 4 days ago | | | 192 | 0.019620939 | |
| 21179824 | 4 days ago | | | 192 | 0.018503041 |
ABI
ABI objects
Getter at block 21205560
collateral() view returns (uint256)
32000000000000000000
credentialsLength() view returns (uint256)
32
depositContract() view returns (address)
0x00000000219ab540356cbb839cbe05303d7705fa
nodesMaxAmount() view returns (uint256)
100
nodesMinAmount() view returns (uint256)
1
owner() view returns (address)
0x1dae025f56ecbb194b1a7d06bc01d07a8b103e3c
paused() view returns (bool)
false
pubkeyLength() view returns (uint256)
48
signatureLength() view returns (uint256)
96
Read-only
This contract contains no read-only function objects.
State-modifying
Events deposit(bytes[] pubkeys, bytes[] withdrawal_credentials, bytes[] signatures, bytes32[] deposit_data_roots) payable
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
DepositEvent(address from, uint256 nodesAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
constructor(address depositContract_)
receive()
This contract contains no error objects.