TranchedPool
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
20
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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "TranchedPool"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "TranchedPool"
ABI
ABI objects
Getter at block 21124367
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FP_SCALING_FACTOR() view returns (uint256)
1000000000000000000
LOCKER_ROLE() view returns (bytes32)
0xaf9a8bb3cbd6b84fbccefa71ff73e26e798553c6914585a84886212a46a90279
NUM_TRANCHES_PER_SLICE() view returns (uint256)
2
ONE_HUNDRED() view returns (uint256)
100
OWNER_ROLE() view returns (bytes32)
0xb19546dff01e856fb3f010c267a7b1c60363cf8a4664e21cc89c26224620214e
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
SECONDS_PER_DAY() view returns (uint256)
86400
SENIOR_ROLE() view returns (bytes32)
0x956624bfbe09c0e98e645d61eba0de4ce88e8cceabdb00fead208d19a8e1209b
config() view returns (address)
0x0000000000000000000000000000000000000000
createdAt() view returns (uint256)
0
creditLine() view returns (address)
0x0000000000000000000000000000000000000000
drawdownsPaused() view returns (bool)
false
fundableAt() view returns (uint256)
0
isAdmin() view returns (bool)
false
juniorFeePercent() view returns (uint256)
0
numSlices() view returns (uint256)
0
paused() view returns (bool)
false
totalDeployed() view returns (uint256)
0
totalJuniorDeposits() view returns (uint256)
0
Read-only
allowedUIDTypes(uint256) view returns (uint256)
availableToWithdraw(uint256 tokenId) view returns (uint256 interestRedeemable, uint256 principalRedeemable)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getTranche(uint256 tranche) view returns (struct ITranchedPoolTrancheInfo)
hasRole(bytes32 role, address account) view returns (bool)
poolSlices(uint256) view returns (struct ITranchedPoolTrancheInfo seniorTranche, struct ITranchedPoolTrancheInfo juniorTranche, uint256 totalInterestAccrued, uint256 principalDeployed)
sharePriceToUsdc(uint256 sharePrice, uint256 totalShares) pure returns (uint256)
usdcToSharePrice(uint256 amount, uint256 totalShares) pure returns (uint256)
State-modifying
Events __BaseUpgradeablePausable__init(address owner)
__PauserPausable__init()
assess()
deposit(uint256 tranche, uint256 amount) returns (uint256 tokenId)
depositWithPermit(uint256 tranche, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s) returns (uint256 tokenId)
drawdown(uint256 amount)
emergencyShutdown()
grantRole(bytes32 role, address account)
initialize(address _config, address _borrower, uint256 _juniorFeePercent, uint256 _limit, uint256 _interestApr, uint256 _paymentPeriodInDays, uint256 _termInDays, uint256 _lateFeeApr, uint256 _principalGracePeriodInDays, uint256 _fundableAt, uint256[] _allowedUIDTypes)
initializeNextSlice(uint256 _fundableAt)
lockJuniorCapital()
lockPool()
migrateAndSetNewCreditLine(address newCl)
migrateCreditLine(address _borrower, uint256 _maxLimit, uint256 _interestApr, uint256 _paymentPeriodInDays, uint256 _termInDays, uint256 _lateFeeApr, uint256 _principalGracePeriodInDays)
pause()
pauseDrawdowns()
pay(uint256 amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAllowedUIDTypes(uint256[] ids)
setFundableAt(uint256 newFundableAt)
setLimit(uint256 newAmount)
setMaxLimit(uint256 newAmount)
unpause()
unpauseDrawdowns()
updateGoldfinchConfig()
withdraw(uint256 tokenId, uint256 amount) returns (uint256 interestWithdrawn, uint256 principalWithdrawn)
withdrawMax(uint256 tokenId) returns (uint256 interestWithdrawn, uint256 principalWithdrawn)
withdrawMultiple(uint256[] tokenIds, uint256[] amounts)
CreditLineMigrated(address indexed oldCreditLine, address indexed newCreditLine)
DepositMade(address indexed owner, uint256 indexed tranche, uint256 indexed tokenId, uint256 amount)
DrawdownMade(address indexed borrower, uint256 amount)
DrawdownsPaused(address indexed pool)
DrawdownsUnpaused(address indexed pool)
EmergencyShutdown(address indexed pool)
GoldfinchConfigUpdated(address indexed who, address configAddress)
Paused(address account)
PaymentApplied(address indexed payer, address indexed pool, uint256 interestAmount, uint256 principalAmount, uint256 remainingAmount, uint256 reserveAmount)
ReserveFundsCollected(address indexed from, uint256 amount)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SharePriceUpdated(address indexed pool, uint256 indexed tranche, uint256 principalSharePrice, int256 principalDelta, uint256 interestSharePrice, int256 interestDelta)
SliceCreated(address indexed pool, uint256 sliceId)
TrancheLocked(address indexed pool, uint256 trancheId, uint256 lockedUntil)
TranchedPoolAssessed(address indexed pool)
Unpaused(address account)
WithdrawalMade(address indexed owner, uint256 indexed tranche, uint256 indexed tokenId, uint256 interestWithdrawn, uint256 principalWithdrawn)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.