MultisigModularAccountFactory
Verified contract
Active on
Ethereum with 1 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 "MultisigModularAccountFactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19664546 | 7 months ago | | | 0.1 | 0.00090435266 |
ABI
ABI objects
Getter at block 21223772 renounceOwnership() view
ENTRYPOINT() view returns (address)
0x5ff137d4b0fdcd49dca30c7cf57e578a026d2789
IMPL() view returns (address)
0x0046000000000151008789797b54fdb500e2a61e
MULTISIG_PLUGIN() view returns (address)
0x000000000000a53f64b7bcf4cd59624943c43fc7
owner() view returns (address)
0xddf32240b4ca3184de7ec8f0d5aba27dec8b7a5c
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
getAddress(uint256 salt, address[] owners, uint128 threshold) view returns (address)
State-modifying
Events acceptOwnership()
addStake(uint32 unstakeDelay, uint256 amount) payable
createAccount(uint256 salt, address[] owners, uint128 threshold) returns (address addr)
transferOwnership(address newOwner)
unlockStake()
withdraw(address to, address token, uint256 amount)
withdrawStake(address to)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address owner, address multisigPlugin, address implementation, bytes32 multisigPluginManifestHash, address entryPoint)
receive()
InvalidAction()
InvalidOwner()
InvalidThreshold()
OwnersArrayEmpty()
OwnersLimitExceeded()
TransferFailed()