ProxyERC20
PeriFinance
issuePynths(uint256 amount)
issuePynthsOnBehalf(address user, uint256)
issueMaxPynths()
issueMaxPynthsOnBehalf(address user)
Transfer
from 0x0
to account
for amount
emitted on ProxypUSD
Issued
amount
to account
emitted on ProxypUSD
IssuanceDebtRatioEntry
emitted on ProxyFeePool
ProxyERC20
PeriFinance
burnPynths(uint256 amount)
burnPynthsOnBehalf(address user, uint256 amount)
burnPynthsToTarget()
burnPynthsToTargetOnBehalf(address user)
Transfer
from account
to 0x0
for amount
emitted on ProxypUSD
Burned
amount
from account
emitted on ProxypUSD
IssuanceDebtRatioEntry
emitted on ProxyFeePool
ProxyFeePool
FeePool
claimFees()
claimOnBehalf(address user)
Transfer
from FEE_ADDRESS
to 0x0
for amount
emitted on ProxypUSD
Burned
amount
from FEE_ADDRESS
emitted on ProxypUSD
Transfer
from 0x0
to account
for amount
emitted on ProxypUSD
Issued
amount
to account
emitted on ProxypUSD
VestingEntryCreated
emitted on RewardEscrow
FeesClaimed
emitted on ProxyFeePool
ProxyERC20
PeriFinance
exchange(bytes32 src, uint256 fromAmount, bytes32 dest)
exchangeOnBehalf(address user, bytes32 src, uint256 fromAmount, bytes32 dest)
src
pynth, these events come first:Transfer
from account
to 0x0
for feesOwing
emitted on Proxy<pynth>
for the src
pynth.Burned
feesOwing
from account
emitted on Proxy<pynth>
for the src
pynth.ExchangeReclaim
from account
for feesOwing
on src
synth emitted on ProxySynthetix
src
pynth, then these events come first:Transfer
from 0x0
to account
for feesOwed
emitted on Proxy<pynth>
for the src
pynth.Issued
feesOwed
to account
emitted on Proxy<synth>
for the src
synth.ExchangeRebate
from account
for feesOwed
on src
pynth emitted on ProxySynthetix
Transfer
from account
to 0x0
for fromAmount
emitted on Proxy<pynth>
for the src
pynth.Burned
fromAmount
from account
emitted on Proxy<pynth>
for the src
pynth.Transfer
from 0x0
to account
for toAmount - fee
emitted on on Proxy<pynth>
for the dest
pynth.Issued
toAmount - fee
to account
emitted on Proxy<pynth>
for the dest
pynth.Transfer
from 0x0
to FEE_ADDRESS
for fee
emitted on ProxypUSD
Issued
amount
to FEE_ADDRESS
emitted on ProxypUSD
PynthExchange
for account
emitted on ProxySynthetix