LandSale
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
15
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 48 additional slots
1 additional
variable
Balances ($0.00)
No balances found for "LandSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LandSale"
ABI
ABI objects
Getter at block 21249453
FEATURE_L1_SALE_ACTIVE() view returns (uint32)
1
FEATURE_L2_SALE_ACTIVE() view returns (uint32)
2
ROLE_ACCESS_MANAGER() view returns (uint256)
57896044618658097711785492504343953926634992332820282019728792003956564819968
ROLE_DATA_MANAGER() view returns (uint32)
131072
ROLE_PAUSE_MANAGER() view returns (uint32)
65536
ROLE_RESCUE_MANAGER() view returns (uint32)
524288
ROLE_SALE_MANAGER() view returns (uint32)
262144
ROLE_UPGRADE_MANAGER() view returns (uint256)
28948022309329048855892746252171976963317496166410141009864396001978282409984
ROLE_WITHDRAWAL_MANAGER() view returns (uint32)
1048576
beneficiary() view returns (address)
0x0000000000000000000000000000000000000000
features() view returns (uint256)
0
getImplementation() view returns (address)
0x0000000000000000000000000000000000000000
getStartPrices() view returns (uint96[])
[]
halvingTime() view returns (uint32)
0
isActive() view returns (bool)
false
now32() view returns (uint32)
1732353011
ownTime() view returns (uint32)
1732353011
pauseDuration() view returns (uint32)
0
pausedAt() view returns (uint32)
0
priceOracle() view returns (address)
0x0000000000000000000000000000000000000000
root() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
sIlvContract() view returns (address)
0x0000000000000000000000000000000000000000
saleEnd() view returns (uint32)
0
saleStart() view returns (uint32)
0
seqDuration() view returns (uint32)
0
seqOffset() view returns (uint32)
0
targetNftContract() view returns (address)
0x0000000000000000000000000000000000000000
timeFlowQuantum() view returns (uint32)
0
Read-only
evaluateBy(address operator, uint256 target, uint256 desired) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
isFeatureEnabled(uint256 required) view returns (bool)
isOperatorInRole(address operator, uint256 required) view returns (bool)
isPlotValid(struct LandSalePlotData plotData, bytes32[] proof) view returns (bool)
isSenderInRole(uint256 required) view returns (bool)
mintedTokens(uint256) view returns (uint256)
price(uint256 p0, uint256 t0, uint256 t) pure returns (uint256)
startPrices(uint256) view returns (uint96)
tokenPriceAt(uint32 sequenceId, uint16 tierId, uint32 t) view returns (uint256)
tokenPriceNow(uint32 sequenceId, uint16 tierId) view returns (uint256)
userRoles(address) view returns (uint256)
State-modifying
Events buyL1(struct LandSalePlotData plotData, bytes32[] proof) payable
buyL2(struct LandSalePlotData plotData, bytes32[] proof) payable
initialize(uint32 _saleStart, uint32 _saleEnd, uint32 _halvingTime, uint32 _timeFlowQuantum, uint32 _seqDuration, uint32 _seqOffset, uint96[] _startPrices)
pause()
postConstruct(address _nft, address _sIlv, address _oracle)
rescueErc20(address _contract, address _to, uint256 _value)
resume()
setBeneficiary(address _beneficiary)
setInputDataRoot(bytes32 _root)
updateFeatures(uint256 _mask)
updateRole(address operator, uint256 role)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(bool _ethOnly)
withdrawTo(address _to, bool _ethOnly)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
BeneficiaryUpdated(address indexed _by, address indexed _beneficiary)
Initialized(address indexed _by, uint32 _saleStart, uint32 _saleEnd, uint32 _halvingTime, uint32 _timeFlowQuantum, uint32 _seqDuration, uint32 _seqOffset, uint96[] _startPrices)
Paused(address indexed _by, uint32 _pausedAt)
PlotBoughtL1(address indexed _by, uint32 indexed _tokenId, uint32 indexed _sequenceId, struct LandLibPlotStore _plot, uint256 _eth, uint256 _sIlv)
PlotBoughtL2(address indexed _by, uint32 indexed _tokenId, uint32 indexed _sequenceId, struct LandLibPlotStore _plot, uint256 _plotPacked, uint256 _eth, uint256 _sIlv)
Resumed(address indexed _by, uint32 _pausedAt, uint32 _resumedAt, uint32 _pauseDuration)
RoleUpdated(address indexed _by, address indexed _to, uint256 _requested, uint256 _actual)
RootChanged(address indexed _by, bytes32 _root)
Upgraded(address indexed implementation)
Withdrawn(address indexed _by, address indexed _to, uint256 _eth, uint256 _sIlv)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.