DealManager
Contract behaviors:
storeDeal(deal)existDealByUuid(uuid)countDeals()getDealByUuid(uuid)getDealById(id)
Contract properties:
DealData[] public dealsmapping(string => uint256) public dealsByUuidlastChangeAt
Contract events:
event DealStored(string uuid);
Roles:
DEFAULT_ADMIN_ROLEEDITOR_ROLE
Admin-only functions:
storeDeal(EDITOR_ROLE)
CA
Last updated