OwnedUpgradeabilityProxy
Verified contract
Proxy
Active on
Ethereum with 2,941 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
0xc7ab…8f70
-
variable spans 1 additional slot
-
variable spans 4 additional slots
Balances ($114,664.79)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TRU | ERC-20 | 1.236571M | $0.092728 |
$114,664.79 | |
tfUSDC | ERC-20 | 278.035289K | -- | -- | |
tfBUSD | ERC-20 | 16.414396K | -- | -- | |
tfTUSD | ERC-20 | 3.788823K | -- | -- | |
tfUSDT | ERC-20 | 984.253867 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20499482 | 3 months ago | | | 0 | 0.00038360111 | |
| 20210075 | 4 months ago | | | 0 | 0.00052460000 | |
| 20169256 | 5 months ago | | | 0 | 0.0012899435 | |
| 20169249 | 5 months ago | | | 0 | 0.0014473955 | |
| 20067569 | 5 months ago | | | 0 | 0.0018025160 | |
| 20067563 | 5 months ago | | | 0 | 0.0017668459 | |
| 20067560 | 5 months ago | | | 0 | 0.0017822325 | |
| 20067546 | 5 months ago | | | 0 | 0.0022440410 | |
| 20028125 | 5 months ago | | | 0 | 0.0038747835 | |
| 20028109 | 5 months ago | | | 0 | 0.0038787119 |
ABI
ABI objects
Getter at block 21171367
implementation() view returns (address impl)
0x4af280d9e794b5ea6bee039a6f48a6eafd865341
pendingProxyOwner() view returns (address pendingOwner)
0x0000000000000000000000000000000000000000
proxyOwner() view returns (address owner)
0x16cea306506c387713c70b9c1205fd5ac997e78e
farmRewards() view returns (uint256 cumulativeRewardPerToken, uint256 totalClaimedRewards, uint256 totalRewards)
(cumulativeRewardPerToken=48000503080613165603806673454620378371948, totalClaimedRewards=11603250272614806, totalRewards=11726907407405738000000000000000000000000000000)
isInitialized() view returns (bool)
true
owner() view returns (address)
0x4a10ab6af3a7d1fea49aadc99059d581b3fba7e7
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
rewardToken() view returns (address)
0x4c19596f5aaff459fa38b0f7ed92f11ae6543784
shares() view returns (uint256 totalStaked)
10000
trueDistributor() view returns (address)
0xc7ab606e551bebd69f7611cda1fc473f8e5b8f70
Read-only
claimable(address token, address account) view returns (uint256)
getShare(address token) view returns (uint256)
staked(address token, address staker) view returns (uint256)
stakerRewards(address) view returns (uint256 cumulativeRewardPerToken, uint256 totalClaimedRewards, uint256 totalRewards)
stakes(address) view returns (uint256 totalStaked)
State-modifying
Events claimProxyOwnership()
transferProxyOwnership(address newOwner)
upgradeTo(address implementation)
claim(address[] tokens)
claimOwnership()
exit(address[] tokens)
initialize(address _trueDistributor)
setShares(address[] tokens, uint256[] updatedShares)
stake(address token, uint256 amount)
transferOwnership(address newOwner)
unstake(address token, uint256 amount)
NewPendingOwner(address currentOwner, address pendingOwner)
ProxyOwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Upgraded(address indexed implementation)
Claim(address indexed token, address indexed who, uint256 amountClaimed)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Stake(address indexed token, address indexed who, uint256 amountStaked)
Unstake(address indexed token, address indexed who, uint256 amountUnstaked)
constructor()
fallback()
receive()
This contract contains no error objects.