beef brothko

Verified contract

Proxy

Active on Ethereum with 938 txns
Deployed by via 0xa2e3c77a at 18185015
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
10 additional variables

No balances found for "beef brothko"

0x35ccb6310d394108d36406786aa0b467fc3717e5c33236f1b2476845cc315d80
0x2f4c9123dd3b963ae1858385eb83f025a91d56004a37fa47cfa2da802e3721e8
0xcbe812ed0bda6f06dcb3cc7c6eb17ceb11c0a9cfc71f305d4028c7d95165547f
0x60a5bcbda2dfeab9b3adbbb5ea15e99278b255029b575ec108939b8a1ae4eb49
0xfdd5de26ca225597194810fb8608123c7be0f3d9d30a15659044acc13f6937c2
0xbe8d85204e64cb3e1425c33f9cf0e7cac72e07c170a0d9c1775ddedb5cd7930b
0x69b8862dd6c6337366322514f6861408e30db81072489c3793f9692804ba4b14
0x60aac39c239856e77fee3a76fd63584e716798a0d59846d987a8c49a4901db0c
0x1de8220118b22bcf6f8ab8fefef48a096d9168077a3c71732690fc75ae2a4444
0x0b7295152a2bee575b8da0a1a62af332c74bcf66c439def455f1f3d428f8ef45

Functions
Getter at block 20911880
ADMIN_ROLE(view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
APPROVED_MINT_CONTRACT(view returns (bytes32)
0xf0178e81e3689af48153edf0e1b2d669fe2786ab9e21fdecf3e3771c70330af5
VERSION(view returns (string)
2.5.0
blockListRegistry(view returns (address)
0x56fe4de01b15bb2afa969f914692867acac27ba5
getDefaultRoyaltyRecipientAndPercentage(view returns (addressuint256)
(0x1bb7b4f7d98a9d204186b36d3852e28f3286f577, 500)
name(view returns (string)
beef brothko
owner(view returns (address)
0x1bb7b4f7d98a9d204186b36d3852e28f3286f577
storyEnabled(view returns (bool)
true
symbol(view returns (string)
BRTHK
totalSupply(view returns (uint256)
666
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getBlockListStatus(address operatorview returns (bool)
getRoleMembers(bytes32 roleview returns (address[])
hasRole(bytes32 roleaddress potentialRoleMemberview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isBlockListAdmin(address potentialAdminview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
acceptTokenUriUpdate(uint256 tokenId
addCreatorStory(uint256 tokenIdstring creatorNamestring story
addStory(uint256 tokenIdstring collectorNamestring story
airdrop(address[] addressesstring baseUri
approve(address touint256 tokenId
batchMint(address recipientuint256 numTokensstring baseUri
batchMintUltra(address recipientuint256 numTokensstring baseUri
burn(uint256 tokenId
externalMint(address recipientstring uri
initialize(string namestring symboladdress defaultRoyaltyRecipientuint256 defaultRoyaltyPercentageaddress initOwneraddress[] adminsbool enableStoryaddress blockListRegistry
mint(address recipientstring uri
mint(address recipientstring uriaddress royaltyAddressuint256 royaltyPercent
proposeNewTokenUri(uint256 tokenIdstring newUri
rejectTokenUriUpdate(uint256 tokenId
renounceOwnership(
renounceRole(bytes32 role
revokeAllRoles(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setApprovedMintContracts(address[] mintersbool status
setDefaultRoyalty(address newRecipientuint256 newPercentage
setRole(bytes32 roleaddress[] roleMembersbool status
setStoryEnabled(bool enabled
setTokenRoyalty(uint256 tokenIdaddress newRecipientuint256 newPercentage
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateBlockListRegistry(address newBlockListRegistry
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
AllRolesRevoked(address indexed from
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 fromTokenIduint256 toTokenId
BlockListRegistryUpdated(address indexed calleraddress indexed oldRegistryaddress indexed newRegistry
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromAddressaddress indexed toAddress
CreatorStory(uint256 indexed tokenIdaddress indexed creatorAddressstring creatorNamestring story
Initialized(uint8 version
MetadataUpdate(uint256 tokenId
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleChange(address indexed fromaddress indexed userbool indexed approvedbytes32 role
Story(uint256 indexed tokenIdaddress indexed collectorAddressstring collectorNamestring story
SynergyStatusChange(address indexed fromuint256 indexed tokenIduint8 indexed actionstring uri
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address defaultRoyaltyRecipientuint256 defaultRoyaltyPercentageaddress[] adminsbool enableStoryaddress blockListRegistry
Fallback and receive
fallback(
receive(
Errors
AirdropTooFewAddresses(
BatchSizeTooSmall(
BlockedOperator(
CallerNotApprovedOrOwner(
CallerNotTokenOwner(
EmptyTokenURI(
MaxRoyaltyError(
MintToZeroAddress(
NoTokenUriUpdateAvailable(
NotRoleOrOwner(bytes32 role
NotSpecifiedRole(bytes32 role
NotStoryAdmin(
NotTokenCreator(
NotTokenOwner(
StoryNotEnabled(
TokenDoesNotExist(
TokenDoesntExist(
Unauthorized(
ZeroAddressError(