GuardianManager
Verified contract
Active on
Ethereum with 33,656 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x44da…e76f
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18732628 | a year ago | | | 0 | 0.0056941015 | |
| 14881066 | 2 years ago | | | 0 | 0.017124222 | |
| 14257541 | 3 years ago | | | 0 | 0.0066707360 | |
| 13819567 | 3 years ago | | | 0 | 0.0080913000 | |
| 13813119 | 3 years ago | | | 0 | 0.0083240779 | |
| 13813111 | 3 years ago | | | 0 | 0.011137285 | |
| 13589860 | 3 years ago | | | 0 | 0.017902128 | |
| 13583525 | 3 years ago | | | 0 | 0.023900212 | |
| 13477654 | 3 years ago | | | 0 | 0.0093846580 | |
| 13404516 | 3 years ago | | | 0 | 0.010361033 |
ABI
ABI objects
Getter at block 21257209
guardianStorage() view returns (address)
0x44da3a8051ba88eab0440db3779cab9d679ae76f
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.