Hupe Scouts

Verified contract

Proxy

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

No balances found for "Hupe Scouts"

0x605db406f2277442866c42eae23c50389218957d0fd634d86ccdd99fdace9883
0xf2400710392bd4e66e890e12c0010df6422dd10c9c00841061808dfedb0d484b
0x15f739fb9bc8706b1d1dcb7744bb2e266530edeeade1b7e48a28052e85e0eb74
0x7afcd6a3e838832784b348505a3553a8de641a8c8c08eb761be71271b3209196
0xe7f14a192155f97fa192ec5f0e9ebec57a20d6db50a7b8886c710b466b2fb2ac
0x299b4898dcb89b7a287da097e225bd54c8bfe97a8afaa52ab09fa0cf95985270
0x2b3f8f67caa679d904a2c834b261b30727f2d19ee97d7a5cf40b39b1b9272cd5
0xf5471360d1d191c33d24c4dd8bb6b272d524540d5fe0cb5a840556f86fc2b69c
0xa17f740ba75697288715961047c124ff7ec3911473e79365172f82823d561634
0xa218c17a423038df42d16dc60a7adc5619565f28f5078f44e64cd059c57babde

Functions
Getter at block 21213194
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractType(pure returns (bytes32)
0x546f6b656e455243373231000000000000000000000000000000000000000000
contractURI(view returns (string)
ipfs://QmYhp8mJ5z6qCTP3dS4LMTwKcZrVyhtBQ7m3Q5CggLAgfB/0
contractVersion(pure returns (uint8)
1
getDefaultRoyaltyInfo(view returns (addressuint16)
(0xa517363fc010dbc6bbeed6d8fe9570f9c0432cc1, 500)
getPlatformFeeInfo(view returns (addressuint16)
(0xa7758394d8f7fd23b0d9f13e02427b514687394b, 0)
name(view returns (string)
Hupe Scouts
nextTokenIdToMint(view returns (uint256)
323
owner(view returns (address)
0x0000000000000000000000000000000000000000
platformFeeBps(view returns (uint128)
0
platformFeeRecipient(view returns (address)
0xa7758394d8f7fd23b0d9f13e02427b514687394b
primarySaleRecipient(view returns (address)
0xa7758394d8f7fd23b0d9f13e02427b514687394b
symbol(view returns (string)
HUPE
thirdwebFee(view returns (address)
0x8c4b615040ebd2618e8fc3b20cefe9abafdeb0ea
totalSupply(view returns (uint256)
321
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address)
getRoleMemberCount(bytes32 roleview returns (uint256)
getRoyaltyInfoForToken(uint256 _tokenIdview returns (addressuint16)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 _tokenIdview returns (string)
verify(struct ITokenERC721MintRequest _reqbytes _signatureview returns (booladdress)
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
grantRole(bytes32 roleaddress account
initialize(address _defaultAdminstring _namestring _symbolstring _contractURIaddress[] _trustedForwardersaddress _saleRecipientaddress _royaltyRecipientuint128 _royaltyBpsuint128 _platformFeeBpsaddress _platformFeeRecipient
mintTo(address _tostring _urireturns (uint256)
mintWithSignature(struct ITokenERC721MintRequest _reqbytes _signaturepayable returns (uint256 tokenIdMinted)
multicall(bytes[] datareturns (bytes[] results)
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setContractURI(string _uri
setDefaultRoyaltyInfo(address _royaltyRecipientuint256 _royaltyBps
setOwner(address _newOwner
setPlatformFeeInfo(address _platformFeeRecipientuint256 _platformFeeBps
setPrimarySaleRecipient(address _saleRecipient
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
transferFrom(address fromaddress touint256 tokenId
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
DefaultRoyalty(address newRoyaltyRecipientuint256 newRoyaltyBps
FundsWithdrawn(address indexed paymentReceiveraddress feeRecipientuint256 totalAmountuint256 feeCollected
OwnerUpdated(address prevOwneraddress newOwner
PlatformFeeInfoUpdated(address platformFeeRecipientuint256 platformFeeBps
PrimarySaleRecipientUpdated(address indexed recipient
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoyaltyForToken(uint256 indexed tokenIdaddress royaltyRecipientuint256 royaltyBps
TokensMinted(address indexed mintedTouint256 indexed tokenIdMintedstring uri
TokensMintedWithSignature(address indexed signeraddress indexed mintedTouint256 indexed tokenIdMintedstruct ITokenERC721MintRequest mintRequest
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.