0x00c27fc71b159a346e179b4a1608a0865e8a7470
Verified contract
Proxy
Active on
Ethereum with 354 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
0x6873…421b
0xaa42…fda1
Balances ($19,298.67)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 19.32323K | $0.998729 |
$19,298.67 | |
USDCentre.com | ERC-20 | 17.5K | -- | -- | |
| ERC-20 | 4.669K | -- | -- | |
0xc241…9dcc | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151702 | 9 days ago | | | 0 | 0.0012304160 | |
| 20936818 | a month ago | | | 0 | 0.0019994260 | |
| 20791560 | 2 months ago | | | 0 | 0.0026094870 | |
| 20764385 | 2 months ago | | | 0 | 0.0021149242 | |
| 20721812 | 2 months ago | | | 0 | 0.00046140600 | |
| 20506970 | 3 months ago | | | 0 | 0.00030760400 | |
| 20356567 | 4 months ago | | | 0 | 0.0024608320 | |
| 20238008 | 4 months ago | | | 0 | 0.0042641201 | |
| 20168758 | 5 months ago | | | 0 | 0.0011800570 | |
| 20167108 | 5 months ago | | | 0 | 0.00094019645 |
ABI
ABI objects
Getter at block 21218427
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)
1644532567
creditLine() view returns (address)
0x68730ba1ca50e4f3f165c757dd286e1257a7421b
drawdownsPaused() view returns (bool)
false
fundableAt() view returns (uint256)
1644595200
isAdmin() view returns (bool)
false
juniorFeePercent() view returns (uint256)
20
numSlices() view returns (uint256)
1
paused() view returns (bool)
false
totalDeployed() view returns (uint256)
3990347597396
totalJuniorDeposits() view returns (uint256)
4000000000000
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.