OperatorDoubleSig
Verified contract
Active on
Ethereum with 56 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 "OperatorDoubleSig"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13943582 | 3 years ago | | | 0 | 0.036231618 | |
| 13943576 | 3 years ago | | | 0 | 0.051894806 | |
| 13936823 | 3 years ago | | | 0 | 0.041175393 | |
| 13928062 | 3 years ago | | | 0 | 0.043722644 | |
| 13910701 | 3 years ago | | | 0 | 0.030055495 | |
| 13910693 | 3 years ago | | | 0 | 0.042959894 | |
| 13908218 | 3 years ago | | | 0 | 0.045401949 | |
| 13908217 | 3 years ago | | | 0 | 0.044544550 | |
| 13895889 | 3 years ago | | | 0 | 0.043962360 | |
| 13895887 | 3 years ago | | | 0 | 0.066586274 |
ABI
ABI objects
Getter at block 21268687
calcMaxWithdraw() view returns (uint256)
1000
getSigners() view returns (address[])
[0xEB613FcAcfD1c52857337CC6610352eF0013F643, 0x61aA20D1c7BE793fe7501Fc9Ad019bB796B1F7AA, 0x54B20C09755dced0D0b3324B351E647c4d04F8D8]
owner() view returns (address)
0x9373220f6cd2a15cd63d36f6d02e34d41900c0e4
safeMode() view returns (bool)
false
txDailyLimit() view returns (uint256)
1000
Read-only
isSigner(address signer) view returns (bool)
signers(uint256) view returns (address)
State-modifying
Events activateSafeMode()
changeDailyLimit(uint256 limit_) returns (uint256)
deactivateSafeMode()
renounceOwnership()
sendMultiSig(address toAddress, uint256 value, bytes data, uint256 expireTime, uint256 salt, bytes signature1, bytes signature2)
sendMultiSigBundle(address[] toAddresses, uint256[] values, bytes[] datas, uint256 expireTime, uint256[] salts, bytes signature1, bytes signature2)
transferOwnership(address newOwner)
DailyLimitChange(uint256 origin, uint256 current)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SafeModeActivated(address msgSender)
SafeModeDeactivated(address msgSender)
Transacted(address msgSender, address[2] signers, bytes32 operation, address toAddress, uint256 value, bytes data)
constructor(address[] allowedSigners, uint256 txDailyLimit_)
receive()
This contract contains no error objects.