JPEGCStaking
Verified contract
Active on
Ethereum with 2,991 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($2,403.71)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JPEG | ERC-20 | 16.72961M | $0.000144 |
$2,403.71 | |
GIF | ERC-20 | 4.603771B | -- | -- | |
SYNAGOGUE | ERC-20 | 1.783138B | -- | -- | |
PNG | ERC-20 | 1.345527B | -- | -- | |
JPEGC | ERC-721 | 1 | -- | -- | |
JPEGC | ERC-721 | 1 | -- | -- | |
JPEGC | ERC-721 | 1 | -- | -- | |
JPEGC | ERC-721 | 1 | -- | -- | |
JPEGC | ERC-721 | 1 | -- | -- | |
JPEGC | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21280522 | 2 days ago | | | 0 | 0.0040505756 | |
| 21088429 | a month ago | | | 0 | 0.0027978558 | |
| 21078339 | a month ago | | | 0 | 0.00090652376 | |
| 20670019 | 3 months ago | | | 0 | 0.00031937947 | |
| 20345525 | 4 months ago | | | 0 | 0.00040410522 | |
| 20028436 | 6 months ago | | | 0 | 0.0040473753 | |
| 20028433 | 6 months ago | | | 0 | 0.0025827464 | |
| 19959858 | 6 months ago | | | 0 | 0.00087607100 | |
| 19954491 | 6 months ago | | | 0 | 0.00066336671 | |
| 19709045 | 7 months ago | | | 0 | 0.00085328197 |
ABI
ABI objects
Getter at block 21297751
jpeg() view returns (address)
0xe80c0cd204d654cebe8dd64a4857cab6be8345a3
jpegc() view returns (address)
0x83979584ec8c6d94d93f838a524049173deba6f4
owner() view returns (address)
0x51c2cef9efa48e08557a361b52db34061c025a1b
totalNftsStaked() view returns (uint256)
115
Read-only
pendingReward(uint256 nft) view returns (uint256)
pendingUserReward(address account) view returns (uint256 totalReward)
userStakedNfts(address account) view returns (uint256[])
State-modifying
Events allocateRewards(uint256 startBlock, uint256 rewardsPerBlock, uint256 endBlock)
claim(uint256[] nfts)
claimAll()
deposit(uint256[] nfts)
renounceOwnership()
transferOwnership(address newOwner)
withdraw(uint256[] nfts)
withdrawAll()
Claim(address indexed user, uint256 indexed nft, uint256 amount)
Deposit(address indexed user, uint256 indexed nft)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed nft)
constructor(address _jpegc, address _jpeg)
This contract contains no fallback and receive objects.
This contract contains no error objects.