ClipperDirect Pool Token
Verified contract
Active on
Ethereum with 4,735 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
Balances ($351.78)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 0.002017 | $95,168.00 |
$191.97 | |
WETH | ERC-20 | 0.027986 | $3,614.72 |
$101.16 | |
USDC | ERC-20 | 24.782506 | $0.999425 |
$24.77 | |
DAI | ERC-20 | 18.658997 | $0.99953 |
$18.65 | |
USDT | ERC-20 | 15.243985 | $0.999687 |
$15.24 | |
TetherLP.com | ERC-20 | 400 | -- | -- | |
TetherClaims.com | ERC-20 | 400 | -- | -- | |
CLPRDRPL | ERC-20 | 250.723198 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20251305 | 5 months ago | | | 0 | 0.000029522153 | |
| 20061147 | 6 months ago | | | 0 | 0.0013357343 | |
| 18355409 | a year ago | | | 0 | 0.0014785361 | |
| 18080558 | a year ago | | | 0 | 0.0031153790 | |
| 17997101 | a year ago | | | 0 | 0.0031869324 | |
| 17898780 | a year ago | | | 0 | 0.0036294413 | |
| 17777064 | a year ago | | | 0 | 0.0012500460 | |
| 17706165 | a year ago | | | 0 | 0.0010754780 | |
| 17677669 | a year ago | | | 0 | 0.0015073381 | |
| 17548560 | a year ago | | | 0 | 0.00036486275 |
ABI
ABI objects
Getter at block 21313896 allTokensBalance() view returns (uint256[], address[], uint256)
DESIGNATED_SIGNER() view returns (address)
0x08938a61ba9523298dbcacee0cda5b371fb7f1f8
WRAPPER_CONTRACT() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
decimals() view returns (uint8)
18
nTokens() view returns (uint256)
5
name() view returns (string)
ClipperDirect Pool Token
owner() view returns (address)
0x6538118df30c16e638ada9b2ee36d71d95c85600
symbol() view returns (string)
CLPRDRPL
totalSupply() view returns (uint256)
280992807403292459008
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
canUnlockDeposit(address theAddress) view returns (bool)
getLastBalance(address token) view returns (uint256)
isToken(address token) view returns (bool)
lastBalances(address) view returns (uint256)
tokenAt(uint256 i) view returns (address)
vestingDeposits(address) view returns (uint256 lockedUntil, uint256 poolTokenAmount)
State-modifying
Events addAsset(address token)
approve(address spender, uint256 amount) returns (bool)
burnToWithdraw(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(address sender, uint256[] depositAmounts, uint256 nDays, uint256 poolTokens, uint256 goodUntil, struct ClipperCommonExchangeSignature theSignature) payable
depositSingleAsset(address sender, address inputToken, uint256 inputAmount, uint256 nDays, uint256 poolTokens, uint256 goodUntil, struct ClipperCommonExchangeSignature theSignature) payable
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
sellEthForToken(address outputToken, uint256 inputAmount, uint256 outputAmount, uint256 goodUntil, address destinationAddress, struct ClipperCommonExchangeSignature theSignature, bytes auxiliaryData) payable
sellTokenForEth(address inputToken, uint256 inputAmount, uint256 outputAmount, uint256 goodUntil, address destinationAddress, struct ClipperCommonExchangeSignature theSignature, bytes auxiliaryData)
swap(address inputToken, address outputToken, uint256 inputAmount, uint256 outputAmount, uint256 goodUntil, address destinationAddress, struct ClipperCommonExchangeSignature theSignature, bytes auxiliaryData)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
transmitAndDeposit(uint256[] depositAmounts, uint256 nDays, uint256 poolTokens, uint256 goodUntil, struct ClipperCommonExchangeSignature theSignature)
transmitAndDepositSingleAsset(address inputToken, uint256 inputAmount, uint256 nDays, uint256 poolTokens, uint256 goodUntil, struct ClipperCommonExchangeSignature theSignature)
transmitAndSellTokenForEth(address inputToken, uint256 inputAmount, uint256 outputAmount, uint256 goodUntil, address destinationAddress, struct ClipperCommonExchangeSignature theSignature, bytes auxiliaryData)
transmitAndSwap(address inputToken, address outputToken, uint256 inputAmount, uint256 outputAmount, uint256 goodUntil, address destinationAddress, struct ClipperCommonExchangeSignature theSignature, bytes auxiliaryData)
unlockDeposit() returns (uint256 poolTokens)
withdrawSingleAsset(address tokenHolder, uint256 poolTokenAmountToBurn, address assetAddress, uint256 assetAmount, uint256 goodUntil, struct ClipperCommonExchangeSignature theSignature)
Approval(address indexed owner, address indexed spender, uint256 value)
AssetWithdrawn(address indexed withdrawer, uint256 poolTokens, address indexed assetAddress, uint256 assetAmount)
Deposited(address indexed depositor, uint256 poolTokens, uint256 nDays)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Swapped(address indexed inAsset, address indexed outAsset, address indexed recipient, uint256 inAmount, uint256 outAmount, bytes auxiliaryData)
Transfer(address indexed from, address indexed to, uint256 value)
Withdrawn(address indexed withdrawer, uint256 poolTokens, uint256 fractionOfPool)
constructor(address theSigner, address theWrapper, address[] tokens)
receive()
This contract contains no error objects.