LandAuction
Verified contract
Active on
Ethereum with 13,785 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xf790…3372
0x67cf…ccd3
-
variable spans 1469 additional slots
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,315.98 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15945311 | 2 years ago | | | 0.3570205 | 0.00039490653 | |
| 15664874 | 2 years ago | | | 1.00001 | 0.00018686696 | |
| 14742449 | 3 years ago | | | 0.30001 | 0.0010103872 | |
| 14742438 | 3 years ago | | | 0.30001 | 0.0010031517 | |
| 14628538 | 3 years ago | | | 0 | 0.0014522472 | |
| 14628528 | 3 years ago | | | 0 | 0.0014862817 | |
| 14622572 | 3 years ago | | | 0.2022 | 0.0014327354 | |
| 14617468 | 3 years ago | | | 0.53001 | 0.0012505284 | |
| 14617464 | 3 years ago | | | 0.53001 | 0.0012123756 | |
| 14617459 | 3 years ago | | | 0.53001 | 0.0014072780 |
ABI
ABI objects
Getter at block 21275227
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
GRID_SETTER_ROLE() view returns (bytes32)
0x002250fe51283021e04a7ab438c6e1fb5184bc6bc6b97d70d0deb8942f11485a
M() view returns (uint16)
200
N() view returns (uint16)
194
currentStage() view returns (uint8)
0
landRegistry() view returns (address)
0xefaed650f1a94801806bb110019d9b0dc79531a8
lockLeash() view returns (address)
0xf790b73f11fa1636d0d26db24bafb0f9b0ac3372
lockShiboshi() view returns (address)
0x67cf6ebc89cc50f09a10745c414192fd62bbccd3
multiBidEnabled() view returns (bool)
true
signerAddress() view returns (address)
0x8cf4378991ce70d501d9b1f169c3fb2c5278fc42
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
xHigh() view returns (int16)
96
xLow() view returns (int16)
-96
yHigh() view returns (int16)
99
yLow() view returns (int16)
-99
Read-only
allBidInfoOf(address user) view returns (int16[], int16[])
availableCapacityOf(address user) view returns (uint256)
bidInfoOf(address user) view returns (int16[], int16[])
getCategory(int16 x, int16 y) view returns (int8)
getCurrentBid(int16, int16) view returns (uint256 amount, address bidder)
getOutbidPrice(uint256 bidPrice) pure returns (uint256)
getPriceOf(int16 x, int16 y) view returns (uint256)
getReservePrice(int16 x, int16 y) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isShiboshiZone(int16 x, int16 y) pure returns (bool)
priceOfCategory(int8) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
weightToCapacity(uint256 weightLeash, uint256 weightShiboshi) pure returns (uint256)
winningsBidsOf(address) view returns (uint256)
State-modifying
Events bidMulti(int16[] xs, int16[] ys, uint256[] prices) payable
bidOne(int16 x, int16 y) payable
bidShiboshiZoneMulti(int16[] xs, int16[] ys, uint256[] prices, bytes signature) payable
bidShiboshiZoneOne(int16 x, int16 y, bytes signature) payable
grantRole(bytes32 role, address account)
mintPrivate(int16 x, int16 y) payable
mintPrivateShiboshiZone(int16 x, int16 y, bytes signature) payable
mintPublic(int16 x, int16 y) payable
mintWinningBid(int16[] xs, int16[] ys)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setGridVal(int16 x1, int16 y1, int16 x2, int16 y2, int8 val)
setLandRegistry(address _landRegistry)
setLockLeash(address _lockLeash)
setLockShiboshi(address _lockShiboshi)
setMultiBid(bool desiredValue)
setPriceOfCategory(int8 category, uint256 price)
setSignerAddress(address signer)
setStage(uint256 stage)
withdraw(address to, uint256 amount)
BidCreated(address indexed user, uint32 indexed encXY, int16 x, int16 y, uint256 price, uint256 time)
CategoryPriceSet(int8 category, uint256 price)
LandBought(address indexed user, uint32 indexed encXY, int16 x, int16 y, uint256 price, uint8 saleStage)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SignerSet(address signer)
StageSet(uint256 stage)
multiBidToggled(bool newValue)
constructor(address _weth, address _landRegistry, address _lockLeash, address _lockShiboshi)
This contract contains no fallback and receive objects.
This contract contains no error objects.