MCPSale
Verified contract
Active on
Ethereum with 21,542 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.14)
Native
Value
$0.13
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00004 | $3,336.05 |
$0.13 | |
GSE | ERC-20 | 69 | $0.000028 |
$0 | |
YOO | ERC-20 | 20.437K | -- | -- | |
MCPL | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
Transfer | 13468861 | 3 years ago | | | 0.016 | 0.0016382716 | |
| 12776266 | 3 years ago | | | 0 | 0.0012632660 | |
| 9526959 | 5 years ago | | | 0 | 0.00014559600 | |
| 7789808 | 6 years ago | | | 0 | 0.00010998900 | |
| 7202279 | 6 years ago | | | 0.02335338 | 0.00074780800 | |
| 7202279 | 6 years ago | | | 0.024264903 | 0.00067770100 | |
| 7201887 | 6 years ago | | | 0.036050042 | 0.00058422500 | |
| 7140095 | 6 years ago | | | 0.065061 | 0.00051130200 | |
| 7089330 | 6 years ago | | | 0 | 0.000058507200 | |
| 7035177 | 6 years ago | | | 0.026388 | 0.00011652500 |
ABI
ABI objects
Getter at block 21276016
SaleActive() view returns (bool)
false
basePrice() view returns (uint256)
10000000000000000
beneficiary() view returns (address)
0xe4952e54e0797f90eb119464aaa54d30a34011a5
defaultRegionTax() view returns (uint8)
10
divider() view returns (uint32)
8
implementsERC721() view returns (bool)
true
isActive() view returns (bool)
false
mapMaster() view returns (address)
0x501f51187acfbbfb711166dea9ee5bbf77c6c2d8
minMargin() view returns (uint256)
1944000000000000
owner() view returns (address)
0x8acaf4c318803cca315cc63339ef5765628b31a4
totalSupply() view returns (uint256)
45084
Read-only
approved(uint256) view returns (address)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
getLandPrice(int32 x, int32 y) view returns (uint256 price)
getPayouts(int32 x, int32 y) view returns (uint256[49] payouts, address[49] addresses, uint8 tokenBought)
getRegionPrice(uint16 regionId) view returns (uint256 next_bid)
ownerOf(uint256 _tokenId) view returns (address owner)
regionExists(uint16 _regionId) view returns (bool)
region_bids(uint16) view returns (address currentBuyer, uint256 bid, uint256 activeTill)
regions(uint16) view returns (address owner, uint8 tax, uint256 startPrice, string regionName, bool onSale, bool allowSaleLands, bool created)
tokens(uint256) view returns (uint8 resources, uint16 region, uint256 buyPrice, address owner)
zone(int32, int32) view returns (uint256)
zone_reverse(uint256) view returns (int32 x, int32 y)
State-modifying
Events activateZone(int32[] x, int32[] y, uint8[] region, uint8[] resources)
addRegion(uint16 _regionId, uint256 _startPrice, string _regionName)
approve(address _to, uint256 _tokenId)
buyLand(int32 x, int32 y) payable
completeRegionAuction(uint16 regionId)
makeBid(uint16 regionId) payable
setAllowSellLands(uint16 regionId)
setBasePrice(uint256 _amount)
setBeneficiary(address _beneficiary)
setMapMaster(address _mapMaster)
setMinMargin(uint256 _amount)
setRegionName(uint16 regionId, string regionName)
setRegionOnSale(uint16 regionId)
setRegionOwner(uint16 regionId, address owner, uint256 viewPrice)
setRegionPrice(uint16 regionId, uint256 price)
setRegionTax(uint16 regionId, uint8 tax)
setSaleEnd()
takeRegion(uint16 regionId)
transfer(address _to, uint256 _tokenId)
transferFrom(address _from, address _to, uint256 _tokenId)
transferOwnership(address newOwner)
withdrawal(uint256 amount)
withdrawalAll()
ActivateMap(int256 x, int256 y, uint256 tokenId)
AddRegion(uint16 indexed regionId)
Approval(address indexed owner, address indexed approved, uint256 tokenId)
AuctionStarts(uint16 indexed regionId)
ChangeRegionName(uint16 indexed regionId, string regionName)
EndSale(bool isEnded)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Payout(address indexed to, uint256 value)
RegionAllowSaleLands(uint16 regionId)
RegionNewBid(uint16 indexed regionId, address buyer, uint256 value, uint256 activeTill)
RegionOnSale(uint16 indexed regionId)
RegionPayout(address indexed to, uint256 value)
RegionSold(uint16 indexed regionId, address owner)
TaxUpdate(uint16 indexed regionId, uint8 tax)
Transfer(address indexed from, address indexed to, uint256 tokenId)
UpdateRegionPrice(uint16 indexed regionId, uint256 price)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.