Ionic USD Coin
Verified contract
Proxy
Active on
Base with 4,423 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 ($354,326.49)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 353.9724K | $1.001 |
$354,326.37 | |
WGC | ERC-20 | 200 | $0.000562 |
$0.11 | |
kurbi | ERC-20 | 0.1 | $0.000775 |
$0 | |
BASED | ERC-20 | 5.444K | -- | -- | |
PondPeso | ERC-20 | 136.12 | -- | -- | |
AIROD | ERC-20 | 91 | -- | -- | |
BiteFoxy | ERC-20 | 81.01 | -- | -- | |
SAMOYES | ERC-20 | 81 | -- | -- | |
BLOWN | ERC-20 | 77.694207 | -- | -- | |
BASEHUSKY | ERC-20 | 68 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22747213 | 41 minutes ago | | | 0 | 0.0000091522850 | |
| 22746407 | an hour ago | | | 0 | 0.0000056685120 | |
| 22746340 | an hour ago | | | 0 | 0.000021074699 | |
| 22746324 | an hour ago | | | 0 | 0.0000052520502 | |
| 22746285 | an hour ago | | | 0 | 0.000018236518 | |
| 22746234 | an hour ago | | | 0 | 0.0000053109540 | |
| 22746053 | an hour ago | | | 0 | 0.0000055900562 | |
| 22745546 | 2 hours ago | | | 0 | 0.0000052123497 | |
| 22744684 | 2 hours ago | | | 0 | 0.000088444152 | |
| 22743690 | 3 hours ago | | | 0 | 0.0000055899674 |
ABI
ABI objects
Getter at block 22748436 implementation() view returns (address)
_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
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
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)