MultiSigWalletV3
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
1
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 "MultiSigWalletV3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MultiSigWalletV3"
ABI
ABI objects
Getter at block 21206684
MAX_INCREASE() view returns (uint256)
100
contractId() view returns (bytes)
0x
nextNonce() view returns (uint128)
129
signerCount() view returns (uint16)
0
Read-only
checkSignatures(uint128 nonce, address to, uint256 value, bytes data, uint8[] v, bytes32[] r, bytes32[] s) view returns (address[])
isFree(uint128 nonce) view returns (bool)
signers(address) view returns (uint8)
toBytes(uint256 x) pure returns (bytes result)
verifySignatures(bytes32 transactionHash, uint8[] v, bytes32[] r, bytes32[] s) view returns (address[])
State-modifying
Events checkExecution(address to, uint256 value, bytes data)
execute(uint128 nonce, address to, uint256 value, bytes data, uint8[] v, bytes32[] r, bytes32[] s) returns (bytes)
initialize(address owner)
migrate(address destination)
migrate(address source, address destination)
setSigner(address signer, uint8 signaturesNeeded)
Received(address indexed sender, uint256 amount)
SignerChange(address indexed signer, uint8 signaturesNeeded)
Transacted(address indexed toAddress, bytes4 selector, address[] signers)
This contract contains no constructor objects.
receive()
This contract contains no error objects.