Aladdin veSDT Boost
Verified contract
Proxy
Active on
Ethereum with 646 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
Balances ($39,094.81)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SDT | ERC-20 | 123.267983K | $0.317153 |
$39,094.81 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21254612 | 8 hours ago | | | 0 | 0.0044220839 | |
| 21249474 | a day ago | | | 0 | 0.00092381339 | |
| 21248705 | a day ago | | | 0 | 0.0057610185 | |
| 21244622 | 2 days ago | | | 0 | 0.0071414898 | |
| 21244226 | 2 days ago | | | 0 | 0.0019206907 | |
| 21241280 | 2 days ago | | | 0 | 0.00081640000 | |
| 21239026 | 3 days ago | | | 0 | 0.0062917463 | |
| 21232411 | 3 days ago | | | 0 | 0.00077805943 | |
| 21220651 | 5 days ago | | | 0 | 0.0024490849 | |
| 21220619 | 5 days ago | | | 0 | 0.0017237288 |
ABI
ABI objects
Getter at block 21257057
decimals() view returns (uint8)
18
lastSDTReward() view returns (uint128 balance, uint128 timestamp)
(balance=123267982838778092318343, timestamp=1732344011)
name() view returns (string)
Aladdin veSDT Boost
owner() view returns (address)
0xa0fb1b11cca5871fb0225b64308e249b97804e99
stakeDAOProxy() view returns (address)
0x1c0d72a330f2768daf718def8a19bab019eead09
symbol() view returns (string)
veSDT-boost
totalSupply() view returns (uint256)
3128497490847030706730254
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
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)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
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 _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.