DragonBallZ
Verified contract
Active on
Ethereum with 553 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 |
---|---|---|---|---|---|
OCN | ERC-20 | 5 | $0.000039 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5627438 | 7 years ago | | | 0 | 0.0016467000 | |
| 5627431 | 7 years ago | | | 0 | 0.00081754500 | |
| 5627428 | 7 years ago | | | 0 | 0.00081274500 | |
| 5627425 | 7 years ago | | | 0 | 0.00081178500 | |
| 5627421 | 7 years ago | | | 0 | 0.00080986500 | |
| 5627391 | 7 years ago | | | 0 | 0.0017423500 | |
| 5322379 | 7 years ago | | | 0 | 0.00014454500 | |
| 5322376 | 7 years ago | | | 0 | 0.00014454500 | |
| 5274260 | 7 years ago | | | 0 | 0.000044908000 | |
| 5267289 | 7 years ago | | | 0.16 | 0.00025522800 |
ABI
ABI objects
Getter at block 21260840
GetGamestatus() view returns (bool)
false
getTotalPrize() view returns (uint256)
0
Read-only
getHeroCurrentLevel(uint256 _heroId) view returns (uint256)
getHeroCurrentPrice(uint256 _heroId) view returns (uint256)
getHeroDBZHeroAddress(uint256 _heroId) view returns (address)
getHeroDetails(uint256 _heroId) view returns (string heroName, address ownerAddress, address DBZHeroOwnerAddress, uint256 currentPrice, uint256 currentLevel)
getHeroOwner(uint256 _heroId) view returns (address)
getWinnerDetails(uint256 _winnerId) view returns (uint256)
State-modifying
Events addHero(string _heroName, address _ownerAddress, address _DBZHeroOwnerAddress, uint256 _currentPrice, uint256 _currentLevel)
getWinner() returns (uint256[])
modifyCurrentHeroPrice(uint256 _heroId, uint256 _newPrice)
pauseGame()
payoutWinners()
purchaseHero(uint256 _heroId) payable
unPauseGame()
updateDBZHeroDetails(uint256 _heroId, string _heroName, address _ownerAddress, address _newDBZHeroOwnerAddress, uint256 _currentLevel)
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.