Added invariant balanceOfZeroAddressIsZero (partially passing)

pull/3478/head
Thomas Adams 3 years ago
parent 8e283704c3
commit 15e847c835
  1. 4
      certora/specs/ERC1155Supply.spec

@ -60,6 +60,10 @@ rule total_supply_is_sum_of_balances_as_rule {
/******************************************************************************/
/// The balance of a token for the zero address must be zero.
invariant balanceOfZeroAddressIsZero(uint256 token)
balanceOf(0, token) == 0
// if a user has a token, then the token should exist
/*

Loading…
Cancel
Save