TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 17,765 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
0x25b4…b7cf
Balances ($255,554.05)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TGC | ERC-20 | 1.88814M | $0.135347 |
$255,554.05 | |
JESUS | ERC-20 | 777 | $0.00 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21303185 | 5 hours ago | | | 0 | 0.0012080749 | |
| 21303177 | 6 hours ago | | | 0 | 0.0013220327 | |
| 21272913 | 4 days ago | | | 0 | 0.0014507161 | |
| 21272901 | 4 days ago | | | 0 | 0.0024653522 | |
| 21257832 | 7 days ago | | | 0 | 0.0011858256 | |
| 21254341 | 7 days ago | | | 0 | 0.00098229623 | |
| 21253528 | 7 days ago | | | 0 | 0.00071864923 | |
| 21253518 | 7 days ago | | | 0 | 0.0010674844 | |
| 21208265 | 13 days ago | | | 0 | 0.00090257219 | |
| 21192893 | 16 days ago | | | 0 | 0.0011474952 |
ABI
ABI objects
Getter at block 21304826
endBlock() view returns (uint256)
19027654
launchTime() view returns (uint256)
1704391200
lockTime() view returns (uint256)
0
owner() view returns (address)
0xa9ec8c669ec7de986affa242925ae2ffadc6f817
paused() view returns (bool)
false
presaleContract() view returns (address)
0x39fd3e106fed3c80192d1849e13d900f45487f92
rewardTokensPerBlock() view returns (uint256)
15000000000000000000
stakeToken() view returns (address)
0x25b4f5d4c314bcd5d7962734936c957b947cb7cf
tokensStaked() view returns (uint256)
1476770356340623872500847
tokensStakedByPresale() view returns (uint256)
21893239000000000000000000
Read-only
getRewards(address _user) view returns (uint256)
poolStakers(address) view returns (uint256 amount, uint256 stakedTime, uint256 lastUpdatedBlock, uint256 harvestedRewards, uint256 rewardDebt)
State-modifying
Events deposit(uint256 _amount)
depositByPresale(address _user, uint256 _amount)
harvestAndDeposit()
harvestRewards()
pause()
renounceOwnership()
setEndBlock(uint256 _endBlock)
setLaunchTime(uint256 _launchTime)
setLockTime(uint256 _lockTime)
setPresale(address _presale)
setRewardsPerBlock(uint256 _rewardTokensPerBlock)
setStakeToken(address _stakeToken)
transferOwnership(address newOwner)
unpause()
withdraw()
withdrawExcessTokens(uint256 _amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Deposit(address indexed user, uint256 amount)
HarvestRewards(address indexed user, uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
Withdraw(address indexed user, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.