Beep Boop Extension Cord
Verified contract
Active on
Ethereum with 481 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 Extension Cord"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19093295 | a year ago | | | 0 | 0.00041314146 | |
| 19093290 | a year ago | | | 0 | 0.00069585411 | |
| 17488651 | a year ago | | | 0 | 0.00037571033 | |
| 17488647 | a year ago | | | 0 | 0.00064476683 | |
| 17484573 | 2 years ago | | | 0 | 0.00052669760 | |
| 17483041 | 2 years ago | | | 0 | 0.00041889013 | |
| 17483036 | 2 years ago | | | 0 | 0.00037853474 | |
| 17483018 | 2 years ago | | | 0 | 0.00039973310 | |
| 17482952 | 2 years ago | | | 0 | 0.00071239195 | |
| 17482929 | 2 years ago | | | 0 | 0.00044772369 |
ABI
ABI objects
Getter at block 21411164
battleZone() view returns (address)
0xff35d339ee07acde54c135fbee39765010620d33
beepBoop() view returns (address)
0x8013266cb5c9dd48be3ad7d1ce832874d64b3ce1
burnerContract() view returns (address)
0x50a9ef27888a7196bbcfce183de47dc799920db3
gameMintPrice() view returns (uint256)
100000000000000000000000
gameMintable() view returns (bool)
false
maxIngameMints() view returns (uint256)
5
maxSupply() view returns (uint256)
250
name() view returns (string)
Beep Boop Extension Cord
owner() view returns (address)
0x88517740b86f3ebf4c7a9ac5808b4986b289f9ad
paused() view returns (bool)
false
symbol() view returns (string)
BBEC
tokenMintPrice() view returns (uint256)
8000000000000000000000
tokenRecipient() view returns (address)
0xee547a830a9a54653de3d40a67bd2bc050daed81
totalSupply() view returns (uint256)
253
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
burn(uint256 tokenId)
burnMany(uint256[] tokenIds)
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_)
setBurnerContract(address address_)
setGameMintPrice(uint256 price)
setMaxGameMints(uint256 max)
setMaxSupply(uint256 supply)
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()