TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 377 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
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TOKA | ERC-20 | 23.956762M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21342325 | 8 days ago | | | 0 | 0.0012041445 | |
| 21240477 | 22 days ago | | | 0 | 0.00053503036 | |
| 21240475 | 22 days ago | | | 0 | 0.0013644043 | |
| 21121004 | a month ago | | | 0 | 0.00037537663 | |
| 20742345 | 3 months ago | | | 0 | 0.00067611196 | |
| 20742253 | 3 months ago | | | 0 | 0.00060574803 | |
| 20742235 | 3 months ago | | | 0 | 0.00045645269 | |
| 20736195 | 3 months ago | | | 0 | 0.0021618333 | |
| 20608303 | 4 months ago | | | 0 | 0.00034809451 | |
| 20547128 | 4 months ago | | | 0 | 0.000079168310 |
ABI
ABI objects
Getter at block 21400387
accRewardPerShare() view returns (uint256)
1300148888992900800
emitionRate() view returns (uint256)
46296296300
esTokaToken() view returns (address)
0x689dff8723ed28fa217d04a302d363ca536f1187
instantRewardRate() view returns (uint256)
1000
lastRewardTime() view returns (uint256)
1733474459
loyalCooldown() view returns (uint256)
126144000
loyalSupply() view returns (uint256)
247265433999999998349039
owner() view returns (address)
0x221ff6fdd18dd903680bcce739f8ffb84927fda8
supply() view returns (uint256)
23709496821780519063850080
tokaToken() view returns (address)
0x2a85556a6701a02e75bc4de8ec340c6de1b29f72
withdrawalCooldown() view returns (uint256)
1209600
Read-only
pendingReward(address _user) view returns (uint256 pending)
userInfo(address) view returns (uint256 amount, uint256 rewardDebt, uint256 lastStakeTime, uint256 loyalAmount, uint256 lastLoyalStakeTime)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
collect(address _token, uint256 _amount, bool _isETH)
harvest()
initialize(address _esTokaToken, address _tokaToken)
loyalStake(uint256 _amount)
loyalWithdraw(uint256 _amount)
renounceOwnership()
setEmitionRate(uint256 _emitionRate)
setInstantRewardRate(uint256 _instantRewardRate)
stake(uint256 _amount)
transferOwnership(address newOwner)
updateReward()
withdraw(uint256 _amount)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
EmitionRateChanged(uint256 newRewardSpeed)
Harvest(address indexed user, uint256 reward)
Initialized(uint64 version)
InstantRewareRateChanged(uint256 newRewardRate)
LoyalHarvest(address indexed user, uint256 reward)
LoyalStake(address indexed user, uint256 amount)
LoyalWithdraw(address indexed user, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Stake(address indexed user, uint256 amount)
Withdraw(address indexed user, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()
SafeERC20FailedOperation(address token)
ZeroAddress()