CopperProxyV2
Verified contract
Active on
Ethereum with 1,344 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 0.000385 | $0.999566 |
$0 | |
DAI | ERC-20 | 0 | $0.99983 |
$0 | |
⚗️ | ERC-20 | 0 | $0.852283 |
$0 | |
WETH | ERC-20 | 0 | $3,735.35 |
$0 | |
ASTEROID_LBP | ERC-20 | 603.905584T | -- | -- | |
ULTRA_LBP | ERC-20 | 520.720117T | -- | -- | |
LCH_LBP | ERC-20 | 161.346478T | -- | -- | |
| ERC-20 | 1.31813T | -- | -- | |
SFU_LBP | ERC-20 | 999.992253B | -- | -- | |
HOOT_LBP | ERC-20 | 928.96904B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18744161 | a year ago | | | 0 | 0.0092684912 | |
| 17062433 | 2 years ago | | | 0 | 0.0046309978 | |
| 17062417 | 2 years ago | | | 0 | 0.0055882373 | |
| 17062407 | 2 years ago | | | 0 | 0.0049725808 | |
| 17062402 | 2 years ago | | | 0 | 0.0060901349 | |
| 16871684 | 2 years ago | | | 0 | 0.00073111622 | |
| 16809959 | 2 years ago | | | 0 | 0.0053566366 | |
| 16809956 | 2 years ago | | | 0 | 0.00066322299 | |
| 16808911 | 2 years ago | | | 0 | 0.0061005972 | |
| 16808903 | 2 years ago | | | 0 | 0.00082528259 |
ABI
ABI objects
Getter at block 21328937 getPools() view returns (address[] pools)
LBPFactoryAddress() view returns (address)
0x0f3e0c4218b7b0108a3643cfe9d3ec0d4f57c54e
VAULT() view returns (address)
0xba12222222228d8ba445958a75a0704d566bf2c8
blockListAddress() view returns (address)
0xdaedc304d3f53ac804e62bce2761de35b69f559f
getFeeRecipients() view returns (address[] recipients)
[0x226e0bA7ECc0220648197eeF16c980dD97D1eFeC, 0x5bfFbB1278dB2f5A5D53AefDd9656C574b599f5e, 0x4fb0ee5A0aeCb90276B04CcbF18C849607F00e06, 0x111919f126a6cc2f934e0797FcF18aB548BAC7FA, 0x10A19e7eE7d7F8a52822f6817de8ea18204F2e4f]
owner() view returns (address)
0x226e0ba7ecc0220648197eef16c980dd97d1efec
platformAccessFeeBPS() view returns (uint256)
200
poolCount() view returns (uint256 count)
367
Read-only
getBPTTokenBalance(address pool) view returns (uint256 bptBalance)
getPoolAt(uint256 index) view returns (address pool)
getPoolData(address pool) view returns (struct CopperProxyV2PoolData poolData)
getRecipientShareBPS(address recipientAddress) view returns (uint256 shareSize)
isPool(address pool) view returns (bool valid)
State-modifying
Events createLBP(struct CopperProxyV2PoolConfig poolConfig) returns (address)
exitPool(address pool, uint256 maxBPTTokenOut, bool isStandardFee)
renounceOwnership()
setSwapEnabled(address pool, bool swapEnabled)
skim(address token, address recipient)
transferOwnership(address newOwner)
transferPoolOwnership(address pool, address newOwner)
updateBlocklistAddress(address contractAddress)
updateRecipients(address[] recipients, uint256[] recipientShareBPS)
GradualWeightUpdateScheduled(address indexed pool, uint256 startTime, uint256 endTime, uint256[] endWeights)
JoinedPool(address indexed pool, address[] tokens, uint256[] amounts, bytes userData)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PoolCreated(address indexed pool, bytes32 poolId, string name, string symbol, address[] tokens, uint256[] weights, uint256 swapFeePercentage, address owner, bool swapEnabledOnStart)
RecipientsUpdated(address[] recipients, uint256[] recipientShareBPS)
Skimmed(address token, address to, uint256 balance)
SwapEnabledSet(address indexed pool, bool swapEnabled)
TransferredFee(address indexed pool, address token, address feeRecipient, uint256 feeAmount)
TransferredPoolOwnership(address indexed pool, address previousOwner, address newOwner)
TransferredToken(address indexed pool, address token, address to, uint256 amount)
constructor(uint256 _platformAccessFeeBPS, address _LBPFactoryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.