Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
No balances found for "Msign"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14654508 | 3 years ago | | | 0 | 0.0051714335 | |
| 14654409 | 3 years ago | | | 0 | 0.0043490913 | |
| 14653423 | 3 years ago | | | 0 | 0.0025828892 | |
| 14653375 | 3 years ago | | | 0 | 0.0016589343 | |
| 14653369 | 3 years ago | | | 0 | 0.0043285750 | |
| 11242610 | 4 years ago | | | 0 | 0.0034438000 | |
| 11242608 | 4 years ago | | | 0 | 0.0018535200 | |
| 11242583 | 4 years ago | | | 0 | 0.0016218300 | |
| 11242570 | 4 years ago | | | 0 | 0.0018071820 | |
| 11242567 | 4 years ago | | | 0 | 0.0052846540 |
ABI
ABI objects
Getter at block 21393536
signers() view returns (address[])
[0xf03ff0992B338fb89d16DB42c7761102388BA0f0, 0xaAaAAaf5149dcA9A6F6C05BdC7d8dC89b27e191A, 0xd49524f9FDC4EA8ba65345253C2B9FdE3b6FAF3A, 0x39Bd263cF3eE8Cc01cA0eFAbE2c94309e7Da7690, 0xDb80BD4f295623D50c2019581624454d07f070be]
threshold() view returns (uint256)
3
Read-only
getHash(address code, bytes data) pure returns (bytes32)
getMulsignWeight(bytes32 id) view returns (uint256)
isSigner(address signer) view returns (bool)
proposals(bytes32) view returns (address code, bytes data, bool done)
State-modifying
Events activate(address code, bytes data) returns (bytes32)
disableSigner(address account)
enableSigner(address account)
execute(bytes32 id) returns (bool success, bytes result)
setThreshold(uint256 _threshold)
sign(bytes32 id)
Activate(address indexed sender, bytes32 id)
DisableSigner(address indexed sender, address indexed account)
EnableSigner(address indexed sender, address indexed account)
Execute(address indexed sender, bytes32 id)
SetThreshold(address indexed sender, uint256 previousThreshold, uint256 newThreshold)
Sign(address indexed sender, bytes32 id)
constructor(uint256 _threshold, address[] _accounts)
This contract contains no fallback and receive objects.
This contract contains no error objects.