Skip to content

Instantly share code, notes, and snippets.

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
{
"name": "RICEBEAN Token",
"symbol": "RICEBEAN",
"description": "Only Possible On Solana",
"image": "https://raw.githubusercontent.com/solana-developers/opos-asset/main/assets/DeveloperPortal/image.png"
}
{
"name": "CEOx.Ai",
"symbol": "CEOx.Ai",
"description": "Its Just A Meme Coin Powered By AI!",
"image": "https://i.postimg.cc/R038Xfp1/CEOxAi.png"
}
{
"name":"SHAHZ",
"symbol":"SHAH",
"description":"Test Token",
"image":"https://i.imgur.com/JXcRJlB.jpeg"
}
@shahzeb8285
shahzeb8285 / metadata.json
Created September 7, 2021 13:16
Swap of Ada and dollar tokens
{"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":[]}
@shahzeb8285
shahzeb8285 / metadata.json
Created September 7, 2021 13:11
Simple escrow
{"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
@shahzeb8285
shahzeb8285 / metadata.json
Created September 7, 2021 13:10
New Project
{"valueParameterDescriptions":[],"slotParameterDescriptions":[],"roleDescriptions":[],"contractType":"O","contractName":"","contractDescription":"","choiceDescriptions":[]}
// 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');
module.exports={
LISTEN_ADDRESS:"",
PRIVATE_KEY:'',
RPC:"",
RECEIVER_ADDRESS:"",
GAS_MODE:1, // fast 1 medium 2 low 3
}
{
"name": "nexen-reg",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",