EIP173Proxy
Verified contract
Proxy
Active on
Ethereum with 15,416 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
0xaa42…fda1
4 additional
variables
Balances ($24,848,656.50)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FIDU | ERC-20 | 42.796214M | $0.526865 |
$22,547,827.48 | |
USDC | ERC-20 | 2.298114M | $1.001 |
$2,300,412.57 | |
COMP | ERC-20 | 6.366575 | $65.23 |
$415.29 | |
MTV | ERC-20 | 1K | $0.001136 |
$1.14 | |
GRG | ERC-20 | 0.025 | $1.13 |
$0.03 | |
0x0f24…0831 | ERC-1555 | 1 | -- | -- | |
GFI-V2-PT | ERC-721 | 1 | -- | -- | |
GFI-V2-PT | ERC-721 | 1 | -- | -- | |
GFI-V2-PT | ERC-721 | 1 | -- | -- | |
GFI-V2-PT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268841 | 8 hours ago | | | 0 | 0.0014076296 | |
| 21263524 | a day ago | | | 0 | 0.0053651964 | |
| 21262266 | a day ago | | | 0 | 0.0014137517 | |
| 21261843 | a day ago | | | 0 | 0.0054106752 | |
| 21260130 | 2 days ago | | | 0 | 0.0030525930 | |
| 21259363 | 2 days ago | | | 0 | 0.0038831882 | |
| 21257140 | 2 days ago | | | 0 | 0.0039868396 | |
| 21257057 | 2 days ago | | | 0 | 0.0027162480 | |
| 21255588 | 2 days ago | | | 0 | 0.0032547297 | |
| 21254755 | 2 days ago | | | 0 | 0.0016326958 |
ABI
ABI objects
Getter at block 21271188 sharesOutstanding() view returns (uint256)
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
totalLoansOutstanding() view returns (uint256)
60931117541434
totalWritedowns() view returns (uint256)
12466225847114
usdcAvailable() view returns (uint256)
56128657263
Read-only
supportsInterface(bytes4 id) view returns (bool)
calculateWritedown(uint256 tokenId) view returns (uint256)
estimateInvestment(address pool) view returns (uint256)
getNumShares(uint256 usdcAmount) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
withdrawalRequest(uint256 tokenId) view returns (struct ISeniorPoolEpochWithdrawalsWithdrawalRequest)
writedownsByPoolToken(uint256) view returns (uint256)
State-modifying
Events transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
__BaseUpgradeablePausable__init(address owner)
__PauserPausable__init()
addToWithdrawalRequest(uint256 fiduAmount, uint256 tokenId)
cancelWithdrawalRequest(uint256 tokenId) returns (uint256)
claimWithdrawalRequest(uint256 tokenId) returns (uint256)
deposit(uint256 amount) returns (uint256 depositShares)
depositWithPermit(uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s) returns (uint256 depositShares)
grantRole(bytes32 role, address account)
initialize(address owner, address _config)
initializeEpochs()
invest(address pool) returns (uint256)
pause()
redeem(uint256 tokenId)
renounceRole(bytes32 role, address account)
requestWithdrawal(uint256 fiduAmount) returns (uint256)
revokeRole(bytes32 role, address account)
setEpochDuration(uint256 newEpochDuration)
unpause()
withdraw(uint256 usdcAmount) returns (uint256 amount)
withdrawInFidu(uint256 fiduAmount) returns (uint256 amount)
writedown(uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProxyImplementationUpdated(address indexed previousImplementation, address indexed newImplementation)
DepositMade(address indexed capitalProvider, uint256 amount, uint256 shares)
EpochDurationChanged(uint256 newDuration)
EpochEnded(uint256 indexed epochId, uint256 endTime, uint256 fiduRequested, uint256 usdcAllocated, uint256 fiduLiquidated)
EpochExtended(uint256 indexed epochId, uint256 newEndTime, uint256 oldEndTime)
InterestCollected(address indexed payer, uint256 amount)
InvestmentMadeInJunior(address indexed tranchedPool, uint256 amount)
InvestmentMadeInSenior(address indexed tranchedPool, uint256 amount)
Paused(address account)
PrincipalCollected(address indexed payer, uint256 amount)
PrincipalWrittenDown(address indexed tranchedPool, int256 amount)
ReserveFundsCollected(address indexed user, uint256 amount)
ReserveSharesCollected(address indexed user, address indexed reserve, uint256 amount)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Unpaused(address account)
WithdrawalAddedTo(uint256 indexed epochId, uint256 indexed tokenId, address indexed operator, uint256 fiduRequested)
WithdrawalCanceled(uint256 indexed epochId, uint256 indexed tokenId, address indexed operator, uint256 fiduCanceled, uint256 reserveFidu)
WithdrawalMade(address indexed capitalProvider, uint256 userAmount, uint256 reserveAmount)
WithdrawalRequested(uint256 indexed epochId, uint256 indexed tokenId, address indexed operator, uint256 fiduRequested)
constructor(address implementationAddress, address ownerAddress, bytes data)
fallback()
receive()
This contract contains no error objects.