EGMCShareholderPool
Verified contract
Active on
Ethereum with 120 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xaa19…96fc
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EGMC | ERC-20 | 1.198004M | -- | -- | |
UNI-V2 | ERC-20 | 444.996151 | -- | -- | |
0xaa19…96fc | ERC-1555 | 179 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19063154 | 10 months ago | | | 0 | 0.0028079770 | |
| 18752593 | a year ago | | | 0 | 0.0032063008 | |
| 18685998 | a year ago | | | 0 | 0.0036684967 | |
| 18678102 | a year ago | | | 0 | 0.0091505071 | |
| 18670809 | a year ago | | | 0 | 0.0089396454 | |
| 18663637 | a year ago | | | 0 | 0.0054599099 | |
| 18656356 | a year ago | | | 0 | 0.0034397350 | |
| 18649073 | a year ago | | | 0 | 0.0036650826 | |
| 18548683 | a year ago | | | 0 | 0.0017548006 | |
| 18548681 | a year ago | | | 0 | 0.0020670670 |
ABI
ABI objects
Getter at block 21268073
allTimeLpRewards() view returns (uint256)
665294429713819313538
allTimeLpRewardsClaimed() view returns (uint256)
220298278242736948983
allTimeTokenRewards() view returns (uint256)
1745735386566364675265474
allTimeTokenRewardsClaimed() view returns (uint256)
547732794847530286402547
currentLpRewardFactor() view returns (uint256)
3763815807384221558010707434853102866930691420293
currentTokenRewardFactor() view returns (uint256)
9846576443414861202604181965607023663737334942891425
getAmounts() view returns (uint256 tokenAmount, uint256 lpAmount)
(tokenAmount=43479424154976997572810, lpAmount=11738979913694529740)
isDepositingEnabled() view returns (bool)
true
lpToken() view returns (address)
0x16bba14e417f63202f394986d6c811fa1b813574
nft() view returns (address)
0xaa1967b27a178f890c71d1785c8c51fc61d596fc
owner() view returns (address)
0x147686dd4d9696430d0ebfa4369a2999d3b8f361
shareholderDistributor() view returns (address)
0xbd2ed1c702138b651925f3a5bedc546167ff7df9
token() view returns (address)
0xf70e5e46a50bba54917d9cb7aeb8b83610bcd969
totalStaked() view returns (uint256)
179
Read-only
getReward(address _user) view returns (uint256 tokenReward, uint256 lpReward)
getStake(address _user) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events claim(uint256 action)
deposit(uint256 _amount)
depositFor(address _user, uint256 _amount)
disableDepositing()
distribute()
enableDepositing()
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
recover(address _token)
renounceOwnership()
setShareholderDistributor(address _distributor)
setWhitelist(address _account, bool _enabled)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
Claimed(address user, uint256 tokenRewards, uint256 lpRewards)
Deposit(address user, uint256 amount)
DepositingDisabled()
DepositingEnabled()
Distributed(uint256 tokenRewards, uint256 lpRewards, uint256 totalStaked)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address user, uint256 amount)
constructor(address _token, address _nft)
This contract contains no fallback and receive objects.
This contract contains no error objects.