0x418749e294cabce5a714efccc22a8aade6f9db57
Verified contract
Proxy
Active on
Ethereum with 860 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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
0x0099…2d56
0xaa42…fda1
Balances ($31,819.23)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 31.823432K | $0.999868 |
$31,819.23 | |
0xc241…9dcc | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21117883 | a day ago | | | 0 | 0.0011804114 | |
| 21115005 | a day ago | | | 0 | 0.0015327615 | |
| 21104380 | 3 days ago | | | 0 | 0.0010327959 | |
| 21098863 | 4 days ago | | | 0 | 0.00073120000 | |
| 21097704 | 4 days ago | | | 0 | 0.00039724331 | |
| 21097701 | 4 days ago | | | 0 | 0.00062965515 | |
| 21063180 | 9 days ago | | | 0 | 0.0015804117 | |
| 21062930 | 9 days ago | | | 0 | 0.00079170937 | |
| 21056514 | 9 days ago | | | 0 | 0.0014077208 | |
| 21047969 | 11 days ago | | | 0 | 0.0010039139 |
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)
0xaa425f8bfe82cd18f634e2fe91e5ddeefd98fda1
createdAt() view returns (uint256)
1644031523
creditLine() view returns (address)
0x0099f9b99956a495e6c59d9105193ea46abe2d56
drawdownsPaused() view returns (bool)
false
fundableAt() view returns (uint256)
1644336000
isAdmin() view returns (bool)
false
juniorFeePercent() view returns (uint256)
20
numSlices() view returns (uint256)
1
paused() view returns (bool)
false
totalDeployed() view returns (uint256)
11812267208938
totalJuniorDeposits() view returns (uint256)
2362453454437
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.