StakeCat
Verified contract
Active on
Ethereum with 27,611 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($50,923.56)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
1CAT | ERC-20 | 34.287121M | $0.001485 |
$50,923.23 | |
CHEX | ERC-20 | 1 | $0.323276 |
$0.32 | |
1cat | ERC-20 | 20M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21057523 | 14 days ago | | | 0 | 0.00058316719 | |
| 21055955 | 14 days ago | | | 0 | 0.00033955790 | |
| 20903965 | a month ago | | | 0 | 0.00025225411 | |
| 20825553 | 2 months ago | | | 0 | 0.00098012234 | |
| 20727895 | 2 months ago | | | 0 | 0.00040611722 | |
| 20634033 | 2 months ago | | | 0 | 0.00026713396 | |
| 20610326 | 2 months ago | | | 0 | 0.00010419894 | |
| 20587714 | 3 months ago | | | 0 | 0.000027310594 | |
| 20587712 | 3 months ago | | | 0 | 0.000062517668 | |
| 20504140 | 3 months ago | | | 0 | 0.00020639925 |
ABI
ABI objects
Getter at block 21157712
baseAmount() view returns (uint256)
30000000000000000000000000
owner() view returns (address)
0x9d37d9592ef3b1c57c3958f00e917034e4615ec4
paused() view returns (bool)
true
pausedTime() view returns (uint256)
1704796931
rewardSS() view returns (uint256)
11574074074074
tokenAddress() view returns (address)
0x508e00d5cef397b02d260d035e5ee80775e4c821
Read-only
getReward(address sender) view returns (uint256 reward)
getStakeInfo(address addr) view returns (uint256 lastTime, uint256 amount, uint256 reward)
State-modifying
Events pause()
renounceOwnership()
setBaseAmount(uint256 _baseAmount)
setRewardSS(uint256 _rewardSS)
stake(uint256 _amount)
stakeBatch(address[] tos, uint256[] amounts)
stakeFrom(address _receiver, uint256 _amount)
transferOwnership(address newOwner)
unStake(uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Stake(address indexed sender, uint256 amount)
UnStake(address indexed sender, uint256 amount)
Unpaused(address account)
constructor(address _tokenAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.