Staked TrueFi

Verified contract

Proxy

Active on Ethereum with 12,698 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 $3,896,408.73
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0xb5b9eccd238775be1f6f00f0af2b2863f2a7d834704a079ac73eabc7c6291e55
0x2ec54c96412bbeaf492ec2bb859dbf20032311fff6bf6ea2112105547d637b2d
0x5ae94dbee6914dc30d1ba651a3fb514131fb6dfb76234ad7e157ed3add5c78aa
0x994b1129495e747ee5a6429f4355fa18067e25e4007dbe76f85b43a2ba30e2b9
0x7f23c357924880fbde3eadd001431a322824df63b15a71aa8c52a2308f805e9f
0xe568004c96d1b4b9f5ac24de58fd65b184fc21405eda28e8f8b38278a21eb64a
0x2b7b585ff4e7d162c2c71026717f80e5c08a6b7d961c54eb27ccc83b5adeb6d9
0x58dedfbe66e041ee0e36f12251186bc14b85349826220593b7df80ce443d9d01
0xcc9924e4324a2b100b65c5e262799d90f66b71e71660bd170cdef3a6cda8e381
0x7c9eb18e7438abfee7073eca0bb46bba6a6137d76f77ae452608dced2ee96799

Functions
Getter at block 21378014
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)
2989925565623645
symbol(pure returns (string)
stkTRU
tfusd(view returns (address)
0xa1e72267084192db7387c8cc1328fade470e4149
totalSupply(view returns (uint256)
3691266130399231
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.