MD1ChainlinkAdapter
Verified contract
Active on
Ethereum with 374 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "MD1ChainlinkAdapter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19030530 | 10 months ago | | | 0 | 0.0015790789 | |
| 19030514 | 10 months ago | | | 0 | 0.015954243 | |
| 19027212 | 10 months ago | | | 0 | 0.017404846 | |
| 19026969 | 10 months ago | | | 0 | 0.018982611 | |
| 19026950 | 10 months ago | | | 0 | 0.022111249 | |
| 18821247 | a year ago | | | 0 | 0.0029342898 | |
| 18821244 | a year ago | | | 0 | 0.030337752 | |
| 18629774 | a year ago | | | 0 | 0.0020135924 | |
| 18629771 | a year ago | | | 0 | 0.022091020 | |
| 18629086 | a year ago | | | 0 | 0.028431263 |
ABI
ABI objects
Getter at block 21293416
CHAINLINK_TOKEN() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
JOB_ID() view returns (bytes32)
0x6365366562393532363736373431666438323462626636643132313163313031
MERKLE_DISTRIBUTOR() view returns (address)
0x01d3348601968ab85b4bb028979006eac235a588
ORACLE_CONTRACT() view returns (address)
0x240bae5a27233fd3ac5440b5a598467725f7d1cd
ORACLE_EXTERNAL_ADAPTER() view returns (address)
0xd26d233b5e444117d93cdbc676357b9c7ff55906
read() view returns (bytes32 merkleRoot, uint256 epoch, bytes ipfsCid)
(merkleRoot=0xfff42f5cf67f68dcc76f19b2a5f7b115948bc27ca5d734ecd57f2a04e4285e08, epoch=31, ipfsCid=0x62616679626569676a6772757673676b676a766f747371776f74666c74716d6d657a7a7a627673726d3667736c786f7173763478626832616a726d)
Read-only
getOpenRequest(bytes32 requestId) view returns (address)
State-modifying
Events cancelRequest(bytes32 requestId, uint256 payment, bytes4 callbackFunc, uint256 expiration)
fulfillRequest(bytes32 requestId)
requestOracleData(uint256 fee)
transferAndRequestOracleData(uint256 fee)
writeOracleData(bytes32 merkleRoot, uint256 epoch, bytes ipfsCid)
ChainlinkCancelled(bytes32 indexed id)
ChainlinkFulfilled(bytes32 indexed id)
ChainlinkRequested(bytes32 indexed id)
OracleRootUpdated(bytes32 merkleRoot, uint256 epoch, bytes ipfsCid)
constructor(address chainlinkToken, address merkleDistributor, address oracleContract, address oracleExternalAdapter, bytes32 jobId)
This contract contains no fallback and receive objects.
This contract contains no error objects.