GuardianManager
Verified contract
Active on
Ethereum with 880 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4cac…381b
Balances ($0.00)
No balances found for "GuardianManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11144893 | 4 years ago | | | 0 | 0.0066448480 | |
| 11144890 | 4 years ago | | | 0 | 0.0080047065 | |
| 11008703 | 4 years ago | | | 0 | 0.0074034350 | |
| 10978093 | 4 years ago | | | 0 | 0.0072633000 | |
| 10978092 | 4 years ago | | | 0 | 0.0078748000 | |
| 10978092 | 4 years ago | | | 0 | 0.0078748000 | |
| 10970815 | 4 years ago | | | 0 | 0.0096099000 | |
| 10970806 | 4 years ago | | | 0 | 0.0082796000 | |
| 10842132 | 4 years ago | | | 0 | 0.0053831250 | |
| 10835557 | 4 years ago | | | 0 | 0.011071680 |
ABI
ABI objects
Getter at block 21394670
guardianStorage() view returns (address)
0x4cac0996ede3125a72be96942d299b1b26e5381b
securityPeriod() view returns (uint256)
86400
securityWindow() view returns (uint256)
43200
Read-only
getGuardians(address _wallet) view returns (address[] _guardians)
getNonce(address _wallet) view returns (uint256 nonce)
guardianCount(address _wallet) view returns (uint256 _count)
isGuardian(address _wallet, address _guardian) view returns (bool _isGuardian)
relayer(address) view returns (uint256 nonce)
State-modifying
Events addGuardian(address _wallet, address _guardian)
addModule(address _wallet, address _module)
cancelGuardianAddition(address _wallet, address _guardian)
cancelGuardianRevokation(address _wallet, address _guardian)
confirmGuardianAddition(address _wallet, address _guardian)
confirmGuardianRevokation(address _wallet, address _guardian)
execute(address _wallet, bytes _data, uint256 _nonce, bytes _signatures, uint256 _gasPrice, uint256 _gasLimit) returns (bool success)
init(address _wallet)
recoverToken(address _token)
revokeGuardian(address _wallet, address _guardian)
GuardianAdded(address indexed wallet, address indexed guardian)
GuardianAdditionCancelled(address indexed wallet, address indexed guardian)
GuardianAdditionRequested(address indexed wallet, address indexed guardian, uint256 executeAfter)
GuardianRevokationCancelled(address indexed wallet, address indexed guardian)
GuardianRevokationRequested(address indexed wallet, address indexed guardian, uint256 executeAfter)
GuardianRevoked(address indexed wallet, address indexed guardian)
ModuleCreated(bytes32 name)
ModuleInitialised(address wallet)
TransactionExecuted(address indexed wallet, bool indexed success, bytes32 signedHash)
constructor(address _registry, address _guardianStorage, uint256 _securityPeriod, uint256 _securityWindow)
This contract contains no fallback and receive objects.
This contract contains no error objects.