JPEGCardsCigStaking
Verified contract
Active on
Ethereum with 113 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GIF | ERC-20 | 71.647699M | -- | -- | |
JPEGC | ERC-721 | 1 | -- | -- | |
JPEGC | ERC-721 | 1 | -- | -- | |
JPEGC | ERC-721 | 1 | -- | -- | |
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) |
---|---|---|---|---|---|---|---|
| 21255540 | 6 days ago | | | 0 | 0.00091464708 | |
| 21125553 | 25 days ago | | | 0 | 0.0013437279 | |
| 21000594 | a month ago | | | 0 | 0.0063461212 | |
| 20810422 | 2 months ago | | | 0 | 0.00087566447 | |
| 20459232 | 4 months ago | | | 0 | 0.026286596 | |
| 20088060 | 6 months ago | | | 0 | 0.00079280909 | |
| 19928073 | 6 months ago | | | 0 | 0.0010565811 | |
| 19776365 | 7 months ago | | | 0 | 0.0017816170 | |
| 19704643 | 7 months ago | | | 0 | 0.0011622284 | |
| 19693340 | 7 months ago | | | 0 | 0.00095223746 |
ABI
ABI objects
Getter at block 21301867
cards() view returns (address)
0x83979584ec8c6d94d93f838a524049173deba6f4
owner() view returns (address)
0x51c2cef9efa48e08557a361b52db34061c025a1b
paused() view returns (bool)
false
Read-only
cigs(uint256) view returns (bool)
isUserStaking(address _user) view returns (bool)
userData(address) view returns (uint256 stakedCig, bool isStaking)
State-modifying
Events addCig(uint256 _idx)
deposit(uint256 _idx)
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
withdraw(uint256 _idx)
Deposit(address indexed account, uint256 indexed cardIndex)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
Withdrawal(address indexed account, uint256 indexed cardIndex)
constructor(address _cards, uint256[] _cigList)
This contract contains no fallback and receive objects.
This contract contains no error objects.