Aladdin sdCRV
Verified contract
Proxy
Active on
Ethereum with 2,118 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 43 additional slots
-
variable spans 1 additional slot
Balances ($11,753.27)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
sdCRV | ERC-20 | 30.278282K | $0.388175 |
$11,753.27 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21219239 | 2 hours ago | | | 0 | 0.0037047200 | |
| 21218354 | 5 hours ago | | | 0 | 0.0043798875 | |
| 21217360 | 8 hours ago | | | 0 | 0.0076260472 | |
| 21207768 | 2 days ago | | | 0 | 0.0055664288 | |
| 21205319 | 2 days ago | | | 0 | 0.0038717960 | |
| 21204403 | 2 days ago | | | 0 | 0.0059944053 | |
| 21197676 | 3 days ago | | | 0 | 0.0065599238 | |
| 21196521 | 3 days ago | | | 0 | 0.0091700216 | |
| 21194193 | 4 days ago | | | 0 | 0.018577613 | |
| 21194144 | 4 days ago | | | 0 | 0.011642795 |
ABI
ABI objects
Getter at block 21219852
asset() pure returns (address)
0xd1b5651e55d4ceed36251c61c50c889b36f6abb5
decimals() view returns (uint8)
18
feeInfo() view returns (address platform, uint32 platformPercentage, uint32 bountyPercentage, uint32 withdrawPercentage)
(platform=0x32366846354db5c08e92b4ab0d2a510b2a2380c8, platformPercentage=100000000, bountyPercentage=5000000, withdrawPercentage=0)
name() view returns (string)
Aladdin sdCRV
owner() view returns (address)
0xa0fb1b11cca5871fb0225b64308e249b97804e99
rewardInfo() view returns (uint128 rate, uint32 periodLength, uint48 lastUpdate, uint48 finishAt)
(rate=0, periodLength=0, lastUpdate=0, finishAt=0)
stash() view returns (address)
0x2dd0f50c5bda25db8bbb65ce0a721f13d1b20ce2
symbol() view returns (string)
asdCRV
totalAssets() view returns (uint256)
30630147097521566633203189
totalSupply() view returns (uint256)
20653999335353995295027034
withdrawLockTime() pure returns (uint256)
0
wrapper() view returns (address)
0x09b0e3a114135f528f762db8363b4f5eae3f3bf1
zap() view returns (address)
0x1104b4df568fa7af90b1bed1d78a2f71e748dc8a
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
convertToAssets(uint256 _shares) view returns (uint256)
convertToShares(uint256 _assets) view returns (uint256)
getFeeRate(bytes32 _feeType, address _user) view returns (uint256 rate)
getUserLocks(address _user) view returns (struct SdCRVLockerLockedBalance[] _locks)
maxDeposit(address) pure returns (uint256)
maxMint(address) pure returns (uint256)
maxRedeem(address) pure returns (uint256)
maxWithdraw(address) pure returns (uint256)
previewDeposit(uint256 _assets) view returns (uint256)
previewMint(uint256 _shares) view returns (uint256)
previewRedeem(uint256 _shares) view returns (uint256)
previewWithdraw(uint256 _assets) view returns (uint256)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
checkpoint()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _assets, address _receiver) returns (uint256)
depositReward(uint256 amount)
depositWithCRV(uint256 _assets, address _receiver, uint256 _minShareOut) returns (uint256 _shares)
depositWithGauge(uint256 _assets, address _receiver) returns (uint256 _shares)
depositWithSdVeCRV(uint256 _assets, address _receiver) returns (uint256 _shares)
harvest(address _recipient, uint256 _minAssets) returns (uint256 assets)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initializeV2(address _stash)
mint(uint256 _shares, address _receiver) returns (uint256)
redeem(uint256 _shares, address _receiver, address _owner) returns (uint256)
renounceOwnership()
setWithdrawFeeForUser(address _user, uint32 _percentage)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFeeInfo(address _platform, uint32 _platformPercentage, uint32 _bountyPercentage, uint32 _withdrawPercentage)
updateHarvester(address _harvester)
updateRewardPeriodLength(uint32 _length)
updateStash(address _stash)
updateZap(address _zap)
withdraw(uint256 _assets, address _receiver, address _owner) returns (uint256)
withdrawExpired(address _user, address _recipient) returns (uint256 _amount)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
CancleCustomizeFee(bytes32 _feeType, address _user)
CustomizeFee(bytes32 _feeType, address _user, uint256 _rate)
Deposit(address indexed sender, address indexed owner, uint256 assets, uint256 shares)
Harvest(address indexed caller, address indexed recipient, uint256 assets, uint256 platformFee, uint256 harvestBounty)
Lock(address indexed _owner, address indexed _recipient, uint256 _amount, uint256 _expiredAt)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateFeeInfo(address indexed _platform, uint32 _platformPercentage, uint32 _bountyPercentage, uint32 _repayPercentage)
UpdateHarvester(address _harvester)
UpdateRewardPeriodLength(uint256 _length)
UpdateStash(address indexed oldStash, address indexed newStash)
UpdateZap(address _zap)
Withdraw(address indexed sender, address indexed receiver, address indexed owner, uint256 assets, uint256 shares)
WithdrawExpired(address indexed _owner, address indexed _recipient, uint256 _amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
This contract contains no error objects.