Plots on MARZ
Verified contract
Proxy
Active on
Ethereum with 1,852 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 45 additional slots
-
variable spans 48 additional slots
1 additional
variable
Balances ($11,194.99)
Native
Value
$11,194.99
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.05 | $3,670.49 |
$11,194.99 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17591184 | a year ago | | | 0.025 | 0.0031459088 | |
| 17263719 | 2 years ago | | | 0 | 0.0019031070 | |
| 16815652 | 2 years ago | | | 0 | 0.00095885504 | |
| 16815649 | 2 years ago | | | 0 | 0.00096645125 | |
| 16296181 | 2 years ago | | | 0 | 0.0013372452 | |
| 16187090 | 2 years ago | | | 0 | 0.0024443650 | |
| 16187090 | 2 years ago | | | 0 | 0.0024443650 | |
| 16187090 | 2 years ago | | | 0 | 0.0021586600 | |
| 16178449 | 2 years ago | | | 0 | 0.00093625807 | |
| 15859737 | 2 years ago | | | 0 | 0.00041663653 |
ABI
ABI objects
Getter at block 21315975
FREE_PLOTS() view returns (uint256)
1991
GRID_HEIGHT() view returns (uint256)
100
GRID_WIDTH() view returns (uint256)
200
MAX_PLOTS() view returns (uint256)
20000
PUBLIC_CLAIM_FEE() view returns (uint256)
25000000000000000
PUBLIC_PLOTS_RESERVED() view returns (uint256)
11991
lootNFT() view returns (address)
0xff9c1b15b16263c61d017ee9f65c50e4ae0113d7
name() view returns (string)
Plots on MARZ
owner() view returns (address)
0x1f71dfa4cf994079b0cf798e7291a5d6f27a0e73
publicPlotsAvailable() view returns (uint256)
9878
symbol() view returns (string)
PLOT
totalSupply() view returns (uint256)
2145
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 plotID) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getPlotID(uint256 x, uint256 y) pure returns (uint256)
getXY(uint256 plotID) pure returns (uint256, uint256)
hasAdjacentPlot(uint256 plotID) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
lootPlotsCalimed(uint256) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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 admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address to, uint256 tokenId)
claimFees()
claimTo(address to, uint256 plotID) payable
claimWithLoot(uint256 lootID, uint256 plotID) payable
initialize(address lootNFT_, uint256[] towns)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.