ArgentModule
Verified contract
Active on
Ethereum with 243,517 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINK | ERC-20 | 0.01 | $14.99 |
$0.15 | |
HQG | ERC-20 | 0.1 | -- | -- | |
UNI-V2 | ERC-20 | 0 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243833 | 4 minutes ago | | | 0 | 0.0023412347 | |
| 21243577 | an hour ago | | | 0 | 0.0029650614 | |
| 21243308 | 2 hours ago | | | 0 | 0.0019677785 | |
| 21243300 | 2 hours ago | | | 0 | 0.0015462047 | |
| 21243204 | 2 hours ago | | | 0 | 0.0027020487 | |
| 21243129 | 2 hours ago | | | 0 | 0.0036095801 | |
| 21242999 | 3 hours ago | | | 0 | 0.0013747692 | |
| 21242949 | 3 hours ago | | | 0 | 0.0011134085 | |
| 21242709 | 4 hours ago | | | 0 | 0.0018041314 | |
| 21242625 | 4 hours ago | | | 0 | 0.0024168421 |
ABI
ABI objects
Getter at block 21243853
NAME() view returns (bytes32)
0x417267656e744d6f64756c650000000000000000000000000000000000000000
Read-only
getGuardians(address _wallet) view returns (address[] _guardians)
getLock(address _wallet) view returns (uint64 _releaseAfter)
getNonce(address _wallet) view returns (uint256 nonce)
getRecovery(address _wallet) view returns (address _address, uint64 _executeAfter, uint32 _guardianCount)
getRequiredSignatures(address _wallet, bytes _data) view returns (uint256, uint8)
getSession(address _wallet) view returns (address key, uint64 expires)
guardianCount(address _wallet) view returns (uint256 _count)
isExecutedTx(address _wallet, bytes32 _signHash) view returns (bool executed)
isGuardian(address _wallet, address _guardian) view returns (bool _isGuardian)
isGuardianOrGuardianSigner(address _wallet, address _guardian) view returns (bool _isGuardian)
isLocked(address _wallet) view returns (bool)
isValidSignature(bytes32 _msgHash, bytes _signature) view returns (bytes4)
isWhitelisted(address _wallet, address _target) view returns (bool _isWhitelisted)
supportsInterface(bytes4 _interfaceID) pure returns (bool)
supportsStaticCall(bytes4 _methodId) pure returns (bool _isSupported)
State-modifying
Events addGuardian(address _wallet, address _guardian)
addModule(address _wallet, address _module)
addToWhitelist(address _wallet, address _target)
cancelGuardianAddition(address _wallet, address _guardian)
cancelGuardianRevokation(address _wallet, address _guardian)
cancelRecovery(address _wallet)
clearSession(address _wallet)
confirmGuardianAddition(address _wallet, address _guardian)
confirmGuardianRevokation(address _wallet, address _guardian)
enableERC1155TokenReceiver(address _wallet)
execute(address _wallet, bytes _data, uint256 _nonce, bytes _signatures, uint256 _gasPrice, uint256 _gasLimit, address _refundToken, address _refundAddress) returns (bool)
executeRecovery(address _wallet, address _recovery)
finalizeRecovery(address _wallet)
init(address _wallet)
lock(address _wallet)
multiCall(address _wallet, struct TransactionManagerCall[] _transactions) returns (bytes[])
multiCallWithGuardians(address _wallet, struct TransactionManagerCall[] _transactions) returns (bytes[])
multiCallWithGuardiansAndStartSession(address _wallet, struct TransactionManagerCall[] _transactions, address _sessionUser, uint64 _duration) returns (bytes[])
multiCallWithSession(address _wallet, struct TransactionManagerCall[] _transactions) returns (bytes[])
recoverToken(address _token)
removeFromWhitelist(address _wallet, address _target)
revokeGuardian(address _wallet, address _guardian)
transferOwnership(address _wallet, address _newOwner)
unlock(address _wallet)
AddedToWhitelist(address indexed wallet, address indexed target, uint64 whitelistAfter)
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)
Locked(address indexed wallet, uint64 releaseAfter)
ModuleCreated(bytes32 name)
OwnershipTransfered(address indexed wallet, address indexed _newOwner)
RecoveryCanceled(address indexed wallet, address indexed _recovery)
RecoveryExecuted(address indexed wallet, address indexed _recovery, uint64 executeAfter)
RecoveryFinalized(address indexed wallet, address indexed _recovery)
Refund(address indexed wallet, address indexed refundAddress, address refundToken, uint256 refundAmount)
RemovedFromWhitelist(address indexed wallet, address indexed target)
SessionCleared(address indexed wallet, address sessionKey)
SessionCreated(address indexed wallet, address sessionKey, uint64 expires)
TransactionExecuted(address indexed wallet, bool indexed success, bytes returnData, bytes32 signedHash)
Unlocked(address indexed wallet)
constructor(address _registry, address _guardianStorage, address _userWhitelist, address _authoriser, address _uniswapRouter, uint256 _securityPeriod, uint256 _securityWindow, uint256 _recoveryPeriod, uint256 _lockPeriod)
fallback()
This contract contains no error objects.