Basecamp Royale
Verified contract
Active on
Base with 47,045 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000842 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22199085 | 13 days ago | | | 0 | 2.9721787e-7 | |
| 22148852 | 14 days ago | | | 0 | 2.1646035e-7 | |
| 22013865 | 17 days ago | | | 0 | 2.1424688e-7 | |
| 21813870 | 21 days ago | | | 0 | 1.6253403e-7 | |
| 21796574 | 22 days ago | | | 0 | 2.1784614e-7 | |
| 21796557 | 22 days ago | | | 0 | 2.1784614e-7 | |
| 21796521 | 22 days ago | | | 0 | 2.1784614e-7 | |
| 21796486 | 22 days ago | | | 0 | 2.1784614e-7 | |
| 21796452 | 22 days ago | | | 0 | 2.1784614e-7 | |
| 21796410 | 22 days ago | | | 0 | 2.1784614e-7 |
ABI
ABI objects
Getter at block 22741052
gamemasterAddress() view returns (address)
0x706673e0a6d3fc54a72c09464ac3c7922cd556a3
isBurnEnabled() view returns (bool)
true
isGameEnded() view returns (bool)
false
isMintable() view returns (bool)
false
name() view returns (string)
Basecamp Royale
owner() view returns (address)
0x0b274a3dd996b59bdb94418d982b4c3620a8c66a
symbol() view returns (string)
BR
totalSupply() view returns (uint256)
35553
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isEliminated(uint256 tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 salePrice) pure returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events EliminateCamp(uint256 campId)
MintTicket(bytes32 _requesterFingerprint, uint8 _v, bytes32 _r, bytes32 _s) returns (uint256)
SetBurnEnabled(bool isEnabled)
SetGameEnded(bool isEnded)
SetMintable(bool isEnabled)
SetWinnerTokenId(uint256 tokenId)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BatchMetadataUpdate(uint256 _fromTokenId, uint256 _toTokenId)
MetadataUpdate(uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.