Beep Boop Charger Season 2
Verified contract
Active on
Ethereum with 407 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8013…3ce1
0xff35…0d33
Balances ($0.00)
No balances found for "Beep Boop Charger Season 2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19324732 | 9 months ago | | | 0 | 0.0011452036 | |
| 18943694 | 10 months ago | | | 0 | 0.00083592439 | |
| 18869735 | a year ago | | | 0 | 0.00085435574 | |
| 17952525 | a year ago | | | 0 | 0.00057989277 | |
| 17934354 | a year ago | | | 0 | 0.00039916928 | |
| 17708667 | a year ago | | | 0 | 0.00056631601 | |
| 17672511 | a year ago | | | 0 | 0.00095784482 | |
| 17651500 | a year ago | | | 0 | 0.00064849454 | |
| 17646152 | a year ago | | | 0 | 0.00072770044 | |
| 17633985 | a year ago | | | 0 | 0.0014309168 |
ABI
ABI objects
Getter at block 21178769
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
battleZone() view returns (address)
0xff35d339ee07acde54c135fbee39765010620d33
beepBoop() view returns (address)
0x8013266cb5c9dd48be3ad7d1ce832874d64b3ce1
extensionCord() view returns (address)
0x00906e5aa5d73588877342215e9e7b3849eb3f3c
gameMintPrice() view returns (uint256)
1000000000000000000000000000000000
maxSupply() view returns (uint256)
10000
mintPrice() view returns (uint256)
750000000000000000
name() view returns (string)
Beep Boop Charger Season 2
owner() view returns (address)
0x88517740b86f3ebf4c7a9ac5808b4986b289f9ad
pauseTransfers() view returns (bool)
false
paused() view returns (bool)
false
symbol() view returns (string)
BBCS2
totalSupply() view returns (uint256)
867
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
changeBattleZoneContract(address battleZone_)
claim(uint256[] tokenIds)
mint(uint256 quantity) payable
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)
setMaxSupply(uint256 supply)
setMintPrice(uint256 price)
toggleSale()
toggleTransfers()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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 battleZone_, address beepBoop_, address extensionCord_)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()