Contract Event

List

When a user lists, a normal transfer to the contract is required.

Buy

Event: Successful Transaction and Contract Dispatch.

event CRCProtocolTransafer(
    string p,
    string tick,
    uint256 amount,
    address indexed recipient  //The address of the buyer
);

Last updated