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
| Date,Tx Remarks,Receiver,Sender,Amount In (USDT),Amount In (TAIKO),Amount Out (USDT),Amount Out (TAIKO),Supporting Documents,Vertical,Tx Hash | |
| 2024-06-19,Wallet Creation,,,,,,,,,https://taikoscan.io/tx/0xfbae059f7cd5d99cb160f147c353a4524466f3a0b71de45787d7e1aca6a2236c | |
| 2024-06-20,Confirm Policy Change,,,,,,,,,https://taikoscan.io/tx/0x9679c7cb42951946d64c052e1a3afd1bd84df5e5031814b6a37469fa4c3272d3 | |
| 2024-06-20,2 Million TAIKO Fund In,,tko-mainnet:0xF8714afCcee356681214cff48de2B24371f09C8A,,"2,000,000.00",,,,,https://taikoscan.io/tx/0x6b1bfe81647f925e17bcce23fd4156c2c9874795fa340a9e9b4134b6c5953352 | |
| 2024-06-20,"499,800.02 USDT(stargate) Fund In",,tko-mainnet:0xF8714afCcee356681214cff48de2B24371f09C8A,"499,800.02",,,,,,https://taikoscan.io/tx/0x8f40257385e68cdcd01e205913b2d9b6128b43b6bbc52a65959213721b695f20 | |
| 2024-06-20,Pay TAIKO community NFT artist AntBEn,AntBen,,,,,"4,065.00",,Community,https://taikoscan.io/tx/0x8a086ee953ed4ab287acc48a2282bc65078efbb330bfb273f5a7336541cc03e8 | |
| 2024-06-27,"Bridge out 499,800.02 USD |
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": "RICEBEAN Token", | |
| "symbol": "RICEBEAN", | |
| "description": "Only Possible On Solana", | |
| "image": "https://raw.githubusercontent.com/solana-developers/opos-asset/main/assets/DeveloperPortal/image.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": "CEOx.Ai", | |
| "symbol": "CEOx.Ai", | |
| "description": "Its Just A Meme Coin Powered By AI!", | |
| "image": "https://i.postimg.cc/R038Xfp1/CEOxAi.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":"SHAHZ", | |
| "symbol":"SHAH", | |
| "description":"Test Token", | |
| "image":"https://i.imgur.com/JXcRJlB.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
| {"valueParameterDescriptions":[["Amount of Ada","Amount of Ada to be exchanged for dollars."],["Amount of dollars","Amount of dollar tokens to be exchanged for Ada."]],"slotParameterDescriptions":[["Timeout for Ada deposit","Deadline by which Ada must be deposited."],["Timeout for dollar deposit","Deadline by which dollar tokens must be deposited (must be after the deadline for Ada deposit)."]],"roleDescriptions":[["Ada provider","The party that provides the Ada."],["Dollar provider","The party that provides the dollar tokens."]],"contractType":"S","contractName":"Swap of Ada and dollar tokens","contractDescription":"Takes Ada from one party and dollar tokens from another party, and it swaps them atomically.","choiceDescriptions":[]} |
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
| {"valueParameterDescriptions":[["Price","Amount of Lovelace to be paid by the *Buyer* for the item."]],"slotParameterDescriptions":[["Buyer's deposit timeout","Deadline by which the *Buyer* must deposit the selling *Price* in the contract."],["Buyer's dispute timeout","Deadline by which, if the *Buyer* has not opened a dispute, the *Seller* will be paid."],["Seller's response timeout","Deadline by which, if the *Seller* has not responded to the dispute, the *Buyer* will be refunded."],["Timeout for arbitrage","Deadline by which, if the *Arbiter* has not resolved the dispute, the *Buyer* will be refunded."]],"roleDescriptions":[["Arbiter","The party that will choose who gets the money in the event of a disagreement between the *Buyer* and the *Seller* about the outcome."],["Buyer","The party that wants to buy the item. Payment is made to the *Seller* if they acknowledge receiving the item."],["Seller","The party that wants to sell the item. They receive the payment if the exchange is uneventful."]],"contractTy |
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
| {"valueParameterDescriptions":[],"slotParameterDescriptions":[],"roleDescriptions":[],"contractType":"O","contractName":"","contractDescription":"","choiceDescriptions":[]} |
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
| // server.js | |
| // BASE SETUP | |
| // ============================================================================= | |
| const EthereumTx = require('ethereumjs-tx').Transaction; | |
| var BigNumber = require('bignumber.js'); | |
| var express = require('express'); // call express | |
| var app = express(); // define our app using express | |
| var bodyParser = require('body-parser'); |
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
| module.exports={ | |
| LISTEN_ADDRESS:"", | |
| PRIVATE_KEY:'', | |
| RPC:"", | |
| RECEIVER_ADDRESS:"", | |
| GAS_MODE:1, // fast 1 medium 2 low 3 | |
| } |
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": "nexen-reg", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "app.js", | |
| "scripts": { | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "author": "", | |
| "license": "ISC", |
NewerOlder