Skip to main content

REPTbRedeemer

Functions

constructor

function constructor(
contract IERC20 _reptB,
contract IERC20 _fei
) public

Parameters

NameTypeDescription
_reptBcontract IERC20
_feicontract IERC20

exchange

function exchange(
address to,
uint256 amount
) public

call to exchange REPT-b for FEI

Parameters

NameTypeDescription
toaddressthe destination address
amountuint256the amount to exchange

Events

Exchange

event Exchange(
address from,
address to,
uint256 amount
)

Parameters

NameTypeDescription
fromaddress
toaddress
amountuint256