Request form
AirCash
  • OTC
  • Financial
  • Protocol
Docs
Source
ChefGPT

AirCoinDAOLabs is a decentralized autonomous organization (DAO). It has built AirCoin, AIRNFT, AirCash(http://aircash.finance), and ACGVentures.

Ownable :
Contract module which provides a basic access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. By default, the owner account will be the one that deploys the contract. This can later be changed with {transferOwnership}. This module is used through inheritance. It will make available the modifier `onlyOwner`, which can be applied to your functions to restrict their use to the owner.
constructor :
Initializes the contract setting the deployer as the initial owner.
owner() :
Returns the address of the current owner.
renounceOwnership() :
Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.
transferOwnership(address) :
Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner.
Context :
Provides information about the current execution context, including the sender of the transaction and its data. While these are generally available via msg.sender and msg.data, they should not be accessed in such a direct manner, since when dealing with meta-transactions the account sending and paying for execution may not be the actual sender (as far as an application is concerned). This contract is only required for intermediate, library-like contracts.
SafeMath :
Wrappers over Solidity's arithmetic operations. NOTE: `SafeMath` is generally not needed starting with Solidity 0.8, since the compiler now has built in overflow checking.
Ownable.sol
Context.sol
SafeMath.sol
AppealStorage.sol
OrderStorage.sol
RecordInterface.sol
RecordStorage.sol
RestStorage.sol
UserStorage.sol

1 downloads

Chains

Authors

AirCash
  • OTC
  • Financial
  • Protocol
Info
Docs
Source
ChefGPT
Expand
Share

Get Cookin'

1 downloads

Authors

Screenshot 2021-10-01 at 22 12 27

What’s AirCash?

AirCash is the first and largest decentralized OTC platform in the galaxy.

Buy and sell crypto with fiat money in a decentralized way.

Why AirCash?

Easy to Use

Buy and sell crypto with fiat money in your wallet.

You don’t need any exchange anymore.

No Identity Verification

No KYC, No accounts, and No personal information anymore.

You can buy and sell anonymously.

Security & Privacy

Traders get in touch through a peer-to-peer messager.

No one knows the details of your trading except yourself.

Decentralization & DAO

All trading takes place on the blockchain.

We have built a DAO for decentralized governance.

How to use AirCash?

Create a Wallet.

Connect Your Wallet to AirCash.

Buy and sell crypto with fiat money in your wallet.

More info here

https://docs.aircash.finance

Official website

https://aircash.finance

License

AirCash is released under the terms of the MIT license.

See COPYING for more information or see https://opensource.org/licenses/MIT.

AirCoinDAOLabs is a decentralized autonomous organization (DAO). It has built AirCoin, AIRNFT, AirCash(http://aircash.finance), and ACGVentures.
Ownable :
Contract module which provides a basic access control mechanism, where there is an account (an owner) that can be granted exclusive access to specific functions. By default, the owner account will be the one that deploys the contract. This can later be changed with {transferOwnership}. This module is used through inheritance. It will make available the modifier `onlyOwner`, which can be applied to your functions to restrict their use to the owner.
constructor :
Initializes the contract setting the deployer as the initial owner.
owner() :
Returns the address of the current owner.
renounceOwnership() :
Leaves the contract without owner. It will not be possible to call `onlyOwner` functions. Can only be called by the current owner. NOTE: Renouncing ownership will leave the contract without an owner, thereby disabling any functionality that is only available to the owner.
transferOwnership(address) :
Transfers ownership of the contract to a new account (`newOwner`). Can only be called by the current owner.
Context :
Provides information about the current execution context, including the sender of the transaction and its data. While these are generally available via msg.sender and msg.data, they should not be accessed in such a direct manner, since when dealing with meta-transactions the account sending and paying for execution may not be the actual sender (as far as an application is concerned). This contract is only required for intermediate, library-like contracts.
SafeMath :
Wrappers over Solidity's arithmetic operations. NOTE: `SafeMath` is generally not needed starting with Solidity 0.8, since the compiler now has built in overflow checking.
Ownable.sol
Context.sol
SafeMath.sol
AppealStorage.sol
OrderStorage.sol
RecordInterface.sol
RecordStorage.sol
RestStorage.sol
UserStorage.sol