For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| price | area | bedrooms | bathrooms | stories | mainroad | guestroom | basement | hotwaterheating | airconditioning | parking | prefarea | furnishingstatus | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 13300000 | 7420 | 4 | 2 | 3 | yes | no | no | no | yes | 2 | yes | furnished | |
| 12250000 | 8960 | 4 | 4 | 4 | yes | no | no | no | yes | 3 | no | furnished | |
| 12250000 | 9960 | 3 | 2 | 2 | yes | no | yes | no | no | 2 | yes | semi-furnished | |
| 12215000 | 7500 | 4 | 2 | 2 | yes | no | yes | no | yes | 3 | yes | furnished | |
| 11410000 | 7420 | 4 | 1 | 2 | yes | yes | yes | no | yes | 2 | no | furnished | |
| 10850000 | 7500 | 3 | 3 | 1 | yes | no | yes | no | yes | 2 | yes | semi-furnished | |
| 10150000 | 8580 | 4 | 3 | 4 | yes | no | no | no | yes | 2 | yes | semi-furnished | |
| 10150000 | 16200 | 5 | 3 | 2 | yes | no | no | no | no | 0 | no | unfurnished | |
| 9870000 | 8100 | 4 | 1 | 2 | yes | yes | yes | no | yes | 2 | yes | furnished |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "EVENT Wrapper #0", | |
| "symbol": "EW", | |
| "description": "Wrapper with locked event tokens", | |
| "seller_fee_basis_points": 100, | |
| "image": "https://gray-capitalist-cephalopod-696.mypinata.cloud/ipfs/QmSCJvfMvqArnaYb4WFvKGWW7vFeeGkK3eJBrS8hNewuWn", | |
| "external_url": "", | |
| "collection": { | |
| "name": "EVENT Wrappers", | |
| "family": "EVENTWrappers" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Julian Token", | |
| "symbol": "JT", | |
| "description": "Julian Token desctiption ....", | |
| "image": "https://nexgard.com.au/sites/default/files/2024-02/AdobeStock274064877_360x316.jpeg" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { createUmi } from "@metaplex-foundation/umi-bundle-defaults"; | |
| import { | |
| create, | |
| mplCandyMachine, | |
| fetchCandyMachine, | |
| addConfigLines, | |
| fetchCandyGuard, | |
| updateCandyGuard, | |
| CANDY_GUARD_LABEL_SIZE, | |
| mintV2, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { createUmi } from "@metaplex-foundation/umi-bundle-defaults"; | |
| import { | |
| create, | |
| fetchCandyMachine, | |
| mplCandyMachine, | |
| setMintAuthority, | |
| fetchCandyGuard, | |
| addConfigLines, | |
| mintV2, | |
| } from "@metaplex-foundation/mpl-candy-machine"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Event Token", | |
| "symbol": "EVENT", | |
| "description": "$EVENT token", | |
| "image": "https://event-protocol.s3.ap-southeast-1.amazonaws.com/event-protocol-logo.png" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "TokensFabric", | |
| "symbol": "TFA", | |
| "description": "TokensFabric desctiption ....", | |
| "image": "https://nexgard.com.au/sites/default/files/2024-02/AdobeStock274064877_360x316.jpeg" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "$schema": "http://json-schema.org/draft-07/schema#", | |
| "type": "object", | |
| "required": ["documentID"], | |
| "additionalProperties": false, | |
| "properties": { | |
| "documentID": { | |
| "type": "string" | |
| } | |
| } |
NewerOlder