Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 255 additional slots
Balances ($0.14)
Native
Value
$0.14
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.000036 | $3,912.22 |
$0.14 | |
EBK | ERC-20 | 795.817336 | -- | -- | |
ORE | ERC-20 | 336 | -- | -- | |
ORE | ERC-20 | 90 | -- | -- | |
BRX | ERC-20 | 8 | -- | -- | |
STT | ERC-20 | 5 | -- | -- | |
SLV | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19937441 | 7 months ago | | | 0 | 0.00046214438 | |
| 19937431 | 7 months ago | | | 0 | 0.00022617511 | |
| 19937404 | 7 months ago | | | 0 | 0.010319916 | |
| 19937156 | 7 months ago | | | 0 | 0.00034640152 | |
| 19937140 | 7 months ago | | | 0 | 0.00019258490 | |
| 19937111 | 7 months ago | | | 0 | 0.010319916 | |
| 19937076 | 7 months ago | | | 0 | 0.00044581564 | |
| 19937054 | 7 months ago | | | 0 | 0.00021359280 | |
| 19936869 | 7 months ago | | | 0 | 0.010502687 | |
| 17487904 | a year ago | | | 0 | 0.00043190106 |
ABI
ABI objects
Getter at block 21384296
erc20() view returns (address)
0x5295456d81111015930ccb002b3c2817ba053f6e
m_dailyLimit() view returns (uint256)
10000000000000000
m_lastDay() view returns (uint256)
19867
m_numOwners() view returns (uint256)
5
m_required() view returns (uint256)
3
m_spentToday() view returns (uint256)
0
version() view returns (uint256)
4
Read-only
hasConfirmed(bytes32 _operation, address _owner) view returns (bool)
isOwner(address _addr) view returns (bool)
State-modifying
Events addOwner(address _owner)
changeERC20(address _erc20)
changeOwner(address _from, address _to)
changeRequirement(uint256 _newRequired)
confirmERC20(bytes32 _h) returns (bool)
confirmETH(bytes32 _h) returns (bool)
kill(address _to)
removeOwner(address _owner)
resetSpentToday()
revoke(bytes32 _operation)
setDailyLimit(uint256 _newLimit)
transferERC20(address _to, uint256 _value) returns (bytes32 _r)
transferETH(address _to, uint256 _value) returns (bytes32 _r)
Confirmation(address owner, bytes32 operation)
ConfirmationERC20Needed(bytes32 operation, address initiator, uint256 value, address to, address token)
ConfirmationETHNeeded(bytes32 operation, address initiator, uint256 value, address to)
Deposit(address from, uint256 value)
MultiTransact(address owner, bytes32 operation, uint256 value, address to)
OwnerAdded(address newOwner)
OwnerChanged(address oldOwner, address newOwner)
OwnerRemoved(address oldOwner)
RequirementChanged(uint256 newRequirement)
Revoke(address owner, bytes32 operation)
SingleTransact(address owner, uint256 value, address to)
constructor(address[] _owners, uint256 _required, uint256 _daylimit, address _erc20)
fallback()
This contract contains no error objects.