Chonkydickbutts
Verified contract
Active on
Base with 6,236 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2.37)
Native
Value
$2.37
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.00069 | $3,431.28 |
$2.37 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22656808 | 6 days ago | | | 0 | 3.8534608e-7 | |
| 22571796 | 8 days ago | | | 0 | 5.9493510e-7 | |
| 22567926 | 8 days ago | | | 0 | 2.2675620e-7 | |
| 21979207 | 21 days ago | | | 0 | 0.000000065359676382 | |
| 21813613 | 25 days ago | | | 0 | 0.000000096492000000 | |
| 21767931 | a month ago | | | 0 | 0.000000404771023800 | |
| 21093029 | a month ago | | | 0 | 7.2995126e-7 | |
| 21016913 | a month ago | | | 0 | 1.8813742e-7 | |
| 20878177 | 2 months ago | | | 0 | 1.8092250e-7 | |
| 20870917 | 2 months ago | | | 0 | 2.5319250e-7 |
ABI
ABI objects
Getter at block 22896807
COST() view returns (uint256)
690000000000000
MAX_FREE_PER_WALLET() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
5200
name() view returns (string)
Chonky Dickbutts
owner() view returns (address)
0xf4d80a4aa3dd458b4deebf0db7b33c5b63b7556c
symbol() view returns (string)
CDBS5
teamMintUsed() view returns (bool)
true
totalSupply() view returns (uint256)
5200
Read-only
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint()
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setData(string _base)
teamMint()
transferFrom(address from, address to, uint256 tokenId)
withdraw()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()