// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "../ERC20.sol";
library SafeERC20 {
function safeTransfer(ERC20 token, address to, uint256 value) internal {
require(token.transfer(to, value), "SafeERC20: transfer failed");
}
function safeTransferFrom(ERC20 token, address from, address to, uint256 value) internal {
require(token.transferFrom(from, to, value), "SafeERC20: transferFrom failed");
}
// Additional safe operations can be added here.
}
Register for the ZELEN Systems Newsletter
Thank you for signing up for our newsletter!
You will now be among the first to receive exclusive updates on Zelen Systems, including news about our latest developments, upcoming events, and exciting partnerships. Stay tuned for more information on how we are revolutionizing the cannabis industry and making it more accessible than ever before.
Oops, it looks like there was an issue sending your request.
Please ensure that all required fields are filled out correctly and try again.
Upcoming Events
>> Major Announcements
>> Partnerships (ZLNC) Allocation
>> ZELEN Wallet Public Release
>> (ZLNC) Digital Utility Offering
In The News