Tokenized Art Fractional Share Transfer Tool
Free to download on every platform. Comes pre-installed on BotFone, BotPad and BotFlip — with extra free apps included.
About this app
WHAT IT DOES
This tool provides on-chain transfer of fractional art shares, enabling you to transfer ownership of fractionalized art pieces between addresses. It reads your connected wallet address, fractional share contract address, token IDs, share amounts, current owners, art metadata (title, artist, year), total shares, current block timestamp, and transfer history. You can then sign and send transactions to transfer fractional shares to specified recipients, batch transfer shares to multiple recipients, and record transfer metadata on-chain. All share parameters are displayed in a clear review panel before you sign, so you know exactly what you are transferring. The tool also logs transaction hashes, confirmation status, and gas costs, providing a complete audit trail of all transfer activities.
HOW TO USE
Connect your wallet using the built-in wallet bridge, choose the network that matches your fractional share contract, and paste the share contract address. Enter the recipient addresses as a comma-separated list, the token IDs you want to transfer, the share amount per token, and optional art metadata (title, artist, year). The review panel shows all inputs, the current sender contract fee, and the share contract owner before you sign. Use the numbered action buttons: check shares to view current ownership, share amounts, and art metadata for each token; transfer shares to transfer shares from one token to a single recipient; or batch transfer to transfer shares from multiple tokens to multiple recipients in a single transaction. You can also view transfer history to see all past transfer timestamps for your address. Each transaction is signed sequentially, and the tool displays transaction details and confirmation status.
THE REAL MECHANISM
This tool uses ethers.js v5.7.2 to build and send transactions through the wallet's signer. The fractional share contract address is not hardcoded – you paste the contract you are using, so you are in full control. The tool reads the live fee from the shared sender contract before every transaction, ensuring that the fee is always current and not hardcoded. When you transfer shares, the tool constructs a contract call to the transferShares function, which takes the token ID, recipient address, and share amount, updating the ownership records on-chain. When you batch transfer, the tool calls batchTransferShares, which accepts arrays of token IDs and recipients, transferring the specified share amount to each recipient in a single transaction. The tool reads share state via the getShares view function, which returns the owner, shares, and art metadata. All transactions are sequential to prevent nonce conflicts, and gas costs are calculated using effectiveGasPrice for accurate post-EIP-1559 reporting.
WHAT IT CANNOT SEE
This tool cannot verify off-chain art authenticity, validate art valuation, detect share fraud, or ensure that the fractional share contract handles transfers correctly. It cannot detect if the art piece is authentic or if the valuation is accurate. The tool also cannot verify that the fractional share contract correctly handles edge cases like invalid share amounts, duplicate transfers, or ownership limits. It cannot simulate the outcome of a transaction before you sign it, nor can it guarantee that the transfer will be processed correctly if the contract is not properly implemented.
PLEASE NOTE
This tool works only on EVM-compatible chains supported by your wallet and provider. Always double-check the contract addresses and parameters before signing. Use testnet first. The tool is a transaction-signing interface and share transfer management tool, not a art authenticity or valuation verification system.