BasicStakingContract
Verified contract
Active on
Ethereum with 2,678 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9,294,179.89)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRO | ERC-20 | 73.931144M | $0.125714 |
$9,294,179.89 | |
TKX | ERC-20 | 0.0001 | $11.94 |
$0 | |
Sango | ERC-20 | 19.92611B | -- | -- | |
TONIC | ERC-20 | 1.81155M | -- | -- | |
HQG | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21159381 | 7 hours ago | | | 0 | 0.0020237950 | |
| 21159377 | 7 hours ago | | | 0 | 0.0030282659 | |
| 21157020 | 15 hours ago | | | 0 | 0.0014936651 | |
| 21156755 | 16 hours ago | | | 0 | 0.0013642114 | |
| 21156461 | 17 hours ago | | | 0 | 0.0011261571 | |
| 21153034 | a day ago | | | 0 | 0.00054015497 | |
| 21153026 | a day ago | | | 0 | 0.0010015763 | |
| 21151458 | a day ago | | | 0 | 0.00079346414 | |
| 21151413 | a day ago | | | 0 | 0.00070052006 | |
| 21151328 | a day ago | | | 0 | 0.00061382639 |
ABI
ABI objects
Getter at block 21161437
defaultLockInDuration() view returns (uint256)
126230400
supportsHistory() pure returns (bool)
false
token() view returns (address)
0xa0b73e1ff0b80914ab6fe0444e65848c4c34450b
totalStaked() view returns (uint256)
7393114439000000
Read-only
getPersonalStakeActualAmounts(address _address) view returns (uint256[])
getPersonalStakeForAddresses(address _address) view returns (address[])
getPersonalStakeUnlockedTimestamps(address _address) view returns (uint256[])
getPersonalStakes(address _address) view returns (uint256[], uint256[], address[])
stakeHolders(address) view returns (uint256 totalStakedFor, uint256 personalStakeIndex, bool exists)
totalStakedFor(address _address) view returns (uint256)
State-modifying
Events stake(uint256 _amount, bytes _data)
stakeFor(address _user, uint256 _amount, bytes _data)
unstake(uint256 _amount, bytes _data)
Staked(address indexed user, uint256 amount, uint256 total, bytes data)
Unstaked(address indexed user, uint256 amount, uint256 total, bytes data)
constructor(address _stakingToken, uint256 _lockInDuration)
This contract contains no fallback and receive objects.
This contract contains no error objects.