BasicStakingContract
Verified contract
Active on
Ethereum with 2,800 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($12,072,196.84)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CRO | ERC-20 | 70.190456M | $0.171992 |
$12,072,196.84 | |
TKX | ERC-20 | 0.0001 | $12.10 |
$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) |
---|---|---|---|---|---|---|---|
| 21271462 | 16 hours ago | | | 0 | 0.0012723423 | |
| 21271289 | 17 hours ago | | | 0 | 0.00086350507 | |
| 21270501 | 19 hours ago | | | 0 | 0.00091462442 | |
| 21270248 | 20 hours ago | | | 0 | 0.00063077661 | |
| 21269289 | a day ago | | | 0 | 0.00060148059 | |
| 21267008 | a day ago | | | 0 | 0.0010129629 | |
| 21267004 | a day ago | | | 0 | 0.0016405336 | |
| 21266903 | a day ago | | | 0 | 0.0014131604 | |
| 21262679 | 2 days ago | | | 0 | 0.00033608226 | |
| 21262504 | 2 days ago | | | 0 | 0.00059786887 |
ABI
ABI objects
Getter at block 21276225
defaultLockInDuration() view returns (uint256)
126230400
supportsHistory() pure returns (bool)
false
token() view returns (address)
0xa0b73e1ff0b80914ab6fe0444e65848c4c34450b
totalStaked() view returns (uint256)
7019045559000000
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.