GuardianManager

Verified contract

Active on Ethereum with 33,656 txns
Deployed by via 0x700ed148 at 7173660
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x91b70ca27d6406b6ecd16fbfeb94d5cc156cd6f70327d86ef04424215b1a4795
0x4b51bfc2215df685e25dfe33e1e2f631a40d323228d2c4d3ec65ebfb6c176cae
0x3c3c16e4d01b486d3d4117d0ae10b69e537064bd23e8859b01b2229679706026
0x652c88219d0c85a4751839543de9b2f52e9637c86734c0d6e3243733e006b67f
0xb0ece5e0462e8fcd20dfcd74e633e739c50211199d373258ad6d0c02672cfc9a
0xcd097005287a0d46e213f09f04a3150d5468c153cf6be8bc361311fcd05d1d45
0x02eb6b49a2d25b3ddc585c97b974c36bea3db1bc48818e41285caf2c6aa878e0
0xf29708f21b374b5b29150a704c36cad8326f056f2287a453d9f236ba677abc5c
0xaa3091ca9d2fdd6eb55af52658d2b9e3b3ad6103904ea5437577e18eff0053f8
0x0b6cbc9fb1eb1847a4d25f058c7a09fe562502ef30c25b1b429c692a09be155c

Functions
Getter at block 21257209
guardianStorage(view returns (address)
0x44da3a8051ba88eab0440db3779cab9d679ae76f
securityPeriod(view returns (uint256)
86400
securityWindow(view returns (uint256)
43200
Read-only
getGuardians(address _walletview returns (address[] _guardians)
getNonce(address _walletview returns (uint256 nonce)
guardianCount(address _walletview returns (uint256 _count)
isGuardian(address _walletaddress _guardianview returns (bool _isGuardian)
relayer(addressview returns (uint256 nonce)
State-modifying
addGuardian(address _walletaddress _guardian
addModule(address _walletaddress _module
cancelGuardianAddition(address _walletaddress _guardian
cancelGuardianRevokation(address _walletaddress _guardian
confirmGuardianAddition(address _walletaddress _guardian
confirmGuardianRevokation(address _walletaddress _guardian
execute(address _walletbytes _datauint256 _noncebytes _signaturesuint256 _gasPriceuint256 _gasLimitreturns (bool success)
init(address _wallet
recoverToken(address _token
revokeGuardian(address _walletaddress _guardian
Events
GuardianAdded(address indexed walletaddress indexed guardian
GuardianAdditionCancelled(address indexed walletaddress indexed guardian
GuardianAdditionRequested(address indexed walletaddress indexed guardianuint256 executeAfter
GuardianRevokationCancelled(address indexed walletaddress indexed guardian
GuardianRevokationRequested(address indexed walletaddress indexed guardianuint256 executeAfter
GuardianRevoked(address indexed walletaddress indexed guardian
ModuleCreated(bytes32 name
ModuleInitialised(address wallet
TransactionExecuted(address indexed walletbool indexed successbytes32 signedHash
Constructor
constructor(address _registryaddress _guardianStorageuint256 _securityPerioduint256 _securityWindow
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.