aave /
aave-v3-core
This repository contains the core smart contracts of the Aave V3 protocol.
25/100 healthLoading repository data…
sergeibanov / repository
This repository contains a Solidity smart contract implementing the ERC-20 token standard, showcasing basic token management functionalities. Read more in README.md.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This repository includes a smart contract implementing the ERC-20 token standard. Below are the contract's key functionalities:
Data Structure:
Token Name: The name of the token.Token Symbol: The token's ticker symbol.Total Supply: The maximum supply of tokens initialized during deployment.Core Functions:
balanceOf(address account): Returns the token balance of the specified address.transfer(address recipient, uint256 amount): Transfers a specified number of tokens to the recipient's address.approve(address spender, uint256 amount): Allows a spender to withdraw a specified number of tokens.transferFrom(address sender, address recipient, uint256 amount): Executes a transfer on behalf of the sender, given a valid allowance.allowance(address owner, address spender): Returns the remaining number of tokens that the spender is permitted to withdraw from the owner.Events:
Transfer(address indexed from, address indexed to, uint256 value): Emitted on successful token transfers.Approval(address indexed owner, address indexed spender, uint256 value): Emitted when a withdrawal allowance is set.Initialization:
Security:
Testing:
Contributions to this project are welcome. Feel free to open issues or submit pull requests.
This project is licensed under the MIT License.
Selected from shared topics, language and repository description—not editorial ratings.
aave /
This repository contains the core smart contracts of the Aave V3 protocol.
25/100 healthQuillhash /
This Repository contains list of Common Solidity SmartContract Attack Vectors. If you find any attack vectors missing, you can create a pull request and be a contributor of the project.
77/100 healthargotorg /
This repository contains current and historical builds of the Solidity Compiler.
82/100 healthsmartbugs /
This repository contains 47,398 smart contracts extracted from the Ethereum network.
84/100 healthQuillhash /
This repository contains a mindmap on smart contract auditing methodology and different steps in how to audit a smart contract.
66/100 healthzigtur /
This repository contains my Rareskills Solidity Bootcamp work.
63/100 health