Skip to content

A Solidity-based repository featuring the source code and ABI for the innovative Lotso Token and Lotso Airdrop contracts.

License

Notifications You must be signed in to change notification settings

BTI-US/Lotso-Contract

Repository files navigation

Lotso Token and Lotso Airdrop

Introduction

This repository contains the contract ABI as well as the source code written in Solidity for the Lotso Token and the Lotso Airdrop. These contracts are designed to introduce an innovative approach to digital tokens and airdropping techniques, leveraging Ethereum's powerful smart contract capabilities.

Installation

To set up this project locally, follow these steps:

  1. Clone the Repository:

    git clone git@github.com:BTI-US/Lotso-Contract.git
  2. Navigate to the Project Directory:

    cd lotso-token-and-airdrop
  3. Install Dependencies:

    npm install
  4. Compile the Contracts:

    truffle compile

Usage

Running Tests

Run tests to ensure the contracts are functioning as expected:

truffle test

Deployment

Deploy the contracts to a local development network:

  1. Start the Truffle development console:

    truffle develop
  2. Deploy the contracts inside the development console:

    migrate

Project Structure

  • contracts/: Contains the Solidity code for Lotso Token and Lotso Airdrop.
  • migrations/: Migration scripts for deploying the contracts.
  • test/: JavaScript test files for the smart contracts.
  • truffle-config.js: Configuration file for the Truffle framework.

Contributing

Contributions are what make the open-source community an amazing place to learn, inspire, and create. Any contributions you make to the Lotso Token and Lotso Airdrop project are greatly appreciated.

Please read the contributing guidelines for details on our code of conduct, and the process for submitting pull requests to us.

License

This project is licensed under the [LICENSE TYPE] - see the LICENSE file for details.

Contract ABI for Lotso Token

Lotso-Token-ABI.json

Read Contract

_buy_enabled

_previousTaxFee

_taxFee

_trading_permission

allowance

balanceOf

decimals

ethLimit

getReserves

maxHolding

name

owner

symbol

totalSupply

uniswapV2Router

Write Contract

approve

buy_enabled

enable_buying

excludeAccountsFromFee

excludeFromFee

includeAccountsInFee

includeInFee

renounceOwnership

setFee

tradingPermission

transfer

transferFrom

transferOwnership

Contract ABI for Lotso Airdrop

Lotso-Airdrop-ABI.json

Read Contract

_airdropAmounts

getAirdropAmounts

owner

tokenAddress

Write Contract

claimAirdrop

renounceOwnership

setAirdrop

setToken

transferOwnership

withdrawAirdrop

About

A Solidity-based repository featuring the source code and ABI for the innovative Lotso Token and Lotso Airdrop contracts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published