Five Eyes
Verified contract
Proxy
Active on
Ethereum with 363 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
0xdcfd…65d9
Balances ($59,636.20)
Native
Value
$59,636.2
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 15.079829 | $3,954.70 |
$59,636.2 | |
TAD | ERC-20 | 0.000132 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21163096 | a month ago | | | 0 | 0.00058734566 | |
| 20730677 | 3 months ago | | | 0 | 0.00010302755 | |
| 20042257 | 6 months ago | | | 0 | 0.00057428013 | |
| 19661972 | 8 months ago | | | 0 | 0.00082411257 | |
| 19350040 | 9 months ago | | | 0 | 0.0020867530 | |
| 18806429 | a year ago | | | 0 | 0.0018153265 | |
| 18493565 | a year ago | | | 0 | 0.00066613378 | |
| 17982708 | a year ago | | | 0 | 0.00031745329 | |
| 17850648 | a year ago | | | 0 | 0.0016566466 | |
| 17793117 | a year ago | | | 0 | 0.0013796194 |
ABI
ABI objects
Getter at block 21412862
logic() view returns (address)
0x7b0fce54574d9746414d11367f54c9ab94e53dca
auctionEnd() view returns (uint256)
1686696863
auctionLength() view returns (uint256)
259200
auctionState() view returns (uint8)
2
curator() view returns (address)
0xbec69dfce4c1fa8b7843fee1ca85788d84a86b06
decimals() view returns (uint8)
18
fee() view returns (uint256)
0
id() view returns (uint256)
11221
lastClaimed() view returns (uint256)
1686697175
livePrice() view returns (uint256)
137352206250000000000
name() view returns (string)
Five Eyes
reservePrice() view returns (uint256)
97383928630958150798
reserveTotal() view returns (uint256)
66204778676301902172872360000000000000000
settings() view returns (address)
0xe0fc79183a22106229b84ecdd55ca017a07eddca
symbol() view returns (string)
FVEY
token() view returns (address)
0xb932a70a57673d89f4acffbe830e8ed7f75fb9e0
totalSupply() view returns (uint256)
109789490246837940365
vaultClosed() view returns (bool)
false
votingTokens() view returns (uint256)
679832695261130994005
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
winning() view returns (address)
0xdcfd6d6e63f15a391d96d1b76575ae39ad6965d9
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)
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)
Won(address indexed buyer, uint256 price)
constructor(address _logic, bytes _initializationCalldata)
fallback()
receive()
This contract contains no error objects.