This contract is being backfilled. You may encounter incomplete storage history.

EIP173Proxy

Verified contract

Proxy

Active on Ethereum with 15,138 txns
Deployed by via 0x5a2a9b63 at 13096883
Slot
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
4 additional variables
ERC-20
Value $28,557,349.48
ERC-20
Value $2,242,390.66
ERC-20
Value $295.6
ERC-20
Value $0.61
ERC-20
Value $0.03
 (#0)
ERC-1555
--
 (#738)
ERC-721
--
 (#713)
ERC-721
--
 (#648)
ERC-721
--
 (#635)
ERC-721
--
0xaff82a8dd3c38ab0625ff57c818e4160c626a59b80aa035ea6e13e0d0cd7108d
0x3345febb78cef919fdf5ca711b7c803384424c938e03ae1354207c4e90970826
0x269348eadf8a45cd503dee1b1abec3765d5e6c857dd923fb08c41964b0b0dfa6
0x3a826705fcac091b1bc8ae73120022138064987dcf51a79b59d3ab5eb587200c
0xcfc22335ee5ed23a64edb86dad067a0e86924538470ef0ff6a2cb326f6ff4756
0xdc03926b118f0135ae79b287cbd974abd52697a51184037cf95ddfb810f878b6
0x176924a3ff7d79a00a6387303b0ef2b4b566166e3cda90efa6d0a8cc8161ea3d
0x2197614dd735255ec00c9c58f6f2ab5b9ee9843619fd03ef8f920323a2a63795
0x8ce8f5f0da0cff4fb278c2905ffdce576c233b735d1116eca34e2152717a6c67
0xbc9178ff17f432587359b015bc174ed40b4f4871bd7c48668dcb92e04b4c5717

Functions
Getter at block 20799838
owner(view returns (address)
0xbeb28978b2c755155f20fd3d09cb37e300a6981f
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OWNER_ROLE(view returns (bytes32)
0xb19546dff01e856fb3f010c267a7b1c60363cf8a4664e21cc89c26224620214e
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
ZAPPER_ROLE(view returns (bytes32)
0xd624b04b6a86de88625cc0780256b85157c5a615db56d1357e0a97a30fde2767
assets(view returns (uint256)
48538714059657
config(view returns (address)
0xaa425f8bfe82cd18f634e2fe91e5ddeefd98fda1
currentEpoch(view returns (struct ISeniorPoolEpochWithdrawalsEpoch)
(1727978843, 43049549987008204205560691, 0, 0)
epochDuration(view returns (uint256)
1209600
isAdmin(view returns (bool)
false
paused(view returns (bool)
false
sharePrice(view returns (uint256)
1010359294291289264
 
sharesOutstanding(view returns (uint256)
totalLoansOutstanding(view returns (uint256)
60950942775985
totalWritedowns(view returns (uint256)
12466225847114
usdcAvailable(view returns (uint256)
53997130786
Read-only
supportsInterface(bytes4 idview returns (bool)
calculateWritedown(uint256 tokenIdview returns (uint256)
estimateInvestment(address poolview returns (uint256)
getNumShares(uint256 usdcAmountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
withdrawalRequest(uint256 tokenIdview returns (struct ISeniorPoolEpochWithdrawalsWithdrawalRequest)
writedownsByPoolToken(uint256view returns (uint256)
State-modifying
transferOwnership(address newOwner
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
__BaseUpgradeablePausable__init(address owner
__PauserPausable__init(
addToWithdrawalRequest(uint256 fiduAmountuint256 tokenId
cancelWithdrawalRequest(uint256 tokenIdreturns (uint256)
claimWithdrawalRequest(uint256 tokenIdreturns (uint256)
deposit(uint256 amountreturns (uint256 depositShares)
depositWithPermit(uint256 amountuint256 deadlineuint8 vbytes32 rbytes32 sreturns (uint256 depositShares)
grantRole(bytes32 roleaddress account
initialize(address owneraddress _config
initializeEpochs(
invest(address poolreturns (uint256)
pause(
redeem(uint256 tokenId
renounceRole(bytes32 roleaddress account
requestWithdrawal(uint256 fiduAmountreturns (uint256)
revokeRole(bytes32 roleaddress account
setEpochDuration(uint256 newEpochDuration
unpause(
withdraw(uint256 usdcAmountreturns (uint256 amount)
withdrawInFidu(uint256 fiduAmountreturns (uint256 amount)
writedown(uint256 tokenId
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ProxyImplementationUpdated(address indexed previousImplementationaddress indexed newImplementation
DepositMade(address indexed capitalProvideruint256 amountuint256 shares
EpochDurationChanged(uint256 newDuration
EpochEnded(uint256 indexed epochIduint256 endTimeuint256 fiduRequesteduint256 usdcAllocateduint256 fiduLiquidated
EpochExtended(uint256 indexed epochIduint256 newEndTimeuint256 oldEndTime
InterestCollected(address indexed payeruint256 amount
InvestmentMadeInJunior(address indexed tranchedPooluint256 amount
InvestmentMadeInSenior(address indexed tranchedPooluint256 amount
Paused(address account
PrincipalCollected(address indexed payeruint256 amount
PrincipalWrittenDown(address indexed tranchedPoolint256 amount
ReserveFundsCollected(address indexed useruint256 amount
ReserveSharesCollected(address indexed useraddress indexed reserveuint256 amount
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Unpaused(address account
WithdrawalAddedTo(uint256 indexed epochIduint256 indexed tokenIdaddress indexed operatoruint256 fiduRequested
WithdrawalCanceled(uint256 indexed epochIduint256 indexed tokenIdaddress indexed operatoruint256 fiduCanceleduint256 reserveFidu
WithdrawalMade(address indexed capitalProvideruint256 userAmountuint256 reserveAmount
WithdrawalRequested(uint256 indexed epochIduint256 indexed tokenIdaddress indexed operatoruint256 fiduRequested
Constructor
constructor(address implementationAddressaddress ownerAddressbytes data
Fallback and receive
fallback(
receive(
Errors

This contract contains no error objects.