OwnedUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 275 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
0x2369…e424
0x1391…d393
0x0546…fb6b
0xa991…c742
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LOAN | ERC-20 | 5.649178M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15850700 | 2 years ago | | | 0 | 0.0014712000 | |
| 15850700 | 2 years ago | | | 0 | 0.0014859840 | |
| 15833955 | 2 years ago | | | 0 | 0.0064616417 | |
| 15823793 | 2 years ago | | | 0 | 0.0024166090 | |
| 15804078 | 2 years ago | | | 0 | 0.0035698340 | |
| 15777140 | 2 years ago | | | 0 | 0.0056963700 | |
| 15750215 | 2 years ago | | | 0 | 0.0033547680 | |
| 15732826 | 2 years ago | | | 0 | 0.0042177520 | |
| 15690010 | 2 years ago | | | 0 | 0.0042913845 | |
| 15675408 | 2 years ago | | | 0 | 0.0035791920 |
ABI
ABI objects
Getter at block 21393536
implementation() view returns (address impl)
0x1bbbf37a055059089d9438566fc5f100e9f08eb6
pendingProxyOwner() view returns (address pendingOwner)
0x0000000000000000000000000000000000000000
proxyOwner() view returns (address owner)
0x16cea306506c387713c70b9c1205fd5ac997e78e
_1inch() view returns (address)
0x11111112542d85b3ef69ae05771c2dccff4faa26
factory() view returns (address)
0x1391d9223e08845e536157995085fe0cef8bd393
fee() view returns (uint256)
0
feePool() view returns (address)
0xa991356d261fbaf194463af6df8f0464f8f1c742
feeToken() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
isInitialized() view returns (bool)
true
maxLoans() view returns (uint256)
100
minRatio() view returns (uint256)
8000
minVotes() view returns (uint256)
1500000000000000
owner() view returns (address)
0x16cea306506c387713c70b9c1205fd5ac997e78e
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
ratingAgency() view returns (address)
0x05461334340568075be35438b221a3a0d261fb6b
stakingPool() view returns (address)
0x23696914ca9737466d8553a2d619948f548ee424
swapFeeSlippage() view returns (uint256)
100
votingPeriod() view returns (uint256)
172800
Read-only
loanIsCredible(uint256 yesVotes, uint256 noVotes) view returns (bool)
loans(address pool) view returns (address[] result)
poolLoans(address, uint256) view returns (address)
value(address pool) view returns (uint256)
votesThresholdReached(uint256 votes) view returns (bool)
votingLastedLongEnough(uint256 start) view returns (bool)
State-modifying
Events claimProxyOwnership()
transferProxyOwnership(address newOwner)
upgradeTo(address implementation)
claimOwnership()
distribute(address recipient, uint256 numerator, uint256 denominator)
fund(address loanToken)
initialize(address _stakingPool, address _factory, address _ratingAgency, address __1inch)
reclaim(address loanToken, bytes data)
setFee(uint256 newFee)
setFeePool(address newFeePool)
setLoansLimit(uint256 newLoansLimit)
setMinRatio(uint256 newMinRatio)
setMinVotes(uint256 newMinVotes)
setVotingPeriod(uint256 newVotingPeriod)
transferAllLoanTokens(address loan, address recipient)
transferOwnership(address newOwner)
NewPendingOwner(address currentOwner, address pendingOwner)
ProxyOwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
FeeChanged(uint256 newFee)
FeePoolChanged(address newFeePool)
Funded(address indexed pool, address loanToken, uint256 amount)
LoansLimitChanged(uint256 maxLoans)
MinRatioChanged(uint256 minRatio)
MinVotesChanged(uint256 minVotes)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Reclaimed(address indexed pool, address loanToken, uint256 amount)
VotingPeriodChanged(uint256 votingPeriod)
constructor()
fallback()
receive()
This contract contains no error objects.