NewLand
Verified contract
Active on
Ethereum with 1,621 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4246…01e9
0x66fc…98e7
0x7f06…f3f6
0x4fe5…b00a
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) |
---|---|---|---|---|---|---|---|
| 19010812 | 10 months ago | | | 0 | 0.0021362894 | |
| 18689374 | a year ago | | | 0 | 0.0034548177 | |
| 18689371 | a year ago | | | 0 | 0.0077963542 | |
| 16894687 | 2 years ago | | | 0 | 0.014159071 | |
| 16672629 | 2 years ago | | | 0 | 0.0070572659 | |
| 16672622 | 2 years ago | | | 0 | 0.0030387330 | |
| 16294495 | 2 years ago | | | 0 | 0.0023115265 | |
| 16294491 | 2 years ago | | | 0 | 0.011881470 | |
| 16292942 | 2 years ago | | | 0 | 0.0018054240 | |
| 16150074 | 2 years ago | | | 0 | 0.0074711284 |
ABI
ABI objects
Getter at block 21212733
MINIMUM_TIME_TO_EXIT() view returns (uint256)
172800
TAX_PERCENTAGE() view returns (uint256)
20
gold() view returns (address)
0x4fe5fcfd7d50fc80f75b150dd630bffcd36bb00a
goldHunter() view returns (address)
0x66fca7555cd481545a5e66ba9a2bec1e256f98e7
owner() view returns (address)
0x5be29bdfd79644eca15fa36b3b078f2a4691f94e
paused() view returns (bool)
false
pirateReward() view returns (uint256)
483201698226860823713249
randomPirateOwner() view returns (address)
0xae85cbd28fd67a7cc24c481372d4f1c3a6f5ebaf
sail() view returns (address)
0x7f069548d5c02968ad7dd773d196abe5b996f3f6
ships() view returns (address)
0x42464cec487fe48591f5ad611cee426854ae01e9
tokenStolenCounter() view returns (uint256)
270
totalGoldClaimed() view returns (uint256)
1304419739469309890762691834
totalGoldMinerStaked() view returns (uint256)
3005
totalPirateStaked() view returns (uint256)
528
totalShipStaked() view returns (uint256)
560
unaccountedRewards() view returns (uint256)
0
Read-only
approvedManagers(address) view returns (bool)
getAccountGoldMiners(address user) view returns (struct NewLandStake[])
getAccountPirates(address user) view returns (struct NewLandStake[])
getAccountShips(address user) view returns (struct NewLandStake[])
onERC721Received(address, address from, uint256, bytes) pure returns (bytes4)
rewardRates(uint16) view returns (uint256)
State-modifying
Events addManager(address _address)
changeRewardRates(uint16 _key, uint16 _wei)
claimFromStake(uint16[] shipTokenIds, uint16[] tokenIds, bool unstake)
pause()
removeManager(address _address)
renounceOwnership()
setGold(address _address)
setGoldHunter(address _address)
setOcean(address _address)
setShip(address _address)
setZeroClaim(bool _status)
stakeTokens(address _account, uint16[] _tokenIds)
transferOwnership(address newOwner)
unpause()
GoldMinerClaimed(uint16 tokenId, uint256 earned, bool unstaked)
LandTokenStaked(address owner, uint16 tokenId, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PirateClaimed(uint16 tokenId, uint256 earned, bool unstaked)
ShipClaimed(uint16 tokenId, uint256 earned, bool unstaked)
TokenStolen(address owner, uint16 tokenId, address thief)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.