Granary variable debt bearing ETH
Verified contract
Proxy
Active on
Base with 401 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
-
variable spans 49 additional slots
0xb702…eed3
0xc043…bc9d
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000734 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21838094 | 22 days ago | | | 0 | 2.5660202e-7 | |
| 21055980 | a month ago | | | 0 | 0.000000204544967532 | |
| 20763698 | 2 months ago | | | 0 | 2.4115411e-7 | |
| 20264416 | 2 months ago | | | 0 | 2.9121106e-7 | |
| 19229899 | 3 months ago | | | 0 | 1.6734730e-7 | |
| 19098960 | 3 months ago | | | 0 | 2.6180297e-7 | |
| 18909920 | 3 months ago | | | 0 | 1.7697066e-7 | |
| 18810566 | 3 months ago | | | 0 | 2.5117196e-7 | |
| 18810046 | 3 months ago | | | 0 | 2.5180227e-7 | |
| 18193024 | 3 months ago | | | 0 | 2.9120784e-7 |
ABI
ABI objects
Getter at block 22775030
DEBT_TOKEN_REVISION() view returns (uint256)
1
POOL() view returns (address)
0xb702ce183b4e1faa574834715e5d4a6378d0eed3
UNDERLYING_ASSET_ADDRESS() view returns (address)
0x4200000000000000000000000000000000000006
decimals() view returns (uint8)
18
getIncentivesController() view returns (address)
0xc043ba54f34c9fb3a0b45d22e2ef1f171272bc9d
name() view returns (string)
Granary variable debt bearing ETH
scaledTotalSupply() view returns (uint256)
514814308907838530
symbol() view returns (string)
variableDebtETH
totalSupply() view returns (uint256)
520762053346932276
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address user) view returns (uint256)
borrowAllowance(address fromUser, address toUser) view returns (uint256)
getScaledUserBalanceAndSupply(address user) view returns (uint256, uint256)
scaledBalanceOf(address user) view returns (uint256)
State-modifying
Events admin() returns (address)
implementation() returns (address)
initialize(address _logic, bytes _data) payable
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
approveDelegation(address delegatee, uint256 amount)
burn(address user, uint256 amount, uint256 index)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address pool, address underlyingAsset, address incentivesController, uint8 debtTokenDecimals, string debtTokenName, string debtTokenSymbol, bytes params)
mint(address user, address onBehalfOf, uint256 amount, uint256 index) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
BorrowAllowanceDelegated(address indexed fromUser, address indexed toUser, address asset, uint256 amount)
Burn(address indexed user, uint256 amount, uint256 index)
Initialized(address indexed underlyingAsset, address indexed pool, address incentivesController, uint8 debtTokenDecimals, string debtTokenName, string debtTokenSymbol, bytes params)
Mint(address indexed from, address indexed onBehalfOf, uint256 value, uint256 index)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address admin)
fallback()
This contract contains no error objects.