CryptoVideoGameItem
Verified contract
Active on
Ethereum with 451 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "CryptoVideoGameItem"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5202733 | 7 years ago | | | 0.04 | 0.00024816000 | |
| 5201499 | 7 years ago | | | 0.04 | 0.00018612000 | |
| 5201321 | 7 years ago | | | 0.08 | 0.00024816000 | |
| 5201297 | 7 years ago | | | 0.08 | 0.00024816000 | |
| 5191732 | 7 years ago | | | 0.04 | 0.00024816000 | |
| 5190542 | 7 years ago | | | 0.02 | 0.00044454000 | |
| 5190540 | 7 years ago | | | 0.04 | 0.00088908000 | |
| 5190540 | 7 years ago | | | 0.02 | 0.00044454000 | |
| 5190540 | 7 years ago | | | 0.02 | 0.00044454000 | |
| 5190538 | 7 years ago | | | 0.03 | 0.0016497600 |
ABI
ABI objects
Getter at block 21162665
GetGamestatus() view returns (bool)
false
Read-only
getVideoGameItemCurrentPrice(uint256 _videoGameItemId) view returns (uint256)
getVideoGameItemDetails(uint256 _videoGameItemId) view returns (string videoGameItemName, address ownerAddress, uint256 currentPrice, uint256 parentVideoGame)
getVideoGameItemOwner(uint256 _videoGameItemId) view returns (address)
State-modifying
Events addVideoGameItem(string videoGameItemName, address ownerAddress, uint256 currentPrice, uint256 parentVideoGame)
modifyCurrentVideoGameItemPrice(uint256 _videoGameItemId, uint256 _newPrice)
pauseGame()
purchaseVideoGameItem(uint256 _videoGameItemId) payable
unPauseGame()
This contract contains no event objects.
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.