Name | Type | Description |
---|---|---|
_ruleId | uint32 | Rule Identifier for rule arguments |
_toAddress | address | Address of the recipient |
_riskScore | uint8 | The Risk Score of the recepient account |
_totalValueTo | uint128 | Recipient account’s beginning balance in USD with 18 decimals of precision |
_amountToTransfer | uint128 | Total dollar amount to be transferred in USD with 18 decimals of precision |
Name | Type | Description |
---|---|---|
_index | uint32 | position of rule in array |
Name | Type | Description |
---|---|---|
<none> | ApplicationRuleStorage.AccountMaxValueByRiskScore | AccountMaxValueByRiskScore rule |
Name | Type | Description |
---|---|---|
<none> | uint32 | Total length of array |
Name | Type | Description |
---|---|---|
ruleId | uint32 | to check against. |
_valueTransactedInPeriod | uint128 | the cumulative amount of tokens recorded in the last period. |
txValue | uint128 | in USD of the current transaction with 18 decimals of precision. |
lastTxDate | uint64 | timestamp of the last transfer of this token by this address. |
_riskScore | uint8 | of the address (0 -> 100) |
Name | Type | Description |
---|---|---|
<none> | uint128 | updated value for the _valueTransactedInPeriod. If _valueTransactedInPeriod are inside the current period, then this value is accumulated. If not, it is reset to current amount. |
Name | Type | Description |
---|---|---|
_index | uint32 | position of rule in array |
Name | Type | Description |
---|---|---|
<none> | ApplicationRuleStorage.AccountMaxTxValueByRiskScore | a touple of arrays, a uint8 and a uint64. The first array will be the _maxValue, the second will be the _riskScore, the uint8 will be the period, and the last value will be the starting date. |
Name | Type | Description |
---|---|---|
<none> | uint32 | Total length of array |