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.6.11+commit.5ef660b1
Contract Source Code (Solidity)
/** *Submitted for verification at Etherscan.io on 2021-04-06 */ // SPDX-License-Identifier: MIT pragma solidity 0.6.11; /** * The purpose of this contract is to hold LUSD tokens for gas compensation: * https://github.com/liquity/dev#gas-compensation * When a borrower opens a trove, an additional 50 LUSD debt is issued, * and 50 LUSD is minted and sent to this contract. * When a borrower closes their active trove, this gas compensation is refunded: * 50 LUSD is burned from the this contract's balance, and the corresponding * 50 LUSD debt on the trove is cancelled. * See this issue for more context: https://github.com/liquity/dev/issues/186 */ contract GasPool { // do nothing, as the core contracts have permission to send to and burn from this address }
Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract Creation Code
6080604052348015600f57600080fd5b50603f80601d6000396000f3fe6080604052600080fdfea2646970667358221220470db88d133bba5fd53927e2c439fff0a57a527a37b494e58b244f2aa7feb11b64736f6c634300060b0033
Deployed Bytecode
0x6080604052600080fdfea2646970667358221220470db88d133bba5fd53927e2c439fff0a57a527a37b494e58b244f2aa7feb11b64736f6c634300060b0033
Deployed Bytecode Sourcemap
613:117:0:-:0;;;;;
Swarm Source
ipfs://470db88d133bba5fd53927e2c439fff0a57a527a37b494e58b244f2aa7feb11b
Loading...
Loading
Loading...
Loading
Multichain Portfolio | 31 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|---|---|---|---|---|
ETH | 100.00% | $0.996869 | 53,600 | $53,432.16 |
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.