Ionic USD Coin

Verified contract

Proxy

Active on Base with 4,423 txns
Deployed by via 0x6617d076 at 13243260
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $354,326.37
ERC-20
Value $0.11
ERC-20
Value $0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0x01ee2c44099a319a0e1efd728cb59ffb9ec175141320b86a2d061078d0495f34
0x30ed12887c09a5998b5a30185e79af8b07dcafbcac8f04cb474ef0955513bbef
0x04f76e39295f1c197def3037ecccc0a8845bab71796f26d7160f5eded29118d4
0xe1443c6c8987064686d15156a51bf1fa3fcc73e8bee02f510d441513fd4ff9be
0x5fb4b9558cc99dd993666f52511194df1c136f13c50ce2afad43f1f2a0536781
0xf3a5162c7327523a96ac53e5f6428fe58f16019d925e28cba9de909cf372ac59
0xa014390a6787c52979775b877726801fd0938c53fef12f04ac87e74b3a11a15b
0x7e60c9be37c424738d67e72bf6d1b8980c654266b01ab1a7bb9e2fe6f5d35948
0x829185451efe6accfc5a263be3945cd5df2fd9c6e408fa45e8253dd05aed89b4
0xeab401c79438fd6e3b9d342e33d07cdd651b017fc7135d15db7f30fbc066dd6b

Functions
Getter at block 22748436
_listExtensions(view returns (address[])
[0xc2799B6b4DDFE0acbFc1C1B70c7b430ea64b3958, 0xA1e7978F4e9A4f68e3eC8f632C85C8d2E5f07faf]
accrualBlockNumber(view returns (uint256)
22747213
adminFeeMantissa(view returns (uint256)
0
borrowIndex(view returns (uint256)
1082845844392917261
comptroller(view returns (address)
0x05c9c6417f246600f8f5f49fca9ee991bff73d13
decimals(view returns (uint8)
6
feeSeizeShareMantissa(view returns (uint256)
100000000000000000
 
implementation(view returns (address)
interestRateModel(view returns (address)
0x5f0369aa93f36ca6a8b5ed7aac47bf9e76086d03
ionicAdmin(view returns (address)
0x9bad1f7685f33ad855ae81089dfe79040864e2f6
ionicFeeMantissa(view returns (uint256)
100000000000000000
name(view returns (string)
Ionic USD Coin
protocolSeizeShareMantissa(view returns (uint256)
28000000000000000
reserveFactorMantissa(view returns (uint256)
50000000000000000
symbol(view returns (string)
ionUSDC
totalAdminFees(view returns (uint256)
1168858
totalBorrows(view returns (uint256)
1236250059241
totalIonicFees(view returns (uint256)
2843201841
totalReserves(view returns (uint256)
1421801364
totalSupply(view returns (uint256)
7547600702079
underlying(view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
Read-only

This contract contains no read-only function objects.

State-modifying
_registerExtension(address extensionToAddaddress extensionToReplace
_setImplementationSafe(address implementation_bytes becomeImplementationData
_upgrade(
Events
AccrueInterest(uint256 cashPrioruint256 interestAccumulateduint256 borrowIndexuint256 totalBorrows
Approval(address indexed owneraddress indexed spenderuint256 amount
Borrow(address borroweruint256 borrowAmountuint256 accountBorrowsuint256 totalBorrows
LiquidateBorrow(address liquidatoraddress borroweruint256 repayAmountaddress cTokenCollateraluint256 seizeTokens
Mint(address minteruint256 mintAmountuint256 mintTokens
NewAdminFee(uint256 oldAdminFeeMantissauint256 newAdminFeeMantissa
NewImplementation(address oldImplementationaddress newImplementation
NewIonicFee(uint256 oldIonicFeeMantissauint256 newIonicFeeMantissa
NewMarketInterestRateModel(address oldInterestRateModeladdress newInterestRateModel
NewReserveFactor(uint256 oldReserveFactorMantissauint256 newReserveFactorMantissa
Redeem(address redeemeruint256 redeemAmountuint256 redeemTokens
RepayBorrow(address payeraddress borroweruint256 repayAmountuint256 accountBorrowsuint256 totalBorrows
ReservesAdded(address benefactoruint256 addAmountuint256 newTotalReserves
ReservesReduced(address adminuint256 reduceAmountuint256 newTotalReserves
Transfer(address indexed fromaddress indexed touint256 amount
Constructor
constructor(address underlying_address comptroller_address ionicAdmin_address interestRateModel_string name_string symbol_uint256 reserveFactorMantissa_uint256 adminFeeMantissa_
Fallback and receive
fallback(
Errors
FunctionAlreadyAdded(bytes4 _functionSelectoraddress _currentImpl
FunctionNotFound(bytes4 _functionSelector