OwnedUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 1,598 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
0x4c19…3784
0x440e…df32
0x4ace…19e7
Balances ($56,068.97)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TRU | ERC-20 | 453.328015K | $0.123683 |
$56,068.97 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17668065 | a year ago | | | 0 | 0.0014476642 | |
| 13595094 | 3 years ago | | | 0 | 0.013722564 | |
| 13406345 | 3 years ago | | | 0 | 0.0093588389 | |
| 13295065 | 3 years ago | | | 0 | 0.0036255407 | |
| 13229718 | 3 years ago | | | 0 | 0.0026871480 | |
| 13061219 | 3 years ago | | | 0 | 0.0035925120 | |
| 13030148 | 3 years ago | | | 0 | 0.0031014120 | |
| 13030141 | 3 years ago | | | 0 | 0.0031014120 | |
| 12987838 | 3 years ago | | | 0 | 0.0027752171 | |
| 12982670 | 3 years ago | | | 0 | 0.0029238338 |
ABI
ABI objects
Getter at block 21417170
implementation() view returns (address impl)
0xcfaa2bc02d1a23026a8719443e059215dcb41df1
pendingProxyOwner() view returns (address pendingOwner)
0x0000000000000000000000000000000000000000
proxyOwner() view returns (address owner)
0x16cea306506c387713c70b9c1205fd5ac997e78e
burnFactor() view returns (uint256)
2500
distributor() view returns (address)
0x440ed3e4b10b12fa2bab441a3c44b9550ba9df32
factory() view returns (address)
0x4ace6de67e9a9edff5c2d0a584390fb5394119e7
lossFactor() view returns (uint256)
2500
owner() view returns (address)
0x16cea306506c387713c70b9c1205fd5ac997e78e
rewardMultiplier() view returns (uint256)
2
submissionPauseStatus() view returns (bool)
true
trustToken() view returns (address)
0x4c19596f5aaff459fa38b0f7ed92f11ae6543784
Read-only
allowedSubmitters(address) view returns (bool)
bounty(address id, bool incorrectChoice) view returns (uint256)
claimable(address id, address voter) view returns (uint256)
claimed(address id, address voter) view returns (uint256)
getNoVote(address id, address voter) view returns (uint256)
getResults(address id) view returns (uint256, uint256, uint256)
getTotalNoVotes(address id) view returns (uint256)
getTotalYesVotes(address id) view returns (uint256)
getVotingStart(address id) view returns (uint256)
getYesVote(address id, address voter) view returns (uint256)
loans(address) view returns (address creator, uint256 timestamp, uint256 reward)
status(address id) view returns (uint8)
State-modifying
Events claimProxyOwnership()
transferProxyOwnership(address newOwner)
upgradeTo(address implementation)
allow(address who, bool status)
claim(address id, address voter)
initialize(address _trustToken, address _distributor, address _factory)
no(address id, uint256 stake)
pauseSubmissions(bool status)
renounceOwnership()
retract(address id)
setBurnFactor(uint256 newBurnFactor)
setLossFactor(uint256 newLossFactor)
setRewardMultiplier(uint256 newRewardMultiplier)
submit(address id)
transferOwnership(address newOwner)
withdraw(address id, uint256 stake)
yes(address id, uint256 stake)
NewPendingOwner(address currentOwner, address pendingOwner)
ProxyOwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
Allowed(address indexed who, bool status)
BurnFactorChanged(uint256 burnFactor)
Claimed(address loanToken, address voter, uint256 claimedReward)
LoanRetracted(address id)
LoanSubmitted(address id)
LossFactorChanged(uint256 lossFactor)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardMultiplierChanged(uint256 newRewardMultiplier)
SubmissionPauseStatusChanged(bool status)
Voted(address loanToken, address voter, bool choice, uint256 stake)
Withdrawn(address loanToken, address voter, uint256 stake, uint256 received, uint256 burned)
constructor()
fallback()
receive()
This contract contains no error objects.