Staker
Verified contract
Active on
Ethereum with 19,674 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3d6f…52d9
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
HUB | ERC-20 | 42.36M | -- | -- | |
CARDS | ERC-20 | 1.164013M | -- | -- | |
COOM | ERC-20 | 911K | -- | -- | |
WHACKD | ERC-20 | 212K | -- | -- | |
JAYZ | ERC-20 | 41.689396K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20257799 | 5 months ago | | | 0 | 0.000099000297 | |
| 19919009 | 6 months ago | | | 0 | 0.0012688514 | |
| 19784590 | 7 months ago | | | 0 | 0.00034477125 | |
| 19784587 | 7 months ago | | | 0 | 0.00031893174 | |
| 19784586 | 7 months ago | | | 0 | 0.00043220917 | |
| 19716726 | 7 months ago | | | 0 | 0.00067113458 | |
| 19716712 | 7 months ago | | | 0 | 0.00044018299 | |
| 19639254 | 8 months ago | | | 0 | 0.00080290483 | |
| 19629614 | 8 months ago | | | 0 | 0.0010550500 | |
| 19626409 | 8 months ago | | | 0 | 0.0010995821 |
ABI
ABI objects
Getter at block 21286426
owner() view returns (address)
0xcfd68c54f5632aba6c79154b1c37e5724f2c360f
Read-only
isIDO(address account) view returns (bool)
stakedBalance(address account) view returns (uint256)
unlockTime(address account) view returns (uint256)
State-modifying
Events addIDO(address account)
halt(bool status)
lock(address user, uint256 unlockTime)
renounceOwnership()
stake(uint256 value)
transferOwnership(address newOwner)
unstake(uint256 value)
Lock(address indexed account, uint256 timestamp, uint256 unlockTime, address locker)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Stake(address indexed account, uint256 timestamp, uint256 value)
Unstake(address indexed account, uint256 timestamp, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.