Staked AST
Verified contract
Active on
Ethereum with 1,272 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($84,297.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AST | ERC-20 | 962.417857K | $0.087589 |
$84,297.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20336429 | 4 months ago | | | 0 | 0.0010970647 | |
| 19887185 | 6 months ago | | | 0 | 0.00030400845 | |
| 19662364 | 7 months ago | | | 0 | 0.0018857887 | |
| 19494559 | 8 months ago | | | 0 | 0.0019570708 | |
| 19392014 | 8 months ago | | | 0 | 0.0062374701 | |
| 19361367 | 9 months ago | | | 0 | 0.0053301208 | |
| 19322720 | 9 months ago | | | 0 | 0.00096523824 | |
| 19322719 | 9 months ago | | | 0 | 0.0059542121 | |
| 19321260 | 9 months ago | | | 0 | 0.0057663473 | |
| 19285511 | 9 months ago | | | 0 | 0.0067731228 |
ABI
ABI objects
Getter at block 21220776
cliff() view returns (uint256)
2419200
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)
9624178567
Read-only
allStakes(address, uint256) view returns (uint256 duration, uint256 cliff, uint256 initial, uint256 balance, uint256 timestamp)
available(address account, uint256 index) view returns (uint256)
balanceOf(address account) view returns (uint256 total)
getStakes(address account) view returns (struct StakingStake[] stakes)
vested(address account, uint256 index) view returns (uint256)
State-modifying
Events extend(uint256 index, uint256 amount)
extendFor(uint256 index, address account, uint256 amount)
renounceOwnership()
setMetaData(string _name, string _symbol)
setVesting(uint256 _duration, uint256 _cliff)
stake(uint256 amount)
stakeFor(address account, uint256 amount)
transferOwnership(address newOwner)
unstake(uint256[] amounts)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor(address _token, string _name, string _symbol, uint256 _duration, uint256 _cliff)
This contract contains no fallback and receive objects.
This contract contains no error objects.