SafeHouseBeta
Verified contract
Active on
Ethereum with 445 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($34,261.55)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RLB | ERC-20 | 17.315686K | $0.138654 |
$2,400.89 | |
RARI | ERC-20 | 575.904392 | $3.08 |
$1,773.79 | |
QNT | ERC-20 | 9.393416 | $154.70 |
$1,453.16 | |
TONCOIN | ERC-20 | 182.708414 | $6.99 |
$1,277.13 | |
AUDIO | ERC-20 | 5.468057K | $0.230964 |
$1,262.92 | |
CHZ | ERC-20 | 9.191641K | $0.136994 |
$1,259.2 | |
WFLOW | ERC-20 | 951.28631 | $1.25 |
$1,189.11 | |
FXS | ERC-20 | 233.094704 | $4.78 |
$1,114.19 | |
CRV | ERC-20 | 975.502678 | $1.14 |
$1,112.07 | |
ARB | ERC-20 | 928.734622 | $1.18 |
$1,095.91 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21329749 | 5 hours ago | | | 0 | 0.0024821424 | |
| 21329745 | 5 hours ago | | | 0 | 0.0044596724 | |
| 21329701 | 5 hours ago | | | 0 | 0.0030505406 | |
| 21329699 | 5 hours ago | | | 0 | 0.0042026701 | |
| 21329694 | 5 hours ago | | | 0 | 0.0056933791 | |
| 21329691 | 6 hours ago | | | 0 | 0.0036827671 | |
| 21329188 | 7 hours ago | | | 0 | 0.0015385167 | |
| 21329183 | 7 hours ago | | | 0 | 0.0019004350 | |
| 21329177 | 7 hours ago | | | 0 | 0.0014687951 | |
| 21328444 | 10 hours ago | | | 0 | 0.0022543468 |
ABI
ABI objects
Getter at block 21331334
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FACTOR_DECIMALS() view returns (uint256)
8
MANAGER() view returns (bytes32)
0xaf290d8680820aad922855f39b306097b20e28774d6c1ad35a20325630c3a02c
assetBook() view returns (address)
0xb93633f8770732adb25770c5f5d517dcf5388a56
maxWithdrawalCapacity() view returns (uint256)
5000000000000000000000
paused() view returns (bool)
false
priceToleranceRate() view returns (uint256)
1000000
withdrawalCapacity() view returns (uint256)
4202558571336859874448
Read-only
getLatestPrice(address asset_) view returns (uint256, uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
vaults(address) view returns (bool)
State-modifying
Events addVault(address vault_)
depositAsset(address asset_, uint256 amount_) payable
grantRole(bytes32 role, address account)
pause()
removeVault(address vault_)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
sendToVault(address asset_, address vault_, uint256 amount_)
unpause()
updateAssetBook(address assetBook_)
updateMaxWithdrawalCapacity(uint256 maxWithdrawalCapacity_)
updatePriceToleranceRate(uint256 priceToleranceRate_)
updateWithdrawalCapacity(uint256 withdrawalCapacity_)
withdrawAsset(address asset_, uint256 amount_)
AddVault(address indexed vault_)
DepositAsset(address indexed sender_, address indexed asset_, uint256 amount_)
Paused(address account)
RemoveVault(address indexed vault_)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SendToVault(address indexed asset_, address indexed vault_, uint256 amount_)
Unpaused(address account)
UpdateAssetBook(address indexed assetBook_)
UpdateMaxWithdrawalCapacity(uint256 maxWithdrawalCapacity_)
UpdatePriceToleranceRate(uint256 priceToleranceRate_)
UpdateWithdrawalCapacity(uint256 withdrawalCapacity_)
WithdrawAsset(address indexed receiver_, address indexed asset_, uint256 amount_)
constructor(address assets_, address admin_, address manager_)
receive()
This contract contains no error objects.