Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STACK | ERC-20 | 1.504137K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18254319 | a year ago | | | 0 | 0.00047833096 | |
| 14505020 | 3 years ago | | | 0 | 0.0073059078 | |
| 13090250 | 3 years ago | | | 0 | 0.019355292 | |
| 12984095 | 3 years ago | | | 0 | 0.0046223840 | |
| 12914764 | 3 years ago | | | 0 | 0.0011445225 | |
| 12880007 | 3 years ago | | | 0 | 0.0048890600 | |
| 12852616 | 3 years ago | | | 0 | 0.0022874600 | |
| 12840546 | 3 years ago | | | 0 | 0.0037457100 | |
| 12830815 | 3 years ago | | | 0 | 0.0055552600 | |
| 12757157 | 3 years ago | | | 0 | 0.0017778400 |
ABI
ABI objects
Getter at block 21382214
STACK() view returns (address)
0xe0955f26515d22e347b17669993fcefcc73c3a0a
acceptToken() view returns (address)
0xeea3311250fe4c3268f8e684f7c87a82ff183ec1
commitHardWeight() view returns (uint256)
4
commitSoftWeight() view returns (uint256)
1
depositedCommitHard() view returns (uint256)
22481551976655
depositedCommitSoft() view returns (uint256)
1635865845504
emissionRate() view returns (uint256)
127797160347097087
endBlock() view returns (uint256)
12346260
fundOpen() view returns (bool)
true
getCommitted() view returns (uint256, uint256, uint256)
(1635865845504, 22481551976655, 24117417822159)
getTotalBalance() view returns (uint256)
24117417822159
getTotalWeight() view returns (uint256)
91562073752124
governance() view returns (address)
0xb156d2d9cadb12a252a9015078fc5cb7e92e656e
lastBlock() view returns (uint256)
12346304
startBlock() view returns (uint256)
11955015
tokensAccrued() view returns (uint256)
1217287734908624515633743667
vaultGaugeBridge() view returns (address)
0x3aa19939da2e44b3c3344e84ef4bf39adbcf66a0
Read-only
balances(address) view returns (uint256 balanceCommitSoft, uint256 balanceCommitHard, uint256 tokensAccrued)
getUserBalance(address _user) view returns (uint256)
getUserWeight(address _user) view returns (uint256)
State-modifying
Events claimSTACK() returns (uint256)
deposit(uint256 _amountCommitSoft, uint256 _amountCommitHard, address _creditTo)
rescue(address _token, uint256 _amount)
setEmissionRate(uint256 _new)
setEndBlock(uint256 _block)
setFundOpen(bool _open)
setGovernance(address _new)
sweepCommitSoft()
upgradeCommit(uint256 _amount)
withdraw(uint256 _amount, address _withdrawFor)
Deposit(address indexed from, uint256 amountCommitSoft, uint256 amountCommitHard)
STACKClaimed(address indexed to, uint256 amount)
Upgrade(address indexed user, uint256 amount)
Withdraw(address indexed to, uint256 amount)
constructor(address _vaultGaugeBridge)
This contract contains no fallback and receive objects.
This contract contains no error objects.