GHGSail
Verified contract
Active on
Ethereum with 5,482 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x66fc…98e7
0x4246…01e9
0xf831…8245
0x8c5a…1898
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GHGSHIP | ERC-721 | 1 | -- | -- | |
GHGSHIP | ERC-721 | 1 | -- | -- | |
GHGSHIP | ERC-721 | 1 | -- | -- | |
GHGSHIP | ERC-721 | 1 | -- | -- | |
GHGSHIP | ERC-721 | 1 | -- | -- | |
GHGSHIP | ERC-721 | 1 | -- | -- | |
GHGSHIP | ERC-721 | 1 | -- | -- | |
GHGSHIP | ERC-721 | 1 | -- | -- | |
GHGSHIP | ERC-721 | 1 | -- | -- | |
GHGSHIP | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17171818 | 2 years ago | | | 0 | 0.0095881750 | |
| 17171816 | 2 years ago | | | 0 | 0.0095947546 | |
| 17171814 | 2 years ago | | | 0 | 0.0091079272 | |
| 17171810 | 2 years ago | | | 0 | 0.013253866 | |
| 17171806 | 2 years ago | | | 0 | 0.013218215 | |
| 17171797 | 2 years ago | | | 0 | 0.011781525 | |
| 17171794 | 2 years ago | | | 0 | 0.014180954 | |
| 16135396 | 2 years ago | | | 0 | 0.0035291144 | |
| 16135394 | 2 years ago | | | 0 | 0.0036127793 | |
| 16135392 | 2 years ago | | | 0 | 0.0053067492 |
ABI
ABI objects
Getter at block 21316943
RUM_TICKET_ID() view returns (uint256)
0
distance() view returns (uint256)
424800
goldHunter() view returns (address)
0x66fca7555cd481545a5e66ba9a2bec1e256f98e7
newLand() view returns (address)
0xf831d6f96a99f220aad9a3fdec0cd45199958245
owner() view returns (address)
0x5be29bdfd79644eca15fa36b3b078f2a4691f94e
paused() view returns (bool)
false
raftsArrivedCounter() view returns (uint16)
300
raftsInOceanCounter() view returns (uint16)
86
rum() view returns (address)
0x8c5a98720c6f886899756ef8f1a3ed5080801898
shipToken() view returns (address)
0x42464cec487fe48591f5ad611cee426854ae01e9
shipsArrivedCounter() view returns (uint16)
2522
shipsInOceanCounter() view returns (uint16)
319
tokensArrivedCounter() view returns (uint16)
14550
Read-only
approvedManagers(address) view returns (bool)
getStake(address _address) view returns (struct GHGSailOceanStake[])
isWaterproof(uint16 _index) view returns (bool)
isWaterproofMany(uint16[] _tokensIds) view returns (bool[])
oceanStake(address, uint256) view returns (address owner, uint80 startTimestamp, uint16 speed)
onERC721Received(address, address from, uint256, bytes) pure returns (bytes4)
rumSpeedMapping(uint16) view returns (uint16)
speedMapping(uint16) view returns (uint16)
stakeIndices(uint256) view returns (uint256)
waterproof(uint16) view returns (bool)
State-modifying
Events addManager(address _address)
changeDistance(uint16 _distance)
changeRumSpeedMapping(uint16 _key, uint16 _newValue)
changeSpeedMapping(uint16 _key, uint16 _newValue)
pause()
removeManager(address _address)
renounceOwnership()
setGoldHunter(address _address)
setNewLand(address _address)
setRum(address _address)
setShips(address _address)
stakeTokens(address _account, uint16 _shipId, uint16[] _tokenIds, uint16 _rumAmount)
transferOwnership(address newOwner)
unpause()
unstakeTokens(address _owner, uint16 _index)
unstakeTokensIntoLand(address _owner, uint16 _index)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
ShipArrived(address owner, uint16 shipId, uint16[] tokenIds, uint256 timestamp)
TokenStaked(address owner, uint16 shipId, uint16[] tokenIds, uint16 rum, uint16 speed, uint256 timestamp)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.