Beep Boop Injectable
Verified contract
Proxy
Active on
Ethereum with 1,420 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
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 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
0x8013…3ce1
-
variable spans 2 additional slots
-
variable spans 2 additional slots
5 additional
variables
Balances ($0.00)
No balances found for "Beep Boop Injectable"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20890977 | 2 months ago | | | 0 | 0.00030572330 | |
| 20800645 | 2 months ago | | | 0 | 0.00085318505 | |
| 20681463 | 3 months ago | | | 0 | 0.00029300818 | |
| 20681463 | 3 months ago | | | 0 | 0.00029300818 | |
| 20681463 | 3 months ago | | | 0 | 0.00029300818 | |
| 20681463 | 3 months ago | | | 0 | 0.00047711258 | |
| 20681463 | 3 months ago | | | 0 | 0.00047711258 | |
| 20681463 | 3 months ago | | | 0 | 0.00063137489 | |
| 19312780 | 9 months ago | | | 0 | 0.0021277185 | |
| 19195928 | 10 months ago | | | 0 | 0.0021875041 |
ABI
ABI objects
Getter at block 21299437 proxiableUUID() view returns (bytes32)
MAX_SUPPLY() view returns (uint256)
1500
battleZone() view returns (address)
0xff35d339ee07acde54c135fbee39765010620d33
beepBoop() view returns (address)
0x8013266cb5c9dd48be3ad7d1ce832874d64b3ce1
gameMintPrice() view returns (uint256)
1000000000000000000000
getImplementation() view returns (address)
0xc4cae18b55cb9d966bfb80a6e899681e9ef04a40
getInjectorSupply() view returns (uint256, uint256, uint256)
(500, 500, 500)
name() view returns (string)
Beep Boop Injectable
owner() view returns (address)
0x88517740b86f3ebf4c7a9ac5808b4986b289f9ad
symbol() view returns (string)
BBI
tokenMintPrice() view returns (uint256)
500000000000000000000
totalSupply() view returns (uint256)
334
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership ownership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getInjectorType(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events adminMint(address recipient, uint256 type_, uint256 quantity)
approve(address operator, uint256 tokenId) payable
burn(uint256 tokenId)
burnMany(uint256[] tokenIds)
initialize(string defaultURI, address battleZoneContract, address beepBoopContract)
mintInjector(uint256 type_, uint256 quantity)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool _approved)
setAuthorized(address address_, bool toggle)
setBaseURI(string uri)
setBattleZone(address battleZone_)
setGameMintPrice(uint256 price)
setTokenMintPrice(uint256 price)
toggleGame()
toggleMint()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
updateRoyalty(address receiver, uint96 numerator)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Initialized(uint8 version)
Mint(uint256 fromTokenId, uint256 toTokenId, uint256 type_)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
constructor(address _implementation, bytes _data)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()