LANDAuction
Verified contract
Active on
Ethereum with 21 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
0x0f5d…c942
0x0365…0b2f
0x79e3…2c93
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Soar | ERC-20 | 10 | -- | -- | |
0x0365…0b2f (#115792089237316195423570985008687907853269984665640564039457584007913129639934) | ERC-721 | 1 | -- | -- | |
ETHS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6844023 | 6 years ago | | | 0 | 0.00071226400 | |
| 6844013 | 6 years ago | | | 0 | 0.00073453600 | |
| 6844010 | 6 years ago | | | 0 | 0.0039887610 | |
| 6840042 | 6 years ago | | | 0 | 0.023236136 | |
| 6840027 | 6 years ago | | | 0 | 0.021753080 | |
| 6840011 | 6 years ago | | | 0 | 0.0024593740 | |
| 6840007 | 6 years ago | | | 0 | 0.0024593740 | |
| 6840001 | 6 years ago | | | 0 | 0.018807920 | |
| 6839993 | 6 years ago | | | 0 | 0.0024575180 | |
| 6839977 | 6 years ago | | | 0 | 0.032863480 |
ABI
ABI objects
Getter at block 21187794
MAX_DECIMALS() view returns (uint256)
18
PERCENTAGE_OF_TOKEN_BALANCE() view returns (uint256)
5
conversionFee() view returns (uint256)
105
dex() view returns (address)
0x79e3f82aa1075fbf47b40dc8f7735dd9a6cb2c93
endTime() view returns (uint256)
1544205859
gasPriceLimit() view returns (uint256)
40000000000
getCurrentPrice() view returns (uint256)
100000000000000000
isOwner() view returns (bool)
false
landRegistry() view returns (address)
0x036570162bc64a4e1201f1ba4a3fcd87e35b0b2f
landsLimitPerBid() view returns (uint256)
40
manaToken() view returns (address)
0x0f5d2fb29fb7d3cfee444a200298f468908cc942
owner() view returns (address)
0xaf592460d6a44517aba2fb0bcb02ee8f4103b502
startTime() view returns (uint256)
1544140575
status() view returns (uint8)
1
totalBids() view returns (uint256)
11
totalLandsBidded() view returns (uint256)
11
totalManaBurned() view returns (uint256)
20294440972222230575
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.