xDERP
Verified contract
Proxy
Active on
Base with 1,650 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
-
variable spans 49 additional slots
-
variable spans 44 additional slots
0xebb7…969e
Balances ($3,175.41)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DERP | ERC-20 | 1.058471T | $0.00 |
$3,175.41 | |
xDERP | ERC-20 | 284.70772B | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17574406 | 3 months ago | | | 0 | 0.0000011849380 | |
| 17482148 | 3 months ago | | | 0 | 2.1551714e-7 | |
| 17482147 | 3 months ago | | | 0 | 5.5305774e-7 | |
| 17333987 | 4 months ago | | | 0 | 0.0000019435480 | |
| 16877579 | 4 months ago | | | 0 | 6.6148744e-7 | |
| 16877557 | 4 months ago | | | 0 | 8.1203038e-7 | |
| 16877417 | 4 months ago | | | 0 | 8.4961828e-7 | |
| 16767746 | 4 months ago | | | 0 | 3.1883496e-7 | |
| 16581447 | 4 months ago | | | 0 | 9.7810553e-7 | |
| 16581389 | 4 months ago | | | 0 | 9.8236510e-7 |
ABI
ABI objects
Getter at block 22013058
Derp() view returns (address)
0xebb78043e29f4af24e6266a7d142f5a08443969e
admin() view returns (address)
0xa5cbf19baadd342789e94acd030862791a00a8f3
decimals() view returns (uint8)
18
foundation() view returns (address)
0x6685652b82241bc7c8002da31207929a6542d1cb
maxRedeemDuration() view returns (uint256)
8294400
maxRedeemRatio() view returns (uint256)
100
minRedeemDuration() view returns (uint256)
2073600
minRedeemRatio() view returns (uint256)
42
name() view returns (string)
xDERP
symbol() view returns (string)
xDERP
totalSupply() view returns (uint256)
1058471280997239827611467662414
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
pendingRedeemAmount(address) view returns (uint256)
redeemAmount(uint256 xDerpAmount, uint256 duration) view returns (uint256)
redeems(address, uint256) view returns (uint256 derpAmount, uint256 xDerpAmount, uint256 timestamp, uint256 endTime)
transferWhitelist(address) view returns (bool)
State-modifying
Events allocate(address to, uint256 tokenId, uint256 amount, uint256 duration, struct IYieldBoosterIncentiveKey key)
approve(address spender, uint256 amount) returns (bool)
changeAdmin(address newAdmin)
deAllocate(address to, uint256 tokenId, uint256 amount, struct IYieldBoosterIncentiveKey key)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finalizeRedeem(uint256 redeemIndex)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _DERP, uint256 _minRedeemRatio, uint256 _maxRedeemRatio, uint256 _minRedeemDuration, uint256 _maxRedeemDuration, address _admin, address _foundation)
redeem(uint256 xDerpAmount, uint256 duration)
setParams(uint256 _minRedeemRatio, uint256 _maxRedeemRatio, uint256 _minRedeemDuration, uint256 _maxRedeemDuration, address _foundation)
stake(uint256 amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
updateWhitelist(address to, bool value)
AdminChanged(address newAdmin, address oldAdmin)
Approval(address indexed owner, address indexed spender, uint256 value)
FinalizeRedeem(address user, uint256 redeemIndex, uint256 derpAmount, uint256 xDerpAmount)
Initialized(uint8 version)
ParamsUpdated(uint256 minRedeemRatio, uint256 maxRedeemRatio, uint256 minRedeemDuration, uint256 maxRedeemDuration, address foundation)
Redeem(address user, uint256 amount, uint256 duration, uint256 redeemIndex)
Stake(address user, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
ALREADY_FINALIZED()
DURATION_NOT_ENDED()
DURATION_TOO_LOW()
INVALID_ALLOCATION_AMOUNT()
INVALID_DURATION()
NOT_WHITELISTED()
ONLY_ADMIN()