StakeManager
Verified contract
Active on
Ethereum with 437 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x797d…a09d
0x0f1f…21ff
0xbe92…4f81
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GLCH | ERC-20 | 0.349738 | $0.007236 |
$0 | |
GPOOL | ERC-20 | 0.768789 | -- | -- | |
CGN | ERC-20 | 0.714923 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16817978 | 2 years ago | | | 0 | 0.0033300997 | |
| 16816289 | 2 years ago | | | 0 | 0.0010391148 | |
| 16816279 | 2 years ago | | | 0 | 0.0013541259 | |
| 16734447 | 2 years ago | | | 0 | 0.0059746204 | |
| 16732599 | 2 years ago | | | 0 | 0.0065230624 | |
| 16718500 | 2 years ago | | | 0 | 0.00095906641 | |
| 16718475 | 2 years ago | | | 0 | 0.0019228347 | |
| 16718290 | 2 years ago | | | 0 | 0.0020899790 | |
| 16718160 | 2 years ago | | | 0 | 0.0022255009 | |
| 16717296 | 2 years ago | | | 0 | 0.0020547943 |
ABI
ABI objects
Getter at block 21297464
BIG_GUARDIAN_ROLE() view returns (bytes32)
0x05c653944982f4fec5b037dad255d4ecd85c5b85ea2ec7654def404ae5f686ec
CLAIM_TYPEHASH() view returns (bytes32)
0x4409e925f2186a56f91d8d400d8f11f2d109f0b152bc5b39d62f54ef93031d3c
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
GOLD_PIVOT() view returns (uint256)
8640000
GUARDIAN_ROLE() view returns (bytes32)
0x55435dd261a4b9b3364963f7738a7a662ad9c84396d64be3365284bb7f0a5041
LOCK_REWARD_CLAIM_TYPEHASH() view returns (bytes32)
0x0059ca09dcfe017a0d2256d3570133ce65c6f2b120016a794ad924c5efb8ded8
MAX_TIER() view returns (uint8)
3
MULTIPLE_CLAIM_TYPEHASH() view returns (bytes32)
0x0b8be51f347f62ce5ef93add4bff216e052cd43dc27fd0364defd80ccb596fdb
SIGNER_ROLE() view returns (bytes32)
0xe2f4eaae4a9751e85a3e4a7b9587827a877f29914755229b07a7b2da98285f70
SILVER_PIVOT() view returns (uint256)
4320000
USDC_THRESHOLD() view returns (uint256)
1000000000
feeTo() view returns (address)
0xc588a788c4fc3e74d800871f84dec64ae4f9ca38
firstStakingFee() view returns (uint256)
0
gpoolToken() view returns (address)
0x797de1dc0b9faf5e25c1f7efe8df9599138fa09d
oldContract() view returns (address)
0xbe921c6e9799a0b12d8cf6bb1fcc7794e0a24f81
oracle() view returns (address)
0x0f1f5a87f99f0918e6c81f16e59f3518698221ff
signer() view returns (address)
0xe5037950b5d537b60f63e3bc188bbefc9d69ee33
twapPeriod() view returns (uint32)
1
usdc() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
Read-only
getNonce(address _from) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getStartStake(address _user) view returns (uint256)
getTier(address user) view returns (uint8)
getTierByStartStake(uint256 _startStake) view returns (uint8)
gpoolInUSDC(uint256 gpoolAmount) view returns (uint256)
hadStake(address) view returns (bool)
hasRole(bytes32 role, address account) view returns (bool)
stakeInfo(address) view returns (uint256 amount, uint256 startStake)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events claimReward(address _user, address[] _rewardTokens, uint256[] _poolIds, uint256[] _pendingRewards, uint256 _currentTier, uint256 _nonce, bytes _signature)
grantRole(bytes32 role, address account)
grantSigner(address _signer)
recoverFund(address _token, address _receiver)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setStartStake(address[] user, uint256[] startStake)
setTwapPeriod(uint32 _twapPeriod)
stake(uint256 amount) payable
transferBigGuardian(address _newGuardian)
unstake(uint256 amount)
updateFirstStakingFee(uint256 _fee, address _feeTo)
withdraw(address user, uint256 amount)
ClaimMultipleReward(address sender, bytes signature, uint256 chainId)
ClaimReward(address sender, uint256 poolId, uint256 amount)
Refund(address indexed receiver, uint256 amount)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SetStartStake(address user, uint256 startStake)
Stake(address sender, uint256 amount, uint256 startStake)
Unstake(address sender, uint256 amount, uint256 startStake)
UpdateFirstStakingFee(uint256 _fee, address _feeTo)
WithdrawGP(address user, uint256 amount)
constructor(address _oracle, address _gpoolToken, address _usdc, address _feeTo, uint256 _firstStakingFee, address _signer, address _oldContract, address[] _admins)
This contract contains no fallback and receive objects.
This contract contains no error objects.