From 45b35b782401912d2a1c12909fa0f4c567d32666 Mon Sep 17 00:00:00 2001 From: yuckbuck <153474993+yuckbuck@users.noreply.github.com> Date: Mon, 8 Jan 2024 09:19:33 +0000 Subject: [PATCH] Adding YBK token to MyEtherWallet --- ...31E3F3B4Bceb6b689AD0A32F4fCf6E5d810c8.json | 234 ++++++++++++++++++ ...31E3F3B4Bceb6b689AD0A32F4fCf6E5d810c8.json | 35 +++ 2 files changed, 269 insertions(+) create mode 100644 src/contracts/eth/0x25131E3F3B4Bceb6b689AD0A32F4fCf6E5d810c8.json create mode 100644 src/tokens/eth/0x25131E3F3B4Bceb6b689AD0A32F4fCf6E5d810c8.json diff --git a/src/contracts/eth/0x25131E3F3B4Bceb6b689AD0A32F4fCf6E5d810c8.json b/src/contracts/eth/0x25131E3F3B4Bceb6b689AD0A32F4fCf6E5d810c8.json new file mode 100644 index 000000000..70e852a2d --- /dev/null +++ b/src/contracts/eth/0x25131E3F3B4Bceb6b689AD0A32F4fCf6E5d810c8.json @@ -0,0 +1,234 @@ +{ + "name": "YuckBuck", + "address": "0x25131E3F3B4Bceb6b689AD0A32F4fCf6E5d810c8", + "comment": "", + "abi": [ + { "inputs": [], "stateMutability": "nonpayable", "type": "constructor" }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "owner", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "spender", + "type": "address" + }, + { + "indexed": false, + "internalType": "uint256", + "name": "value", + "type": "uint256" + } + ], + "name": "Approval", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "previousOwner", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "newOwner", + "type": "address" + } + ], + "name": "OwnershipTransferred", + "type": "event" + }, + { + "anonymous": false, + "inputs": [ + { + "indexed": true, + "internalType": "address", + "name": "from", + "type": "address" + }, + { + "indexed": true, + "internalType": "address", + "name": "to", + "type": "address" + }, + { + "indexed": false, + "internalType": "uint256", + "name": "value", + "type": "uint256" + } + ], + "name": "Transfer", + "type": "event" + }, + { + "inputs": [ + { "internalType": "address", "name": "owner", "type": "address" }, + { "internalType": "address", "name": "spender", "type": "address" } + ], + "name": "allowance", + "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { "internalType": "address", "name": "spender", "type": "address" }, + { "internalType": "uint256", "name": "amount", "type": "uint256" } + ], + "name": "approve", + "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { "internalType": "address", "name": "account", "type": "address" } + ], + "name": "balanceOf", + "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { "internalType": "uint256", "name": "amount", "type": "uint256" } + ], + "name": "burn", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { "internalType": "address", "name": "account", "type": "address" }, + { "internalType": "uint256", "name": "amount", "type": "uint256" } + ], + "name": "burnFrom", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [], + "name": "decimals", + "outputs": [{ "internalType": "uint8", "name": "", "type": "uint8" }], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { "internalType": "address", "name": "spender", "type": "address" }, + { + "internalType": "uint256", + "name": "subtractedValue", + "type": "uint256" + } + ], + "name": "decreaseAllowance", + "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { + "internalType": "address", + "name": "distributionWallet", + "type": "address" + } + ], + "name": "distributeTokens", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { "internalType": "address", "name": "spender", "type": "address" }, + { "internalType": "uint256", "name": "addedValue", "type": "uint256" } + ], + "name": "increaseAllowance", + "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [], + "name": "name", + "outputs": [{ "internalType": "string", "name": "", "type": "string" }], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "owner", + "outputs": [{ "internalType": "address", "name": "", "type": "address" }], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "renounceOwnership", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [], + "name": "symbol", + "outputs": [{ "internalType": "string", "name": "", "type": "string" }], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [], + "name": "totalSupply", + "outputs": [{ "internalType": "uint256", "name": "", "type": "uint256" }], + "stateMutability": "view", + "type": "function" + }, + { + "inputs": [ + { "internalType": "address", "name": "to", "type": "address" }, + { "internalType": "uint256", "name": "amount", "type": "uint256" } + ], + "name": "transfer", + "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { "internalType": "address", "name": "from", "type": "address" }, + { "internalType": "address", "name": "to", "type": "address" }, + { "internalType": "uint256", "name": "amount", "type": "uint256" } + ], + "name": "transferFrom", + "outputs": [{ "internalType": "bool", "name": "", "type": "bool" }], + "stateMutability": "nonpayable", + "type": "function" + }, + { + "inputs": [ + { "internalType": "address", "name": "newOwner", "type": "address" } + ], + "name": "transferOwnership", + "outputs": [], + "stateMutability": "nonpayable", + "type": "function" + } + ] +} diff --git a/src/tokens/eth/0x25131E3F3B4Bceb6b689AD0A32F4fCf6E5d810c8.json b/src/tokens/eth/0x25131E3F3B4Bceb6b689AD0A32F4fCf6E5d810c8.json new file mode 100644 index 000000000..0ac2c6107 --- /dev/null +++ b/src/tokens/eth/0x25131E3F3B4Bceb6b689AD0A32F4fCf6E5d810c8.json @@ -0,0 +1,35 @@ +{ + "symbol": "YBK", + "name": "Yuck Buck", + "type": "ERC20", + "address": "0x25131E3F3B4Bceb6b689AD0A32F4fCf6E5d810c8", + "ens_address": "", + "decimals": 18, + "website": "https://yuckbuck.org/", + "logo": { + "src": "https://raw.githubusercontent.com/yuckbuck/assets/f21c691917f0c634e5e01573c640937ad0272024/blockchains/ethereum/assets/0x25131E3F3B4Bceb6b689AD0A32F4fCf6E5d810c8/logo.png", + "width": "32px", + "height": "32px", + "ipfs_hash": "" + }, + "support": { + "email": "info@yuckbuck.org", + "url": "https://yuckbuck.org/" + }, + "social": { + "blog": "", + "chat": "", + "discord": "", + "facebook": "", + "forum": "", + "github": "https://github.com/yuckbuck", + "gitter": "", + "instagram": "", + "linkedin": "", + "reddit": "https://www.reddit.com/user/YuckBuck", + "slack": "", + "telegram": "https://t.me.yuckbuck_ybk", + "twitter": "https://twitter.com/yuckbuck_", + "youtube": "" + } +}