RumpelModule
Verified contract
Active on
Ethereum with 3 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 "RumpelModule"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20696161 | 3 months ago | | | 0 | 0.000035780155 | |
| 20696110 | 3 months ago | | | 0 | 0.000068117423 | |
| 20696109 | 3 months ago | | | 0 | 0.000070825915 |
ABI
ABI objects
Getter at block 21250043
owner() view returns (address)
0x9d89745fd63af482ce93a9adb8b0bbdbb98d3e06
signMessageLib() view returns (address)
0xa65387f16b013cf2af4605ad8aa5ec25a2cba3a2
Read-only
blockedModuleCalls(address, bytes4) view returns (bool)
State-modifying
Events addBlockedModuleCall(address target, bytes4 functionSelector)
exec(struct RumpelModuleCall[] calls)
renounceOwnership()
transferOwnership(address newOwner)
ExecutionFromModule(address indexed safe, address indexed target, uint256 value, bytes data)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetModuleCallBlocked(address indexed target, bytes4 indexed functionSelector)
constructor(address _signMessageLib)
This contract contains no fallback and receive objects.
CallBlocked(address target, bytes4 functionSelector)
ExecFailed(address safe, address target, bytes data)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)