Smart Contract Security · audit 2026, page updated 2026-09-25

Audit status,
stated plainly

SolidProof GmbH (Germany) audited an earlier version of the voting contract. It raised one critical and three high-severity findings; those were remediated in a later version. The contract running today — TTSVotingV3d — was deployed after that audit and has not itself been audited. A re-audit pinned to the live addresses is being arranged.

SolidProof TrustNet
0.01
live score on app.solidproof.io — KYC not completed, which is most of the gap
Critical Findings
1
none found
High Findings
0
none found
Medium Findings
3
acknowledged ✓

What is actually true of the deployed contracts

Each line was checked directly against Base mainnet, or executed against a fork of it, on the date above — not copied from the audit summary.

Anything not on this list has not been independently verified. If you are evaluating this project, read the contracts on BaseScan rather than trusting this page.

Full Report — Solidproof

📄 Published at Solidproof

The full audit report is publicly available at app.solidproof.io/projects/temptation-token. All findings, code snippets, severity ratings, and auditor commentary are included.


Auditor: Solidproof GmbH (Germany)  ·  Audit Date: April 2026  ·  Methodology: Manual review + automated analysis

Contracts Audited

ContractAddressNetworkStatus
TTS Token (ERC-20 UUPS Proxy) 0x5570eA…3b9 Base Mainnet ✓ Audited
TTSVotingV3d (Active) 0x783b…7b4 Base Mainnet ✓ Audited
TTSStaking (UUPS Proxy) 0x7848…c0d Base Mainnet Source-verified · deployed after audit

Solidity version: 0.8.20  ·  Standards: ERC-20, EIP-1967 (UUPS)  ·  Chain ID: 8453

All Findings by Severity


IDSeverityTitleStatus
M-1 Medium ERC-20 Zero-Value Transfer Tax Issue Acknowledged ✓
M-2 Medium Centralization Risk — Wallet Address Updatability Acknowledged ✓
M-3 Medium Integer Division Rounding in Prize Distribution Acknowledged ✓

The audit raised 1 critical, 3 high, 7 medium and 6 low findings against TTSVoting. C-1 and H-1–H-3 were fixed in V3b, along with M-2, M-3 and M-6. M-1, M-4 and M-7 were acknowledged and not patched; M-5 is recorded as accepted and non-exploitable (a reentrancy pattern that requires a token with transfer hooks — $TTS has none and its address is immutable). On the token, the zero-value-transfer finding was fixed in implementation 0xb995b63c. See the full SolidProof report for the complete text.

Medium Findings — Click to Expand


M-1: ERC-20 Zero-Value Transfer

Acknowledged ✓ ▾
The transfer() and transferFrom() functions apply tax logic even when amount == 0. EIP-20 requires zero-value transfers to succeed without side effects. A fix adding if (amount == 0) return true before tax logic is queued for the next UUPS proxy upgrade through the Gnosis Safe 2/2 multisig. This issue poses no risk to user funds.

M-2: Centralization Risk

Acknowledged ✓ ▾
The contract owner can update the charity wallet and house wallet addresses without a timelock. This is mitigated by the Gnosis Safe 2/2 multisig requirement — no single party can make changes unilaterally. Both wallet addresses are publicly visible on BaseScan and independently verifiable. A timelock will be considered for the next upgrade.

M-3: Prize Distribution Rounding

Acknowledged ✓ ▾
Integer division in prize distribution calculations may leave small "dust" amounts (typically fractions of a TTS token) in the contract after settlement. No user funds are at risk — the rounding error affects only residual balances of negligible value. Acknowledged and will be addressed in a future contract version.

All Contract Addresses — Copy & Verify

Every address below is publicly verifiable on BaseScan. Click copy to get the full address.


TTS Token (UUPS Proxy) — The main $TTS token contract

0x5570eA97d53A53170e973894A9Fa7feb5785d3b9 BaseScan ↗

TTSVotingV3b — Active voting contract (FINAL)

0x783b8cd80b586b723188c93ef94ee1beede617b4 BaseScan ↗

Gnosis Safe — 2/2 multisig treasury

0xeFb59d88179edC49bDA60B43249722Ea0DE6fB86 BaseScan ↗
📄 View Full Audit Report 🎮 Play Temptation Token →

See for yourself — every transaction is on-chain and verifiable at basescan.org