Skip to main content

Floaty Registry & Tipping Token Contracts

When a token is registered in OTR, a new corresponding tipping token contract is deployed. The tipping token is convertible 1:1 with the original token. The original token MUST be converted to the tippable version in order for it to be used for tipping by the Ham Relayer.

Under the hood OTR uses a smart contract called the Floaty Registry to manage registrations, keep track of ownership, keep track of tipping symbols and associated tokens. The Floaty Register mints new NFTs when a tipping symbol is registered.

Tipping token example

The main methods you will probably be concerned with are the convert and mint functions. The mint function is used to convert the original token to the tippable version and the convert method converts the tipped token into the original token.

Floaty Registry (ERC721)

You can interact with the Floaty Registry to get information about registered tipping symbols.

Proxy: 0xddbdb3d1cd151c65Eff370f09578Cd8FdA6535E3

Implementation: 0x57E110c3B00F6d9E767FEA26933BFbB037bAaC11