Staked HATE
Verified contract
Active on
Ethereum with 150 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Staked HATE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21292971 | a day ago | | | 0 | 0.00028378303 | |
| 19379928 | 9 months ago | | | 0 | 0.0030996334 | |
| 18917694 | a year ago | | | 0 | 0.00061102902 | |
| 18888831 | a year ago | | | 0 | 0.00053884886 | |
| 18494491 | a year ago | | | 0 | 0.00070499303 | |
| 18172620 | a year ago | | | 0 | 0.00068969451 | |
| 18004006 | a year ago | | | 0 | 0.00032772833 | |
| 17960068 | a year ago | | | 0 | 0.00038998719 | |
| 17881433 | a year ago | | | 0 | 0.00079587940 | |
| 17822080 | a year ago | | | 0 | 0.00060551289 |
ABI
ABI objects
Getter at block 21300464
circulatingSupply() view returns (uint256)
275696194007289506
decimals() view returns (uint8)
9
index() view returns (uint256)
20446955725187
name() view returns (string)
Staked HATE
stakingContract() view returns (address)
0x8ebd6c7d2b79ca4dc5fbdec239a8bb0f214212b8
symbol() view returns (string)
sHATE
totalSupply() view returns (uint256)
0
treasury() view returns (address)
0x710154a8503428d53710a620b8a1c970beddb8ca
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceForGons(uint256 gons) view returns (uint256)
balanceOf(address who) view returns (uint256)
gonsForBalance(uint256 amount) view returns (uint256)
rebases(uint256) view returns (uint256 epoch, uint256 rebase, uint256 totalStakedBefore, uint256 totalStakedAfter, uint256 amountRebased, uint256 index, uint256 blockNumberOccured)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _stakingContract, address _treasury)
rebase(uint256 amount_, uint256 epoch_) returns (uint256)
setIndex(uint256 _index)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
LogRebase(uint256 indexed epoch, uint256 rebase, uint256 index)
LogStakingContractUpdated(address stakingContract)
LogSupply(uint256 indexed epoch, uint256 totalSupply)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.