LandAuctionV2
Verified contract
Active on
Ethereum with 11,742 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xefae…31a8
0xf790…3372
0x67cf…ccd3
Balances ($37.18)
Native
Value
$37.18
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.01 | $3,717.80 |
$37.18 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21363506 | 2 days ago | | | 0 | 0.0023087065 | |
| 21088996 | a month ago | | | 0 | 0.00023291815 | |
| 20909318 | 2 months ago | | | 0.2 | 0.0034601061 | |
| 20898815 | 2 months ago | | | 0 | 0.00037845456 | |
| 20877190 | 2 months ago | | | 0.2 | 0.0020642771 | |
| 20405502 | 4 months ago | | | 0 | 0.0010353773 | |
| 20200816 | 5 months ago | | | 0 | 0.00043222067 | |
| 20200790 | 5 months ago | | | 0 | 0.00049899759 | |
| 19864923 | 7 months ago | | | 0.2 | 0.0012123583 | |
| 19816534 | 7 months ago | | | 0.3 | 0.0017228488 |
ABI
ABI objects
Getter at block 21379219
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
auctionV1() view returns (address)
0x9ed0f787223ff1feb0cfb33a9207c646d182e918
currentStage() view returns (uint8)
3
landRegistry() view returns (address)
0xefaed650f1a94801806bb110019d9b0dc79531a8
lockLeash() view returns (address)
0xf790b73f11fa1636d0d26db24bafb0f9b0ac3372
lockShiboshi() view returns (address)
0x67cf6ebc89cc50f09a10745c414192fd62bbccd3
multiMintEnabled() view returns (bool)
true
signerAddress() view returns (address)
0x8cf4378991ce70d501d9b1f169c3fb2c5278fc42
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)
mintedBy(address user) view returns (int16[], int16[])
priceOfCategory(int8 category) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
weightToCapacity(uint256 weightLeash, uint256 weightShiboshi) pure returns (uint256)
winningsBidsOf(address user) view returns (uint256)
State-modifying
Events grantRole(bytes32 role, address account)
mintPrivate(int16 x, int16 y) payable
mintPrivateMulti(int16[] xs, int16[] ys, uint256[] prices) payable
mintPrivateShiboshiZone(int16 x, int16 y, bytes signature) payable
mintPrivateShiboshiZoneMulti(int16[] xs, int16[] ys, uint256[] prices, bytes signature) payable
mintPublic(int16 x, int16 y) payable
mintPublicMulti(int16[] xs, int16[] ys, uint256[] prices) payable
mintWinningBid(int16[] xs, int16[] ys)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setAuctionV1(address _auctionV1)
setLandRegistry(address _landRegistry)
setLockLeash(address _lockLeash)
setLockShiboshi(address _lockShiboshi)
setMultiMint(bool desiredValue)
setSignerAddress(address signer)
setStage(uint256 stage)
withdraw(address to, uint256 amount)
LandBought(address indexed user, uint32 indexed encXY, int16 x, int16 y, uint256 price, uint256 time, 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)
multiMintToggled(bool newValue)
constructor(address _auctionV1, address _landRegistry, address _lockLeash, address _lockShiboshi)
This contract contains no fallback and receive objects.
This contract contains no error objects.