SimpleAssets v0.4.0 (Beta)
Easily find fungible token information (fungible tokens have scope author):
- new field
author
inaccount
table for FT. (makes it easier to find fungible token information)
More fungible token information:
- new field
data
incurrency_stats
table - stringify json which might include keysimg
,name
(recommended for better displaying by markets) - new parameter
data
increatef
action - new action
updatef
to change FTdata
Offer/claim fungible tokens
- new table
sofferf
to use foroffer
/calim
FT - new actions
offerf
,cancelofferf
andclaimf
- on
closef
check if no open offers (internal)
Containerizing assets
WARNING!!! CDT currently has a bug that doesn't allow compilation (v1.6.1).
1.5.0 also has a bug "Segmentation fault (core dumped)", but only with abi generation.
Recommendation: Use 1.5.0 for contract compilation and use our abi
- new fields
container
andcontainerf
in nft asset structure for attaching and detaching other NFT or FT - new actions
attach
,detach
- new actions
attachf
,detachf
misc
- fields renamed
lastid
->lnftid
,spare
->defid
(internal usage) in tableglobal
- field
offeredTo
renamed toofferedto
in tablesoffer