DSProxy
Verified contract
Proxy
Active on
Ethereum with 25 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
0x0000…0000
0x6a93…a142
Balances ($0.00)
No balances found for "DSProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18760347 | a year ago | | | 0 | 0.010510809 | |
| 17868987 | a year ago | | | 0 | 0.014904502 | |
| 17363161 | 2 years ago | | | 0 | 0.010595870 | |
| 17363160 | 2 years ago | | | 0 | 0.010510215 | |
| 16433195 | 2 years ago | | | 0 | 0.023826739 | |
| 16432678 | 2 years ago | | | 0 | 0.0060794824 | |
| 16432668 | 2 years ago | | | 0 | 0.0063606950 | |
| 16432649 | 2 years ago | | | 0 | 0.22931753 | |
| 16432601 | 2 years ago | | | 0 | 0.0080633536 | |
| 16432593 | 2 years ago | | | 0 | 0.0063127820 |
ABI
ABI objects
Getter at block 21312695
authority() view returns (address)
0x0000000000000000000000000000000000000000
cache() view returns (address)
0x6a93b024c11d072c7c6ee0bb01ef65e1d0f8a142
owner() view returns (address)
0x59764752722f0867908ccee73aadc3077180cf4d
FACTORY() view returns (address)
[unknown]
Read-only
This contract contains no read-only function objects.
State-modifying
Events execute(address _target, bytes _data) payable returns (bytes response)
execute(bytes _code, bytes _data, bool bools) payable returns (address target, bytes response)
setAuthority(address authority_)
setCache(address _cacheAddr) returns (bool)
setOwner(address owner_)
addTokenToWhitelist(address crp, uint256[] sort, address[] token)
approveUnderlying(address rebalanceAdapter, address etf, address token, address spender, uint256 amount)
autoExitSmartPool(address pool, uint256 poolAmountIn, uint256[] minAmountsOut, uint256 minSwapReturn, address handleToken, struct IAggregatorSwapInfoBase swapBase, struct IAggregatorSwapData[] swapDatas)
autoJoinSmartPool(address pool, address kol, uint256 issueAmount, uint256 poolAmountOut, address handleToken, struct IAggregatorSwapInfoBase swapBase, struct IAggregatorSwapData[] swapDatas)
claimKolReward(address pool)
claimManagementFee(address crp)
claimManagersReward(address vault_, address pool)
create(address factory, address[] tokens, uint256[] balances, uint256[] weights, bool finalize) returns (address pool)
createSmartPool(address factory, address coreFactory, struct IConfigurableRightsPoolPoolParams poolParams, struct IConfigurableRightsPoolCrpParams crpParams, struct RightsManagerRights rights, struct SmartPoolManagerKolPoolParams kolPoolParams, address[] owners, uint256[] ownerPercentage, struct IConfigurableRightsPoolPoolTokenRange tokenRange) returns (address crp)
exitPool(address pool, uint256 poolAmountIn, uint256[] minAmountsOut)
finalize(address pool)
joinPool(address pool, uint256 poolAmountOut, uint256[] maxAmountsIn)
joinSmartPool(address pool, uint256 poolAmountOut, uint256[] maxAmountsIn, address kol)
rebalance(address rebalanceAdapter, struct RebalaceAdapterRebalanceInfo rebalanceInfo)
removeWhitelistedLiquidityProvider(address crp, address provider)
setCap(address crp, uint256 newCap)
setController(address pool, address newController)
setManagersInfo(address pool, address[] _owners, uint256[] _ownerPercentage)
setPublicSwap(address pool, bool publicSwap)
snapshotBeginAssets(address pool)
snapshotEndAssets(address pool)
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.