Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x3db6…eec0
Balances ($0.00)
No balances found for "DataFeed"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16484714 | 2 years ago | | | 0 | 0.0039469322 | |
| 16484251 | 2 years ago | | | 0 | 0.0041854502 | |
| 16484251 | 2 years ago | | | 0 | 0.0041762122 | |
| 16484198 | 2 years ago | | | 0 | 0.0035241733 | |
| 16484198 | 2 years ago | | | 0 | 0.0035200439 | |
| 16484159 | 2 years ago | | | 0 | 0.0042081816 | |
| 16484159 | 2 years ago | | | 0 | 0.0042014138 | |
| 16484066 | 2 years ago | | | 0 | 0.0034907850 | |
| 16484065 | 2 years ago | | | 0 | 0.0036032526 | |
| 16483850 | 2 years ago | | | 0 | 0.0040118522 |
ABI
ABI objects
Getter at block 21245254
governor() view returns (address)
0x54490c242792c954d399155282ca37c824d76fa8
pendingGovernor() view returns (address)
0x0000000000000000000000000000000000000000
strategy() view returns (address)
0x3db6bf0df71783870c1d39fabe6d0a32a044eec0
whitelistedPools() view returns (bytes32[])
[0x7d71f79e17dee261f68461a6e9b0d0061512be2255d3d8449b0c442351294a09]
Read-only
destinationDomainIds(address, uint32) view returns (uint32)
isWhitelistedPipeline(uint32 _chainId, bytes32 _poolSalt) view returns (bool _isWhitelisted)
isWhitelistedPool(bytes32 _poolSalt) view returns (bool _isWhitelisted)
lastPoolStateObserved(bytes32) view returns (uint24 poolNonce, uint32 blockTimestamp, int56 tickCumulative, int24 arithmeticMeanTick)
receivers(address, uint32) view returns (address)
validateSenderAdapter(address _bridgeSenderAdapter, uint32 _chainId) view returns (uint32 _destinationDomainId, address _dataReceiver)
whitelistedAdapters(address) view returns (bool)
whitelistedNonces(uint32, bytes32) view returns (uint24)
State-modifying
Events acceptPendingGovernor()
fetchObservations(bytes32 _poolSalt, uint32[] _secondsAgos)
sendObservations(address _bridgeSenderAdapter, uint32 _chainId, bytes32 _poolSalt, uint24 _poolNonce, struct IOracleSidechainObservationData[] _observationsData)
setDestinationDomainId(address _bridgeSenderAdapter, uint32 _chainId, uint32 _destinationDomainId)
setDestinationDomainIds(address[] _bridgeSenderAdapters, uint32[] _chainIds, uint32[] _destinationDomainIds)
setPendingGovernor(address _pendingGovernor)
setReceiver(address _bridgeSenderAdapter, uint32 _destinationDomainId, address _dataReceiver)
setReceivers(address[] _bridgeSenderAdapters, uint32[] _destinationDomainIds, address[] _dataReceivers)
setStrategy(address _strategy)
whitelistAdapter(address _bridgeSenderAdapter, bool _isWhitelisted)
whitelistAdapters(address[] _bridgeSenderAdapters, bool[] _isWhitelisted)
whitelistPipeline(uint32 _chainId, bytes32 _poolSalt)
whitelistPipelines(uint32[] _chainIds, bytes32[] _poolSalts)
AdapterWhitelisted(address _bridgeSenderAdapter, bool _isWhitelisted)
DataBroadcast(bytes32 indexed _poolSalt, uint24 _poolNonce, uint32 _chainId, address _dataReceiver, address _bridgeSenderAdapter)
DestinationDomainIdSet(address _bridgeSenderAdapter, uint32 _chainId, uint32 _destinationDomainId)
PendingGovernorAccepted(address _newGovernor)
PendingGovernorSet(address _governor, address _pendingGovernor)
PipelineWhitelisted(uint32 _chainId, bytes32 indexed _poolSalt, uint24 _whitelistedNonce)
PoolObserved(bytes32 indexed _poolSalt, uint24 _poolNonce, struct IOracleSidechainObservationData[] _observationsData)
ReceiverSet(address _bridgeSenderAdapter, uint32 _destinationDomainId, address _dataReceiver)
StrategySet(address _strategy)
constructor(address _governor, address _strategy)
This contract contains no fallback and receive objects.
DestinationDomainIdNotSet()
InvalidSecondsAgos()
LengthMismatch()
OnlyGovernor()
OnlyPendingGovernor()
OnlyStrategy()
ReceiverNotSet()
UnallowedAdapter()
UnallowedPipeline()
UnallowedPool()
UnknownHash()
WrongNonce()
ZeroAddress()