WalletFactoryModule
Verified contract
Active on
Ethereum with 16 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 "WalletFactoryModule"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10224649 | 4 years ago | | | 0 | 0.052429142 | |
| 10223221 | 4 years ago | | | 0 | 0.047646423 | |
| 10212707 | 4 years ago | | | 0 | 0.069763109 | |
| 10212591 | 4 years ago | | | 0 | 0.074960499 | |
| 10211389 | 4 years ago | | | 0 | 0.039757321 | |
| 10199476 | 5 years ago | | | 0 | 0.037984396 | |
| 10199199 | 5 years ago | | | 0 | 0.040971798 | |
| 10199107 | 5 years ago | | | 0 | 0.041062333 | |
| 10199079 | 5 years ago | | | 0 | 0.034236541 | |
| 10199078 | 5 years ago | | | 0 | 0.0012354311 |
ABI
ABI objects
Getter at block 21333004
DOMAIN_SEPARATOR() view returns (bytes32)
0x61a5e629534c13a089727b1998b42163fd43cb5f8c702fa2085588fb48ae76df
METATRANSACTION_TYPEHASH() view returns (bytes32)
0xcdb270a66b4ab9b1135947da69fe1f0b81ead05e88327ecf2691d908ff9af6c6
bindableMethods() pure returns (bytes4[] methods)
[]
controller() view returns (address)
0x728348a947b808483365bf24f5f7886f0a9786bf
walletImplementation() view returns (address)
0xc054befa7401ef8df61c5fba56d9b5d4b9059a49
Read-only
computeWalletAddress(address owner) view returns (address)
lastNonce(address wallet) view returns (uint256)
wallets(address) view returns (uint256 nonce)
State-modifying
Events activate()
addModule(address wallet, address module)
collectTokens(address[] tokens)
createWallet(address _owner, string _label, bytes _labelApproval, address[] _modules) payable returns (address _wallet)
deactivate()
executeMetaTx(bytes data, uint256 nonce, uint256 validUntil, uint256[5] gasSetting, bytes[] signatures, address[] signers) payable
Activated(address indexed wallet)
Deactivated(address indexed wallet)
MetaTxExecuted(address indexed transactor, address indexed wallet, uint256 nonce, bytes32 metaTxHash, uint256 gasUsed, bool success, bytes returnData)
WalletCreated(address indexed wallet, address indexed owner)
constructor(address _controller, address _walletImplementation)
This contract contains no fallback and receive objects.
This contract contains no error objects.