GalxeStaking
Verified contract
Active on
Ethereum with 3,070 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x9c7b…0649
Balances ($14,771,707.97)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
G | ERC-20 | 421.286271M | $0.035063 |
$14,771,707.97 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21398025 | 2 hours ago | | | 0 | 0.00051121777 | |
| 21397294 | 5 hours ago | | | 0 | 0.00088351398 | |
| 21396931 | 6 hours ago | | | 0 | 0.00080516648 | |
| 21394225 | 15 hours ago | | | 0 | 0.0017781024 | |
| 21391853 | a day ago | | | 0 | 0.00081453739 | |
| 21391688 | a day ago | | | 0 | 0.00081812961 | |
| 21390893 | a day ago | | | 0 | 0.00085516312 | |
| 21389091 | a day ago | | | 0 | 0.0010313062 | |
| 21386346 | 2 days ago | | | 0 | 0.0012899801 | |
| 21386277 | 2 days ago | | | 0 | 0.0018888957 |
ABI
ABI objects
Getter at block 21398766
allowedToken() view returns (address)
0x9c7beba8f6ef6643abd725e45a4e8387ef260649
lockTimePeriod() view returns (uint256)
604800
multiplier() view returns (uint256)
1
owner() view returns (address)
0x73eb342ebc92a4b77942b6cab927ad5faed595be
paused() view returns (bool)
false
unStakeLimit() view returns (uint256)
10
Read-only
balances(address) view returns (uint256)
getStakeAmount(address _user) view returns (uint256)
getUnStakeInfo(address user) view returns (struct GalxeStakingUnStakeInfo[])
unStakeInfoMap(address, uint256) view returns (uint256 unStakeTime, uint256 amount)
State-modifying
Events changeTokenAndMultiplier(address _token, uint256 _multiplier)
initialize(address _token)
pause()
recoverERC20(address tokenAddress, address tokenReceiver, uint256 tokenAmount)
renounceOwnership()
revokeUnStake(uint256 index)
setLockDuration(uint256 _timePeriodInSeconds)
stakeToken(uint256 amount)
transferOwnership(address newOwner)
unStake(uint256 amount)
unpause()
upgradeToken(address _newToken, address upgrade, uint256 _multiplier)
withdrawAllUnLockedToken()
withdrawUnLockedToken(uint256 index)
LockDurationUpdated(uint256 _timePeriodInSeconds)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokenAndMultiplierChanged(address indexed token, uint256 multiplier)
TokenChanged(address indexed token)
TokenRevokeUnStaked(address indexed userAddress, struct GalxeStakingUnStakeInfo unStakeInfo)
TokenStaked(address indexed userAddress, uint256 amount)
TokenUnStaked(address indexed userAddress, struct GalxeStakingUnStakeInfo unStakeInfo)
TokenUpgraded(address indexed token, address indexed upgrader, uint256 amount, uint256 multiplier)
TokenWithdraw(address indexed userAddress, struct GalxeStakingUnStakeInfo unStakeInfo)
Unpaused(address account)
constructor(address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.