staked GRO
Verified contract
Active on
Ethereum with 1,878 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GRO | ERC-20 | 181.130318K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17905852 | a year ago | | | 0 | 0.0011470028 | |
| 16468997 | 2 years ago | | | 0 | 0.0017649030 | |
| 16468491 | 2 years ago | | | 0 | 0.00029594509 | |
| 16468468 | 2 years ago | | | 0 | 0.00031156290 | |
| 16468465 | 2 years ago | | | 0 | 0.00029897252 | |
| 14582572 | 3 years ago | | | 0 | 0.0026528159 | |
| 14582502 | 3 years ago | | | 0 | 0.0033042340 | |
| 14477155 | 3 years ago | | | 0 | 0.0072479958 | |
| 13761796 | 3 years ago | | | 0 | 0.010159204 | |
| 13605921 | 3 years ago | | | 0 | 0.013200376 |
ABI
ABI objects
Getter at block 21089838
decimals() view returns (uint8)
18
depositFee() view returns (uint256 _depositFee)
100000000000000000
name() view returns (string)
staked GRO
reserveToken() view returns (address)
0x09e64c2b61a5f1690ee6fbed9baf5d6990f8dfd0
symbol() view returns (string)
stkGRO
totalReserve() view returns (uint256 _totalReserve)
181130318058949821991483
totalSupply() view returns (uint256)
123367377317010777974253
withdrawalFee() view returns (uint256 _withdrawalFee)
100000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calcDepositCostFromShares(uint256 _netShares, uint256 _totalReserve, uint256 _totalSupply, uint256 _depositFee) pure returns (uint256 _cost, uint256 _feeShares)
calcDepositSharesFromCost(uint256 _cost, uint256 _totalReserve, uint256 _totalSupply, uint256 _depositFee) pure returns (uint256 _netShares, uint256 _feeShares)
calcWithdrawalCostFromShares(uint256 _grossShares, uint256 _totalReserve, uint256 _totalSupply, uint256 _withdrawalFee) pure returns (uint256 _cost, uint256 _feeShares)
calcWithdrawalSharesFromCost(uint256 _cost, uint256 _totalReserve, uint256 _totalSupply, uint256 _withdrawalFee) pure returns (uint256 _grossShares, uint256 _feeShares)
candidate(address) view returns (address)
votes(address _candidate) view returns (uint256 _votes)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _cost)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
setCandidate(address _newCandidate)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdraw(uint256 _grossShares)
Approval(address indexed owner, address indexed spender, uint256 value)
ChangeCandidate(address indexed _voter, address indexed _oldCandidate, address indexed _newCandidate)
ChangeVotes(address indexed _candidate, uint256 _oldVotes, uint256 _newVotes)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.