OwnedUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 5,378 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
0x6151…bca7
0x69d8…85bc
Balances ($20,391.63)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TRU | ERC-20 | 135.402571K | $0.1506 |
$20,391.63 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20010891 | 6 months ago | | | 0 | 0.00079636335 | |
| 19869102 | 7 months ago | | | 0 | 0.00068229732 | |
| 18500615 | a year ago | | | 0 | 0.0015835462 | |
| 17965219 | a year ago | | | 0 | 0.0027833752 | |
| 17965213 | a year ago | | | 0 | 0.0028653391 | |
| 17965209 | a year ago | | | 0 | 0.0030762034 | |
| 17965202 | a year ago | | | 0 | 0.0031574968 | |
| 17965196 | a year ago | | | 0 | 0.0033254370 | |
| 17965192 | a year ago | | | 0 | 0.0032802180 | |
| 17965188 | a year ago | | | 0 | 0.0029656850 |
ABI
ABI objects
Getter at block 21329447
implementation() view returns (address impl)
0x8838f39daeb607bfb1d3cea620705099ae8fb73b
pendingProxyOwner() view returns (address pendingOwner)
0x0000000000000000000000000000000000000000
proxyOwner() view returns (address owner)
0x16cea306506c387713c70b9c1205fd5ac997e78e
TRU() view returns (address)
0x4c19596f5aaff459fa38b0f7ed92f11ae6543784
distributor() view returns (address)
0x6151570934470214592aa051c28805cf4744bca7
factory() view returns (address)
0x69d844fb5928d0e7bc530cc6325a88e53d6685bc
isInitialized() view returns (bool)
true
owner() view returns (address)
0x16cea306506c387713c70b9c1205fd5ac997e78e
ratersRewardFactor() view returns (uint256)
10000
rewardMultiplier() view returns (uint256)
1
stkTRU() view returns (address)
0x23696914ca9737466d8553a2d619948f548ee424
submissionPauseStatus() view returns (bool)
false
Read-only
allowedSubmitters(address) view returns (bool)
canChangeAllowance(address) view returns (bool)
claimable(address id, address rater) view returns (uint256)
claimed(address id, address rater) view returns (uint256)
getNoRate(address id, address rater) view returns (uint256)
getResults(address id) view returns (uint256, uint256, uint256)
getTotalNoRatings(address id) view returns (uint256)
getTotalYesRatings(address id) view returns (uint256)
getVotingStart(address id) view returns (uint256)
getYesRate(address id, address rater) view returns (uint256)
loans(address) view returns (address creator, uint256 timestamp, uint256 blockNumber, uint256 reward)
status(address id) view returns (uint8)
State-modifying
Events claimProxyOwnership()
transferProxyOwnership(address newOwner)
upgradeTo(address implementation)
allow(address who, bool status)
allowChangingAllowances(address who, bool status)
claim(address id, address rater)
initialize(address _TRU, address _stkTRU, address _distributor, address _factory)
no(address id)
pauseSubmissions(bool status)
renounceOwnership()
resetCastRatings(address id)
retract(address id)
setLoanFactory(address _factory)
setRatersRewardFactor(uint256 newRatersRewardFactor)
setRewardMultiplier(uint256 newRewardMultiplier)
submit(address id)
transferOwnership(address newOwner)
yes(address id)
NewPendingOwner(address currentOwner, address pendingOwner)
ProxyOwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
Allowed(address indexed who, bool status)
CanChangeAllowanceChanged(address indexed who, bool status)
Claimed(address loanToken, address rater, uint256 claimedReward)
LoanFactoryChanged(address newLoanFactory)
LoanRetracted(address id)
LoanSubmitted(address id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Rated(address loanToken, address rater, bool choice, uint256 stake)
RatersRewardFactorChanged(uint256 ratersRewardFactor)
RewardMultiplierChanged(uint256 newRewardMultiplier)
SubmissionPauseStatusChanged(bool status)
Withdrawn(address loanToken, address rater, uint256 stake, uint256 received, uint256 burned)
constructor()
fallback()
receive()
This contract contains no error objects.