The Doge NFT
Verified contract
Proxy
Active on
Ethereum with 42,596 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 ($73,012.62)
Native
Value
$41,316.86
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 12.487831 | $3,308.57 |
$41,316.86 | |
USDC | ERC-20 | 27.47665K | $1.001 |
$27,504.13 | |
DOG | ERC-20 | 608.616411K | $0.006681 |
$4,066.44 | |
USDT | ERC-20 | 90.655371 | $1.002 |
$90.84 | |
MEME | ERC-20 | 2.6459K | $0.012972 |
$34.32 | |
Groyper | ERC-20 | 0.718153 | $0.035951 |
$0.03 | |
METADOGE | ERC-20 | 1.34799B | -- | -- | |
shi | ERC-20 | 2.7B | -- | -- | |
ANFD | ERC-20 | 120K | -- | -- | |
hiENS3 | ERC-20 | 3.583089K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244312 | 43 minutes ago | | | 0 | 0.00091362037 | |
| 21243987 | 2 hours ago | | | 0 | 0.00064953476 | |
| 21243795 | 2 hours ago | | | 0 | 0.0011452556 | |
| 21243738 | 3 hours ago | | | 0 | 0.00080768184 | |
| 21243735 | 3 hours ago | | | 0 | 0.00085133462 | |
| 21243735 | 3 hours ago | | | 0 | 0.0011828648 | |
| 21243528 | 3 hours ago | | | 0 | 0.00090285302 | |
| 21243523 | 3 hours ago | | | 0 | 0.00076731106 | |
| 21243500 | 3 hours ago | | | 0 | 0.00085399501 | |
| 21243087 | 5 hours ago | | | 0 | 0.00049362941 |
ABI
ABI objects
Getter at block 21244524
logic() view returns (address)
0x7b0fce54574d9746414d11367f54c9ab94e53dca
auctionEnd() view returns (uint256)
0
auctionLength() view returns (uint256)
604800
auctionState() view returns (uint8)
0
curator() view returns (address)
0x42565f5d8a3efc5c80bb7ac0f8f646a82d4b434f
decimals() view returns (uint8)
18
fee() view returns (uint256)
0
id() view returns (uint256)
3366
lastClaimed() view returns (uint256)
1633306192
livePrice() view returns (uint256)
0
name() view returns (string)
The Doge NFT
reservePrice() view returns (uint256)
13789896202662055277989359
reserveTotal() view returns (uint256)
8074017305580539696048069764971663746468036746680
settings() view returns (address)
0xe0fc79183a22106229b84ecdd55ca017a07eddca
symbol() view returns (string)
DOG
token() view returns (address)
0xabefbc9fd2f806065b4f3c237d4b59d9a97bcac7
totalSupply() view returns (uint256)
16969696969000000000000000000
vaultClosed() view returns (bool)
false
votingTokens() view returns (uint256)
585502398779615175428323
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.