EtherTanksCore
Verified contract
Active on
Ethereum with 34,189 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($92,274.57)
Native
Value
$92,274.57
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 27.38394 | $3,369.66 |
$92,274.57 | |
GNX | ERC-20 | 4.16 | $0.000434 |
$0 | |
GSE | ERC-20 | 26 | $0.000032 |
$0 | |
SHNZ2 | ERC-20 | 2K | -- | -- | |
EBK | ERC-20 | 26.21743 | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20560987 | 3 months ago | | | 0 | 0.000053464153 | |
| 20560985 | 3 months ago | | | 0 | 0.000051956027 | |
| 20328547 | 4 months ago | | | 0 | 0.00041695707 | |
| 17619905 | a year ago | | | 0 | 0.00050060326 | |
| 17619050 | a year ago | | | 0 | 0.00051369528 | |
| 17619038 | a year ago | | | 0 | 0.00050820623 | |
| 17052380 | 2 years ago | | | 0 | 0.00069054949 | |
| 17052349 | 2 years ago | | | 0 | 0.00072474956 | |
| 17052344 | 2 years ago | | | 0 | 0.00069038827 | |
| 17052173 | 2 years ago | | | 0 | 0.00082418050 |
ABI
ABI objects
Getter at block 21167678
AuctionMaster() view returns (address)
0x2fe3fa35ad7c9a587906cc11adc8dbaf322920fa
ExportMaster() view returns (address)
0x2fe3fa35ad7c9a587906cc11adc8dbaf322920fa
TankSellMaster() view returns (address)
0x2fe3fa35ad7c9a587906cc11adc8dbaf322920fa
UpgradeMaster() view returns (address)
0x2fe3fa35ad7c9a587906cc11adc8dbaf322920fa
canExport() view returns (bool)
false
createNewTankHull() view returns (uint32)
1
createNewTankWeapon() view returns (uint32)
6
getContractBalance() view returns (uint256)
27383940022610000000
howManyTanks() view returns (uint32)
17
newIdAuctionEntity() view returns (uint256)
194
newIdTank() view returns (uint32)
5302
newIdTankHull() view returns (uint32)
12
newIdTankProduct() view returns (uint32)
17
newIdTankWeapon() view returns (uint32)
12
tanksBeforeTheNewTankType() view returns (uint256)
72
upgradePrice() view returns (uint256)
50000000000000000
Read-only
getCurrentPrice(uint32 _ID) view returns (uint256)
getCurrentPriceAuction(uint32 _ID) view returns (uint256)
getPlayerBalance(address _player) view returns (uint256)
getProductEarning(uint32 _ID) view returns (uint256)
getTankAuctionEntity(uint32 _ID) view returns (uint256)
getTankDetails(uint32 _ID) view returns (uint32[6])
getTankEarning(uint32 _ID) view returns (uint256)
getTankName(uint32 _ID) view returns (string)
getTankOwner(uint32 _ID) view returns (address)
getTankProduct(uint32 _ID) view returns (uint32[6])
getTankSell(uint32 _ID) view returns (bool)
getTankTotalEarned(uint32 _ID) view returns (uint256)
State-modifying
Events ChangeAuctionMaster(address _newMaster)
ChangeTankSellMaster(address _newMaster)
ChangeUpgradeMaster(address _newMaster)
FinishedExporting()
_transfer(uint32 _tankID, address _receiver)
_transferAction(uint32 _tankID, address _receiver, uint8 _ActionType)
bid(uint32 _tankID) payable
buyTank(uint32 _tankproductID) payable
cancelAuction(uint32 _tankID)
cashOut(uint256 _amount) payable
cashOutTank(uint32 _tankID) payable
exportTank(address _owner, uint32 _tankproductID)
exportTankResetEarning(uint32 _tankID)
login(string _hash)
sellTank(uint32 _tankID, uint256 _startPrice, uint256 _finishPrice, uint256 _duration)
upgradeTank(uint32 _tankID, uint8 _upgradeChoice) payable
EventAuction(address indexed player, uint32 tankID, uint256 startPrice, uint256 finishPrice, uint256 duration, uint256 currentTime)
EventBid(uint32 tankID)
EventBuyTank(address indexed player, uint32 productID, uint32 tankID)
EventCancelAuction(uint32 tankID)
EventCashOut(address indexed player, uint256 amount)
EventLogin(address indexed player, string hash)
EventProduct(uint32 productID, string name, uint32 hull, uint32 weapon, uint256 price, uint256 earning, uint256 releaseTime, uint256 currentTime)
EventTransfer(address indexed player, address indexed receiver, uint32 tankID)
EventTransferAction(address indexed player, address indexed receiver, uint32 tankID, uint8 ActionType)
EventUpgradeTank(address indexed player, uint32 tankID, uint8 upgradeChoice)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.