RumpelWalletFactory
Verified contract
Active on
Ethereum with 105 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 "RumpelWalletFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21182822 | a day ago | | | 0 | 0.014859480 | |
| 21178227 | 2 days ago | | | 0 | 0.0094879818 | |
| 21177590 | 2 days ago | | | 0 | 0.0071893931 | |
| 21176929 | 2 days ago | | | 0 | 0.0063766123 | |
| 21171974 | 2 days ago | | | 0 | 0.010289211 | |
| 21168702 | 3 days ago | | | 0 | 0.0099749012 | |
| 21168244 | 3 days ago | | | 0 | 0.010451277 | |
| 21168038 | 3 days ago | | | 0 | 0.012500970 | |
| 21165843 | 3 days ago | | | 0 | 0.023969910 | |
| 21164961 | 3 days ago | | | 0 | 0.012117270 |
ABI
ABI objects
Getter at block 21189322
compatibilityFallback() view returns (address)
0x9fa5f5716a01f3754bfabefd507ab77782ac9f08
initializationScript() view returns (address)
0x60570fc1e2c4637dd91dc0f08a205bb42e153fdf
owner() view returns (address)
0x9d89745fd63af482ce93a9adb8b0bbdbb98d3e06
paused() view returns (bool)
false
proxyFactory() view returns (address)
0xa6b71e26c5e0845f74c812102ca7114b6a896ab2
rumpelGuard() view returns (address)
0x9000fef2846a5253fd2c6ed5241de0fddb404302
rumpelModule() view returns (address)
0x28c3498b4956f4ad8d4549aca8f66260975d361a
safeSingleton() view returns (address)
0xd9db270c1b5e3bd161e8c8503c55ceabee709552
Read-only
precomputeAddress(bytes _initializer, address _sender, uint256 _saltNonce) view returns (address)
saltNonce(address) view returns (uint256)
State-modifying
Events createWallet(address[] owners, uint256 threshold, struct InitializationScriptInitCall[] initCalls) returns (address)
pauseWalletCreation()
renounceOwnership()
setParam(bytes32 what, address data)
transferOwnership(address newOwner)
unpauseWalletCreation()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ParamChanged(bytes32 what, address data)
Paused(address account)
SafeCreated(address indexed safe, address[] indexed owners, uint256 threshold)
Unpaused(address account)
constructor(address _proxyFactory, address _compatibilityFallback, address _safeSingleton, address _rumpelModule, address _rumpelGuard, address _initializationScript)
This contract contains no fallback and receive objects.
EnforcedPause()
ExpectedPause()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
UnrecognizedParam(bytes32 what)