IEvents
Events
LockupTokenProxyDeployed
event LockupTokenProxyDeployed(address indexed token);
NewTrading2
event NewTrading2(bytes32 indexed identifier, address indexed addr, address indexed oracle, uint8 backend);
OutcomeCreated
event OutcomeCreated(bytes32 indexed tradingIdentifier, bytes32 indexed erc20Identifier, address indexed erc20Addr);
ClaimedDAOFunds
event ClaimedDAOFunds(address indexed recipient, uint256 indexed amount);
OutcomeDecided
event OutcomeDecided(bytes8 indexed identifier, address indexed oracle);
SharesMinted
event SharesMinted(
bytes8 indexed identifier,
uint256 indexed shareAmount,
address indexed spender,
address recipient,
uint256 fusdcSpent
);
SharesBurned
event SharesBurned(
bytes8 indexed identifier,
uint256 indexed shareAmount,
address indexed spender,
address recipient,
uint256 fusdcReturned
);
PayoffActivated
event PayoffActivated(
bytes8 indexed identifier,
uint256 indexed sharesSpent,
address indexed spender,
address recipient,
uint256 fusdcReceived
);
DeadlineExtension
event DeadlineExtension(uint64 indexed timeBefore, uint64 indexed timeAfter);
InfraMarketEnabled
event InfraMarketEnabled(bool indexed status);
MarketCreated2
event MarketCreated2(
address indexed incentiveSender,
address indexed tradingAddr,
bytes32 indexed desc,
uint64 launchTs,
uint64 callDeadline
);
CallMade
event CallMade(address indexed tradingAddr, bytes8 indexed winner, address indexed incentiveRecipient);
InfraMarketClosed
event InfraMarketClosed(address indexed incentiveRecipient, address indexed tradingAddr, bytes8 indexed winner);
DAOMoneyDistributed
event DAOMoneyDistributed(uint256 indexed amount, address indexed recipient);
Committed
event Committed(address indexed trading, address indexed predictor, bytes32 indexed commitment);
CommitmentRevealed
event CommitmentRevealed(
address indexed trading, address indexed revealer, bytes8 indexed outcome, address caller, uint256 bal
);
Whinged
event Whinged(address indexed trading, bytes8 indexed preferredOutcome, address indexed whinger);
CampaignEscaped
CampaignEscaped, because a campaign is in an indeterminate state! The DAO may be needed to step in.
event CampaignEscaped(address indexed tradingAddr);
InfraMarketUpdated
event InfraMarketUpdated(address indexed old, address indexed new_);
Declared
Declare was called on a market in the infra market.
event Declared(address indexed trading, bytes8 indexed winningOutcome, address indexed feeRecipient);
LockupEnabled
event LockupEnabled(bool indexed status);
LockedUp
event LockedUp(uint256 indexed amount, address indexed recipient);
Withdrew
event Withdrew(uint256 indexed amount, address indexed recipient);
Slashed
event Slashed(address indexed victim, address indexed recipient, uint256 indexed slashedAmount);
Frozen
event Frozen(address indexed victim, uint64 indexed until);
Requested
Outstanding ticket requested by a user for SARP to resolve a market.
event Requested(address indexed trading, uint256 indexed ticket);
Concluded
A request from a submitter was appropriate and resulted in a non-indeterminate state. Refund the investor.
event Concluded(uint256 indexed ticket, bytes32 indexed justification);