Clipper Pool Token
Verified contract
Active on
Ethereum with 9,607 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2e9c…5bc9
-
variable spans 1 additional slot
0x5f4e…8419
Balances ($298,825.73)
Native
Value
$67,800.68
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 20.612935 | $3,289.23 |
$67,800.68 | |
WBTC | ERC-20 | 1.539907 | $97,416.00 |
$150,011.53 | |
USDC | ERC-20 | 32.448044K | $0.997736 |
$32,374.58 | |
USDT | ERC-20 | 24.381208K | $0.999065 |
$24,358.41 | |
DAI | ERC-20 | 24.340539K | $0.997534 |
$24,280.52 | |
REDOX | ERC-20 | 2.552177M | -- | -- | |
$ | ERC-20 | 50K | -- | -- | |
BLUR | ERC-20 | 14.866601K | -- | -- | |
$ Evmosia.com | ERC-20 | 2.5K | -- | -- | |
TetherClaims.com | ERC-20 | 800 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20583461 | 3 months ago | | | 0 | 0.000036565500 | |
| 18293104 | a year ago | | | 0 | 0.00023376665 | |
| 16654539 | 2 years ago | | | 0 | 0.0010799232 | |
| 16650940 | 2 years ago | | | 0 | 0.0021661291 | |
| 16473116 | 2 years ago | | | 0 | 0.00082098795 | |
| 16471835 | 2 years ago | | | 0 | 0.0010274512 | |
| 16471476 | 2 years ago | | | 0 | 0.0017988882 | |
| 16225929 | 2 years ago | | | 0 | 0.00069991500 | |
| 16072826 | 2 years ago | | | 0 | 0.00062537475 | |
| 15934111 | 2 years ago | | | 0 | 0.0024538462 |
ABI
ABI objects
Getter at block 21243712
decimals() view returns (uint8)
18
depositContract() view returns (address)
0xbb09124743cf75dfafb22ef426503d377713b704
escapeContract() view returns (address)
0x63aa5efb93f7ce26d9f4dd5c8907294bebc33b94
ethOracle() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
exchangeInterfaceContract() view returns (address)
0x2e9c6dcdca22a5952a88c4b18edb5b54c5155bc9
fullyDilutedSupply() view returns (uint256)
1360198342153644240485
nTokens() view returns (uint256)
4
name() view returns (string)
Clipper Pool Token
owner() view returns (address)
0x6538118df30c16e638ada9b2ee36d71d95c85600
symbol() view returns (string)
CLPRPL
totalSupply() view returns (uint256)
1360198342153644240485
triage() view returns (address)
0x1113db6080ea2b9f92b2e9937ea712b3d730b3f1
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balancesAndMultipliers(address inputToken, address outputToken) view returns (uint256, uint256, uint256, uint256, uint256, uint256)
findBalanceAndMultiplier(address token) view returns (uint256 balance, uint256 M, uint256 marketWeight)
getMarketShare(address token) view returns (uint256)
getOracle(address token) view returns (address)
getSellQuote(address inputToken, address outputToken, uint256 sellAmount) view returns (uint256 outputTokenAmount)
isToken(address token) view returns (bool)
isTradable(address token) view returns (bool)
lastBalance(address token) view returns (uint256)
tokenAt(uint256 i) view returns (address)
State-modifying
Events activateRemoval(address token)
approve(address spender, uint256 amount) returns (bool)
clearRemoval(address token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
escape(address token)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
modifyDepositContract(address newContract)
modifyEthOracle(address newOracle)
modifyExchangeInterfaceContract(address newContract)
modifyTriage(address newTriageAddress)
recordDeposit(uint256 amount)
recordUnlockedDeposit(address depositor, uint256 amount)
removeToken(address token)
renounceOwnership()
sellEthForToken(address outputToken, address recipient, uint256 minBuyAmount, bytes auxiliaryData) payable returns (uint256 boughtAmount)
sellTokenForEth(address inputToken, address recipient, uint256 minBuyAmount, bytes auxiliaryData) returns (uint256 boughtAmount)
sellTokenForToken(address inputToken, address outputToken, address recipient, uint256 minBuyAmount, bytes auxiliaryData) returns (uint256 boughtAmount)
swapBurn(address burner, uint256 amount)
sync(address token)
syncAll()
syncAndTransfer(address inputToken, address outputToken, address recipient, uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferAsset(address token, address recipient, uint256 amount)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
upsertAsset(address token, address oracle, uint256 rawMarketShare)
Approval(address indexed owner, address indexed spender, uint256 value)
ContractModified(address newContract, bytes contractType)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenModified(address token, uint256 marketShare, address oracle)
TokenRemovalActivated(address token, uint256 timestamp)
Transfer(address indexed from, address indexed to, uint256 value)
UnlockedDeposit(address indexed account, uint256 amount)
constructor(address initialExchangeInterface)
receive()
This contract contains no error objects.