TellorFlex
Verified contract
Active on
Ethereum with 7,201 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($49,459.55)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TRB | ERC-20 | 740.080019 | $66.83 |
$49,459.55 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20893914 | 2 months ago | | | 0 | 0.00089417650 | |
| 19987028 | 6 months ago | | | 0 | 0.00046257637 | |
| 19986924 | 6 months ago | | | 0 | 0.00089928747 | |
| 19986803 | 6 months ago | | | 0 | 0.00070105723 | |
| 19986783 | 6 months ago | | | 0 | 0.00065364455 | |
| 19986776 | 6 months ago | | | 0 | 0.00058916431 | |
| 18727896 | a year ago | | | 0 | 0.0088112570 | |
| 18601564 | a year ago | | | 0 | 0.0019423694 | |
| 18601558 | a year ago | | | 0 | 0.0022898132 | |
| 18581306 | a year ago | | | 0 | 0.0058882838 |
ABI
ABI objects
Getter at block 21246084
accumulatedRewardPerShare() view returns (uint256)
126449021365434309
getGovernanceAddress() view returns (address)
0x46038969d7dc0b17bc72137d07b4ede43859da45
getRealStakingRewardsBalance() view returns (uint256)
252
getReportingLock() view returns (uint256)
43200
getStakeAmount() view returns (uint256)
100000000000000000000
getTimeOfLastNewValue() view returns (uint256)
1699995731
getTokenAddress() view returns (address)
0x88df592f8eb5d7bd38bfef7deb0fbc02cf3778a0
getTotalStakeAmount() view returns (uint256)
589138056975895075806
getTotalStakers() view returns (uint256)
5
getTotalTimeBasedRewardsBalance() view returns (uint256)
0
governance() view returns (address)
0x46038969d7dc0b17bc72137d07b4ede43859da45
minimumStakeAmount() view returns (uint256)
100000000000000000000
owner() view returns (address)
0x51edb9cc0a86a32870753e4de2c363aefcc25d8c
reportingLock() view returns (uint256)
43200
rewardRate() view returns (uint256)
34144606745762
stakeAmount() view returns (uint256)
100000000000000000000
stakeAmountDollarTarget() view returns (uint256)
1500000000000000000000
stakingRewardsBalance() view returns (uint256)
50941962163049369237
stakingTokenPriceQueryId() view returns (bytes32)
0x5c13cd9c97dbb98f2429c101a2a8150e6c7a0ddaff6124ee176a3a411067ded0
timeBasedReward() view returns (uint256)
500000000000000000
timeOfLastAllocation() view returns (uint256)
1700099819
timeOfLastNewValue() view returns (uint256)
1699995731
toWithdraw() view returns (uint256)
100000000000000000000
token() view returns (address)
0x88df592f8eb5d7bd38bfef7deb0fbc02cf3778a0
totalRewardDebt() view returns (uint256)
49831521363798869783
totalStakeAmount() view returns (uint256)
589138056975895075806
totalStakers() view returns (uint256)
5
verify() pure returns (uint256)
9999
Read-only
getBlockNumberByTimestamp(bytes32 _queryId, uint256 _timestamp) view returns (uint256)
getCurrentValue(bytes32 _queryId) view returns (bytes _value)
getDataBefore(bytes32 _queryId, uint256 _timestamp) view returns (bool _ifRetrieve, bytes _value, uint256 _timestampRetrieved)
getIndexForDataBefore(bytes32 _queryId, uint256 _timestamp) view returns (bool _found, uint256 _index)
getNewValueCountbyQueryId(bytes32 _queryId) view returns (uint256)
getReportDetails(bytes32 _queryId, uint256 _timestamp) view returns (address, bool)
getReporterByTimestamp(bytes32 _queryId, uint256 _timestamp) view returns (address)
getReporterLastTimestamp(address _reporter) view returns (uint256)
getReportsSubmittedByAddress(address _reporter) view returns (uint256)
getReportsSubmittedByAddressAndQueryId(address _reporter, bytes32 _queryId) view returns (uint256)
getStakerInfo(address _stakerAddress) view returns (uint256, uint256, uint256, uint256, uint256, uint256, uint256, uint256, bool)
getTimestampIndexByTimestamp(bytes32 _queryId, uint256 _timestamp) view returns (uint256)
getTimestampbyQueryIdandIndex(bytes32 _queryId, uint256 _index) view returns (uint256)
isInDispute(bytes32 _queryId, uint256 _timestamp) view returns (bool)
retrieveData(bytes32 _queryId, uint256 _timestamp) view returns (bytes)
State-modifying
Events addStakingRewards(uint256 _amount)
depositStake(uint256 _amount)
getPendingRewardByStaker(address _stakerAddress) returns (uint256 _pendingReward)
init(address _governanceAddress)
removeValue(bytes32 _queryId, uint256 _timestamp)
requestStakingWithdraw(uint256 _amount)
slashReporter(address _reporter, address _recipient) returns (uint256 _slashAmount)
submitValue(bytes32 _queryId, bytes _value, uint256 _nonce, bytes _queryData)
updateStakeAmount()
withdrawStake()
NewReport(bytes32 indexed _queryId, uint256 indexed _time, bytes _value, uint256 _nonce, bytes _queryData, address indexed _reporter)
NewStakeAmount(uint256 _newStakeAmount)
NewStaker(address indexed _staker, uint256 indexed _amount)
ReporterSlashed(address indexed _reporter, address _recipient, uint256 _slashAmount)
StakeWithdrawRequested(address _staker, uint256 _amount)
StakeWithdrawn(address _staker)
ValueRemoved(bytes32 _queryId, uint256 _timestamp)
constructor(address _token, uint256 _reportingLock, uint256 _stakeAmountDollarTarget, uint256 _stakingTokenPrice, uint256 _minimumStakeAmount, bytes32 _stakingTokenPriceQueryId)
This contract contains no fallback and receive objects.
This contract contains no error objects.