@settlemint/solidity-token-erc20-crowdsale
Version:
Smart contract set to build an ERC20 token sale in SettleMint
44 lines (43 loc) • 1.24 kB
JSON
{
"_format": "hh-sol-artifact-1",
"contractName": "SafeERC20",
"sourceName": "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol",
"abi": [
{
"inputs": [
{
"internalType": "address",
"name": "spender",
"type": "address"
},
{
"internalType": "uint256",
"name": "currentAllowance",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "requestedDecrease",
"type": "uint256"
}
],
"name": "SafeERC20FailedDecreaseAllowance",
"type": "error"
},
{
"inputs": [
{
"internalType": "address",
"name": "token",
"type": "address"
}
],
"name": "SafeERC20FailedOperation",
"type": "error"
}
],
"bytecode": "0x60808060405234601757603a9081601d823930815050f35b600080fdfe600080fdfea26469706673582212209e2e453fc0911a3f1f8528ff26a0fbe433a7b4bee7fe9426dc7bbfbbfac089d264736f6c634300081b0033",
"deployedBytecode": "0x600080fdfea26469706673582212209e2e453fc0911a3f1f8528ff26a0fbe433a7b4bee7fe9426dc7bbfbbfac089d264736f6c634300081b0033",
"linkReferences": {},
"deployedLinkReferences": {}
}