Fomo Dog
Verified contract
Active on
Ethereum with 3,778 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,336.65)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.9 | $3,707.39 |
$3,336.65 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21192792 | 17 days ago | | | 0 | 0.00059210435 | |
| 21176840 | 19 days ago | | | 0 | 0.00086009882 | |
| 21151032 | 22 days ago | | | 0 | 0.00042953843 | |
| 21147369 | 23 days ago | | | 0 | 0.00041052240 | |
| 21034265 | a month ago | | | 0 | 0.00056680160 | |
| 20567179 | 3 months ago | | | 0 | 0.00012605280 | |
| 20508083 | 4 months ago | | | 0 | 0.000097299242 | |
| 20194838 | 5 months ago | | | 0 | 0.000039493058 | |
| 19807223 | 7 months ago | | | 0 | 0.00021605657 | |
| 19794018 | 7 months ago | | | 0 | 0.00056930268 |
ABI
ABI objects
Getter at block 21311220
MAX_SUPPLY() view returns (uint256)
1024
_isAuctionActive() view returns (bool)
false
_isSaleActive() view returns (bool)
false
auctionEndPrice() view returns (uint256)
5000000000000000000
auctionPriceStep() view returns (uint256)
1000000000000000000
auctionStartPrice() view returns (uint256)
20000000000000000000
auctionStartTime() view returns (uint256)
1640496600
auctionStepNumber() view returns (uint256)
15
auctionTimeStep() view returns (uint256)
240
getAuctionPrice() view returns (uint256)
0
getTotalSupply() view returns (uint256)
777
maxBalance() view returns (uint256)
1024
maxMint() view returns (uint256)
1
mintPrice() view returns (uint256)
240000000000000000
name() view returns (string)
Fomo Dog
owner() view returns (address)
0xd784baefff437afdfffa8de87e71c339da0c4889
symbol() view returns (string)
FD
tierSupply() view returns (uint256)
777
totalSupply() view returns (uint256)
777
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getFomoDogByOwner(address _owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
auctionMintFomoDog(uint256 numFomoDogs) payable
mintFomoDog(uint256 numFomoDogs) payable
pauseAuction()
pauseSale()
preserveMint(uint256 numFomoDogs, address to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAuction(uint256 _auctionStartTime, uint256 _auctionTimeStep, uint256 _auctionStartPrice, uint256 _auctionEndPrice, uint256 _auctionPriceStep, uint256 _auctionStepNumber)
setBaseURI(string baseURI_)
setMaxBalance(uint256 _maxBalance)
setMaxMint(uint256 _maxMint)
setMintPrice(uint256 _mintPrice)
setTierSupply(uint256 _tierSupply)
startAuction()
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AuctionPaused()
AuctionStarted()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SalePaused()
SaleStarted()
TokenMinted(uint256 supply)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.