Articles by Tag #func

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

A Comprehensive Guide to Implicit Fields in TL-B

Introduction In this article, we’ll dive deep into the concept of implicit fields in the...

Learn More 0 0Oct 9 '25

3 Types of Authorization in TON Smart Contracts

Introduction In smart contracts, we often need to allow certain actions only for specific...

Learn More 0 0Dec 4 '25

How many addresses fit into a Cell?

Intro While developing a smart contract, I needed to store several addresses in persistent...

Learn More 0 0Jan 16

Computing the actual size of a TON smart contract storage

Sometimes, it’s useful to know the exact size of the data stored by a smart contract. A contract must...

Learn More 0 0Jul 30 '25

Negate Operator (`~`) in TL-B, Explained

Introduction The negate operator (~, often called the “tilde”) is one of the trickiest...

Learn More 0 0Sep 17 '25