This contract is being backfilled. You may encounter incomplete storage history.

Onchain Blobs

Verified contract

Active on Base with 5,527 txns
Deployed by via 0xb1e54b15 at 11742231
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x980f1687e80df0f219af61ccbb82af680eeec7f30dbfa38b7476e99f49bb883d
0xfd5a578a4dc35e66738cd57b221d288f4ded892be49511e9d924abd3ff050b74
0x8b1e4145478b40dd0d06a173acda6a6d45accf4bdcbedfbdbfee58796a3732d4
0x4c34b3b221706643e501e9dbfae68a53e1a5bdd822885e94b616a3d588ce9e0c
0xeb92105fe6afbf9b1bcd9bd255a2e61abca338cecdf861780be2d59cc4a3df35
0x626fc41be5d9ccdf7a6baa405cabb531ba293586a6000e985545de96c6d64e15
0x4e55032813d649fa08c991e730b3a72d916ab2af5261c728c4215cbfae1ebc23
0x4f8fea94bc65195745288595ad6b9e5933f2b161ca4d2a93e5d8d3b3f6f224a6
0x0310c0c5ac1275729da08b21a218b6f5a1f1da236d0238dda2d356467b08fa98
0xcc5ffb3892e83533e26fbf399bf90cc7ce0001c8fc7ad07b9645751698296a11

Functions
Getter at block 22743880
deployer(view returns (address)
0xa1447bb4b3940aeb646cc786b2581a81bf670ffd
mintEnabled(view returns (bool)
true
mintPrice(view returns (uint256)
500000000000000
name(view returns (string)
Onchain Blobs
owner(view returns (address)
0xa1447bb4b3940aeb646cc786b2581a81bf670ffd
symbol(view returns (string)
BLOBS
totalSupply(view returns (uint256 result)
6499
Read-only
BlobColour(uint256view returns (uint256)
BlobSVG(uint256uint256view returns (uint256)
Lefteye(uint256view returns (uint256)
Righteye(uint256view returns (uint256)
balanceOf(address ownerview returns (uint256)
buildSVG(uint256 tokenidview returns (string)
getApproved(uint256 tokenIdview returns (address)
getNumberOfDataPoints(uint256 tokenIdview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
devMint(uint256 _quantity
mint(uint256 quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
toggleMinting(
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotCompatibleWithSpotMints(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SequentialMintExceedsLimit(
SequentialUpToTooSmall(
SpotMintTokenIdTooSmall(
TokenAlreadyExists(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(