MultiSigWallet
Verified contract
Active on
Ethereum with 720 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($19.79)
Native
Value
$19.79
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.005747 | $3,443.02 |
$19.79 | |
GSE | ERC-20 | 16 | $0.000029 |
$0 | |
OCN | ERC-20 | 8 | $0.000038 |
$0 | |
MTC | ERC-20 | 1.799594M | -- | -- | |
EXC | ERC-20 | 900 | -- | -- | |
DCTR | ERC-20 | 100 | -- | -- | |
UBT | ERC-20 | 10 | -- | -- | |
EBK | ERC-20 | 6.411747 | -- | -- | |
VOS.AI | ERC-20 | 1 | -- | -- | |
Soundeon | ERC-20 | 0.001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13735379 | 3 years ago | | | 0 | 0.0039709792 | |
| 13735355 | 3 years ago | | | 0 | 0.0062935346 | |
| 13437049 | 3 years ago | | | 0 | 0.0047540942 | |
| 9568319 | 5 years ago | | | 0 | 0.00053789000 | |
| 9568268 | 5 years ago | | | 0 | 0.00054385290 | |
| 9568218 | 5 years ago | | | 0 | 0.00024515600 | |
| 9568202 | 5 years ago | | | 0 | 0.00040268600 | |
| 8454221 | 5 years ago | | | 0 | 0.000067674000 | |
| 8454015 | 5 years ago | | | 0 | 0.00010600800 | |
| 8453994 | 5 years ago | | | 0 | 0.00035429000 |
ABI
ABI objects
Getter at block 21268479
MAX_OWNER_COUNT() view returns (uint256)
10
MTC() view returns (address)
0x905e337c6c8645263d3521205aa37bf4d034e745
dailySpent() view returns (uint256)
6406000000000000000
ethDailyLimit() view returns (uint256)
10000000000000000000
lastDay() view returns (uint256)
18964
mtcDailyLimit() view returns (uint256)
50000000000000000000000
mtcDailySpent() view returns (uint256)
170000000000000000000
mtcLastDay() view returns (uint256)
18917
required() view returns (uint256)
2
transactionCount() view returns (uint256)
313
Read-only
confirmations(uint256, address) view returns (bool)
getConfirmationCount(uint256 transactionId) view returns (uint256 count)
getConfirmations(uint256 transactionId) view returns (address[] _confirmations)
getTransactionCount(bool pending, bool executed) view returns (uint256 count)
getTransactionDescription(uint256 transactionId) view returns (string description)
getTransactionIds(uint256 from, uint256 to, bool pending, bool executed) view returns (uint256[] _transactionIds)
isConfirmed(uint256 transactionId) view returns (bool)
isOwner(address) view returns (bool)
owners(uint256) view returns (address)
transactions(uint256) view returns (address destination, uint256 value, bytes data, string description, bool executed)
State-modifying
Events addOwner(address owner)
changeEthDailyLimit(uint256 _limit)
changeMtcDailyLimit(uint256 _limit)
changeRequirement(uint256 _required)
confirmTransaction(uint256 transactionId)
executeTransaction(uint256 transactionId)
removeOwner(address owner)
replaceOwner(address owner, address newOwner)
revokeConfirmation(uint256 transactionId)
setToken(address _token)
softEthTransfer(address _to, uint256 _value)
softMtcTransfer(address _to, uint256 _value)
submitTransaction(address destination, uint256 value, string description, bytes data) returns (uint256 transactionId)
Confirmation(address indexed sender, uint256 indexed transactionId)
Deposit(address indexed sender, uint256 value)
EthDailyLimitChange(uint256 limit)
Execution(uint256 indexed transactionId)
ExecutionFailure(uint256 indexed transactionId)
MtcDailyLimitChange(uint256 limit)
OwnerAddition(address indexed owner)
OwnerRemoval(address indexed owner)
RequirementChange(uint256 required)
Revocation(address indexed sender, uint256 indexed transactionId)
Submission(uint256 indexed transactionId)
TokenChange(address _token)
constructor(address[] _owners, uint256 _required, uint256 _ethDailyLimit, uint256 _mtcDailyLimit)
fallback()
This contract contains no error objects.