DeFi Garage
Verified contract
Active on
Ethereum with 262 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($62,234.26)
Native
Value
$2,274.54
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.720591 | $3,156.49 |
$2,274.54 | |
boxETH | ERC-20 | 19.395275 | $3,091.46 |
$59,959.72 | |
stETH | ERC-20 | 0 | $3,155.75 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21183187 | 3 days ago | | | 0 | 0.0044827108 | |
| 21177660 | 4 days ago | | | 0 | 0.0058133095 | |
| 21067931 | 19 days ago | | | 0 | 0.0028563948 | |
| 20988963 | a month ago | | | 0 | 0.0020114408 | |
| 20988948 | a month ago | | | 0 | 0.0019839368 | |
| 20981328 | a month ago | | | 0 | 0.00095373884 | |
| 20979836 | a month ago | | | 0 | 0.00097767220 | |
| 20979835 | a month ago | | | 0 | 0.0014097348 | |
| 20978134 | a month ago | | | 0 | 0.0054741312 | |
| 20970794 | a month ago | | | 0 | 0.0016346734 |
ABI
ABI objects
Getter at block 21202873
ADMIN_ROLE() view returns (bytes32)
0xdf8b4c520ffe197c5343c6f5aec59570151ef9a492f2c624fd45ddde6135ec42
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR() view returns (bytes32)
0xa2a0718d3b73916e37528c2847f39739925c3ecd41a8cea876a0789559144a6f
asset() view returns (address)
0x7690202e2c2297bcd03664e31116d1dffe7e3b73
ciab() view returns (address)
0x6ffd098e92b606b2947b89a08911c00ca06890fa
decimals() view returns (uint8)
18
helper() view returns (uint256)
0
lastTotalAssets() view returns (uint256)
51100960560831831334
lst() view returns (address)
0xae7ab96520de3a18e5e111b5eaab095312d7fe84
ltvOnDeposits() view returns (uint256)
90
name() view returns (string)
DeFi Garage
symbol() view returns (string)
DEFIGARAGE
team() view returns (address)
0xb52f8b5e8684dbd2b2a4956305f3abd936c51621
threshold() view returns (uint256)
0
totalAssets() view returns (uint256)
51223028748580454353
totalSupply() view returns (uint256)
50524223231131205085527
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
convertToAssets(uint256 shares) view returns (uint256)
convertToShares(uint256 assets) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
maxDeposit(address) view returns (uint256)
maxMint(address) view returns (uint256)
maxRedeem(address owner) view returns (uint256)
maxWithdraw(address owner) view returns (uint256)
nonces(address) view returns (uint256)
previewDeposit(uint256 assets) view returns (uint256)
previewMint(uint256 shares) view returns (uint256)
previewRedeem(uint256 shares) view returns (uint256)
previewWithdraw(uint256 assets) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
changeLTV(uint256 ratio)
convert(uint256 amount)
deposit(uint256 assets, address receiver) returns (uint256 shares)
depositCheapeth(address receiver) payable returns (uint256 shares)
grantRole(bytes32 role, address account)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
redeem(uint256 shares, address receiver, address owner) returns (uint256 assets)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setTeam(address _team)
setThreshold(uint256 _threshold)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
withdraw(uint256 assets, address receiver, address owner) returns (uint256 shares)
Approval(address indexed owner, address indexed spender, uint256 amount)
Deposit(address indexed caller, address indexed owner, uint256 assets, uint256 shares)
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)
Transfer(address indexed from, address indexed to, uint256 amount)
Withdraw(address indexed caller, address indexed receiver, address indexed owner, uint256 assets, uint256 shares)
constructor(address _asset, address _lst, address _ciab, string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.