TimeCapsuleFactory
Verified contract
Active on
Ethereum with 248 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xac72…ccb0
Balances ($0.00)
No balances found for "TimeCapsuleFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21275880 | 2 days ago | | | 0 | 0.0025952461 | |
| 21266449 | 3 days ago | | | 0 | 0.0033203911 | |
| 21237546 | 7 days ago | | | 0 | 0.0030289129 | |
| 21231450 | 8 days ago | | | 0 | 0.0046544669 | |
| 21219801 | 10 days ago | | | 0 | 0.0014468595 | |
| 21089579 | a month ago | | | 0 | 0.0010458305 | |
| 21071863 | a month ago | | | 0 | 0.0033068838 | |
| 21055017 | a month ago | | | 0 | 0.0010460241 | |
| 21046210 | a month ago | | | 0 | 0.0025508278 | |
| 20988944 | a month ago | | | 0 | 0.0034687368 |
ABI
ABI objects
Getter at block 21288597
This contract contains no getter function objects.
Read-only
capsuleAddressOf(address _owner) view returns (address capsuleAddress)
checkRecoveryAddress(address _owner, bytes32 _addressHash) view returns (bool confirmed)
isRecoveryHashValidated(address _owner) view returns (bool)
predictedCapsuleAddress(address ownerAddress) view returns (address predictedAddress)
State-modifying
Events createTimeCapsule()
createTimeCapsule(bytes32 _recoveryAddressHash)
recoverOwnership(address _oldOwner, address _newOwner)
validateRecoveryAddressHash(address _owner, bytes32 _recoveryAddressHash, bytes _signature)
OwnerChanged(address capsuleAddress, address oldOwner, address newOwner)
TimeCapsuleCreated(address owner, address capsuleAddress)
constructor(address _timeCapsuleImplementationAddress, address _feeSplitterContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.