|
|
@ -75,7 +75,7 @@ contract Main is Owned {
|
|
|
|
/// Point to the latest leaderboard update
|
|
|
|
/// Point to the latest leaderboard update
|
|
|
|
uint256 public leaderboardPointer;
|
|
|
|
uint256 public leaderboardPointer;
|
|
|
|
/// Price of the Unaboomer ERC-721 token
|
|
|
|
/// Price of the Unaboomer ERC-721 token
|
|
|
|
uint256 public unaboomerPrice = 0.05 ether;
|
|
|
|
uint256 public unaboomerPrice = 0.025 ether;
|
|
|
|
/// Price of the Mailbomb ERC-1155 token
|
|
|
|
/// Price of the Mailbomb ERC-1155 token
|
|
|
|
uint256 public bombPrice = 0.0025 ether;
|
|
|
|
uint256 public bombPrice = 0.0025 ether;
|
|
|
|
/// If mail bombs can be sent by players
|
|
|
|
/// If mail bombs can be sent by players
|
|
|
|