WalletFactory
Verified contract
Active on
Ethereum with 2,891 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 "WalletFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270363 | 16 hours ago | | | 0 | 0.0013803173 | |
| 21269014 | 20 hours ago | | | 0 | 0.0014427461 | |
| 21268924 | 21 hours ago | | | 0 | 0.0013769544 | |
| 21266720 | a day ago | | | 0 | 0.0030779174 | |
| 21266700 | a day ago | | | 0 | 0.0027827780 | |
| 21266493 | a day ago | | | 0 | 0.0026846540 | |
| 21266422 | a day ago | | | 0 | 0.0041289326 | |
| 21265149 | a day ago | | | 0 | 0.0025442671 | |
| 21265110 | a day ago | | | 0 | 0.0032334952 | |
| 21263245 | 2 days ago | | | 0 | 0.0012915354 |
ABI
ABI objects
Getter at block 21275085
CREATE_WALLET_TYPEHASH() view returns (bytes32)
0x4392cdd6c9d91e0896c5def13bad6473db5d21e2b0def85ab8c2475c3e60d14c
DOMAIN_SEPARATOR() view returns (bytes32)
0x21e7d5769ed93f69f85c1371d948f36256fbf72dfc5d582df976ff99d15941b8
WALLET_CREATION() view returns (string)
WALLET_CREATION
getWalletCode() view returns (bytes)
0x608060405234801561001057600080fd5b506040516101a23803806101a28339818101604052602081101561003357600080fd5b50516001600160a01b03811661007a5760405162461bcd60e51b815260040180806020018281038252602481526020018061017e6024913960400191505060405180910390fd5b600080546001600160a01b039092166001600160a01b031990921691909117905560d5806100a96000396000f3fe608060405236603757604051339034907f8863e458255c600ae3e61be347822f3ee57088c8538b68b5dd2357e682e59e1990600090a3005b600073ffffffffffffffffffffffffffffffffffffffff8154167fa619486e0000000000000000000000000000000000000000000000000000000082351415608157808252602082f35b3682833781823684845af490503d82833e80609a573d82fd5b503d81f3fea2646970667358221220c8ef5c5147809cc480e3260788e027fa751bfcf051cf3d463bbaeeff798437f364736f6c63430007060033496e76616c6964206d617374657220636f707920616464726573732070726f766964656400000000000000000000000023a19a97a2da581e3d66ef5fd1eea15024f55611
numOperators() view returns (uint256)
2
operators() view returns (address[])
[0x52DD2260bF8594CDe68339923887638F04a84ce8, 0x3f06D7DAa02E6f69745A16d706524b454E4E5f47]
owner() view returns (address)
0xdd2a08a1c1a28c1a571e098914ca10f2877d9c97
walletImplementation() view returns (address)
0x23a19a97a2da581e3d66ef5fd1eea15024f55611
Read-only
computeWalletAddress(address owner, uint256 salt) view returns (address)
computeWalletSalt(address owner, uint256 salt) pure returns (bytes32)
isOperator(address addr) view returns (bool)
State-modifying
Events addOperator(address operator)
createWallet(struct WalletFactoryWalletConfig config, uint256 feeAmount) returns (address wallet)
createWalletByOperator(struct WalletFactoryWalletConfigV2 config, uint256 feeAmount) returns (address wallet)
removeOperator(address operator)
renounceOwnership()
transferOwnership(address newOwner)
OperatorAdded(address indexed operator)
OperatorRemoved(address indexed operator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
WalletCreated(address wallet, address owner)
constructor(address _walletImplementation)
This contract contains no fallback and receive objects.
This contract contains no error objects.