Skip to main content

Smart Contract Audit

Below is a summary of the SIWI Token smart contract's core functions:

Function NameDescription
totalSupply()Returns the total supply of tokens (5,000,000,000 SIWI).
balanceOf(address)Returns the token balance of a specific address.
transfer(address to, uint256 value)Transfers a specified amount of tokens to the given address.
approve(address spender, uint256 value)Approves another address to spend a specific amount on behalf of the caller.
allowance(address owner, address spender)Checks the remaining amount the spender is allowed to spend from the owner.
transferFrom(address from, address to, uint256 value)Allows a spender to transfer tokens on behalf of the owner.
name()Returns the token name: "SIWI Token"
symbol()Returns the token symbol: SIWI
decimals()Returns the number of decimal places: 6

Smart Contract Verification & Publication

  • Audit:
    The smart contract code has been reviewed by an independent auditing firm.

  • Publication:
    The contract is verified on TRONSCAN and made open-source for public review.

  • Version:
    The contract is written in T-Solidity, a TRON-based variant of Solidity.