land dao airdrop
Verified contract
Proxy
Active on
Ethereum with 81 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 44 additional slots
-
variable spans 49 additional slots
0x4e6b…3cb7
Balances ($753.85)
Native
Value
$753.85
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.237963 | $3,167.93 |
$753.85 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15484135 | 2 years ago | | | 0 | 0.00021613742 | |
| 15394716 | 2 years ago | | | 0 | 0.00024581950 | |
| 15393846 | 2 years ago | | | 0 | 0.00045819236 | |
| 15387433 | 2 years ago | | | 0 | 0.00050282286 | |
| 15332462 | 2 years ago | | | 0 | 0.00021410000 | |
| 15209338 | 2 years ago | | | 0 | 0.00047794321 | |
| 15081469 | 2 years ago | | | 0 | 0.00092166484 | |
| 15061169 | 2 years ago | | | 0 | 0.00057149764 | |
| 15061169 | 2 years ago | | | 0 | 0.00057149764 | |
| 15061169 | 2 years ago | | | 0 | 0.00057149764 |
ABI
ABI objects
Getter at block 21177571
logic() view returns (address)
0x4a6d2a7a4f9375ebd4ecdbb1972a767dd83b02de
auctionEnd() view returns (uint256)
1656729540
auctionLength() view returns (uint256)
259200
auctionState() view returns (uint8)
2
curator() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
fee() view returns (uint256)
0
id() view returns (uint256)
84247
lastClaimed() view returns (uint256)
1656738292
livePrice() view returns (uint256)
2311020239570425443
name() view returns (string)
land dao airdrop
reservePrice() view returns (uint256)
2311020239570425443
reserveTotal() view returns (uint256)
5594979999999999999024000000000000000000
settings() view returns (address)
0xe0fc79183a22106229b84ecdd55ca017a07eddca
symbol() view returns (string)
LAND
token() view returns (address)
0x34d85c9cdeb23fa97cb08333b511ac86e1c4e258
totalSupply() view returns (uint256)
264128205128205128000
vaultClosed() view returns (bool)
false
version() view returns (string)
1.1
votingTokens() view returns (uint256)
2420999999999999999800
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
winning() view returns (address)
0x4e6b051aa672663d44be3f9fd3a3178bfd1d3cb7
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
userPrices(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
bid() payable
cash()
claimFees()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
end()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _curator, address _token, uint256 _id, uint256 _supply, uint256 _listPrice, uint256 _fee, string _name, string _symbol)
kickCurator(address _curator)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
redeem()
removeReserve(address _user)
start() payable
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
updateAuctionLength(uint256 _length)
updateCurator(address _curator)
updateFee(uint256 _fee)
updateUserPrice(uint256 _new)
Approval(address indexed owner, address indexed spender, uint256 value)
Bid(address indexed buyer, uint256 price)
Cash(address indexed owner, uint256 shares)
FeeClaimed(uint256 fee)
PriceUpdate(address indexed user, uint256 price)
Redeem(address indexed redeemer)
Start(address indexed buyer, uint256 price)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateAuctionLength(uint256 length)
UpdateCuratorFee(uint256 fee)
Won(address indexed buyer, uint256 price)
constructor(address _logic, bytes _initializationCalldata)
fallback()
receive()
This contract contains no error objects.