AccountStorage
Verified contract
Active on
Ethereum with 0 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "AccountStorage"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AccountStorage"
ABI
ABI objects
Getter at block 21284136
This contract contains no getter function objects.
Read-only
getBackupAddress(address _account, uint256 _index) view returns (address)
getBackupEffectiveDate(address _account, uint256 _index) view returns (uint256)
getBackupExpiryDate(address _account, uint256 _index) view returns (uint256)
getDelayDataDueTime(address _account, bytes4 _actionId) view returns (uint256)
getDelayDataHash(address _account, bytes4 _actionId) view returns (bytes32)
getKeyData(address _account, uint256 _index) view returns (address)
getKeyStatus(address _account, uint256 _index) view returns (uint256)
getOperationKeyCount(address _account) view returns (uint256)
getProposalDataApproval(address _client, address _proposer, bytes4 _actionId) view returns (address[])
getProposalDataHash(address _client, address _proposer, bytes4 _actionId) view returns (bytes32)
State-modifying
Events clearBackupData(address _account, uint256 _index)
clearDelayData(address _account, bytes4 _actionId)
clearProposalData(address _client, address _proposer, bytes4 _actionId)
increaseKeyCount(address _account)
initAccount(address _account, address[] _keys, address[] _backups)
setBackup(address _account, uint256 _index, address _backup, uint256 _effective, uint256 _expiry)
setBackupExpiryDate(address _account, uint256 _index, uint256 _expiry)
setDelayData(address _account, bytes4 _actionId, bytes32 _hash, uint256 _dueTime)
setKeyData(address _account, uint256 _index, address _key)
setKeyStatus(address _account, uint256 _index, uint256 _status)
setProposalData(address _client, address _proposer, bytes4 _actionId, bytes32 _hash, address _approvedBackup)
This contract contains no event objects.
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.