Source Code
Overview
ETH Balance
0 ETH
More Info
ContractCreator
Multichain Info
N/A
Latest 25 from a total of 105,731 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Set Color Lump | 5880763 | 273 days ago | IN | 0 ETH | 0.02424264 | ||||
Set Color Lump | 5880760 | 273 days ago | IN | 0 ETH | 0.009234 | ||||
Set Color Lump | 5880653 | 273 days ago | IN | 0 ETH | 0.0095376 | ||||
Set Color Lump | 5874020 | 275 days ago | IN | 0 ETH | 0.02424264 | ||||
Set Color Lump | 5871648 | 275 days ago | IN | 0 ETH | 0.009234 | ||||
Set Color Lump | 5871646 | 275 days ago | IN | 0 ETH | 0.009234 | ||||
Set Color Lump | 5866851 | 276 days ago | IN | 0 ETH | 0.00041133 | ||||
Set Color Lump | 5866851 | 276 days ago | IN | 0 ETH | 0.00041133 | ||||
Set Color Lump | 5866851 | 276 days ago | IN | 0 ETH | 0.00037696 | ||||
Set Color Lump | 5866850 | 276 days ago | IN | 0 ETH | 0.0004547 | ||||
Set Color Lump | 5866850 | 276 days ago | IN | 0 ETH | 0.00040475 | ||||
Set Color Lump | 5866850 | 276 days ago | IN | 0 ETH | 0.00045101 | ||||
Set Color Lump | 5866848 | 276 days ago | IN | 0 ETH | 0.00072542 | ||||
Set Color Lump | 5866848 | 276 days ago | IN | 0 ETH | 0.00053598 | ||||
Set Color Lump | 5866847 | 276 days ago | IN | 0 ETH | 0.0004406 | ||||
Set Color Lump | 5866847 | 276 days ago | IN | 0 ETH | 0.0004818 | ||||
Set Color Lump | 5866847 | 276 days ago | IN | 0 ETH | 0.00053688 | ||||
Set Color Lump | 5866846 | 276 days ago | IN | 0 ETH | 0.00053532 | ||||
Set Color Lump | 5866846 | 276 days ago | IN | 0 ETH | 0.00053532 | ||||
Set Color Lump | 5866845 | 276 days ago | IN | 0 ETH | 0.0005555 | ||||
Set Color Lump | 5866845 | 276 days ago | IN | 0 ETH | 0.0005555 | ||||
Set Color Lump | 5866844 | 276 days ago | IN | 0 ETH | 0.00056546 | ||||
Set Color Lump | 5866844 | 276 days ago | IN | 0 ETH | 0.00053626 | ||||
Set Color Lump | 5866844 | 276 days ago | IN | 0 ETH | 0.00056546 | ||||
Set Color Lump | 5866843 | 276 days ago | IN | 0 ETH | 0.00058307 |
Loading...
Loading
Contract Source Code Verified (Exact Match)
Contract Name:
WonderColorLump
Compiler Version
v0.8.24+commit.e11b9ed9
Optimization Enabled:
Yes with 1000 runs
Other Settings:
paris EvmVersion
Contract Source Code (Solidity Standard Json-Input format)
//SPDX-License-Identifier: MIT // @author = waves parameter-free verify prod ! pragma solidity ^0.8.0; contract WonderColorLump { struct ColorLump { uint x; uint y; uint r; uint g; uint b; } event colorLumpData( ColorLump oldData, address sender ); ColorLump public colorLump; function setColorLump(uint _x, uint _y, uint _r, uint _g, uint _b) public { colorLump = ColorLump(_x, _y, _r, _g, _b); emit colorLumpData( colorLump, msg.sender ); } }
{ "optimizer": { "enabled": true, "runs": 1000 }, "evmVersion": "paris", "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "devdoc", "userdoc", "metadata", "abi" ] } }, "libraries": {} }
[{"anonymous":false,"inputs":[{"components":[{"internalType":"uint256","name":"x","type":"uint256"},{"internalType":"uint256","name":"y","type":"uint256"},{"internalType":"uint256","name":"r","type":"uint256"},{"internalType":"uint256","name":"g","type":"uint256"},{"internalType":"uint256","name":"b","type":"uint256"}],"indexed":false,"internalType":"struct WonderColorLump.ColorLump","name":"oldData","type":"tuple"},{"indexed":false,"internalType":"address","name":"sender","type":"address"}],"name":"colorLumpData","type":"event"},{"inputs":[],"name":"colorLump","outputs":[{"internalType":"uint256","name":"x","type":"uint256"},{"internalType":"uint256","name":"y","type":"uint256"},{"internalType":"uint256","name":"r","type":"uint256"},{"internalType":"uint256","name":"g","type":"uint256"},{"internalType":"uint256","name":"b","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_x","type":"uint256"},{"internalType":"uint256","name":"_y","type":"uint256"},{"internalType":"uint256","name":"_r","type":"uint256"},{"internalType":"uint256","name":"_g","type":"uint256"},{"internalType":"uint256","name":"_b","type":"uint256"}],"name":"setColorLump","outputs":[],"stateMutability":"nonpayable","type":"function"}]
Contract Creation Code
608060405234801561001057600080fd5b506101a0806100206000396000f3fe608060405234801561001057600080fd5b50600436106100365760003560e01c80632e90677d1461003b578063caa018fb14610081575b600080fd5b600054600154600254600354600454610055949392919085565b604080519586526020860194909452928401919091526060830152608082015260a00160405180910390f35b61009461008f36600461012f565b610096565b005b6040805160a0808201835287825260208083018890528284018790526060808401879052608093840186905260008a9055600189905560028890556003879055600486905584518a81529182018990528185018890528101869052918201849052339082015290517f0dc4933af8f99cae57f46450eb0bd37584634ccef252b43fe9585d7a04044a4c9181900360c00190a15050505050565b600080600080600060a0868803121561014757600080fd5b50508335956020850135955060408501359460608101359450608001359250905056fea2646970667358221220632d065f353755fdab15eb5183fd91a25cd4f43b88b16353d044f66a44e4433364736f6c63430008180033
Deployed Bytecode
0x608060405234801561001057600080fd5b50600436106100365760003560e01c80632e90677d1461003b578063caa018fb14610081575b600080fd5b600054600154600254600354600454610055949392919085565b604080519586526020860194909452928401919091526060830152608082015260a00160405180910390f35b61009461008f36600461012f565b610096565b005b6040805160a0808201835287825260208083018890528284018790526060808401879052608093840186905260008a9055600189905560028890556003879055600486905584518a81529182018990528185018890528101869052918201849052339082015290517f0dc4933af8f99cae57f46450eb0bd37584634ccef252b43fe9585d7a04044a4c9181900360c00190a15050505050565b600080600080600060a0868803121561014757600080fd5b50508335956020850135955060408501359460608101359450608001359250905056fea2646970667358221220632d065f353755fdab15eb5183fd91a25cd4f43b88b16353d044f66a44e4433364736f6c63430008180033
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.