Skip to content

Commit

Permalink
chore: add premint function and errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mayconamaroCW committed Feb 28, 2024
1 parent 4552952 commit a10d5cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/contracts/BRLCToken.signatures
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ bf2fa22b: mainMinter()
8456cb59: pause()
5c975abb: paused()
9fd0506d: pauser()
f7bb5c88: premint(address,uint256,uint256)
3092afd5: removeMinter(address)
715018a6: renounceOwnership()
b2118a8d: rescueERC20(address,address,uint256)
Expand Down Expand Up @@ -67,7 +68,11 @@ d0de3bff: ExceededMintAllowance()
98b70ef7: FreezingAlreadyApproved()
cecd8222: FreezingNotApproved()
390c2caa: LackOfFrozenBalance()
0522a022: MaxPendingPremintsCountAlreadyConfigured()
fb2deceb: MaxPendingPremintsLimitReached()
0f5d8c27: PremintReleaseTimePassed()
709e2c14: TransferExceededFrozenAmount()
bc260d1b: TransferExceededPremintedAmount()
e96a60ef: TransferExceededRestrictedAmount()
07768670: UnauthorizedBlocklister(address)
07349a1d: UnauthorizedMainBlocklister(address)
Expand Down

0 comments on commit a10d5cf

Please sign in to comment.