Stake1Cat
Verified contract
Active on
Ethereum with 2,735 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,829,146.41)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
1CAT | ERC-20 | 934.009951M | $0.001958 |
$1,829,146.41 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21315095 | 3 hours ago | | | 0 | 0.0013953215 | |
| 21314715 | 4 hours ago | | | 0 | 0.0012466129 | |
| 21313583 | 8 hours ago | | | 0 | 0.0011593293 | |
| 21312983 | 10 hours ago | | | 0 | 0.0012949553 | |
| 21310217 | 19 hours ago | | | 0 | 0.0013986784 | |
| 21309191 | a day ago | | | 0 | 0.0015366408 | |
| 21308543 | a day ago | | | 0 | 0.0017281193 | |
| 21307733 | a day ago | | | 0 | 0.00079023140 | |
| 21307234 | a day ago | | | 0 | 0.00080609854 | |
| 21306513 | a day ago | | | 0 | 0.00078256033 |
ABI
ABI objects
Getter at block 21316018
isTransfer() view returns (bool)
false
owner() view returns (address)
0x9d37d9592ef3b1c57c3958f00e917034e4615ec4
paused() view returns (bool)
false
tokenAddress() view returns (address)
0x508e00d5cef397b02d260d035e5ee80775e4c821
transferAddress() view returns (address)
0xc3b06c867bcc2013a3e3cf2d527091712e5d2bc1
unStakeEndTime() view returns (uint256)
8025868800
unStakeStartTime() view returns (uint256)
1714521600
Read-only
getLadder(uint256 amount, uint256 points) view returns (uint256)
getLastTime(uint256 amount, uint256 points, uint256 timestamp) view returns (uint256 lastTime)
getPoints(address sender) view returns (uint256 points)
getPoints(address sender, uint256 timestamp) view returns (uint256 points)
getStakeInfo(address addr) view returns (uint256 lastTime, uint256 amount, uint256 points)
pointsSS(uint256) view returns (uint256)
State-modifying
Events emergencyWithdrawErc20(address _tokenAddress)
emergencyWithdrawEther()
pause()
renounceOwnership()
setTransfer(bool _isTransfer)
setTransferAddress(address _transferAddress)
setUnStakeTime(uint256 _unStakeStartTime, uint256 _unStakeEndTime)
stake(uint256 _amount)
stakeBatch(address[] tos, uint256[] amounts)
transfer(uint256 _amount)
transferOwnership(address newOwner)
unStake(uint256 _amount)
unpause()
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.