0xed2dff193a38257134eed2c67830643bee566c50
Verified contract
Proxy
Active on
Ethereum with 17 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xac72…ccb0
Balances ($1.19)
Native
Value
$0.88
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000276 | $3,188.83 |
$0.88 | |
HEX | ERC-20 | 149.182444 | $0.002097 |
$0.31 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19094874 | 10 months ago | | | 0 | 0.00089311613 | |
| 19094873 | 10 months ago | | | 0 | 0.0010163845 | |
| 18900831 | 10 months ago | | | 0 | 0.0020985293 | |
| 18900830 | 10 months ago | | | 0 | 0.0021480143 | |
| 18900829 | 10 months ago | | | 0 | 0.0018862486 | |
| 18900828 | 10 months ago | | | 0 | 0.0012998193 | |
| 18463991 | a year ago | | | 0 | 0.0029256270 | |
| 18463988 | a year ago | | | 0 | 0.0029560178 | |
| 18463987 | a year ago | | | 0 | 0.0021786627 | |
| 18387461 | a year ago | | | 0 | 0.0017382455 |
ABI
ABI objects
Getter at block 21186168
isInitialized() view returns (bool)
true
isRecoveryHashValidated() view returns (bool validated)
false
owner() view returns (address)
0xd42ddbbe129d281fe60e133126a68716a3f96af6
vaultStatus() view returns (uint8 status)
0
Read-only
availableBalance(address _tokenAddress) view returns (uint256 available)
calculateAllowance(address _tokenAddress, uint256 _index) view returns (uint256 withdrawalAllowance)
checkBehaviorLockCode(address _tokenAddress, uint256 _lockIndex, string _unlockCode) view returns (bool correct)
checkRecoveryAddress(bytes32 _recoveryAddressHash) view returns (bool confirmed)
lockCount(address _tokenAddress) view returns (uint256 count)
lockData(address _tokenAddress, uint256 _index) view returns (struct TimeCapsuleContextLock lock)
State-modifying
Events cancelWithdrawal(address _tokenAddress, uint256 _lockIndex)
claimBehaviorLock(address _tokenAddress, uint256 _lockIndex, string _unlockCode) payable
createBehaviorLock(bytes32 _tag, address _tokenAddress, uint256 _lockAmount, uint256 _fee, uint64 _lockTime, bytes6 _unlockHash) payable returns (uint256 lockIndex)
createHardLock(bytes32 _tag, address _tokenAddress, uint256 _lockAmount, uint256 _fee, uint64 _lockTime, uint64 _unlockTime) payable returns (uint256 lockIndex)
createLock(bytes32 _tag, address _tokenAddress, uint256 _lockAmount, uint256 _fee, uint64 _lockTime, uint64 _unlockTime) payable returns (uint256 lockIndex)
initialize(address _newOwner, address _factoryAddress, address _feeSplitterContract)
initiateWithdrawal(address _tokenAddress, uint256 _lockIndex) returns (uint256 amount)
panic()
panic(bytes _signature)
recoverExpiredVault(address _originalOwner)
recoverVault(address _originalOwner)
sendWithdrawal(address _tokenAddress, uint256 _lockIndex)
validateRecoveryAddressHash(bytes32 _recoveryAddressHash, bytes _signature)
Initialized(uint8 version)
LockReleased(address tokenAddress, uint256 lockIndex)
Locked(bytes32 tag, address tokenAddress, uint256 lockIndex, uint256 amount, uint256 fee, uint256 lockTime, uint256 unlockTime, uint8 lockType)
Recovered()
RecoveryInitiated()
Withdrawal(address tokenAddress, uint256 lockIndex, uint256 amount)
WithdrawalCancelled(address tokenAddress, uint256 lockIndex)
WithdrawalInitiated(address tokenAddress, uint256 lockIndex, uint256 amount)
This contract contains no constructor objects.
receive()
HardLocked(uint64 unlockTime)
InsufficientFunds(uint256 grossBalance, uint256 alreadyLocked, uint256 availableToLock)