Overview ERC20
PRICE
n/a

ON-CHAIN MARKET CAP n/a

Total Supply:
420,690,000,000,000.00 RIZZ

Holders:
25
Profile Summary
Blockchain:
Ethereum (1)


Decimals:
18
Contract Source Code Verified (Partial Match)
Contract Name:
RIZZ

Compiler Version
v0.4.26+commit.4563c3fc

Optimization Enabled:
Yes with 200 runs

Created At:
Mon, 03 Jun 2024 11:07:35 GMT
RIZZ.sol
RIZZ.sol
RIZZ.sol


Contract ABI
[
  {
    "constant": true,
    "inputs": [],
    "name": "name",
    "outputs": [
      {
        "name": "",
        "type": "string"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "spender",
        "type": "address"
      },
      {
        "name": "value",
        "type": "uint256"
      }
    ],
    "name": "approve",
    "outputs": [
      {
        "name": "",
        "type": "bool"
      }
    ],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "totalSupply",
    "outputs": [
      {
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "receivers",
        "type": "address[]"
      },
      {
        "name": "amounts",
        "type": "uint256[]"
      }
    ],
    "name": "multiTransfer",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "from",
        "type": "address"
      },
      {
        "name": "to",
        "type": "address"
      },
      {
        "name": "value",
        "type": "uint256"
      }
    ],
    "name": "transferFrom",
    "outputs": [
      {
        "name": "",
        "type": "bool"
      }
    ],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "decimals",
    "outputs": [
      {
        "name": "",
        "type": "uint8"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "spender",
        "type": "address"
      },
      {
        "name": "addedValue",
        "type": "uint256"
      }
    ],
    "name": "increaseAllowance",
    "outputs": [
      {
        "name": "",
        "type": "bool"
      }
    ],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "amount",
        "type": "uint256"
      }
    ],
    "name": "burn",
    "outputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [
      {
        "name": "player",
        "type": "address"
      }
    ],
    "name": "balanceOf",
    "outputs": [
      {
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [],
    "name": "symbol",
    "outputs": [
      {
        "name": "",
        "type": "string"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "spender",
        "type": "address"
      },
      {
        "name": "subtractedValue",
        "type": "uint256"
      }
    ],
    "name": "decreaseAllowance",
    "outputs": [
      {
        "name": "",
        "type": "bool"
      }
    ],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "to",
        "type": "address"
      },
      {
        "name": "value",
        "type": "uint256"
      }
    ],
    "name": "transfer",
    "outputs": [
      {
        "name": "",
        "type": "bool"
      }
    ],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "constant": false,
    "inputs": [
      {
        "name": "spender",
        "type": "address"
      },
      {
        "name": "tokens",
        "type": "uint256"
      },
      {
        "name": "data",
        "type": "bytes"
      }
    ],
    "name": "approveAndCall",
    "outputs": [
      {
        "name": "",
        "type": "bool"
      }
    ],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "function"
  },
  {
    "constant": true,
    "inputs": [
      {
        "name": "player",
        "type": "address"
      },
      {
        "name": "spender",
        "type": "address"
      }
    ],
    "name": "allowance",
    "outputs": [
      {
        "name": "",
        "type": "uint256"
      }
    ],
    "payable": false,
    "stateMutability": "view",
    "type": "function"
  },
  {
    "inputs": [],
    "payable": false,
    "stateMutability": "nonpayable",
    "type": "constructor"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": true,
        "name": "from",
        "type": "address"
      },
      {
        "indexed": true,
        "name": "to",
        "type": "address"
      },
      {
        "indexed": false,
        "name": "value",
        "type": "uint256"
      }
    ],
    "name": "Transfer",
    "type": "event"
  },
  {
    "anonymous": false,
    "inputs": [
      {
        "indexed": true,
        "name": "owner",
        "type": "address"
      },
      {
        "indexed": true,
        "name": "spender",
        "type": "address"
      },
      {
        "indexed": false,
        "name": "value",
        "type": "uint256"
      }
    ],
    "name": "Approval",
    "type": "event"
  }
]


Contract Creation Code
608060405260028054600160a060020a031916331790556d14bddab3e51a57cff87a5000000060035534801561003457600080fd5b5060035433600081815260208181526040808320859055805194855251929391927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9281900390910190a3610aad8061008e6000396000f3006080604052600436106100cf5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166306fdde0381146100d4578063095ea7b31461015e57806318160ddd146101965780631e89d545146101bd57806323b872dd1461024d578063313ce5671461027757806339509351146102a257806342966c68146102c657806370a08231146102de57806395d89b41146102ff578063a457c2d714610314578063a9059cbb14610338578063cae9ca511461035c578063dd62ed3e1461038d575b600080fd5b3480156100e057600080fd5b506100e96103b4565b6040805160208082528351818301528351919283929083019185019080838360005b8381101561012357818101518382015260200161010b565b50505050905090810190601f1680156101505780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b34801561016a57600080fd5b50610182600160a060020a03600435166024356103eb565b604080519115158252519081900360200190f35b3480156101a257600080fd5b506101ab610469565b60408051918252519081900360200190f35b3480156101c957600080fd5b506040805160206004803580820135838102808601850190965280855261024b95369593946024949385019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a99890198929750908201955093508392508501908490808284375094975061046f9650505050505050565b005b34801561025957600080fd5b50610182600160a060020a03600435811690602435166044356104c1565b34801561028357600080fd5b5061028c610636565b6040805160ff9092168252519081900360200190f35b3480156102ae57600080fd5b50610182600160a060020a036004351660243561063b565b3480156102d257600080fd5b5061024b6004356106eb565b3480156102ea57600080fd5b506101ab600160a060020a0360043516610794565b34801561030b57600080fd5b506100e96107af565b34801561032057600080fd5b50610182600160a060020a03600435166024356107e6565b34801561034457600080fd5b50610182600160a060020a0360043516602435610831565b34801561036857600080fd5b5061018260048035600160a060020a0316906024803591604435918201910135610910565b34801561039957600080fd5b506101ab600160a060020a0360043581169060243516610a28565b60408051808201909152600881527f52697a7a436f696e000000000000000000000000000000000000000000000000602082015281565b6000600160a060020a038316151561040257600080fd5b336000818152600160209081526040808320600160a060020a03881680855290835292819020869055805186815290519293927f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925929181900390910190a350600192915050565b60035490565b60005b82518110156104bc576104b3838281518110151561048c57fe5b9060200190602002015183838151811015156104a457fe5b90602001906020020151610831565b50600101610472565b505050565b600160a060020a0383166000908152602081905260408120548211156104e657600080fd5b600160a060020a038416600090815260016020908152604080832033845290915290205482111561051657600080fd5b600160a060020a038316151561052b57600080fd5b600160a060020a038416600090815260208190526040902054610554908363ffffffff610a5316565b600160a060020a038086166000908152602081905260408082209390935590851681522054610589908363ffffffff610a6816565b600160a060020a038085166000908152602081815260408083209490945591871681526001825282812033825290915220546105cb908363ffffffff610a5316565b600160a060020a03808616600081815260016020908152604080832033845282529182902094909455805186815290519287169391927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef929181900390910190a35060019392505050565b601281565b6000600160a060020a038316151561065257600080fd5b336000908152600160209081526040808320600160a060020a0387168452909152902054610686908363ffffffff610a6816565b336000818152600160209081526040808320600160a060020a0389168085529083529281902085905580519485525191937f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925929081900390910190a350600192915050565b8015156106f757600080fd5b3360009081526020819052604090205481111561071357600080fd5b600354610726908263ffffffff610a5316565b60035533600090815260208190526040902054610749908263ffffffff610a5316565b33600081815260208181526040808320949094558351858152935191937fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef929081900390910190a350565b600160a060020a031660009081526020819052604090205490565b60408051808201909152600481527f52495a5a00000000000000000000000000000000000000000000000000000000602082015281565b6000600160a060020a03831615156107fd57600080fd5b336000908152600160209081526040808320600160a060020a0387168452909152902054610686908363ffffffff610a5316565b3360009081526020819052604081205482111561084d57600080fd5b600160a060020a038316151561086257600080fd5b33600090815260208190526040902054610882908363ffffffff610a5316565b3360009081526020819052604080822092909255600160a060020a038516815220546108b4908363ffffffff610a6816565b600160a060020a038416600081815260208181526040918290209390935580518581529051919233927fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef9281900390910190a350600192915050565b336000818152600160209081526040808320600160a060020a038916808552908352818420889055815188815291519394909390927f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925928290030190a36040517f8f4ffcb1000000000000000000000000000000000000000000000000000000008152336004820181815260248301879052306044840181905260806064850190815260848501879052600160a060020a038a1694638f4ffcb194938a93928a928a92919060a40184848082843782019150509650505050505050600060405180830381600087803b158015610a0557600080fd5b505af1158015610a19573d6000803e3d6000fd5b50600198975050505050505050565b600160a060020a03918216600090815260016020908152604080832093909416825291909152205490565b600082821115610a6257600080fd5b50900390565b600082820183811015610a7a57600080fd5b93925050505600a165627a7a7230582094262bd23a436a2f459d9e2f45e2833f558e5cd8dd2c463deb9bbbd9213cf2420029