increaseApproval
increaseApproval adds to a TRC20 remaining allowance instead of overwriting it. Revoke still requires a signed zeroing transaction.
Definition
increaseApproval(spender, addedValue) raises remaining allowance by addedValue on tokens that implement it. decreaseApproval lowers it. Unlike approve, it does not set the absolute remaining in one shot.
Not every TRC20 on TRON implements these methods.
How it appears on-chain
Explorer method name increaseApproval. Wallet may still wrap it as “increase spending cap.” The allowance slot is the same one approve uses.
Unlimited can still result if the math hits max uint256.
How this checker shows it
Remaining after the last write, regardless of method. We do not call increaseApproval.
Fake “increaseApproval unlock” seed pages are phishing.
Common confusion
People think increaseApproval is a TRON system contract. It is a token method. People think it revokes. It does the opposite if you add.
Zero remaining is still the revoke goal.
Related mechanics
approve, allowance, revoke, guide-increase. Independent desk. @wholetron.
Independent desk: lists only, never a seed phrase, help at @wholetron with public addresses only.
FAQ
Does every TRC20 have it?
No.
Does this site increase caps?
No.
Is it safer than approve?
Different write pattern, same permission physics.
How to revoke?
Signed zeroing in your wallet.
Seed?
Never.
Help?
@wholetron.