EthVault
Verified contract
Proxy
Active on
Ethereum with 284 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x65fb…22ac
21 additional
variables
Balances ($838.99)
Native
Value
$810.06
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.263669 | $3,072.27 |
$810.06 | |
USDT | ERC-20 | 28.572904 | $1.001 |
$28.6 | |
LINK | ERC-20 | 0.0199 | $13.29 |
$0.26 | |
USDC | ERC-20 | 0.04 | $1.001 |
$0.04 | |
ORC | ERC-20 | 5.036832 | $0.004263 |
$0.02 | |
RFOX | ERC-20 | 0.901 | $0.001103 |
$0 | |
OMG | ERC-20 | 0 | $0.255156 |
$0 | |
MTEST | ERC-721 | 1 | -- | -- | |
Rai | ERC-20 | 0.001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14346520 | 3 years ago | | | 0.00001 | 0.0021353670 | |
| 14346499 | 3 years ago | | | 0 | 0.011940061 | |
| 14183398 | 3 years ago | | | 0 | 0.013740129 | |
| 14183390 | 3 years ago | | | 0 | 0.0076431070 | |
| 14183300 | 3 years ago | | | 0 | 0.012580445 | |
| 14183060 | 3 years ago | | | 0 | 0.014747220 | |
| 14182958 | 3 years ago | | | 0 | 0.011134062 | |
| 14182801 | 3 years ago | | | 0 | 0.010147442 | |
| 13808868 | 3 years ago | | | 0 | 0.0068606336 | |
| 13808815 | 3 years ago | | | 0 | 0.0059404950 |
ABI
ABI objects
Getter at block 21191586
MAX_OWNER_COUNT() view returns (uint256)
50
chain() view returns (string)
ETH
depositCount() view returns (uint256)
108
getOwners() view returns (address[])
[0xc7F7d8852dA2B2cD192480AedfDdde03898023ad, 0x92f5E26D48d5133022Cbe842b582d63115e80B32, 0x60556761e77D95E4076517F8B3e91C9E74bC5542, 0x5544B61990c5A3766951cA30D7f157986F064b66, 0xd428B5f917cbF2238439BeD442Bb0CbFD34e5Cbe, 0x96f12078A6B495AC0047eEe8eD03e72453cC88a9, 0x2c99DBe77f50447Ed0ba85afEd0AF10f52ecEc8b]
implementation() view returns (address)
0x65fb09517cc90ad0539c1ed2c52fb4e68c3822ac
isActivated() view returns (bool)
true
required() view returns (uint256)
1
tetherAddress() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
transactionCount() view returns (uint256)
36
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)
getTransactionIds(uint256 from, uint256 to, bool pending, bool executed) view returns (uint256[] _transactionIds)
isConfirmed(uint256 transactionId) view returns (bool)
isOwner(address) view returns (bool)
isUsedWithdrawal(bytes32) view returns (bool)
isValidChain(bytes32) view returns (bool)
owners(uint256) view returns (address)
tokenAddr(bytes32) view returns (address)
tokenSummaries(address) view returns (bytes32)
transactions(uint256) view returns (address destination, uint256 value, bytes data, bool executed)
State-modifying
Events _setImplementation(address _newImp)
addOwner(address owner)
addTransaction(address destination, uint256 value, bytes data) returns (uint256 transactionId)
changeRequirement(uint256 _required)
confirmTransaction(uint256 transactionId)
executeTransaction(uint256 transactionId)
removeOwner(address owner)
replaceOwner(address owner, address newOwner)
revokeConfirmation(uint256 transactionId)
submitTransaction(address destination, uint256 value, bytes data) returns (uint256 transactionId)
Confirmation(address indexed sender, uint256 indexed transactionId)
Deposit(address indexed sender, uint256 value)
Execution(uint256 indexed transactionId)
ExecutionFailure(uint256 indexed transactionId)
OwnerAddition(address indexed owner)
OwnerRemoval(address indexed owner)
RequirementChange(uint256 required)
Revocation(address indexed sender, uint256 indexed transactionId)
Submission(uint256 indexed transactionId)
constructor(address[] _owners, uint256 _required, address _implementation, address _tetherAddress)
fallback()
This contract contains no error objects.