Head DAO
Verified contract
Proxy
Active on
Ethereum with 7,737 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
0xf201…e0dc
Balances ($33,541.52)
Native
Value
$33,541.52
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 8.957446 | $3,744.54 |
$33,541.52 | |
HEAD | ERC-20 | 46.933418K | -- | -- | |
GHEAD | ERC-20 | 10K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21297893 | 2 days ago | | | 0 | 0.00029488517 | |
| 21295484 | 2 days ago | | | 0 | 0.00032989798 | |
| 21006164 | a month ago | | | 0 | 0.00029900580 | |
| 20978958 | 2 months ago | | | 0 | 0.00050465520 | |
| 20723610 | 3 months ago | | | 0 | 0.000096131917 | |
| 20500745 | 4 months ago | | | 0 | 0.000039732837 | |
| 20500653 | 4 months ago | | | 0 | 0.000056403147 | |
| 20500651 | 4 months ago | | | 0 | 0.000056422641 | |
| 20500649 | 4 months ago | | | 0 | 0.000056422641 | |
| 20500648 | 4 months ago | | | 0 | 0.000057274820 |
ABI
ABI objects
Getter at block 21312155
logic() view returns (address)
0x4a6d2a7a4f9375ebd4ecdbb1972a767dd83b02de
auctionEnd() view returns (uint256)
1696939043
auctionLength() view returns (uint256)
259200
auctionState() view returns (uint8)
2
curator() view returns (address)
0x77a45d5bd81916901474ef1a162b34d8faae1030
decimals() view returns (uint8)
18
fee() view returns (uint256)
0
id() view returns (uint256)
0
lastClaimed() view returns (uint256)
1696939259
livePrice() view returns (uint256)
96000000000000000000
name() view returns (string)
Head DAO
reservePrice() view returns (uint256)
95327098300877720836
reserveTotal() view returns (uint256)
33830202243226353529774684047700000000000000000
settings() view returns (address)
0xe0fc79183a22106229b84ecdd55ca017a07eddca
symbol() view returns (string)
HEAD
token() view returns (address)
0x5d11fca179dce506a0dbebc1bd0ff296000c7d5f
totalSupply() view returns (uint256)
49434392985964233797421595
vaultClosed() view returns (bool)
false
version() view returns (string)
1.1
votingTokens() view returns (uint256)
354885471667764622987551375
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
winning() view returns (address)
0xf2018871debce291588b4034dbf6b08dfb0ee0dc
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.