This contract is being backfilled. You may encounter incomplete storage history.

Staked TrueFi

Verified contract

Proxy

Active on Ethereum with 12,480 txns
Deployed by via 0x2fa7d04f at 11884565
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
9 additional variables
ERC-20
Value $4,197,561.58
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0x7501135cfc47483968c9489cd911e5952a641a35ee9690dedac53b920aa4f616
0x2fd4e78b323a37c2fcbd573a33967d0ba1c4a4c1ae0d176e5ccce8787f9b2929
0x447339a2f46ba2d23305c11a9bc3ecb44f556ae0f7691cca51aee174b164c44a
0x341dfba5ff56c1618ea0b550dff3bac12cba20821fe1bc4edb553df61f7e39dc
0xdacaafd0686417d0635241d395a4eeccfb00a7d2f6f3b950d55a70041ef53314
0xe760546f82111c21cd049f8005cc16a9f5774c99b531663d93536ef50c6da75f
0x17dd8c61bb2abc39905e176a883c731182fff3fe94ad5ba5aa408ff700cf69f7
0x06708f39037af8cc576070cedb502b4d61ee4bb03c8b75b8429ac8237cfcc9af
0x6c0d712b7c7f4896203df233d718619239074917da8004c7c2fc7e3e38f1842d
0xf0407d3d20893f224e942c6b9c565aa39b2bb1e530c7a58cbe24f5453cd3a264

Functions
Getter at block 20797779
implementation(view returns (address impl)
0xbfe206c8ecd49751bf7c9c8c1331738fc29f084d
pendingProxyOwner(view returns (address pendingOwner)
0x0000000000000000000000000000000000000000
proxyOwner(view returns (address owner)
0x4f4ac7a7032a14243aebda98ee04a5d7fe293d07
DELEGATION_TYPEHASH(view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH(view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
cooldownTime(view returns (uint256)
172800
decimals(pure returns (uint8)
8
distributor(view returns (address)
0xecfd4f2c07eabdb7b592308732b59713728a957f
feeToken(view returns (address)
0xa991356d261fbaf194463af6df8f0464f8f1c742
initalized(view returns (bool)
true
liquidator(view returns (address)
0x7ac899754dd042024bb168fd5c9a07420f444bdf
name(pure returns (string)
Staked TrueFi
nextDistributionIndex(view returns (uint32)
14
owner(view returns (address)
0x4f4ac7a7032a14243aebda98ee04a5d7fe293d07
pauseStatus(view returns (bool)
false
pendingOwner(view returns (address)
0x0000000000000000000000000000000000000000
rounding(pure returns (uint8)
8
stakeSupply(view returns (uint256)
3910895713348724
symbol(pure returns (string)
stkTRU
tfusd(view returns (address)
0xa1e72267084192db7387c8cc1328fade470e4149
totalSupply(view returns (uint256)
4828266312775822
tru(view returns (address)
0x4c19596f5aaff459fa38b0f7ed92f11ae6543784
undistributedTfusdRewards(view returns (uint256)
0
unstakePeriodDuration(view returns (uint256)
172800
Read-only
allowance(addressaddressview returns (uint256)
balanceOf(addressview returns (uint256)
checkpoints(addressuint32view returns (uint32 fromBlockuint96 votes)
claimable(address accountaddress tokenview returns (uint256)
delegates(addressview returns (address)
farmRewards(addressview returns (uint256 cumulativeRewardPerTokenuint256 totalClaimedRewardsuint256 totalFarmRewards)
getCurrentVotes(address accountview returns (uint96)
getDelegate(address accountview returns (address)
getPastTotalSupply(uint256 blockNumberview returns (uint256)
getPastVotes(address accountuint256 blockNumberview returns (uint96)
getPriorVotes(address accountuint256 blockNumberview returns (uint96)
nonces(addressview returns (uint256)
numCheckpoints(addressview returns (uint32)
receivedDuringCooldown(addressview returns (uint256)
scheduledRewards(uint256view returns (uint64 timestampuint96 amount)
sortedScheduledRewardIndices(uint256view returns (uint32)
unlockTime(address accountview returns (uint256)
unstakable(address stakerview returns (uint256)
whitelistedFeePayers(addressview returns (bool)
State-modifying
claimProxyOwnership(
transferProxyOwnership(address newOwner
upgradeTo(address implementation
approve(address spenderuint256 amountreturns (bool)
claim(
claimOwnership(
claimRestake(uint256 extraStakeAmount
claimRewards(address token
cooldown(
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
delegate(address delegatee
delegateBySig(address delegateeuint256 nonceuint256 expiryuint8 vbytes32 rbytes32 s
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initTotalSupplyCheckpoints(
initialize(address _truaddress _tfusdaddress _feeTokenaddress _distributoraddress _liquidator
matchVotesToBalance(
payFee(uint256 amountuint256 endTime
setCooldownTime(uint256 newCooldownTime
setFeeToken(address _feeToken
setLiquidator(address _liquidator
setPauseStatus(bool status
setPayerWhitelistingStatus(address payerbool status
setUnstakePeriodDuration(uint256 newUnstakePeriodDuration
stake(uint256 amount
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
transferOwnership(address newOwner
unstake(uint256 amount
withdraw(uint256 amount
Events
NewPendingOwner(address currentOwneraddress pendingOwner
ProxyOwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed spenderuint256 value
Claim(address indexed whoaddress indexed tokenuint256 amountClaimed
Cooldown(address indexed whouint256 endTime
CooldownTimeChanged(uint256 newUnstakePeriodDuration
DelegateChanged(address indexed delegatoraddress indexed fromDelegateaddress indexed toDelegate
DelegateVotesChanged(address indexed delegateuint256 previousBalanceuint256 newBalance
FeePayerWhitelistingStatusChanged(address payerbool status
FeeTokenChanged(address token
LiquidatorChanged(address liquidator
OwnershipClaimed(address indexed currentOwneraddress indexed newOwner
OwnershipTransferred(address indexed currentOwneraddress indexed newPendingOwner
PauseStatusChanged(bool pauseStatus
Stake(address indexed stakeruint256 amount
Transfer(address indexed fromaddress indexed touint256 value
Unstake(address indexed stakeruint256 burntAmount
UnstakePeriodDurationChanged(uint256 newUnstakePeriodDuration
Withdraw(uint256 amount
Constructor
constructor(
Fallback and receive
fallback(
receive(
Errors

This contract contains no error objects.