PendingManager
Verified contract
Active on
Ethereum with 42 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) |
---|---|---|---|---|---|---|---|
| 5917444 | 6 years ago | | | 0 | 0.0070650800 | |
| 5917444 | 6 years ago | | | 0 | 0.0070791600 | |
| 5917444 | 6 years ago | | | 0 | 0.012050885 | |
| 5917426 | 6 years ago | | | 0 | 0.012050885 | |
| 5917425 | 6 years ago | | | 0 | 0.012050885 | |
| 5917425 | 6 years ago | | | 0 | 0.012050885 | |
| 5917423 | 6 years ago | | | 0 | 0.012050885 | |
| 5917415 | 6 years ago | | | 0 | 0.012050885 | |
| 5917412 | 6 years ago | | | 0 | 0.012050885 | |
| 5917409 | 6 years ago | | | 0 | 0.012050885 |
ABI
ABI objects
Getter at block 21320577
accessManager() view returns (address)
0xdbf2da30cdb8b03d46752d320ed1415a56b83abb
contractOwner() view returns (address)
0xf0f8c14a1a6202e89e61f514bb958433fc227f53
pendingContractOwner() view returns (address)
0x0000000000000000000000000000000000000000
policiesCount() view returns (uint256)
28
txCount() view returns (uint256)
0
Read-only
authorized(address) view returns (bool)
getPolicyDetails(bytes4 _sig, address _contract) view returns (bytes32[] _groupNames, uint256[] _acceptLimits, uint256[] _declineLimits, uint256 _totalAcceptedLimit, uint256 _totalDeclinedLimit)
hasConfirmedRecord(bytes32 _key) view returns (uint256)
isGroupInPolicy(bytes32 _policyHash, bytes32 _groupName) view returns (bool)
isPolicyExist(bytes32 _policyHash) view returns (bool)
isTxExist(bytes32 _key) view returns (bool)
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.