Ordinal Doge
Verified contract
Proxy
Active on
Ethereum with 3,925 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 ($1,490.57)
Native
Value
$968.75
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.2942 | $3,292.83 |
$968.75 | |
QNT | ERC-20 | 8.126789 | $64.21 |
$521.82 | |
oDoge | ERC-20 | 20.260027B | -- | -- | |
oDOGE | ERC-20 | 234.060145B | -- | -- | |
(#80068295196390511) | Emblem.pro | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21153859 | 3 days ago | | | 0 | 0.00077909205 | |
| 21142299 | 4 days ago | | | 0 | 0.00057858673 | |
| 21008560 | 23 days ago | | | 0 | 0.00050572241 | |
| 20998399 | 24 days ago | | | 0 | 0.00047418205 | |
| 20982809 | a month ago | | | 0 | 0.00047966083 | |
| 20944614 | a month ago | | | 0 | 0.00030073991 | |
| 20898851 | a month ago | | | 0 | 0.00079806072 | |
| 20898188 | a month ago | | | 0 | 0.00031139172 | |
| 20863415 | a month ago | | | 0 | 0.00058471488 | |
| 20861422 | a month ago | | | 0 | 0.00027670807 |
ABI
ABI objects
Getter at block 21172376
logic() view returns (address)
0x7b0fce54574d9746414d11367f54c9ab94e53dca
auctionEnd() view returns (uint256)
0
auctionLength() view returns (uint256)
604800
auctionState() view returns (uint8)
0
curator() view returns (address)
0x000000000000000000000000000000000000dead
decimals() view returns (uint8)
18
fee() view returns (uint256)
0
id() view returns (uint256)
80068295196390511
lastClaimed() view returns (uint256)
1681225463
livePrice() view returns (uint256)
0
name() view returns (string)
Ordinal Doge
reservePrice() view returns (uint256)
0
reserveTotal() view returns (uint256)
0
settings() view returns (address)
0xe0fc79183a22106229b84ecdd55ca017a07eddca
symbol() view returns (string)
oDoge
token() view returns (address)
0x82c7a8f707110f5fbb16184a5933e9f78a34c6ab
totalSupply() view returns (uint256)
1000000000000000000000000000000000
vaultClosed() view returns (bool)
false
votingTokens() view returns (uint256)
0
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
winning() view returns (address)
0x0000000000000000000000000000000000000000
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.