Name | Type | Description |
---|---|---|
_appManagerAddr | address | Address of App Manager |
_accountTypes | bytes32[] | Types of Accounts |
_maxSizes | uint240[] | Allowed total purchase limits |
_periods | uint16[] | Hours purhchases allowed |
_startTime | uint64 | timestamp period to start |
Name | Type | Description |
---|---|---|
<none> | uint32 | position of new rule in array |
Name | Type | Description |
---|---|---|
_accountTypes | bytes32[] | Types of Accounts |
_maxSizes | uint240[] | Allowed total buy sizes |
_periods | uint16[] | Amount of hours that define the periods |
_startTime | uint64 | timestamp for first period to start |
Name | Type | Description |
---|---|---|
<none> | uint32 | position of new rule in array |
Name | Type | Description |
---|---|---|
_appManagerAddr | address | App Manager Address |
_accountTypes | bytes32[] | Types of Accounts |
_min | uint256[] | Minimum Balance allowed for tagged accounts |
_max | uint256[] | Maximum Balance allowed for tagged accounts |
_periods | uint16[] | Amount of hours that define the periods |
_startTime | uint64 | Timestamp that the check should start |
Name | Type | Description |
---|---|---|
<none> | uint32 | _addAccountMinMaxTokenBalance which returns location of rule in array |
Name | Type | Description |
---|---|---|
_accountTypes | bytes32[] | Types of Accounts |
_min | uint256[] | Minimum Balance allowed for tagged accounts |
_max | uint256[] | Maximum Balance allowed for tagged accounts |
_periods | uint16[] | Amount of hours that define the periods |
_startTime | uint64 | Timestamp that the check should start |
Name | Type | Description |
---|---|---|
<none> | uint32 | position of new rule in array |
Name | Type | Description |
---|---|---|
_appManagerAddr | address | App Manager Address |
_nftTags | bytes32[] | Tags of NFTs |
_tradesAllowed | uint8[] | Maximum trades allowed within 24 hours |
_startTime | uint64 | starting timestamp for the rule |
Name | Type | Description |
---|---|---|
<none> | uint32 | _nftTransferCounterRules which returns location of rule in array |
Name | Type | Description |
---|---|---|
_nftTags | bytes32[] | Tags of NFTs |
_tradesAllowed | uint8[] | Maximum trades allowed within 24 hours |
_startTime | uint64 | starting timestamp for the rule |
Name | Type | Description |
---|---|---|
<none> | uint32 | position of new rule in array |