DSProxy
Verified contract
Proxy
Active on
Ethereum with 58 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2712…0795
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DAI | ERC-20 | 0 | $1.001 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11435743 | 4 years ago | | | 0 | 0.012391344 | |
| 11423152 | 4 years ago | | | 0 | 0.0067119780 | |
| 11304687 | 4 years ago | | | 0 | 0.015489180 | |
| 11303616 | 4 years ago | | | 0 | 0.016930320 | |
| 10965084 | 4 years ago | | | 0 | 0.027568640 | |
| 10965079 | 4 years ago | | | 0 | 0.021893120 | |
| 10965071 | 4 years ago | | | 0 | 0.023360896 | |
| 10964890 | 4 years ago | | | 0 | 0.029034432 | |
| 10711449 | 4 years ago | | | 0 | 0.021027998 | |
| 10466361 | 4 years ago | | | 0 | 0.0066939000 |
ABI
ABI objects
Getter at block 21092490
authority() view returns (address)
0x0000000000000000000000000000000000000000
cache() view returns (address)
0x271293c67e2d3140a0e9381eff1f9b01e07b0795
owner() view returns (address)
0x64edca441aae7b3dda4b23f2cd6546c501ab894f
Read-only
This contract contains no read-only function objects.
State-modifying
Events execute(address _target, bytes _data) payable returns (bytes32 response)
execute(bytes _code, bytes _data) payable returns (address target, bytes32 response)
setAuthority(address authority_)
setCache(address _cacheAddr) returns (bool)
setOwner(address owner_)
applyAddToken(address crp, address token, uint256 tokenAmountIn)
commitAddToken(address crp, address token, uint256 balance, uint256 denormalizedWeight)
create(address factory, address[] tokens, uint256[] balances, uint256[] weights, uint256 swapFee, bool finalize) returns (address pool)
createSmartPool(address factory, address bFactory, struct ConfigurableRightsPoolPoolParams poolParams, struct ConfigurableRightsPoolCrpParams crpParams, struct RightsManagerRights rights) returns (address crp)
decreaseWeight(address crp, address token, uint256 newWeight, uint256 poolAmountIn)
finalize(address pool)
increaseWeight(address crp, address token, uint256 newWeight, uint256 tokenAmountIn)
joinPool(address pool, uint256 poolAmountOut, uint256[] maxAmountsIn)
joinSmartPool(address pool, uint256 poolAmountOut, uint256[] maxAmountsIn)
joinswapExternAmountIn(address pool, address token, uint256 tokenAmountIn, uint256 minPoolAmountOut)
removeToken(address crp, address token, uint256 poolAmountIn)
removeWhitelistedLiquidityProvider(address crp, address provider)
setCap(address crp, uint256 newCap)
setController(address pool, address newController)
setPublicSwap(address pool, bool publicSwap)
setSwapFee(address pool, uint256 newFee)
setTokens(address pool, address[] tokens, uint256[] balances, uint256[] denorms)
updateWeightsGradually(address crp, uint256[] newWeights, uint256 startBlock, uint256 endBlock)
whitelistLiquidityProvider(address crp, address provider)
LogNote(bytes4 indexed sig, address indexed guy, bytes32 indexed foo, bytes32 indexed bar, uint256 wad, bytes fax) anonymous
LogSetAuthority(address indexed authority)
LogSetOwner(address indexed owner)
constructor(address _cacheAddr)
fallback()
This contract contains no error objects.