DegentleFoxBasedClub

Verified contract

Active on Base with 129 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "DegentleFoxBasedClub"

0x019f746ffa4003f8a00bacdc97c63276ab27d7d24df356b473659a9fdf566c18
0x6715cb9dbf89492e5016b96da844675ecedd9206019f0eb5c9142e2ac029f9d0
0x7082887f501cc388b38b4d81a7bdf0b433fa6d0c90568354833a69ab90b2eea3
0xdac588ba76b1475830311e96f4669ea91171c82d570ffcef2d6bfa39ef159877
0xfd130dccfc757c60b9a4746d4dd3a1676964143b705a33f335ed9694a031abf5
0x2121ca2fae250af19cf4519da3504db23faa56d76258b4d60231f989d10f71f6
0x6f7a598118382cc984144b4e2922d7780f72e8f574bbbff22b6897606c7e9a10
0x095fea2c7ac748a2b686e35fb613b9b41801bab2ecbddc6906aa43cd76cca749
0xa6f4e38b832f198fb6c4ef0016fa3bdb1cf180d737c571fc03b8c1ce5285b25b
0x9ae86760795beadb2012900b804d2f64bfc478a9e568b3e2fe472601c81969bf

Functions
Getter at block 22736326
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SUPPLY(view returns (uint256)
421
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
_tbaImpl(view returns (address)
0x6dd34e4d1e7eec2d0fe6d0ae4f2e75d4fef1e852
name(view returns (string)
DegentleFoxBasedClub
symbol(view returns (string)
DFBC
totalSupply(view returns (uint256)
146
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isAdminOrRole(address accountbytes32 roleview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tbaOf(address owneruint256 indexview returns (address)
tbaOf(uint256 tokenIdview returns (address)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
adminMint(address touint256 amount
approve(address touint256 tokenId
burn(uint256 tokenId
grantRole(bytes32 roleaddress account
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
safeMint(address to
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OneOfUs(address indexed newMemberuint256 tokenIdaddress indexed tba
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
Constructor
constructor(address defaultAdminaddress minteraddress tbaImpladdress registry
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
ERC721EnumerableForbiddenBatchMint(
ERC721IncorrectOwner(address senderuint256 tokenIdaddress owner
ERC721InsufficientApproval(address operatoruint256 tokenId
ERC721InvalidApprover(address approver
ERC721InvalidOperator(address operator
ERC721InvalidOwner(address owner
ERC721InvalidReceiver(address receiver
ERC721InvalidSender(address sender
ERC721NonexistentToken(uint256 tokenId
ERC721OutOfBoundsIndex(address owneruint256 index