ClipperDirect Pool Token
Verified contract
Active on
Ethereum with 5,418 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 ($14,894.98)
Native
Value
$58.28
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01866 | $3,122.98 |
$58.28 | |
WBTC | ERC-20 | 0.08322 | $91,709.00 |
$7,631.99 | |
WETH | ERC-20 | 1.337221 | $3,122.38 |
$4,175.31 | |
USDC | ERC-20 | 1.287465K | $0.999271 |
$1,286.53 | |
DAI | ERC-20 | 962.728903 | $0.999005 |
$961.77 | |
USDT | ERC-20 | 781.325424 | $0.999719 |
$781.11 | |
CLPRDRPL | ERC-20 | 3.384593K | -- | -- | |
$ Evmosia.com | ERC-20 | 2.5K | -- | -- | |
StableDAI.com | ERC-20 | 404 | -- | -- | |
daiblack.com | ERC-20 | 150 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21097569 | 17 days ago | | | 0 | 0.00017056136 | |
| 21043743 | 25 days ago | | | 0 | 0.00038447720 | |
| 21043741 | 25 days ago | | | 0 | 0.00039009491 | |
| 21039604 | 25 days ago | | | 0 | 0.0014513384 | |
| 20576824 | 3 months ago | | | 0 | 0.000020210521 | |
| 20388482 | 4 months ago | | | 0 | 0.00026796073 | |
| 20372988 | 4 months ago | | | 0 | 0.00040525668 | |
| 20372982 | 4 months ago | | | 0 | 0.000072987331 | |
| 20372967 | 4 months ago | | | 0 | 0.00010777162 | |
| 20356893 | 4 months ago | | | 0 | 0.00035476057 |
ABI
ABI objects
Getter at block 21220833 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)
0xd8cc0304de58fce5147796606db14500d94b5ef2
symbol() view returns (string)
CLPRDRPL
totalSupply() view returns (uint256)
7080659672164574586163
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)
unpackGoodUntil(uint256 packedGoodUntil) pure returns (uint256 pX, uint256 pY, uint256 wX, uint256 wY, uint256 k)
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 to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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()
PRBMathSD59x18__Exp2InputTooBig(int256 x)
PRBMathSD59x18__LogInputTooSmall(int256 x)