More Info
Private Name Tags
ContractCreator
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Loading...
Loading
Contract Source Code Verified (Exact Match)
Contract Name:
GasPool
Compiler Version
v0.8.19+commit.7dd6d404
Contract Source Code (Solidity Standard Json-Input format)
// SPDX-License-Identifier: MIT pragma solidity 0.8.19; /** @title Prisma Gas Pool @notice Placeholder contract for tokens to be used as gas compensation See https://github.com/liquity/dev#gas-compensation */ contract GasPool { // do nothing, as the core contracts have permission to send to and burn from this address }
{ "evmVersion": "paris", "optimizer": { "enabled": true, "runs": 200 }, "libraries": { "GasPool.sol": {} }, "outputSelection": { "*": { "*": [ "evm.bytecode", "evm.deployedBytecode", "devdoc", "userdoc", "metadata", "abi" ] } } }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract Creation Code
6080604052348015600f57600080fd5b50603f80601d6000396000f3fe6080604052600080fdfea2646970667358221220f4f54c8980180450a5fbcc45cde13791a0eb5d4848047f480c515e361166e31264736f6c63430008130033
Deployed Bytecode
0x6080604052600080fdfea2646970667358221220f4f54c8980180450a5fbcc45cde13791a0eb5d4848047f480c515e361166e31264736f6c63430008130033
Loading...
Loading
Loading...
Loading
Loading...
Loading
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.