Beep Boop Battery
Verified contract
Active on
Ethereum with 4,851 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8013…3ce1
Balances ($0.00)
No balances found for "Beep Boop Battery"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21021019 | a month ago | | | 0 | 0.00041592225 | |
| 21019444 | a month ago | | | 0 | 0.00042506992 | |
| 21017027 | a month ago | | | 0 | 0.00025580327 | |
| 21016601 | a month ago | | | 0 | 0.00037585066 | |
| 21015489 | a month ago | | | 0 | 0.00037174426 | |
| 20981743 | a month ago | | | 0 | 0.00043694169 | |
| 20681095 | 3 months ago | | | 0 | 0.00046824994 | |
| 20652173 | 3 months ago | | | 0 | 0.000027826643 | |
| 20633268 | 3 months ago | | | 0 | 0.000062539059 | |
| 20631777 | 3 months ago | | | 0 | 0.000056118844 |
ABI
ABI objects
Getter at block 21295055
MAX_SUPPLY() view returns (uint256)
20000
battleZone() view returns (address)
0xff35d339ee07acde54c135fbee39765010620d33
beepBoop() view returns (address)
0x8013266cb5c9dd48be3ad7d1ce832874d64b3ce1
gameMintPrice() view returns (uint256)
50000000000000000000000
gameMintable() view returns (bool)
true
maxIngameMints() view returns (uint256)
9999
name() view returns (string)
Beep Boop Battery
owner() view returns (address)
0xee547a830a9a54653de3d40a67bd2bc050daed81
paused() view returns (bool)
false
symbol() view returns (string)
BBB
tokenMintPrice() view returns (uint256)
2500000000000000000000
tokenRecipient() view returns (address)
0xee547a830a9a54653de3d40a67bd2bc050daed81
totalSupply() view returns (uint256)
20000
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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 quantity)
approve(address to, uint256 tokenId) payable
changeBeepBoopContract(address contract_)
mint(uint256 quantity)
mintIngame(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)
setBaseURI(string baseURI_)
setGameMintPrice(uint256 price)
setMaxIngameMints(uint256 max)
setTokenMintPrice(uint256 price)
setTokenRecipient(address address_)
toggleGameMintable()
toggleSale()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string baseURI_, address tokenRecipient_, address beepBoop_, address battleZone_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()