Staked AST
Verified contract
Active on
Ethereum with 2,265 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($405,717.29)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AST | ERC-20 | 3.132638M | $0.129513 |
$405,717.29 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21335042 | 7 hours ago | | | 0 | 0.0010176059 | |
| 20867495 | 2 months ago | | | 0 | 0.00064232665 | |
| 20854295 | 2 months ago | | | 0 | 0.00048985281 | |
| 20854266 | 2 months ago | | | 0 | 0.00041487334 | |
| 20541506 | 4 months ago | | | 0 | 0.00033422273 | |
| 20255983 | 5 months ago | | | 0 | 0.00018091902 | |
| 20232610 | 5 months ago | | | 0 | 0.00081139327 | |
| 20156689 | 5 months ago | | | 0 | 0.00014181364 | |
| 19909902 | 7 months ago | | | 0 | 0.00024625572 | |
| 19861259 | 7 months ago | | | 0 | 0.00072359372 |
ABI
ABI objects
Getter at block 21337137
decimals() view returns (uint8)
4
duration() view returns (uint256)
12096000
name() view returns (string)
Staked AST
owner() view returns (address)
0xf8bb149f9525875fa47b8cc632d368eb600faba3
symbol() view returns (string)
sAST
token() view returns (address)
0x27054b13b1b798b345b591a4d22e6562d47ea75a
totalSupply() view returns (uint256)
31326375861
Read-only
accountDelegates(address) view returns (address)
available(address account) view returns (uint256)
balanceOf(address account) view returns (uint256 total)
delegateAccounts(address) view returns (address)
getStakes(address account) view returns (struct IStakingStake accountStake)
proposedDelegates(address) view returns (address)
State-modifying
Events cancelDurationChange()
proposeDelegate(address delegate)
renounceOwnership()
scheduleDurationChange(uint256 delay)
setDelegate(address account)
setDuration(uint256 _duration)
setMetaData(string _name, string _symbol)
stake(uint256 amount)
stakeFor(address account, uint256 amount)
transferOwnership(address newOwner)
unsetDelegate(address delegate)
unstake(uint256 amount)
CancelDurationChange()
CompleteDurationChange(uint256 indexed newDuration)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ProposeDelegate(address indexed delegate, address indexed account)
ScheduleDurationChange(uint256 indexed unlockTimestamp)
SetDelegate(address indexed delegate, address indexed account)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(address _token, string _name, string _symbol, uint256 _duration, uint256 _minDelay)
This contract contains no fallback and receive objects.
This contract contains no error objects.