EIP173Proxy

Verified contract

Proxy

Active on Ethereum with 15,416 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 $22,547,827.48
ERC-20
Value $2,300,412.57
ERC-20
Value $415.29
ERC-20
Value $1.14
ERC-20
Value $0.03
 (#0)
ERC-1555
--
 (#738)
ERC-721
--
 (#713)
ERC-721
--
 (#648)
ERC-721
--
 (#635)
ERC-721
--
0x90b25ec0418444084196c43740207e9cebdbced1aec1c037e8e47d2167fcdd63
0x1025db53d03923037697551a746d27fe6a6e7a62b13c270c7c153cd58739cebe
0xf7ae96c6a9f9bd73903a549ef065a9d1a8aeee3fa2e438bbe19b3a539e0f122d
0x3ab5d9573e880196059d3b01208c99b087276e2e5f59260c2aa14180acc18af9
0xc09405c218340cc5377a65fce2c1de7b136b6a01eabc001eaa9d50cbb94ebb08
0xc37b0a36d3edf588ecb9538e5086e367b975cd3ce4ac2e72c98bbd7aa2cc7dd5
0x10ef3f43fd7c93c09dfee73bbd418e0274f874a1687c56a8d094581741cb3011
0x0cbd7026b1b9993833e725720e056c050e5dc4c4b8f49a96cb6a70e77ee61747
0xbfa2dad7db70b5a4a256153a4c05970085cfbcb67900c083659daa1e56b82c1f
0xa86715f97c80b5b7371ba7620814a6ee88bd7050c0df5862bdcb948424039dc9
From

Functions
Getter at block 21271188
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)
48521020351583
config(view returns (address)
0xaa425f8bfe82cd18f634e2fe91e5ddeefd98fda1
currentEpoch(view returns (struct ISeniorPoolEpochWithdrawalsEpoch)
(1732817243, 42796214353835135932665264, 0, 0)
epochDuration(view returns (uint256)
1209600
isAdmin(view returns (bool)
false
paused(view returns (bool)
false
sharePrice(view returns (uint256)
1020802514609963322
 
sharesOutstanding(view returns (uint256)
totalLoansOutstanding(view returns (uint256)
60931117541434
totalWritedowns(view returns (uint256)
12466225847114
usdcAvailable(view returns (uint256)
56128657263
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.