Back to Home

Forwarder

0x0033273cf680...6fb5c253bac4
ByzantiumSource VerifiedEdit this contract
Deployed May 1, 2018 (8 years ago)Block 5,540,094

Payment forwarder that sends incoming ether to a stored destination and reports the payment to an Augur style factory that owns the event log.

Byzantium EraVerified Source
Key Facts
Deployment Block
5,540,094
Deployment Date
May 1, 2018, 10:18 PM
Code Size
645.0 B

Description

Two storage values: a factory and a destination, both readable. The payable fallback transfers the whole incoming value to the destination and then calls emitLogPaymentForwarded on the factory with the sender, this contract and the amount, so the log entry is emitted by the factory rather than by the forwarder.

transferToken asks the factory for its owner and requires the caller to match before moving an ERC20 balance to any address. The forwarder itself holds no owner field, which means rotating control happens on the factory and every forwarder follows.

Bytecode Overview

Opcodes645
Unique Opcodes110
Jump Instructions38
Storage Operations8

External Links