Base Hunt: The Game
Unverified contract
Proxy
Active on
Base with 2,995 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
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
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.001087 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21943457 | a day ago | | | 0 | 1.5792587e-7 | |
| 21712767 | 7 days ago | | | 0 | 1.8815708e-7 | |
| 21501399 | 12 days ago | | | 0 | 1.5837072e-7 | |
| 21229447 | 18 days ago | | | 0 | 1.5769425e-7 | |
| 21229363 | 18 days ago | | | 0 | 1.8568612e-7 | |
| 20506519 | a month ago | | | 0 | 1.5766726e-7 | |
| 20476667 | a month ago | | | 0 | 3.4834972e-7 | |
| 19934606 | 2 months ago | | | 0 | 1.5792587e-7 | |
| 19912369 | 2 months ago | | | 0 | 1.5766726e-7 | |
| 19546925 | 2 months ago | | | 0 | 1.8545819e-7 |
ABI
ABI objects
Getter at block 22007635
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractType() pure returns (bytes32)
0x546f6b656e455243313135350000000000000000000000000000000000000000
contractURI() view returns (string)
ipfs://Qme9ygQa7AYg2c7mp4wzTPGD6HKWoPc7w9pWbcQXnDp7Gs/0
contractVersion() pure returns (uint8)
1
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=TokenERC1155, version=1, chainId=8453, verifyingContract=0x60f413542a592d273b710f7e59249b1327a09a43, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getDefaultRoyaltyInfo() view returns (address, uint16)
(0xc785d6ad03275d09cb9df5d8ec1816f305399d67, 0)
getFlatPlatformFeeInfo() view returns (address, uint256)
(0xc785d6ad03275d09cb9df5d8ec1816f305399d67, 0)
getPlatformFeeInfo() view returns (address, uint16)
(0xc785d6ad03275d09cb9df5d8ec1816f305399d67, 0)
getPlatformFeeType() view returns (uint8)
0
name() view returns (string)
Base Hunt: The Game
nextTokenIdToMint() view returns (uint256)
13
owner() view returns (address)
0xc785d6ad03275d09cb9df5d8ec1816f305399d67
platformFeeRecipient() view returns (address)
0xc785d6ad03275d09cb9df5d8ec1816f305399d67
primarySaleRecipient() view returns (address)
0xc785d6ad03275d09cb9df5d8ec1816f305399d67
symbol() view returns (string)
BaseHuntGame
uriFrozen() view returns (bool)
false
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getRoyaltyInfoForToken(uint256 _tokenId) view returns (address, uint16)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address receiver, uint256 royaltyAmount)
saleRecipientForToken(uint256) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256) view returns (uint256)
uri(uint256 _tokenId) view returns (string)
verify(struct ITokenERC1155MintRequest _req, bytes _signature) view returns (bool, address)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
freezeMetadata()
grantRole(bytes32 role, address account)
initialize(address _defaultAdmin, string _name, string _symbol, string _contractURI, address[] _trustedForwarders, address _primarySaleRecipient, address _royaltyRecipient, uint128 _royaltyBps, uint128 _platformFeeBps, address _platformFeeRecipient)
mintTo(address _to, uint256 _tokenId, string _uri, uint256 _amount)
mintWithSignature(struct ITokenERC1155MintRequest _req, bytes _signature) payable
multicall(bytes[] data) returns (bytes[] results)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setContractURI(string _uri)
setDefaultRoyaltyInfo(address _royaltyRecipient, uint256 _royaltyBps)
setFlatPlatformFeeInfo(address _platformFeeRecipient, uint256 _flatFee)
setOwner(address _newOwner)
setPlatformFeeInfo(address _platformFeeRecipient, uint256 _platformFeeBps)
setPlatformFeeType(uint8 _feeType)
setPrimarySaleRecipient(address _saleRecipient)
setRoyaltyInfoForToken(uint256 _tokenId, address _recipient, uint256 _bps)
setTokenURI(uint256 _tokenId, string _uri)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
DefaultRoyalty(address indexed newRoyaltyRecipient, uint256 newRoyaltyBps)
EIP712DomainChanged()
FlatPlatformFeeUpdated(address platformFeeRecipient, uint256 flatFee)
Initialized(uint8 version)
MetadataFrozen()
MetadataUpdate(uint256 _tokenId)
OwnerUpdated(address indexed prevOwner, address indexed newOwner)
PlatformFeeInfoUpdated(address indexed platformFeeRecipient, uint256 platformFeeBps)
PlatformFeeTypeUpdated(uint8 feeType)
PrimarySaleRecipientUpdated(address indexed recipient)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
RoyaltyForToken(uint256 indexed tokenId, address indexed royaltyRecipient, uint256 royaltyBps)
TokensMinted(address indexed mintedTo, uint256 indexed tokenIdMinted, string uri, uint256 quantityMinted)
TokensMintedWithSignature(address indexed signer, address indexed mintedTo, uint256 indexed tokenIdMinted, struct ITokenERC1155MintRequest mintRequest)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.