Git Source
event WethUpdated(address indexed prevWeth, address indexed newWeth);
event ProtocolFeeUpdated(address indexed newProtocolFeeReceiver, uint256 indexed newProtocolFee);
event DropConfigured(address indexed nftAddress, uint256 indexed tokenId, Drop drop);
event DropUpdated(address indexed nftAddress, uint256 indexed tokenId, Drop drop);
event DropClosed(address indexed nftAddress, uint256 indexed tokenId);
event Purchase(
address indexed nftAddress,
uint256 indexed tokenId,
address nftReceiver,
address currencyAddress,
uint256 amount,
uint256 price,
int256 decayRate,
bool isPresale
);