OffchainOracle
Verified contract
Active on
Ethereum with 8 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "OffchainOracle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11873231 | 4 years ago | | | 0 | 0.0029225300 | |
| 11873231 | 4 years ago | | | 0 | 0.0092939600 | |
| 11872991 | 4 years ago | | | 0 | 0.0085791600 | |
| 11824619 | 4 years ago | | | 0 | 0.014296200 | |
| 11815018 | 4 years ago | | | 0 | 0.0092940900 | |
| 11815018 | 4 years ago | | | 0 | 0.0034685300 | |
| 11814937 | 4 years ago | | | 0 | 0.017873250 | |
| 11814931 | 4 years ago | | | 0 | 0.017873250 |
ABI
ABI objects
Getter at block 21171143
connectors() view returns (address[] allConnectors)
[0x0000000000000000000000000000000000000000, 0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2, 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48, 0x6B175474E89094C44Da98b954EedeAC495271d0F, 0xFFfFfFffFFfffFFfFFfFFFFFffFFFffffFfFFFfF, 0xdAC17F958D2ee523a2206206994597C13D831ec7]
oracles() view returns (address[] allOracles)
[0x1488a117641eD5D2D29AB3eD2397963FdEFEc25e, 0x1Ad5eD95B8197fcC75e38fB0BC2C51dcc9B94097, 0x30829F90270eb4270d8CAdFAfcF13f1DF841be1d, 0x8dc76c16e90351C1574a3Eea5c5797C475eA7292, 0x4749B35AE40897B40585633261c5f743730fE8BC, 0x05AD60d9a2f1aa30BA0cdbAF1E0A0A145fBeA16F]
owner() view returns (address)
0x11799622f4d98a24514011e8527b969f7488ef47
wrappers() view returns (address[] allWrappers)
[0x78fF2e079F3cB3f903eEf225da8edf88E1c51045, 0xCD9797E66c41F80B9D91B201d2F10E1bD7A268FD, 0xf971FF7838AE0c9316289f0e1aAB69218ea9073c, 0x06cC74503B6d1eB6D4d6Bc402f48fC07b804105f, 0x5335e083867FA58C70bC43b1498D80575FdeF60c, 0x7C327E1Ee66d4cF7F4053387241351FDc95A0c04, 0x8C00a411Fe8983525F82CFCe34fe4B092d9E525d]
Read-only
getRate(address srcToken, address dstToken) view returns (uint256 weightedRate)
State-modifying
Events addConnector(address connector)
addOracle(address oracle)
addWrapper(address wrapper)
removeConnector(address connector)
removeOracle(address oracle)
removeWrapper(address wrapper)
renounceOwnership()
transferOwnership(address newOwner)
ConnectorAdded(address connector)
ConnectorRemoved(address connector)
OracleAdded(address oracle)
OracleRemoved(address oracle)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
WrapperAdded(address connector)
WrapperRemoved(address connector)
constructor(address[] existingOracles, address[] existingWrappers, address[] existingConnectors)
This contract contains no fallback and receive objects.
This contract contains no error objects.