CryptoVideoGames
Verified contract
Active on
Ethereum with 211 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 "CryptoVideoGames"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5196081 | 7 years ago | | | 0.4 | 0.00034903400 | |
| 5194014 | 7 years ago | | | 0.2 | 0.00099724000 | |
| 5194012 | 7 years ago | | | 0.2 | 0.0012465500 | |
| 5193974 | 7 years ago | | | 0.1 | 0.00044412000 | |
| 5193973 | 7 years ago | | | 0.1 | 0.00033309000 | |
| 5193971 | 7 years ago | | | 0.1 | 0.00074793000 | |
| 5193969 | 7 years ago | | | 0.1 | 0.00099724000 | |
| 5193967 | 7 years ago | | | 0.05 | 0.00026647200 | |
| 5193966 | 7 years ago | | | 0.05 | 0.00026647200 | |
| 5193966 | 7 years ago | | | 0.05 | 0.00074793000 |
ABI
ABI objects
Getter at block 21282772
GetGamestatus() view returns (bool)
false
Read-only
getVideoGameCurrentPrice(uint256 _videoGameId) view returns (uint256)
getVideoGameDetails(uint256 _videoGameId) view returns (string videoGameName, address ownerAddress, uint256 currentPrice)
getVideoGameOwner(uint256 _videoGameId) view returns (address)
State-modifying
Events addVideoGame(string videoGameName, address ownerAddress, uint256 currentPrice)
modifyCurrentVideoGamePrice(uint256 _videoGameId, uint256 _newPrice)
pauseGame()
purchaseVideoGame(uint256 _videoGameId) 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.