ETH Price: $2,618.78 (+1.29%)
Gas: 1 Gwei

Contract

0xDB202e85ECdC12736595bB1027D590788D81e678
 

Overview

ETH Balance

0 ETH

Eth Value

$0.00

Multichain Info

No addresses found
Transaction Hash
Method
Block
From
To
0x60806040122804732021-04-21 1:04:181207 days ago1618967058IN
 Contract Creation
0 ETH0.01938024183

Advanced mode:
Parent Transaction Hash Block From To
View All Internal Transactions
Loading...
Loading

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0xd52022e0...61DcEF087
The constructor portion of the code might be different and could alter the actual behaviour of the contract

Contract Name:
PoolTest

Compiler Version
v0.7.6+commit.7338295f

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license
/**
 *Submitted for verification at Etherscan.io on 2021-04-21
*/

pragma solidity ^0.7.6;

/// @title Balancer Weighted Pool Proxy
/// @author Gauntlet
/// @dev This contract is used as a proxy to call the Balancer WeightedPools setSwapFee
contract PoolTest {
    uint public swapFeePercentage;
    function setSwapFeePercentage(uint256 _swapFeePercentage) public {
        swapFeePercentage = _swapFeePercentage;
    }
    function getSwapFeePercentage() view public returns (uint256){
        return swapFeePercentage;
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[],"name":"getSwapFeePercentage","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"uint256","name":"_swapFeePercentage","type":"uint256"}],"name":"setSwapFeePercentage","outputs":[],"stateMutability":"nonpayable","type":"function"},{"inputs":[],"name":"swapFeePercentage","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"}]

Deployed Bytecode

0x6080604052348015600f57600080fd5b5060043610603c5760003560e01c806338e9922e14604157806355c6762814606c578063a4ac0d49146088575b600080fd5b606a60048036036020811015605557600080fd5b810190808035906020019092919050505060a4565b005b607260ae565b6040518082815260200191505060405180910390f35b608e60b7565b6040518082815260200191505060405180910390f35b8060008190555050565b60008054905090565b6000548156fea2646970667358221220277139d21986f31edcc0be6b443d117a0c3d5d9f28a079ff88a9adb27d2f6f4964736f6c63430007060033

Deployed Bytecode Sourcemap

179:296:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;240:122;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;;368:104;;;:::i;:::-;;;;;;;;;;;;;;;;;;;204:29;;;:::i;:::-;;;;;;;;;;;;;;;;;;;240:122;336:18;316:17;:38;;;;240:122;:::o;368:104::-;421:7;447:17;;440:24;;368:104;:::o;204:29::-;;;;:::o

Swarm Source

ipfs://277139d21986f31edcc0be6b443d117a0c3d5d9f28a079ff88a9adb27d2f6f49

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
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.