Variables follow this simple naming convention
var
: public variable$var
: private variable_var
: scoped variable
An ERC20 with 1M supply.
A simple address-to-address transfer that takes an extra URI parameter.
Off-chain dApps can follow the Donate
event and grab the URI associated with each transaction.
Factory is a string-to-contract mapping with unique names.
Names are NOT enforced on-chain but can be enforced off-chain by dApps.
Properties are ERC20 that are 1:1 mapped with ORBTM using deposit
(mint) and withdraw
(burn).
Thus, their total supply is the total amount of "staked" ORBTMs. As it is an ERC20, tokens can be transfered.
Properties can be bought by anyone at any moment, similarly to the Harbeger taxation system.
They can also be transfered to anyone by their owner, WITHOUT requiring a payment.
NO fees are set.