CATGIRL DEGEN APOCALYPSE
Verified contract
Active on
Ethereum with 376 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
4 additional
variables
Balances ($4,050.30)
Native
Value
$4,050.3
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.0488 | $3,861.84 |
$4,050.3 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21399723 | a day ago | | | 0 | 0.00041234340 | |
| 20672350 | 3 months ago | | | 0 | 0.00016292431 | |
| 20274563 | 5 months ago | | | 0 | 0.00022956338 | |
| 20242597 | 5 months ago | | | 0 | 0.00022104563 | |
| 19984707 | 6 months ago | | | 0 | 0.00052991038 | |
| 19706647 | 8 months ago | | | 0 | 0.00029274218 | |
| 19664692 | 8 months ago | | | 0 | 0.00051505026 | |
| 19612828 | 8 months ago | | | 0 | 0.0018359986 | |
| 19597617 | 8 months ago | | | 0 | 0.00077167072 | |
| 19119457 | 10 months ago | | | 0 | 0.0012073143 |
ABI
ABI objects
Getter at block 21407151
BOBO() view returns (address)
0x61fe5ff877eb105826cec347d1826c5489460fef
apocalypse() view returns (bool)
true
apocalypseNow() view returns (bool)
true
contractURI() view returns (string)
https://src.bobodegenapocalypse.com/json/contractURI.json
kittySupply() view returns (uint256)
6969
mintedout() view returns (bool)
false
name() view returns (string)
CATGIRL DEGEN APOCALYPSE
newest() view returns (uint256)
1
owner() view returns (address)
0xc39b0bb8b66d7626b4c0cc02f9f2fa3c2dacb1a3
price() view returns (uint256)
6900000000000000
symbol() view returns (string)
CAT
totalMinted() view returns (uint256)
3621
totalReleased() view returns (uint256)
0
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
3621
Read-only
_baseURI(uint256 tokenID) view returns (string)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events addBaseURI(string URI, uint256 index)
airdrop(address[] boborray)
approve(address to, uint256 tokenId)
batchAirdrop(address[] boborray, uint256[] amount)
bigRedButton()
customURIindex(uint256 tokenID, uint256 index)
mint(uint8 amount) payable
release(address account)
release(address token, address account)
renounceOwnership()
sacrifice(uint256 tokenId) returns (string)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
trackNewestURI(uint256 tokenID)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()