PlanetCrypto
Verified contract
Active on
Ethereum with 1,052 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
26 additional
variables
Balances ($69.71)
Native
Value
$69.71
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.022807 | $3,056.43 |
$69.71 | |
PLT | ERC-20 | 99.96K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15389565 | 2 years ago | | | 0.022362 | 0.0088652866 | |
| 15389561 | 2 years ago | | | 0 | 0.00027480947 | |
| 15389555 | 2 years ago | | | 0.02236 | 0.0076371625 | |
| 15389542 | 2 years ago | | | 0 | 0.00034664207 | |
| 15389540 | 2 years ago | | | 0 | 0.00028465663 | |
| 15389523 | 2 years ago | | | 0.022358 | 0.0093482794 | |
| 15389522 | 2 years ago | | | 0 | 0.00028242170 | |
| 15314599 | 2 years ago | | | 0 | 0.0011765945 | |
| 15314569 | 2 years ago | | | 0 | 0.00096239045 | |
| 14853214 | 2 years ago | | | 0 | 0.00099772250 |
ABI
ABI objects
Getter at block 21189305
current_plot_empire_score() view returns (uint256)
100
current_plot_price() view returns (uint256)
22364000000000000
devHoldings() view returns (uint256)
0
getAllPlayerObjectLen() view returns (uint256)
35
min_plots_purchase_for_token_reward() view returns (uint256)
10
name() view returns (string)
PlanetCrypto
plots_token_reward_divisor() view returns (uint256)
10
price_update_amount() view returns (uint256)
2000000000000
symbol() view returns (string)
PTC
taxEarningsAvailable() view returns (uint256)
0
tax_distributed() view returns (uint256)
4738639724542226000
tax_fund() view returns (uint256)
489915329228806000
tokens_rewards_allocated() view returns (uint256)
40
tokens_rewards_available() view returns (uint256)
99960
totalSupply() view returns (uint256)
177
total_empire_score() view returns (uint256)
130798
total_land_sold() view returns (uint256)
1182
total_trades() view returns (uint256)
68
Read-only
all_playerObjects(uint256) view returns (address playerAddress, uint256 lastAccess, uint256 totalEmpireScore, uint256 totalLand)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getToken(uint256 _tokenId, bool isBasic) view returns (address token_owner, bytes32 name, uint256 orig_value, uint256 current_value, uint256 empire_score, int256[] plots_lat, int256[] plots_lng)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
queryMap(uint8 zoom, int256[] lat_rows, int256[] lng_columns) view returns (string _outStr)
queryPlotExists(uint8 zoom, int256[] lat_rows, int256[] lng_columns) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burnToken(uint256 _tokenId)
buyCard(uint256 _token_id, address _referrer) payable
buyLand(bytes32 _name, int256[] _plots_lat, int256[] _plots_lng, address _referrer) payable
buyLandWithTokens(bytes32 _name, int256[] _plots_lat, int256[] _plots_lng)
m()
p_update_action(uint256 _type, address _address)
p_update_currentPlotEmpireScore(uint256 _current_plot_empire_score)
p_update_mEmpireScoreMultiplier(uint256 _newPercent)
p_update_mNewPlotDevPercent(uint256 _newPercent)
p_update_mNewPlotTaxPercent(uint256 _newPercent)
p_update_mRefPercent(uint256 _newPercent)
p_update_mResaleMultipler(uint256 _newPercent)
p_update_mResalePlotDevPercent(uint256 _newPercent)
p_update_mResalePlotOwnerPercent(uint256 _newPercent)
p_update_mResalePlotTaxPercent(uint256 _newPercent)
p_update_planetCryptoCoinAddress(address _planetCryptoCoinAddress)
p_update_planetCryptoUtilsAddress(address _planetCryptoUtilsAddress)
p_update_priceUpdateAmount(uint256 _price_update_amount)
p_update_tokensRewardsAllocated(uint256 _tokens_rewards_allocated)
p_update_tokensRewardsAvailable(uint256 _tokens_rewards_available)
p_withdrawDevHoldings()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
transferFrom(address from, address to, uint256 tokenId)
withdrawTaxEarning()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
cardBought(uint256 indexed search_token_id, address indexed search_from, address indexed search_to, uint256 token_id, address from, address to, bytes32 name, uint256 orig_value, uint256 new_value, uint256 empireScore, uint256 newEmpireScore, uint256 now)
issueCoinTokens(address indexed searched_to, address to, uint256 amnt, uint256 timestamp)
landPurchased(uint256 indexed search_token_id, address indexed search_buyer, uint256 token_id, address buyer, bytes32 name, int256 center_lat, int256 center_lng, uint256 size, uint256 bought_at, uint256 empire_score, uint256 timestamp)
referralPaid(address indexed search_to, address to, uint256 amnt, uint256 timestamp)
taxDistributed(uint256 amnt, uint256 total_players, uint256 timestamp)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.