OffchainAggTCD
Verified contract
Active on
Ethereum with 4,458 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe5f3…c73e
0x584d…9cec
0x33d3…5988
Balances ($22,905.11)
Native
Value
$22,905.11
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 7.19 | $3,185.69 |
$22,905.11 | |
XFN | ERC-20 | 282.160681K | -- | -- | |
STT | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10645849 | 4 years ago | | | 0 | 0.057922260 | |
| 10640632 | 4 years ago | | | 0 | 0.020767161 | |
| 10640632 | 4 years ago | | | 0 | 0.020755590 | |
| 10640632 | 4 years ago | | | 0 | 0.021186327 | |
| 10640632 | 4 years ago | | | 0 | 0.021632245 | |
| 10627625 | 4 years ago | | | 0 | 0.011323020 | |
| 10489863 | 4 years ago | | | 0 | 0.012528750 | |
| 10441366 | 4 years ago | | | 0 | 0.0043854470 | |
| 10427113 | 4 years ago | | | 0 | 0.0035466558 | |
| 10427093 | 4 years ago | | | 0 | 0.0069220390 |
ABI
ABI objects
Getter at block 21182624
activeCount() view returns (uint256)
5
bondingCurve() view returns (address)
0xe5f32f9b531672889c72d2ba8be73f3a33c5c73e
params() view returns (address)
0x584dd3df26bd6f6cdfd9b08b85130e9c53709cec
prefix() view returns (bytes8)
0x7463643a00000000
queryPrice() view returns (uint256)
0
registry() view returns (address)
0x3a897d9ba6e5cd65de56babcd95a4f69c8b852a0
reserveCount() view returns (uint256)
2
token() view returns (address)
0x33d3f653c9d86dc726337cf395fab39583a35988
undistributedReward() view returns (uint256)
497
Read-only
getOwnership(address dataSource, address staker) view returns (uint256)
getStake(address dataSource, address staker) view returns (uint256)
infoMap(address) view returns (address owner, uint256 stake, uint256 totalOwnerships)
withdrawReceipts(uint256) view returns (address owner, uint256 amount, uint64 withdrawTime, bool isWithdrawn)
State-modifying
Events addETHFee() payable
addTokenFee(uint256 tokenAmount)
distributeFee(uint256 tokenAmount)
distributeStakeReward(uint256 tokenAmount)
query(bytes input) payable returns (bytes32 output, uint256 updatedAt, uint8 status)
register(address dataSource, address prevDataSource, uint256 initialStake)
report(bytes key, uint256 value, uint64 timestamp, uint8 status, uint8[] v, bytes32[] r, bytes32[] s)
stake(address dataSource, address prevDataSource, address newPrevDataSource, uint256 value)
unlockTokenFromReceipt(uint256 receiptId)
unstake(address dataSource, address prevDataSource, address newPrevDataSource, uint256 withdrawOwnership)
DataSourceRegistered(address indexed dataSource, address indexed owner, uint256 stake)
DataSourceStaked(address indexed dataSource, address indexed participant, uint256 stake)
DataSourceUnstaked(address indexed dataSource, address indexed participant, uint256 unstake)
DataUpdated(bytes key, uint256 value, uint64 timestamp, uint8 status)
FeeDistributed(address indexed dataSource, uint256 totalReward, uint256 ownerReward)
Query(address indexed caller, bytes input, uint8 status)
WithdrawReceiptCreated(uint256 receiptIndex, address indexed owner, uint256 amount, uint64 withdrawTime)
WithdrawReceiptUnlocked(uint256 receiptIndex, address indexed owner, uint256 amount)
constructor(bytes8 _prefix, address _bondingCurve, address _params, address _registry)
This contract contains no fallback and receive objects.
This contract contains no error objects.