Base Hunt: The Achievements

Unverified contract

Proxy

Active on Base with 6,426 txns
Deployed by via 0x4bbd197d at 7487292
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 47 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 46 additional slots
15 additional variables
ERC-20
--
0x31402f298a7cadc486e1fe2a4c05aab97ffe801ac0b8d73965e5bd923a2ae6b9
0x0fbbde50de2d26a626d38955509b0a56f3971291ec15f72797cca2df6c55a799
0x73a1216bd0a600155f06624b1c9430772462c8c97fbdcd706cc396fac8099ef1
0xc7abafbc2994b1b4c669822ea6dc7f4ee8317d0e2dabf832dcf43ca3ac747919
0x3c5144608db83274ebc6bc1f9081e9fb07b68a5c94b646ef4f6f2c7d047f9601
0xac96b9777f29ae9ebd2c080c20ca89cc7a1def66cb912d03794ca18b43a0b333
0x8cbd0bf9ff8cca3c2583947dcb29d1ee3c93260d040e7ff15b46f521e8786bf9
0x187bf0263cafddd348823c687e35e1bd577a81931b746ff057fbfae2e4a9310f
0x383bfacb6ac62752dfe36c140fc9afc947c6cbaf8cb2bf1e3d18a8f551392e70
0x1b744b7b65d67a933b630c8c81b7f56b07d4a3621eba141d8c0150d4124ce211

Functions
Getter at block 22914817
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractType(pure returns (bytes32)
0x546f6b656e455243313135350000000000000000000000000000000000000000
contractURI(view returns (string)
ipfs://QmRwXCzzJ9XroYbEwdSXDBUfcoRkhD7AkKWpi7phAWDPDs/0
contractVersion(pure returns (uint8)
1
eip712Domain(view returns (bytes1 fieldsstring namestring versionuint256 chainIdaddress verifyingContractbytes32 saltuint256[] extensions)
(fields=0x0f, name=TokenERC1155, version=1, chainId=8453, verifyingContract=0x7632df72835947e8bf8522b91d394f356a1471e6, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getDefaultRoyaltyInfo(view returns (addressuint16)
(0xc785d6ad03275d09cb9df5d8ec1816f305399d67, 0)
getFlatPlatformFeeInfo(view returns (addressuint256)
(0xc785d6ad03275d09cb9df5d8ec1816f305399d67, 0)
getPlatformFeeInfo(view returns (addressuint16)
(0xc785d6ad03275d09cb9df5d8ec1816f305399d67, 0)
getPlatformFeeType(view returns (uint8)
0
name(view returns (string)
Base Hunt: The Achievements
nextTokenIdToMint(view returns (uint256)
6
owner(view returns (address)
0xc785d6ad03275d09cb9df5d8ec1816f305399d67
platformFeeRecipient(view returns (address)
0xc785d6ad03275d09cb9df5d8ec1816f305399d67
primarySaleRecipient(view returns (address)
0xc785d6ad03275d09cb9df5d8ec1816f305399d67
symbol(view returns (string)
BaseHuntGoals
uriFrozen(view returns (bool)
false
Read-only
balanceOf(address accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
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 accountaddress operatorview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
saleRecipientForToken(uint256view returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256view returns (uint256)
uri(uint256 _tokenIdview returns (string)
verify(struct ITokenERC1155MintRequest _reqbytes _signatureview returns (booladdress)
State-modifying
burn(address accountuint256 iduint256 value
burnBatch(address accountuint256[] idsuint256[] values
freezeMetadata(
grantRole(bytes32 roleaddress account
initialize(address _defaultAdminstring _namestring _symbolstring _contractURIaddress[] _trustedForwardersaddress _primarySaleRecipientaddress _royaltyRecipientuint128 _royaltyBpsuint128 _platformFeeBpsaddress _platformFeeRecipient
mintTo(address _touint256 _tokenIdstring _uriuint256 _amount
mintWithSignature(struct ITokenERC1155MintRequest _reqbytes _signaturepayable 
multicall(bytes[] datareturns (bytes[] results)
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setContractURI(string _uri
setDefaultRoyaltyInfo(address _royaltyRecipientuint256 _royaltyBps
setFlatPlatformFeeInfo(address _platformFeeRecipientuint256 _flatFee
setOwner(address _newOwner
setPlatformFeeInfo(address _platformFeeRecipientuint256 _platformFeeBps
setPlatformFeeType(uint8 _feeType
setPrimarySaleRecipient(address _saleRecipient
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
setTokenURI(uint256 _tokenIdstring _uri
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
DefaultRoyalty(address indexed newRoyaltyRecipientuint256 newRoyaltyBps
EIP712DomainChanged(
FlatPlatformFeeUpdated(address platformFeeRecipientuint256 flatFee
Initialized(uint8 version
MetadataFrozen(
MetadataUpdate(uint256 _tokenId
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
PlatformFeeInfoUpdated(address indexed platformFeeRecipientuint256 platformFeeBps
PlatformFeeTypeUpdated(uint8 feeType
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 indexed royaltyRecipientuint256 royaltyBps
TokensMinted(address indexed mintedTouint256 indexed tokenIdMintedstring uriuint256 quantityMinted
TokensMintedWithSignature(address indexed signeraddress indexed mintedTouint256 indexed tokenIdMintedstruct ITokenERC1155MintRequest mintRequest
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
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.