TDEX_Staking
Verified contract
Active on
Ethereum with 128 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TDEX | ERC-20 | 1.175857M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12787791 | 3 years ago | | | 0 | 0.0028471500 | |
| 12787785 | 3 years ago | | | 0 | 0.0034501500 | |
| 11442492 | 4 years ago | | | 0 | 0.0018297001 | |
| 11442476 | 4 years ago | | | 0 | 0.0011607090 | |
| 11442475 | 4 years ago | | | 0 | 0.0013529450 | |
| 11442018 | 4 years ago | | | 0 | 0.0027405000 | |
| 11442013 | 4 years ago | | | 0 | 0.00066579930 | |
| 11439463 | 4 years ago | | | 0 | 0.0031086000 | |
| 11400456 | 4 years ago | | | 0 | 0.0022345200 | |
| 11227627 | 4 years ago | | | 0 | 0.0027745200 |
ABI
ABI objects
Getter at block 21223483
TDEX() view returns (address)
0xc5e19fd321b9bc49b41d9a3a5ad71bcc21cc3c54
owner() view returns (address)
0x92376311ce465c54b26d18c50f8a90734bfb1172
stakingRate() view returns (uint256)
25
totalRewards() view returns (uint256)
41889883335945588242707
totalStakes() view returns (uint256)
4370165104600000000000000
Read-only
ActiveStakeDeposit(address _user) view returns (uint256 _activeDeposit)
LastStakedOn(address _user) view returns (uint256 _unixLastStakedTime)
PendingReward(address _caller) view returns (uint256 _pendingRewardWeis)
TotalStakingRewards(address _user) view returns (uint256 _totalEarned)
YourTotalStakingTillToday(address _user) view returns (uint256 _totalStaking)
State-modifying
Events AddToStake(uint256 _amount)
ClaimReward()
Stake(uint256 _amount)
StopStaking()
transferOwnership(address _newOwner)
AddedToExistingStake(uint256 indexed tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
RewardsCollected(uint256 indexed _rewards)
StakeStarted(uint256 indexed _amount)
StakingStopped(uint256 indexed _refunded)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.