Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($136,484.74)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TRG | ERC-20 | 961.160172B | $0.00 |
$136,484.74 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21239108 | a day ago | | | 0 | 0.0016101929 | |
| 21235886 | 2 days ago | | | 0 | 0.0013967356 | |
| 21165973 | 12 days ago | | | 0 | 0.0032567809 | |
| 21158134 | 13 days ago | | | 0 | 0.0016864906 | |
| 21086384 | 23 days ago | | | 0 | 0.0021920373 | |
| 21086375 | 23 days ago | | | 0 | 0.0023722556 | |
| 21014570 | a month ago | | | 0 | 0.00094903757 | |
| 21014565 | a month ago | | | 0 | 0.00085971505 | |
| 20968739 | a month ago | | | 0 | 0.00097626522 | |
| 20968726 | a month ago | | | 0 | 0.0010128059 |
ABI
ABI objects
Getter at block 21248426
decimals() view returns (uint8)
18
dividendPerToken() view returns (uint256)
46922347777368549
name() view returns (string)
sTRG
owner() view returns (address)
0x08f3b56f5246820be52e29c8e8331b2ec7db01f0
symbol() view returns (string)
sTRG
totalStaked() view returns (uint256)
955838061596423480795321323446
totalSupply() view returns (uint256)
955838061596423480795321323446
trg() view returns (address)
0x93eeb426782bd88fcd4b48d7b0368cf061044928
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
pendingRewards(address _user) view returns (uint256 reward)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claimReward()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amount)
emergencyWithdraw()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Deposit(address indexed user, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
Withdraw(address indexed user, uint256 amount)
constructor(address _trg)
This contract contains no fallback and receive objects.
NonTransferableToken()
NotEnoughBalance()
NotEnoughDeposit()
NotEnoughRewards()