LANDAuction
Verified contract
Active on
Ethereum with 1,602 txns
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
0xf87e…5d4d
0xf462…c9f4
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETHS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7342033 | 6 years ago | | | 0 | 0.00068367200 | |
| 7005277 | 6 years ago | | | 0 | 0.000092239000 | |
| 6968755 | 6 years ago | | | 0 | 0.00041755000 | |
| 6968755 | 6 years ago | | | 0 | 0.000074718000 | |
| 6943638 | 6 years ago | | | 0 | 0.00086080000 | |
| 6939681 | 6 years ago | | | 0 | 0.0012741160 | |
| 6939681 | 6 years ago | | | 0 | 0.0012741160 | |
| 6939660 | 6 years ago | | | 0 | 0.0013844600 | |
| 6939249 | 6 years ago | | | 0 | 0.00042544000 | |
| 6939247 | 6 years ago | | | 0 | 0.00042544000 |
ABI
ABI objects
Getter at block 21388480
MAX_DECIMALS() view returns (uint256)
18
PERCENTAGE_OF_TOKEN_BALANCE() view returns (uint256)
5
conversionFee() view returns (uint256)
110
dex() view returns (address)
0xf462b7dc7d85b416034833ee4f4e40906795c9f4
duration() view returns (uint256)
1296000
endPrice() view returns (uint256)
1000000000000000000000
endTime() view returns (uint256)
1545586911
gasPriceLimit() view returns (uint256)
20000000000
getCurrentPrice() view returns (uint256)
1000000000000000000000
initialPrice() view returns (uint256)
200000000000000000000000
isOwner() view returns (bool)
false
landRegistry() view returns (address)
0xf87e31492faf9a91b02ee0deaad50d51d56d5d4d
landsLimitPerBid() view returns (uint256)
20
manaToken() view returns (address)
0x0f5d2fb29fb7d3cfee444a200298f468908cc942
owner() view returns (address)
0x72d39f7db6f4751dce7f603c1ac3a1ca290d6108
startTime() view returns (uint256)
1544450400
status() view returns (uint8)
1
totalBids() view returns (uint256)
1235
totalLandsBidded() view returns (uint256)
9331
totalManaBurned() view returns (uint256)
109508567867476853902528533
Read-only
getRate(address _srcToken, address _destToken, uint256 _srcAmount) view returns (uint256 rate)
tokensAllowed(address) view returns (uint256 decimals, bool shouldBurnTokens, bool shouldForwardTokens, address forwardTarget, bool isAllowed)
State-modifying
Events allowToken(address _address, uint256 _decimals, bool _shouldBurnTokens, bool _shouldForwardTokens, address _forwardTarget)
bid(int256[] _xs, int256[] _ys, address _beneficiary, address _fromToken)
disableToken(address _address)
finishAuction()
initialize(address sender)
renounceOwnership()
setConversionFee(uint256 _fee)
setDex(address _dex)
setGasPriceLimit(uint256 _gasPriceLimit)
setLandsLimitPerBid(uint256 _landsLimitPerBid)
transferOwnership(address newOwner)
AuctionCreated(address indexed _caller, uint256 _startTime, uint256 _duration, uint256 _initialPrice, uint256 _endPrice)
AuctionFinished(address indexed _caller, uint256 _time, uint256 _pricePerLandInMana)
BidConversion(uint256 _bidId, address indexed _token, uint256 _requiredManaAmountToBurn, uint256 _amountOfTokenConverted, uint256 _requiredTokenBalance)
BidSuccessful(uint256 _bidId, address indexed _beneficiary, address indexed _token, uint256 _pricePerLandInMana, uint256 _manaAmountToBurn, int256[] _xs, int256[] _ys)
ConversionFeeChanged(address indexed _caller, uint256 _oldConversionFee, uint256 _conversionFee)
DexChanged(address indexed _caller, address indexed _oldDex, address indexed _dex)
GasPriceLimitChanged(address indexed _caller, uint256 _oldGasPriceLimit, uint256 _gasPriceLimit)
LandsLimitPerBidChanged(address indexed _caller, uint256 _oldLandsLimitPerBid, uint256 _landsLimitPerBid)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenAllowed(address indexed _caller, address indexed _address, uint256 _decimals, bool _shouldBurnTokens, bool _shouldForwardTokens, address indexed _forwardTarget)
TokenBurned(uint256 _bidId, address indexed _token, uint256 _total)
TokenDisabled(address indexed _caller, address indexed _address)
TokenTransferred(uint256 _bidId, address indexed _token, address indexed _to, uint256 _total)
constructor(uint256[] _xPoints, uint256[] _yPoints, uint256 _startTime, uint256 _landsLimitPerBid, uint256 _gasPriceLimit, address _manaToken, address _landRegistry, address _dex)
This contract contains no fallback and receive objects.
This contract contains no error objects.