- Payments to be used to fund Transaction List transactions
- BLOCK HEAD Protocol ID - 1AWEpKHWcdhXCfdPGH4zKEP1EMzSZAWsgB
- ChainID - BTC, BCH
| pragma solidity 0.4.24; | |
| import "zeppelin-solidity/contracts/token/ERC20/ERC20Basic.sol"; | |
| import "./CryptoFightsHero.sol"; | |
| import "./Managed.sol"; | |
| import "./interfaces/IBattleAction.sol"; | |
| contract BattleCore is Managed { | |
| struct Battle { | |
| uint16 turnCounter; |