FIP-1.b (transfer address)
FIP-6 (xfer locked tokens)
FIP-9 (Vote and proxy without FIO Address)
FIP-11.a (Add bundled transactions)
FIP-18 (Chain level public addresses)
Updates table: fio.address fionames
Updates owner_account
to new owner
Creates a new “locktokens” table that is different from the genesis ”lockedtokens” table
Creates a new account
Adds a lock entry into the fio.system > locktokens table:
{ "id": 17, "owner_account": "aeytjwmiuc4v", "lock_amount": 500000000000, "payouts_performed": 0, "can_vote": 0, "periods": [{ "duration": 3600, "percent": "30.00000000000000000" },{ "duration": 3640, "percent": "70.00000000000000000" } ], "remaining_lock_amount": 500000000000, "timestamp": 1607442494 } ], "more": false } |
Updates table: fio.address fionames
Adds bundle count to bundleeligiblecountdown
FIO Address field can now be left blank
FIO Address field can now be left blank
Specifying * as token code is allowed. This maps the given public_address to all tokens for the given chain.
{ "chain_code": "ETH", "token_code": "*", "public_address": "0xab5801a7d398351b8be11c439e05c5b3259aec9b" } |
Specifying * as token code is allowed when removing an address.