WalletFactoryModule
Verified contract
Active on
Ethereum with 45 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) |
---|---|---|---|---|---|---|---|
| 10630733 | 4 years ago | | | 0 | 0.079509309 | |
| 10597194 | 4 years ago | | | 0 | 0.034913843 | |
| 10516312 | 4 years ago | | | 0 | 0.076654414 | |
| 10511094 | 4 years ago | | | 0 | 0.037313677 | |
| 10497483 | 4 years ago | | | 0 | 0.070579346 | |
| 10497182 | 4 years ago | | | 0 | 0.071585773 | |
| 10444826 | 4 years ago | | | 0 | 0.021987919 | |
| 10436595 | 4 years ago | | | 0 | 0.022281552 | |
| 10426221 | 4 years ago | | | 0 | 0.051199716 | |
| 10421930 | 4 years ago | | | 0 | 0.024712633 |
ABI
ABI objects
Getter at block 21377921
DOMAIN_SEPARATOR() view returns (bytes32)
0x488af5fbf43c617adf63c59867cec4b051fb5ae940bf437315855b6f49714175
METATRANSACTION_TYPEHASH() view returns (bytes32)
0xcdb270a66b4ab9b1135947da69fe1f0b81ead05e88327ecf2691d908ff9af6c6
bindableMethods() pure returns (bytes4[] methods)
[]
controller() view returns (address)
0x728348a947b808483365bf24f5f7886f0a9786bf
walletImplementation() view returns (address)
0xf8c1f5848969bac54a5cc0178e0a36504b818db9
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.