Overview
POL Balance
POL Value
$0.00More Info
Private Name Tags
ContractCreator
Loading...
Loading
Contract Name:
testContract
Compiler Version
v0.8.10+commit.fc410830
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: AGPLv3 pragma solidity 0.8.10; contract testContract { event testEvent(address indexed _from, uint256 _value); function randomFunction(uint256 x, address y) public returns (bool) { emit testEvent(y, x); return true; } }
{ "evmVersion": "istanbul", "optimizer": { "enabled": true, "runs": 200 }, "libraries": { "testContract.sol": {} }, "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "devdoc", "userdoc", "metadata", "abi" ] } } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"anonymous":false,"inputs":[{"indexed":true,"internalType":"address","name":"_from","type":"address"},{"indexed":false,"internalType":"uint256","name":"_value","type":"uint256"}],"name":"testEvent","type":"event"},{"inputs":[{"internalType":"uint256","name":"x","type":"uint256"},{"internalType":"address","name":"y","type":"address"}],"name":"randomFunction","outputs":[{"internalType":"bool","name":"","type":"bool"}],"stateMutability":"nonpayable","type":"function"}]
Contract Creation Code
608060405234801561001057600080fd5b5061010d806100206000396000f3fe6080604052348015600f57600080fd5b506004361060285760003560e01c806357424f6614602d575b600080fd5b603c6038366004609d565b6050565b604051901515815260200160405180910390f35b6000816001600160a01b03167f354f34b6e7eb7ba84aa1c438ed6490b3d92199b9b43e01528d6c9e792c3b4d2884604051608c91815260200190565b60405180910390a250600192915050565b6000806040838503121560af57600080fd5b8235915060208301356001600160a01b038116811460cc57600080fd5b80915050925092905056fea2646970667358221220db55992498c7da17058875530017754806f8b628c3152743a7f439b969a7d52c64736f6c634300080a0033
Deployed Bytecode
0x6080604052348015600f57600080fd5b506004361060285760003560e01c806357424f6614602d575b600080fd5b603c6038366004609d565b6050565b604051901515815260200160405180910390f35b6000816001600160a01b03167f354f34b6e7eb7ba84aa1c438ed6490b3d92199b9b43e01528d6c9e792c3b4d2884604051608c91815260200190565b60405180910390a250600192915050565b6000806040838503121560af57600080fd5b8235915060208301356001600160a01b038116811460cc57600080fd5b80915050925092905056fea2646970667358221220db55992498c7da17058875530017754806f8b628c3152743a7f439b969a7d52c64736f6c634300080a0033
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 34 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
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.