SimpleMultiSigWallet
Verified contract
Active on
Ethereum with 40 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 255 additional slots
Native
Value
$277.27
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.088 | $3,150.78 |
$277.27 | |
BC | ERC-20 | 24.23122M | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12147017 | 4 years ago | | | 0 | 0.0068900000 | |
| 8215034 | 5 years ago | | | 0 | 0.00016931500 | |
| 8214858 | 5 years ago | | | 0 | 0.00013687500 | |
| 8214858 | 5 years ago | | | 0 | 0.00064386000 | |
| 8214102 | 5 years ago | | | 0.08 | 0.00045140000 | |
| 7541365 | 6 years ago | | | 0 | 0.00020681500 | |
| 7541363 | 6 years ago | | | 0 | 0.00020681500 | |
| 7541348 | 6 years ago | | | 0 | 0.00020665500 | |
| 7541345 | 6 years ago | | | 0 | 0.00020681500 | |
| 7541343 | 6 years ago | | | 0 | 0.00020681500 |
ABI
ABI objects
Getter at block 21206301 amIOwner() view returns (bool)
getOwners() view returns (address[])
[0xdA8f27f49bd46B7a16FEfbC504e79F16b7113200, 0x338bf5A8Bb77c3fF6E112cb1287B87f92D154b36, 0x5A68063ea1980D80Cb89eB89161a2240Df592133]
m_multiOwnedRequired() view returns (uint256)
2
m_numOwners() view returns (uint256)
3
Read-only
getOwner(uint256 ownerIndex) view returns (address)
hasConfirmed(bytes32 _operation, address _owner) view returns (bool)
isOwner(address _addr) view returns (bool)
tokenBalance(address token) view returns (uint256)
State-modifying
Events addOwner(address _owner)
changeOwner(address _from, address _to)
changeRequirement(uint256 _newRequired)
removeOwner(address _owner)
revoke(bytes32 _operation)
sendEther(address to, uint256 value)
sendTokens(address token, address to, uint256 value) returns (bool)
Confirmation(address owner, bytes32 operation)
Deposit(address indexed sender, uint256 value)
EtherSent(address indexed to, uint256 value)
FinalConfirmation(address owner, bytes32 operation)
OwnerAdded(address newOwner)
OwnerChanged(address oldOwner, address newOwner)
OwnerRemoved(address oldOwner)
RequirementChanged(uint256 newRequirement)
Revoke(address owner, bytes32 operation)
TokensSent(address token, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.