TrueFi
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TrueFi"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "TrueFi"
ABI
ABI objects
Getter at block 21157381
decimals() pure returns (uint8)
8
epochsLeft() view returns (uint256)
0
epochsPassed() view returns (uint256)
8
finalEpoch() pure returns (uint256)
1660409911
latestEpoch() view returns (uint256)
1660409911
lockStart() pure returns (uint256)
1595609911
name() pure returns (string)
TrueFi
nextEpoch() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
owner() view returns (address)
0xf6e2da7d82ee49f76ce652bc0beb546cbe0ea521
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
returnsLocked() view returns (bool)
false
rounding() pure returns (uint8)
8
symbol() pure returns (string)
TRU
timeLockRegistry() view returns (address)
0x0000000000000000000000000000000000000000
totalSupply() view returns (uint256)
0
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
lockedBalance(address account) view returns (uint256)
unlockedBalance(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
claimOwnership()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
lockReturns()
mint(address _to, uint256 _amount)
registerLockup(address receiver, uint256 amount)
setTimeLockRegistry(address newTimeLockRegistry)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.