MultiSigWallet
Verified contract
Active on
Ethereum with 9 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
-
variable spans 3 additional slots
Balances ($0.00)
No balances found for "MultiSigWallet"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6075394 | 6 years ago | | | 0 | 0.0010971600 | |
| 6075385 | 6 years ago | | | 0 | 0.0037704830 | |
| 6075370 | 6 years ago | | | 0 | 0.0010971600 | |
| 6075349 | 6 years ago | | | 0 | 0.0011197510 | |
| 6075335 | 6 years ago | | | 0 | 0.0019228590 | |
| 6075308 | 6 years ago | | | 0 | 0.0011197510 | |
| 6075249 | 6 years ago | | | 0 | 0.0037704830 | |
| 5546574 | 7 years ago | | | 0 | 0.00015210050 | |
| 5546545 | 7 years ago | | | 0 | 0.00016205100 |
ABI
ABI objects
Getter at block 21269051
latestErc20TxRequest() view returns (address _from, address _to, address _token, uint256 _value)
(_from=0x0000000000000000000000000000000000000000, _to=0x0000000000000000000000000000000000000000, _token=0x0000000000000000000000000000000000000000, _value=0)
latestEthTxRequest() view returns (address _from, address _to, uint256 _valueInWei)
(_from=0x0000000000000000000000000000000000000000, _to=0x0000000000000000000000000000000000000000, _valueInWei=0)
owner() view returns (address)
0x210efca155797119a5b0f1cfde64ca1fe55ec544
viewLatestErc20TransactionRequest() view returns (address from, address to, address token, uint256 value)
(from=0x0000000000000000000000000000000000000000, to=0x0000000000000000000000000000000000000000, token=0x0000000000000000000000000000000000000000, value=0)
viewLatestEthTransactionRequest() view returns (address from, address to, uint256 valueInWei)
(from=0x0000000000000000000000000000000000000000, to=0x0000000000000000000000000000000000000000, valueInWei=0)
Read-only
isAuthorised(address) view returns (bool)
State-modifying
Events authoriseAddress(address _addr)
confirmErc20TransactionRequest()
confirmEthTransactionRequest()
rejectErx20TransactionRequest()
rejectEthTransactionRequest()
requestErc20Transfer(address _token, address _to, uint256 _value)
requestTransferOfETH(address _to, uint256 _valueInWei)
transferOwnership(address _newOwner)
unauthoriseAddress(address _addr)
AddressAuthorised(address indexed addr)
AddressUnauthorised(address indexed addr)
Erc20TransactionConfirmed(address indexed by)
Erc20TransactionRejected(address indexed by)
EthTransactionConfirmed(address indexed by)
EthTransactionRejected(address indexed by)
OwnershipTransferred(address indexed from, address indexed to)
TransferOfErc20Requested(address indexed by, address indexed to, address indexed token, uint256 value)
TransferOfEtherRequested(address indexed by, address indexed to, uint256 valueInWei)
constructor()
fallback()
This contract contains no error objects.