EtherShipsCore
Verified contract
Active on
Ethereum with 1,355 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,775.11)
Native
Value
$6,775.11
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.0141 | $3,363.84 |
$6,775.11 | |
GNX | ERC-20 | 4.82 | $0.000412 |
$0 | |
GSE | ERC-20 | 26 | $0.000029 |
$0 | |
LINO | ERC-20 | 20 | -- | -- | |
VIN | ERC-20 | 7.77 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13096558 | 3 years ago | | | 0.105 | 0.015993758 | |
| 13050981 | 3 years ago | | | 0.0545 | 0.0081978420 | |
| 13050971 | 3 years ago | | | 0.056 | 0.0075548740 | |
| 13050935 | 3 years ago | | | 0.059 | 0.0060323255 | |
| 13050932 | 3 years ago | | | 0.0615 | 0.0061042804 | |
| 13050932 | 3 years ago | | | 0.086 | 0.0061081960 | |
| 13050929 | 3 years ago | | | 0.1135 | 0.0069358380 | |
| 11875692 | 4 years ago | | | 0 | 0.0041266720 | |
| 5927231 | 6 years ago | | | 0 | 0.00024641000 | |
| 5779949 | 6 years ago | | | 0 | 0.000024641000 |
ABI
ABI objects
Getter at block 21260744
AuctionMaster() view returns (address)
0x2fe3fa35ad7c9a587906cc11adc8dbaf322920fa
ShipSellMaster() view returns (address)
0x2fe3fa35ad7c9a587906cc11adc8dbaf322920fa
UpgradeMaster() view returns (address)
0x2fe3fa35ad7c9a587906cc11adc8dbaf322920fa
getContractBalance() view returns (uint256)
2014100000000000000
howManyShips() view returns (uint32)
22
newIdAuctionEntity() view returns (uint256)
10
newIdShip() view returns (uint32)
446
newIdShipProduct() view returns (uint32)
22
upgradePrice() view returns (uint256)
5000000000000000
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)
getShipAuctionEntity(uint32 _ID) view returns (uint256)
getShipDetails(uint32 _ID) view returns (uint32[6])
getShipEarning(uint32 _ID) view returns (uint256)
getShipName(uint32 _ID) view returns (string)
getShipOwner(uint32 _ID) view returns (address)
getShipProduct(uint32 _ID) view returns (uint32[7])
getShipSell(uint32 _ID) view returns (bool)
getShipTotalEarned(uint32 _ID) view returns (uint256)
State-modifying
Events ChangeAuctionMaster(address _newMaster)
ChangeShipSellMaster(address _newMaster)
ChangeUpgradeMaster(address _newMaster)
_transfer(uint32 _shipID, address _receiver)
_transferAction(uint32 _shipID, address _receiver, uint8 _ActionType)
bid(uint32 _shipID) payable
buyShip(uint32 _shipproductID) payable
cancelAuction(uint32 _shipID)
cashOut(uint256 _amount) payable
cashOutShip(uint32 _shipID) payable
login(string _hash)
sellShip(uint32 _shipID, uint256 _startPrice, uint256 _finishPrice, uint256 _duration)
upgradeShip(uint32 _shipID, uint8 _upgradeChoice) payable
EventAuction(address indexed player, uint32 shipID, uint256 startPrice, uint256 finishPrice, uint256 duration, uint256 currentTime)
EventBid(uint32 shipID)
EventBuyShip(address indexed player, uint32 productID, uint32 shipID)
EventCancelAuction(uint32 shipID)
EventCashOut(address indexed player, uint256 amount)
EventLogin(address indexed player, string hash)
EventTransfer(address indexed player, address indexed receiver, uint32 shipID)
EventTransferAction(address indexed player, address indexed receiver, uint32 shipID, uint8 ActionType)
EventUpgradeShip(address indexed player, uint32 shipID, uint8 upgradeChoice)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.