EIP173Proxy

Verified contract

Proxy

Active on Ethereum with 32 txns
Deployed by via 0x9f1a029e at 11370655
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

No balances found for "EIP173Proxy"

0xa767f71bfca3b5ac9bc6737d4d0d09f17aaf3b438d1a7923aded5cf6197db9c4
0xfd0de7f7336ffad05cc8535cb3bfb08c1d298be5416c798df2717399ac3227d3
0xf5358bb9691201a075445c0ee0d59dbf783f4f7973f30f2451d1e963e725f942
0xa8c84a4b97cc93d41a8f5c4b332aabc87d2d83e461ecd06a4b8c4e157fd6678a
0xabdfacc8c573e67f24f3dc74f223251eae3a4f291cc6a9d7d75c0462f43f40ba
0xfc084e213afbadaa2673f8de0c1f4121c4ccf3f22d8f71b500228fefc1f7638c
0xff7e9543c4f3545f2365d188fb631f130e07be7a2eb227b055bda4ad657a98cd
0xd2cd21fb431123d8b1c132025afda54eb737c89d875c4023bdca048f374b6e58
0xcf3c3702b1ff2928e20ff54cf3989f415dacf7a7a857928ea76c511e5f97bb38
0xe5c74eada9cdd06c87401426ac26b061ac28d56c976e624d89652171766cbeae

Functions
Getter at block 20863237
owner(view returns (address)
0xbeb28978b2c755155f20fd3d09cb37e300a6981f
BORROWER_ROLE(view returns (bytes32)
0x2344277e405079ec07749d374ba0b5862a4e45a6a05ac889dbb4a991c6f9354d
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OWNER_ROLE(view returns (bytes32)
0xb19546dff01e856fb3f010c267a7b1c60363cf8a4664e21cc89c26224620214e
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
config(view returns (address)
0xaa425f8bfe82cd18f634e2fe91e5ddeefd98fda1
isAdmin(view returns (bool)
false
isBorrower(view returns (bool)
false
paused(view returns (bool)
false
Read-only
supportsInterface(bytes4 idview returns (bool)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
hasRole(bytes32 roleaddress accountview returns (bool)
State-modifying
changeImplementation(address newImplementationbytes data
transferOwnership(address newOwner
__BaseUpgradeablePausable__init(address owner
__PauserPausable__init(
createBorrower(address ownerreturns (address)
createCallableLoan(address _borroweruint256 _limituint256 _interestApruint256 _numLockupPeriodsaddress _scheduleuint256 _lateFeeApruint256 _fundableAtuint256[] _allowedUIDTypesreturns (address loan)
createCallableLoanWithProxyOwner(address _proxyOwneraddress _borroweruint256 _limituint256 _interestApruint256 _numLockupPeriodsaddress _scheduleuint256 _lateFeeApruint256 _fundableAtuint256[] _allowedUIDTypesreturns (address loan)
createCreditLine(returns (address)
createPool(address _borroweruint256 _juniorFeePercentuint256 _limituint256 _interestApraddress _scheduleuint256 _lateFeeApruint256 _fundableAtuint256[] _allowedUIDTypesreturns (address pool)
grantRole(bytes32 roleaddress account
initialize(address owneraddress _config
pause(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
unpause(
Events
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
ProxyImplementationUpdated(address indexed previousImplementationaddress indexed newImplementation
BorrowerCreated(address indexed borroweraddress indexed owner
CallableLoanCreated(address indexed loanaddress indexed borrower
CreditLineCreated(address indexed creditLine
Paused(address account
PoolCreated(address indexed pooladdress indexed borrower
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Unpaused(address account
Constructor
constructor(address implementationAddressbytes dataaddress ownerAddress
Fallback and receive
fallback(
receive(
Errors

This contract contains no error objects.