Ionic Klima DAO
Verified contract
Proxy
Active on
Base with 41 txns
Unified storage
Map
Table
Raw
Constants and immutables
6
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x05c9…3d13
0x5f03…6d03
Balances ($3,419.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KLIMA | ERC-20 | 2.357999K | $1.45 |
$3,419.1 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22751130 | 3 hours ago | | | 0 | 0.000068603165 | |
| 22750684 | 3 hours ago | | | 0 | 0.000024934847 | |
| 22750332 | 3 hours ago | | | 0 | 0.0000088079512 | |
| 22742701 | 8 hours ago | | | 0 | 0.0000046552518 | |
| 22739977 | 9 hours ago | | | 0 | 0.000076445246 | |
| 22737344 | 11 hours ago | | | 0 | 0.000078399778 | |
| 22735207 | 12 hours ago | | | 0 | 0.000076321250 | |
| 22735183 | 12 hours ago | | | 0 | 0.000077766099 | |
| 22735126 | 12 hours ago | | | 0 | 0.000064793032 | |
| 22735040 | 12 hours ago | | | 0 | 0.000021339212 |
ABI
ABI objects
Getter at block 22756297 implementation() view returns (address)
_listExtensions() view returns (address[])
[0x471bdE4b179f0d9317b77273893B1b4C6d38DF43, 0xEc18C1CD348bff23aB508CcC4616555F6D448134]
accrualBlockNumber() view returns (uint256)
22751130
adminFeeMantissa() view returns (uint256)
100000000000000000
borrowIndex() view returns (uint256)
1000475232428813381
comptroller() view returns (address)
0x05c9c6417f246600f8f5f49fca9ee991bff73d13
decimals() view returns (uint8)
9
feeSeizeShareMantissa() view returns (uint256)
100000000000000000
interestRateModel() view returns (address)
0x5f0369aa93f36ca6a8b5ed7aac47bf9e76086d03
ionicAdmin() view returns (address)
0x9bad1f7685f33ad855ae81089dfe79040864e2f6
ionicFeeMantissa() view returns (uint256)
100000000000000000
name() view returns (string)
Ionic Klima DAO
protocolSeizeShareMantissa() view returns (uint256)
28000000000000000
reserveFactorMantissa() view returns (uint256)
100000000000000000
symbol() view returns (string)
ionKLIMA
totalAdminFees() view returns (uint256)
452119538
totalBorrows() view returns (uint256)
11550637243019
totalIonicFees() view returns (uint256)
452119538
totalReserves() view returns (uint256)
452119538
totalSupply() view returns (uint256)
69518242413461
underlying() view returns (address)
0xdcefd8c8fcc492630b943abcab3429f12ea9fea2
Read-only
This contract contains no read-only function objects.
State-modifying
Events _registerExtension(address extensionToAdd, address extensionToReplace)
_setImplementationSafe(address implementation_, bytes becomeImplementationData)
_upgrade()
AccrueInterest(uint256 cashPrior, uint256 interestAccumulated, uint256 borrowIndex, uint256 totalBorrows)
Approval(address indexed owner, address indexed spender, uint256 amount)
Borrow(address borrower, uint256 borrowAmount, uint256 accountBorrows, uint256 totalBorrows)
LiquidateBorrow(address liquidator, address borrower, uint256 repayAmount, address cTokenCollateral, uint256 seizeTokens)
Mint(address minter, uint256 mintAmount, uint256 mintTokens)
NewAdminFee(uint256 oldAdminFeeMantissa, uint256 newAdminFeeMantissa)
NewImplementation(address oldImplementation, address newImplementation)
NewIonicFee(uint256 oldIonicFeeMantissa, uint256 newIonicFeeMantissa)
NewMarketInterestRateModel(address oldInterestRateModel, address newInterestRateModel)
NewReserveFactor(uint256 oldReserveFactorMantissa, uint256 newReserveFactorMantissa)
Redeem(address redeemer, uint256 redeemAmount, uint256 redeemTokens)
RepayBorrow(address payer, address borrower, uint256 repayAmount, uint256 accountBorrows, uint256 totalBorrows)
ReservesAdded(address benefactor, uint256 addAmount, uint256 newTotalReserves)
ReservesReduced(address admin, uint256 reduceAmount, uint256 newTotalReserves)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(address underlying_, address comptroller_, address ionicAdmin_, address interestRateModel_, string name_, string symbol_, uint256 reserveFactorMantissa_, uint256 adminFeeMantissa_)
fallback()
FunctionAlreadyAdded(bytes4 _functionSelector, address _currentImpl)
FunctionNotFound(bytes4 _functionSelector)