Peg 024
Verified contract
Proxy
Active on
Ethereum with 98 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
Balances ($233.17)
Native
Value
$233.17
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.093098 | $2,504.61 |
$233.17 | |
0x1807…49b3 | ERC-1555 | 1 | -- | -- | |
0x2bad…7025 | ERC-1555 | 1 | -- | -- | |
0x3c58…8459 | ERC-1555 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18799843 | a year ago | | | 0 | 0.0018919182 | |
| 17603990 | a year ago | | | 0 | 0.00055178282 | |
| 17603876 | a year ago | | | 0 | 0.0021181850 | |
| 17582010 | a year ago | | | 4.69 | 0.0032111449 | |
| 17582006 | a year ago | | | 0 | 0.0013217802 | |
| 17487702 | a year ago | | | 0 | 0.00076869063 | |
| 17481905 | a year ago | | | 0 | 0.00071115807 | |
| 17481850 | a year ago | | | 0 | 0.00041491416 | |
| 17481846 | a year ago | | | 0 | 0.00046261165 | |
| 17481843 | a year ago | | | 0 | 0.00043614313 |
ABI
ABI objects
Getter at block 21094911
logic() view returns (address)
0x7b0fce54574d9746414d11367f54c9ab94e53dca
auctionEnd() view returns (uint256)
1688265203
auctionLength() view returns (uint256)
259200
auctionState() view returns (uint8)
2
curator() view returns (address)
0xc46db2d89327d4c41eb81c43ed5e3dff111f9a8f
decimals() view returns (uint8)
18
fee() view returns (uint256)
0
id() view returns (uint256)
24
lastClaimed() view returns (uint256)
1688271191
livePrice() view returns (uint256)
4690000000000000000
name() view returns (string)
Peg 024
reservePrice() view returns (uint256)
4690000000000000000
reserveTotal() view returns (uint256)
45969017022667960448348450000000000000000
settings() view returns (address)
0xe0fc79183a22106229b84ecdd55ca017a07eddca
symbol() view returns (string)
STONER
token() view returns (address)
0x1eff5ed809c994ee2f500f076cef22ef3fd9c25d
totalSupply() view returns (uint256)
198503833119837857495
vaultClosed() view returns (bool)
false
votingTokens() view returns (uint256)
9801496166880162142505
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
winning() view returns (address)
0xc46db2d89327d4c41eb81c43ed5e3dff111f9a8f
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.