Aladdin veSDT Boost
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
9
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
Balances ($0.00)
No balances found for "Aladdin veSDT Boost"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Aladdin veSDT Boost"
ABI
ABI objects
Getter at block 21257631
decimals() view returns (uint8)
18
lastSDTReward() view returns (uint128 balance, uint128 timestamp)
(balance=0, timestamp=0)
name() view returns (string)
Aladdin veSDT Boost
owner() view returns (address)
0x0000000000000000000000000000000000000000
stakeDAOProxy() view returns (address)
0x1c0d72a330f2768daf718def8a19bab019eead09
symbol() view returns (string)
veSDT-boost
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address _user) view returns (uint256)
boosts(address) view returns (uint112 bias, uint112 slope, uint32 ts)
claimIndex(address) view returns (uint256)
historyBoosts(address, uint256) view returns (uint256)
slopeChanges(address, uint256) view returns (uint256)
weeklyRewards(uint256) view returns (uint256)
State-modifying
Events boost(uint256 _amount, uint256 _endtime, address _recipient)
boostPermit(uint256 _amount, uint256 _endtime, address _recipient, uint256 _deadline, uint8 _v, bytes32 _r, bytes32 _s)
checkpoint(address _user)
checkpointReward()
claim(address _user, address _recipient) returns (uint256)
initialize(uint256 _startTimestamp)
renounceOwnership()
transferOwnership(address newOwner)
Boost(address indexed _owner, address indexed _recipient, uint256 _amount, uint256 _endtime)
CheckpointReward(uint256 _timestamp, uint256 _amount)
Claim(address indexed _owner, address indexed _recipient, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _stakeDAOProxy)
This contract contains no fallback and receive objects.
This contract contains no error objects.