y00ts DickButts

Verified contract

Active on Ethereum with 5,594 txns
Deployed by via 0x8bef887f at 15528934
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional variables

No balances found for "y00ts DickButts"

0xc18949c6c63c19e7ef9facb25706ffbf0428b5df866906ee5bdd795ea46d46b5
0x249dfe745269105642b3cd0c7eead2d8a3939d62608b1466de98a734cbe1b583
0x53fbe9dcd8e592d53f377de084f5ecebdf8c3b473fb1b2f34096e11446f88c6b
0x8d92cbfe7fb10896b6779f6b83ab4b75319e6832224b40f00f94ab018b72078b
0xfe7cd26fe88e409683a5a70dcbf1ac6ffb0fd16eaa73636710311dc4bd05f7b5
0x39fd69f50b0957f10682835aa49a0dee99aabb2c10e2c4f74db99104bd441826
0xd71d1c8c7a9e9206840d944fd3763238d11bc86aa6b3be4c9836f3d39e1b9120
0xb5f8da112122f1288478b932ec77ec1a88c0363900405bdac4e4233041aa1036
0xbe5136cff0f80aa39f82a4624b0f5d449b3156b44088b15cb51f9ab5b8ab7561
0x8f59b74998d8ff3e4e405c329105a3931b6181677426ad8cbaa244d5a4c17a52

Functions
Getter at block 20869695
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_CLAIM_PER_TX(view returns (uint256)
5
MAX_PUBLIC_PER_TX(view returns (uint256)
10
MAX_PUBLIC_SUPPLY(view returns (uint256)
0
MAX_RESERVE_SUPPLY(view returns (uint256)
10
ReservedForYYCHolders(view returns (uint256)
5000
SUPPORT_ROLE(view returns (bytes32)
0xd8acb51ff3d48f690a25887aaf234c4ae5a66ab9839243cd8e2b639cade0663b
baseContractAddress(view returns (address)
0x705b9dbd0d5607beafe12e2fb74d64268d3ba35f
claimActive(view returns (bool)
false
claimedAmount(view returns (uint256)
2633
costCheck(view returns (uint256)
3300000000000000
maxPublicSupply(view returns (uint256)
5000
maxSupply(view returns (uint256)
10000
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
y00ts DickButts
owner(view returns (address)
0xc9206df4e4430073208a61faff5cbee39bfe5897
price(view returns (uint256)
3300000000000000
provenance(view returns (string)
reserveSupply(view returns (uint256)
0
saleActive(view returns (bool)
true
shareholderAddress(view returns (address)
0xc9206df4e4430073208a61faff5cbee39bfe5897
symbol(view returns (string)
YDB
totalSupply(view returns (uint256)
10000
Read-only
balanceOf(address ownerview returns (uint256)
claimedBitmap(uint256view returns (uint256)
freeY00tsDickButtsLeftToClaim(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isClaimed(uint256 tokenIdview returns (bool)
ownerAvailableIdsToClaim(address fromview returns (uint256[])
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
burnDicks(uint256 tokenId
claim(uint256 numberOfTokenspayable 
claimByTokenIds(uint256[] tokenIdsuint256 numberOfTokenspayable 
devMint(uint256 numberOfTokens
grantRole(bytes32 roleaddress account
mint(uint256 numberOfTokenspayable 
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setAllowList(bytes32 merkleRoot
setAllowListActive(bool allowListActive
setApprovalForAll(address operatorbool approved
setBaseUri(string baseURI_
setClaimActive(bool state
setMaxClaimPerTx(uint256 newClaimPerTx_
setMaxPublicSupply(uint256 newMaxPublicSupply_
setMaxSupply(uint256 newMaxSupply
setPrice(uint256 newPriceInWei
setProvenance(string provenance_
setReserved(uint256 _MaxClaims
setSaleActive(bool state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Claimed(address indexed accountuint256 amount
ClaimedForTokenId(uint256 indexed tokenId
MaxSupplyChanged(uint256 newMaxSupply
MerkleRootChanged(bytes32 merkleRoot
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PriceChanged(uint256 newPrice
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
UsedForFreeClaimTokenId(uint256 indexed tokenId
Constructor
constructor(address shareholderAddress_address contractAddress
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AllowListIsNotActive(
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
BitmapAlreadyInitialized(
ClaimIsNotActive(
ContractIsNotERC721Enumerable(
EtherValueSentIsNotCorrect(
ExceedMaximumPublicSupply(
ExceedMaximumReserveSupply(
MaxSupplyLessThanTotalSupply(
MintToZeroAddress(
MintZeroQuantity(
MintingIsEnabled(
NoYYCOwned(
NotOnAllowList(
NotOwnerOfMintPass(uint256 tokenId
OwnerQueryForNonexistentToken(
PublicSaleIsNotActive(
PurchaseWouldExceedAvailableClaim(
PurchaseWouldExceedClaimSupply(
PurchaseWouldExceedMaximumAllowListMint(
PurchaseWouldExceedMaximumClaimMint(
PurchaseWouldExceedMaximumPublicMint(
PurchaseWouldExceedMaximumSupply(
SalePriceCannotBeZero(
ShareholderAddressIsZeroAddress(
TokenIdAlreadyClaimed(uint256 tokenId
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
WithdrawFailed(