ClipperProtocolDeposit
Verified contract
Active on
Ethereum with 385 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ClipperLP | ERC-20 | 2.981555K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21235731 | 13 days ago | | | 0 | 0.0010117629 | |
| 20270896 | 5 months ago | | | 0 | 0.00038171421 | |
| 20190999 | 5 months ago | | | 0 | 0.00079605440 | |
| 20163791 | 5 months ago | | | 0 | 0.00055724485 | |
| 20149857 | 5 months ago | | | 0 | 0.00013258037 | |
| 20095651 | 6 months ago | | | 0 | 0.00037682491 | |
| 20021565 | 6 months ago | | | 0 | 0.00054383496 | |
| 19975141 | 6 months ago | | | 0 | 0.00070962089 | |
| 19955656 | 6 months ago | | | 0 | 0.00064226848 | |
| 19954740 | 6 months ago | | | 0 | 0.00065916305 |
ABI
ABI objects
Getter at block 21331001
CLIPPER_EXCHANGE() view returns (address)
0x655edce464cc797526600a462a8154650eee4b77
SANCTIONS_REGISTRY() view returns (address)
0x40c57923924b5c5c5455c48d93317139addac8fb
lastDaoWithdrawal() view returns (uint256)
1699331975
owner() view returns (address)
0xd8cc0304de58fce5147796606db14500d94b5ef2
totalSupply() view returns (uint256)
3020494461875123622622
Read-only
balanceOf(address account) view returns (uint256)
currentEffectiveLPTokenBalanceForUser(address user) view returns (uint256)
State-modifying
Events depositClipperLP(uint256 amountOfClipperLP)
depositClipperLPFor(address account, uint256 amountOfClipperLP)
renounceOwnership()
takeFees(uint256 entitledFeesInDollars, uint256 averagePoolBalanceInDollars)
transferOwnership(address newOwner)
withdraw()
withdrawPartial(uint256 shadowTokensToBurn)
FeesTaken(uint256 entitledFeesInDollars, uint256 averagePoolBalanceInDollars, uint256 tokensTransferred)
LPDeposited(address indexed depositor, uint256 clipperLPDeposited, uint256 shadowTokensMinted)
LPWithdrawn(address indexed depositor, uint256 clipperLPWithdrawn, uint256 shadowTokensBurned)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address theExchange, address theSanctionsContract)
This contract contains no fallback and receive objects.
DAOFeeSplitTooMuch()
DAOFeeSplitTooSoon()
InvalidWithdrawal()
SanctionedSender()
ZeroAddressShadowTokenOperation()