DoomCatRescue
Verified contract
Active on
Ethereum with 9,600 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($10,846.92)
Native
Value
$10,846.32
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.42 | $3,171.44 |
$10,846.32 | |
YFI | ERC-20 | 0.000087 | $6,896.28 |
$0.6 | |
DOOM | ERC-20 | 500 | -- | -- | |
DOOM | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21139504 | 3 days ago | | | 0 | 0.00063193812 | |
| 21096040 | 9 days ago | | | 0 | 0.00014007422 | |
| 19547197 | 7 months ago | | | 0 | 0.00062210961 | |
| 19360729 | 8 months ago | | | 0 | 0.0016127246 | |
| 19283004 | 9 months ago | | | 0 | 0.0015851811 | |
| 19266641 | 9 months ago | | | 0 | 0.00054288848 | |
| 19238333 | 9 months ago | | | 0 | 0.0014343107 | |
| 19205327 | 9 months ago | | | 0 | 0.00061619024 | |
| 19205319 | 9 months ago | | | 0 | 0.00053427456 | |
| 19205173 | 9 months ago | | | 0 | 0.00058939640 |
ABI
ABI objects
Getter at block 21160103 remainingGenesisCats() view returns (uint256)
HATE() view returns (address)
0x054bd236b42385c938357112f419dc5943687886
auctionsBidIncrement() view returns (uint64)
100000000000000000
auctionsCatsPerAuction() view returns (uint64)
16
auctionsCount() view returns (uint64)
16
auctionsDistance() view returns (uint64)
518400
auctionsDuration() view returns (uint64)
86400
auctionsStart() view returns (uint64)
1618675200
auctionsState() view returns (uint256, uint256)
(257, 272)
burn() view returns (address)
0x000000000000000000000000000000000000dead
genesisCats() view returns (uint256)
256
name() view returns (string)
DoomCatRescue
nameChangePrice() view returns (uint256)
100000000000000000
owner() view returns (address)
0x4051bbd5ffc8eb319bc6a60cc9ca828d6effac2c
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
remainingCats() view returns (uint256)
20304
rescuePrice() view returns (uint256)
53000000000000000
rescuePriceIncrement() view returns (uint256)
860000000000000
rescuePriceInitial() view returns (uint256)
10000000000000000
rescueRateLimit() view returns (uint256)
1
rescueStartTime() view returns (uint256)
1617825600
rescueTrancheSize() view returns (uint256)
100
symbol() view returns (string)
DOOM
totalCats() view returns (uint256)
25600
totalSupply() view returns (uint256)
5170
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
balanceOf(address owner) view returns (uint256)
bidCount(uint256) view returns (uint256)
bidsByTokenByAddress(uint256, address) view returns (uint256)
catNames(uint256) view returns (string)
getApproved(uint256 tokenId) view returns (address)
highBidAmount(uint256) view returns (uint256)
highBidOwner(uint256) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
rescueLastBlock(address) view returns (uint256)
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)
bid(uint64 index) payable
claimWinningBid(uint256 catId)
mint(address to_, uint256 tokenId_)
nameCat(uint256 catId, string catName)
rescue() payable
revokeOwner()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
swapAndBurn(uint256 _amount)
transferFrom(address from, address to, uint256 tokenId)
updateBaseURI(string baseURI)
withdrawLowBid(uint256 catId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Bid(address indexed account, uint256 catId, uint256 amount, uint256 bidCount)
ClaimWinningBid(address indexed account, uint256 catId, uint256 amount)
NameCat(address indexed account, uint256 catId, string name)
Rescue(address indexed rescuer, uint256 tokenId, uint256 price)
RevokeOwner()
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
UpdateBaseURI(string baseURI)
WithdrawLowBid(address indexed account, uint256 catId, uint256 amount)
constructor(address[4] addresses, string baseURI_, uint32 normalCats_, uint256[5] rescueDetails_, uint64[6] auctionsDetails_, uint256 nameChangePrice_)
This contract contains no fallback and receive objects.
This contract contains no error objects.