JUNIOR TRANCHE Tranche USD Coin
Verified contract
Proxy
Active on
Base with 30,361 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
0xe9fb…48dd
Balances ($6,568,972.27)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 6.56241M | $1.001 |
$6,568,972.17 | |
WGC | ERC-20 | 200 | $0.000517 |
$0.1 | |
USA | ERC-20 | 1 | $0.000761 |
$0 | |
kurbi | ERC-20 | 0.2 | $0.000762 |
$0 | |
toby | ERC-20 | 777 | $0.00 |
$0 | |
GENOME | ERC-20 | 0 | $0.023553 |
$0 | |
| ERC-20 | 9K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
DOB | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22752993 | 11 minutes ago | | | 0 | 0.0000023237832 | |
| 22752271 | 36 minutes ago | | | 0 | 0.000000702172050335 | |
| 22752258 | 36 minutes ago | | | 0 | 0.0000020895116 | |
| 22751174 | an hour ago | | | 0 | 0.000017253821 | |
| 22750121 | 2 hours ago | | | 0 | 8.6910520e-7 | |
| 22750106 | 2 hours ago | | | 0 | 0.0000026364192 | |
| 22748735 | 3 hours ago | | | 0 | 0.0000060414419 | |
| 22748698 | 3 hours ago | | | 0 | 0.000018643645 | |
| 22748375 | 3 hours ago | | | 0 | 0.0000060427978 | |
| 22748353 | 3 hours ago | | | 0 | 0.000018643645 |
ABI
ABI objects
Getter at block 22753333 collateralHealthFee() view returns (uint256)
asset() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
decimals() view returns (uint8)
6
depositCap() view returns (uint256)
9000000000000
feesOn() view returns (bool)
true
name() view returns (string)
JUNIOR TRANCHE Tranche USD Coin
symbol() view returns (string)
jUSDC
totalAssets() view returns (uint256)
6562409759272
totalPrincipalDeposited() view returns (uint256)
0
totalReserved() view returns (uint256)
3504012261930
totalSupply() view returns (uint256)
5506188403524
utilizationRatio() view returns (uint256)
533952067985
vaultManager() view returns (address)
0xe9fb8c70af1b99f2baaa07aa926fcf3d237348dd
veTranche() view returns (address)
0x7bf094c44b3cff8c95e06a76557443f5408efb05
withdrawThreshold() view returns (uint256)
900000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balancingFee(uint256 assets, bool isDeposit) view returns (uint256)
convertToAssets(uint256 shares) view returns (uint256)
convertToShares(uint256 assets) view returns (uint256)
getDepositFeesRaw(uint256 assets) view returns (uint256)
getDepositFeesTotal(uint256 assets) view returns (uint256)
getWithdrawalFeesRaw(uint256 assets) view returns (uint256)
getWithdrawalFeesTotal(uint256 assets) view returns (uint256)
hasLiquidity(uint256 _reserveAmount) 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)
previewDeposit(uint256 assets) view returns (uint256)
previewMint(uint256 shares) view returns (uint256)
previewRedeem(uint256 shares) view returns (uint256)
previewWithdraw(uint256 assets) view returns (uint256)
principalAssetsDeposited(address) view returns (uint256)
principalSharesDeposited(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 assets, address receiver) returns (uint256)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address __asset, address _vaultManager, string trancheName, string tranchSymbol)
mint(uint256 shares, address receiver) returns (uint256)
redeem(uint256 shares, address receiver, address owner) returns (uint256)
releaseBalance(uint256 amount)
reserveBalance(uint256 amount)
setCap(uint256 _newCap)
setFeesOn(bool _feesOn)
setVaultManager(address _vaultManager)
setVeTranche(address _veTranche)
setWithdrawThreshold(uint256 _withdrawThreshold)
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)
withdrawAsVaultManager(uint256 amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
BalanceReleased(uint256 amount)
BalanceReserved(uint256 amount)
Deposit(address indexed sender, address indexed owner, uint256 assets, uint256 shares)
FeesStatusUpdated(bool feesOn)
Initialized(uint8 version)
ReserveCapUpdated(uint256 newCap)
TokenTransferred(address indexed from, address indexed to, uint256 shares, uint256 assets)
Transfer(address indexed from, address indexed to, uint256 value)
VaultManagerUpdated(address indexed vaultManager)
VeTrancheUpdated(address indexed veTranche)
Withdraw(address indexed sender, address indexed receiver, address indexed owner, uint256 assets, uint256 shares)
WithdrawThresholdUpdated(uint256 newThreshold)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.