PendingManager
Verified contract
Active on
Ethereum with 380 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 "PendingManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7309836 | 6 years ago | | | 0 | 0.0018047400 | |
| 7309801 | 6 years ago | | | 0 | 0.0018085800 | |
| 7309753 | 6 years ago | | | 0 | 0.0018085800 | |
| 7309716 | 6 years ago | | | 0 | 0.0018057000 | |
| 7309680 | 6 years ago | | | 0 | 0.0018057000 | |
| 7309652 | 6 years ago | | | 0 | 0.0018085800 | |
| 7309597 | 6 years ago | | | 0 | 0.0018085800 | |
| 7309550 | 6 years ago | | | 0 | 0.0018085800 | |
| 7309388 | 6 years ago | | | 0 | 0.0018057000 | |
| 7309195 | 6 years ago | | | 0 | 0.0018085800 |
ABI
ABI objects
Getter at block 21172787
accessManager() view returns (address)
0xb75322b6687d36edbcdae9399dd26e9e45c161a8
contractOwner() view returns (address)
0xf0f8c14a1a6202e89e61f514bb958433fc227f53
pendingContractOwner() view returns (address)
0x0000000000000000000000000000000000000000
policiesCount() view returns (uint256)
199
txCount() view returns (uint256)
74
Read-only
authorized(address) view returns (bool)
getPolicyDetails(bytes4 _sig, address _contract) view returns (bytes32[] _groupNames, uint256[] _acceptLimits, uint256[] _declineLimits, uint256 _totalAcceptedLimit, uint256 _totalDeclinedLimit)
getPolicyDetailsByHash(bytes32 _policyHash) view returns (bytes32[] _groupNames, uint256[] _acceptLimits, uint256[] _declineLimits, uint256 _totalAcceptedLimit, uint256 _totalDeclinedLimit, bytes4 _sig, address _contract)
getTxVoteDetails(bytes32 _txKey) view returns (bytes32[] _groupNames, uint256[] _acceptedCount, uint256[] _acceptLimit, uint256[] _declinedCount, uint256[] _declineLimit, uint256 _state)
getTxs(uint256 _fromIdx, uint256 _maxLen) view returns (bytes32[] _txKeys, bytes32[] _policyHashes, uint256[] _alreadyAccepted, uint256[] _alreadyDeclined, uint256[] _states)
getVoteAtTxForUser(bytes32 _txKey, address _user) view returns (bytes32 _groupName, bool _accepted)
hasConfirmedRecord(bytes32 _key) view returns (uint256)
index2PolicyId(uint256) view returns (bytes32)
index2txKey(uint256) view returns (bytes32)
isGroupInPolicy(bytes32 _policyHash, bytes32 _groupName) view returns (bool)
isPolicyExist(bytes32 _policyHash) view returns (bool)
isTxExist(bytes32 _key) view returns (bool)
policyId2Index(bytes32) view returns (uint256)
txKey2index(bytes32) view returns (uint256)
State-modifying
Events accept(bytes32 _key, bytes32 _votingGroupName) returns (uint256)
addPolicyRule(bytes4 _sig, address _contract, bytes32 _groupName, uint256 _acceptLimit, uint256 _declineLimit) returns (uint256)
addTx(bytes32 _key, bytes4 _sig, address _contract) returns (uint256)
changeContractOwnership(address _to) returns (bool)
claimContractOwnership() returns (bool)
decline(bytes32 _key, bytes32 _votingGroupName) returns (uint256)
deleteTx(bytes32 _key) returns (uint256)
destroy()
forceRejectVotes(bytes32 _key, address _user) returns (uint256)
removePolicyRule(bytes4 _sig, address _contract, bytes32 _groupName) returns (uint256)
revoke(bytes32 _key) returns (uint256)
setAccessManager(address _accessManager) returns (uint256)
signIn(address _contract) returns (uint256)
signOut(address _contract) returns (uint256)
withdrawnTokens(address[] tokens, address _to) returns (uint256)
Error(uint256 errorCode)
PolicyRuleAdded(bytes4 sig, address contractAddress, bytes32 key, bytes32 groupName, uint256 acceptLimit, uint256 declinesLimit)
PolicyRuleRemoved(bytes4 sig, address contractAddress, bytes32 key, bytes32 groupName)
ProtectionTxAccepted(bytes32 key, address indexed sender, bytes32 groupNameVoted)
ProtectionTxAdded(bytes32 key, bytes32 sig, uint256 blockNumber)
ProtectionTxCancelled(bytes32 key)
ProtectionTxDeclined(bytes32 key, address indexed sender, bytes32 groupNameVoted)
ProtectionTxDone(bytes32 key)
ProtectionTxVoteRevoked(bytes32 key, address indexed sender, bytes32 groupNameVoted)
TxDeleted(bytes32 key)
constructor(address _accessManager)
fallback()
This contract contains no error objects.