0xefeb69edf6b6999b0e3f2fa856a2acf3bdea4ab5
Verified contract
Proxy
Active on
Ethereum with 674 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
0xd7f9…9784
0xaa42…fda1
-
variable spans 4 additional slots
-
variable spans 4 additional slots
Balances ($12,129.56)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 12.138323K | $0.999278 |
$12,129.56 | |
CRI | ERC-20 | 0.021 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20691720 | 3 months ago | | | 0 | 0.0016580953 | |
| 20600499 | 4 months ago | | | 0 | 0.00020790459 | |
| 20272651 | 5 months ago | | | 0 | 0.00051326742 | |
| 20141243 | 6 months ago | | | 0 | 0.0015690754 | |
| 20073522 | 6 months ago | | | 0 | 0.0010197353 | |
| 20035504 | 6 months ago | | | 0 | 0.0018964397 | |
| 19989547 | 6 months ago | | | 0 | 0.0018330640 | |
| 19956700 | 7 months ago | | | 0 | 0.0010897044 | |
| 19903821 | 7 months ago | | | 0 | 0.00049195204 | |
| 19874980 | 7 months ago | | | 0 | 0.00087361259 |
ABI
ABI objects
Getter at block 21393862
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
FP_SCALING_FACTOR() view returns (uint256)
1000000000000000000
LOCKER_ROLE() view returns (bytes32)
0xaf9a8bb3cbd6b84fbccefa71ff73e26e798553c6914585a84886212a46a90279
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
borrower() view returns (address)
0xcf595641c40008fdc97e5ccbce710ab4d31539a3
config() view returns (address)
0xaa425f8bfe82cd18f634e2fe91e5ddeefd98fda1
createdAt() view returns (uint256)
1630106319
creditLine() view returns (address)
0xd7f944dbf24309d700213a79775466a3fd809784
drawdownsPaused() view returns (bool)
false
interestApr() view returns (uint256)
125000000000000000
isAdmin() view returns (bool)
false
juniorFeePercent() view returns (uint256)
20
lateFeeApr() view returns (uint256)
0
limit() view returns (uint256)
2163304000000
paused() view returns (bool)
false
paymentPeriodInDays() view returns (uint256)
30
termInDays() view returns (uint256)
913
Read-only
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)
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)
lockJuniorCapital()
lockPool()
migrateAndSetNewCreditLine(address newCl)
migrateCreditLine(address _borrower, uint256 _limit, uint256 _interestApr, uint256 _paymentPeriodInDays, uint256 _termInDays, uint256 _lateFeeApr)
pause()
pauseDrawdowns()
pay(uint256 amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
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)
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)
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.