GMEEStaking
Verified contract
Active on
Ethereum with 2,685 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($951,542.29)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GMEE | ERC-20 | 93.269806M | $0.010202 |
$951,542.29 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21209845 | 6 hours ago | | | 0 | 0.00052917993 | |
| 21207953 | 13 hours ago | | | 0 | 0.00056023451 | |
| 21207829 | 13 hours ago | | | 0 | 0.00071532586 | |
| 21203743 | a day ago | | | 0 | 0.00050510553 | |
| 21202769 | a day ago | | | 0 | 0.00066386745 | |
| 21202295 | a day ago | | | 0 | 0.00071872071 | |
| 21196757 | 2 days ago | | | 0 | 0.00081025871 | |
| 21191205 | 3 days ago | | | 0 | 0.00092874002 | |
| 21175771 | 5 days ago | | | 0 | 0.0019880728 | |
| 21170676 | 6 days ago | | | 0 | 0.0020061815 |
ABI
ABI objects
Getter at block 21211772
DECIMAL_FACTOR() view returns (uint248)
1000
gmee() view returns (address)
0xd9016a907dc0ecfa3ca425ab20b6b785b42f2373
owner() view returns (address)
0x27366d0f7dce8b7e90344fce0cb7188666fdf640
paused() view returns (bool)
false
tax() view returns (uint248)
50
totalStaked() view returns (uint248)
93269806000000000000000000
treasury() view returns (address)
0xb106966d026fa099f32a57f762a38f17c6c9698e
Read-only
stakes(address) view returns (uint256 lockTimestamp, uint248 amount, uint8 period)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events pause()
restake()
setUnstakeTaxPercentage(uint248 _percentage)
setUnstakeTaxTreasury(address _treasury)
stake(uint248 amount, uint8 period)
transferOwnership(address newOwner)
unpause()
unstake(uint248 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused()
Restaked(address indexed account, uint256 totalAmount, uint256 period)
Staked(address indexed account, uint256 amount, uint256 totalAmount, uint256 period)
Unpaused()
UnstakeTaxPercentageUpdated(uint256 newPercentage)
UnstakeTaxTreasuryChanged(address indexed account)
Unstaked(address indexed account, uint256 amount, uint256 taxAmount, uint256 remainingStake)
constructor(address _gmee, address _treasury, address _owner, uint248 _initialTaxPercentage)
This contract contains no fallback and receive objects.
This contract contains no error objects.