Back to Home

Callback

0x3c2f43ba10d2...44713c94d8b1
HomesteadExact Bytecode MatchEdit this contract
Deployed June 13, 2016 (10 years ago)Block 1,693,592

200-byte Oraclize callback proxy that forwards oracle results to multiply().

Homestead EraVerified Source

Historical Significance

Concrete on-chain evidence of Oraclize integration patterns in mid-2016, deployed weeks before the DAO fork. Oracle-consuming dApps were already deploying per-request callback proxies at this point: each is a minimal forwarder holding nothing but a target address, discarding the oracle payload and simply poking the consumer contract to re-read state.

Key Facts
Deployment Block
1,693,592
Deployment Date
Jun 13, 2016, 12:39 AM
Code Size
200.0 B

Description

A 200-byte Oraclize callback receiver. Its only dispatch entry is __callback(bytes32,string) (selector 0x27dc297e), the method Oraclize calls to deliver an oracle result. The handler forwards control by calling multiply() (selector 0xf3593cd0) on the target contract held in storage slot 0. Runtime bytecode reproduced byte-for-byte with solc 0.3.6, optimizer enabled at 200 runs. Verified on Sourcify and Etherscan.

Source Verified

SolidityExact bytecode match(200 bytes)
Compiler: v0.3.6+

Bytecode Overview

Opcodes200
Unique Opcodes57
Jump Instructions5
Storage Operations1

External Links