Overview
S Balance
0 S
S Value
$0.00More Info
Private Name Tags
ContractCreator
Loading...
Loading
Contract Name:
ChildChainMinterInterface
Compiler Version
v0.8.19+commit.7dd6d404
Optimization Enabled:
Yes with 200 runs
Other Settings:
default evmVersion
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: BUSL-1.1 pragma solidity ^0.8.19; contract ChildChainMinterInterface { address public solidBridge; address public voter; // ChildChain Voter contract address public base; // Solid uint256 public active_period; // Store active_period like minter event Mint(); event NotifyExec(uint256 indexed period, uint256 _amount); event Error(); function initialize( address _solidBridge, address _base, address _voter, uint256 _activePeriod ) public {} // In case rewards are stuck here should be nothing stored on this contract function recoverTokens(address _tokenAddress, uint256 _amount, address _to) external {} }
{ "optimizer": { "enabled": true, "runs": 200 }, "metadata": { "bytecodeHash": "none" }, "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "devdoc", "userdoc", "metadata", "abi" ] } }, "libraries": {} }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
[{"anonymous":false,"inputs":[],"name":"Error","type":"event"},{"anonymous":false,"inputs":[],"name":"Mint","type":"event"},{"anonymous":false,"inputs":[{"indexed":true,"internalType":"uint256","name":"period","type":"uint256"},{"indexed":false,"internalType":"uint256","name":"_amount","type":"uint256"}],"name":"NotifyExec","type":"event"},{"inputs":[],"name":"active_period","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"base","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"_solidBridge","type":"address"},{"internalType":"address","name":"_base","type":"address"},{"internalType":"address","name":"_voter","type":"address"},{"internalType":"uint256","name":"_activePeriod","type":"uint256"}],"name":"initialize","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[{"internalType":"address","name":"_tokenAddress","type":"address"},{"internalType":"uint256","name":"_amount","type":"uint256"},{"internalType":"address","name":"_to","type":"address"}],"name":"recoverTokens","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"solidBridge","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"voter","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"}]
Contract Creation Code
608060405234801561001057600080fd5b506101ad806100206000396000f3fe608060405234801561001057600080fd5b50600436106100625760003560e01c806346c96aac146100675780635001f3b51461009757806361b0a56e146100aa578063ae9fdb79146100bf578063cf756fdf146100d2578063d1399608146100e6575b600080fd5b60015461007a906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b60025461007a906001600160a01b031681565b6100bd6100b8366004610119565b505050565b005b60005461007a906001600160a01b031681565b6100bd6100e0366004610155565b50505050565b6100ef60035481565b60405190815260200161008e565b80356001600160a01b038116811461011457600080fd5b919050565b60008060006060848603121561012e57600080fd5b610137846100fd565b92506020840135915061014c604085016100fd565b90509250925092565b6000806000806080858703121561016b57600080fd5b610174856100fd565b9350610182602086016100fd565b9250610190604086016100fd565b939692955092936060013592505056fea164736f6c6343000813000a
Deployed Bytecode
0x608060405234801561001057600080fd5b50600436106100625760003560e01c806346c96aac146100675780635001f3b51461009757806361b0a56e146100aa578063ae9fdb79146100bf578063cf756fdf146100d2578063d1399608146100e6575b600080fd5b60015461007a906001600160a01b031681565b6040516001600160a01b0390911681526020015b60405180910390f35b60025461007a906001600160a01b031681565b6100bd6100b8366004610119565b505050565b005b60005461007a906001600160a01b031681565b6100bd6100e0366004610155565b50505050565b6100ef60035481565b60405190815260200161008e565b80356001600160a01b038116811461011457600080fd5b919050565b60008060006060848603121561012e57600080fd5b610137846100fd565b92506020840135915061014c604085016100fd565b90509250925092565b6000806000806080858703121561016b57600080fd5b610174856100fd565b9350610182602086016100fd565b9250610190604086016100fd565b939692955092936060013592505056fea164736f6c6343000813000a
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 30 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.