Skip to main content

acct_nt

Balancing a transaction roster is an important task for any enterprising businessperson.

acct_nt is a tier 2 lock created by the #FUTUREtech corporation.

Stats

acct_nt has a unique stat called "acct_nt_min."

Spoilers for acct_nt's solutions

The "acct_nt_min" stat controls the minimum number of transactions that the lock will pick for its range of transactions.

The lock spawns at rarities kiddie, h4x0r, and h4rdc0r3.

Behavior

>>> user.loc {acct_nt:""}
Sigh. No. Your acct situation is not worth my time

Solving

Example unlock

Spoilers for acct_nt's solutions

If acct_nt's minimum transactions is met, the lock will return something like the following:

>>>user.loc {acct_nt:""}
What was the net GC between 240423.1042 and 240425.2107

An example unlock could be:

>>user.loc {acct_nt:"2B520MGC"}
WARNING: BINMAT security shell inactive. Intelligent defense system offline.
LOCK_UNLOCKED
System beta breached.
Connection terminated.

acct_nt

Spoilers for acct_nt's solutions

Depending on the mode acct_nt is in, "large deposit", "net", "total earned/total spent (with/without memos)", a different approach may be required. A check of accts.transactions is needed to find the correct answer. Since acct_nt is only minute precise, it may be needed to add/subtract transaction amounts in order to get a correct solve.

Mode: large deposit

Spoilers for acct_nt's solutions

Find the deposit that acct_nt asks for and provide it as the acct_nt argument. It may be a bit off from the timestamp.

Mode: net

Spoilers for acct_nt's solutions

Add up all the transactions between the two timestamps, with incoming transactions being positive and outgoing transactions being negative. The actual starting and ending timestamps may be incorrect by up to one minute.

Mode: total earned

Spoilers for acct_nt's solutions

Add up all the transactions between the two timestamps, with incoming transactions being positive and outgoing transactions being negative. The actual starting and ending timestamps may be incorrect by up to one minute.

Mode: total spent

Spoilers for acct_nt's solutions

Add up all the transactions between the two timestamps, with outgoing transactions being positive and incoming transactions being negative. The actual starting and ending timestamps may be incorrect by up to one minute.

Mode: with/without memos

Spoilers for acct_nt's solutions

Indicates whether only transactions with (or without) memos should be considered.