RepoTokenLinkedListEventEmitter.sol
State Variables
ADMIN_ROLE
bytes32 public constant ADMIN_ROLE = keccak256("ADMIN_ROLE");DEVOPS_ROLE
bytes32 public constant DEVOPS_ROLE = keccak256("DEVOPS_ROLE");LISTING_CONTRACT
bytes32 public constant LISTING_CONTRACT = keccak256("LISTING_CONTRACT");Functions
constructor
initialize
Name
Type
Description
pairListingContract
Name
Type
Description
emitNewListing
Name
Type
Description
emitPurchase
Name
Type
Description
emitListingCancelled
Name
Type
Description
emitDiscountRateAdapterUpdated
emitPaused
emitUnpaused
emitRepoTokenBlacklistUpdated
emitMinListingAmountUpdated
_authorizeUpgrade
Last updated