SC Arguments: [Name:SC_ACTION Type:uint64 Value:'1' Name:SC_CODE Type:string Value:'Function Initialize() Uint64
10 SEND_ASSET_TO_ADDRESS(SIGNER(),1,SCID())
20 STORE("metadata","{\"photos\":[\"bafkreif3qmxqtl7f5dbjlbns2d5czdx6vpa7mxotn524e5sf43rsfmwtge\",\"bafkreihbenllrq7lyzmv63knz3gg7hu6yqbzxgiq636g3obb5qz5zbyuia\",\"bafkreiffrsye7gyubyo2e66if3eq6ionxtsmo4nu7a74bhwu5yz3kvsu7y\",\"bafkreibslvuh7gbrcx5xvi2qgsft4de3cwtew75dgic25dw2t4jxikkq7q\",\"bafkreictbugjckg6zvrwsulyjg26l42lp6nx476aty7wgbohkr7oocucaa\",\"bafkreieqcmd4g57mj2q4iy3afd2djntqppinu3cwv4tabyizqlrlceb3ta\",\"bafkreigct5linuxu46no6qdxeu45wn4qbizdwlyu6teu7mqknt5gxnz2lu\",\"bafkreiebjhc6o4lhwjxm62sq46frdzxplk7pksgmhrntgixfg2hydcrhcm\",\"bafkreihpkx3usobkl5trt6ojagt5f7mlkylnuncnxzjqv22rxzku5nwazq\"],\"description\":\"Stunning & Bright Apartment (well-located,brand-new) About this space:This beautiful apartment with a minimalist style, in a safe, calm location, with 24 hour security, is a great start to explore La Paz city. Coffeeshops, restaurants, bars, shopping stores and supermarkets are just a few walking steps away, since it's located in the most exclusive zone in La Paz. This place is perfect for executives, couples and travelers who would like to enjoy the city with comfort and style. Our commitment is to assure you of a quality stay.\",\"location\":\"La Paz, Bolivia\"}")
30 RETURN 0
End Function
Function UpdateMetadata(metadata String) Uint64
10 IF ASSETVALUE(SCID()) != 1 THEN GOTO 100
20 STORE("metadata",metadata)
30 SEND_ASSET_TO_ADDRESS(SIGNER(),1,SCID())
99 RETURN 0
100 RETURN 0
End Function
'] |