Onchain Blobs
Verified contract
Active on
Base with 5,527 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22675738 | 2 days ago | | | 0 | 3.1124348e-7 | |
| 22421044 | 7 days ago | | | 0 | 3.5980044e-7 | |
| 22382846 | 8 days ago | | | 0 | 3.2523982e-7 | |
| 22333236 | 10 days ago | | | 0 | 1.6554244e-7 | |
| 22208259 | 12 days ago | | | 0 | 7.7760374e-7 | |
| 22100909 | 15 days ago | | | 0 | 3.1781051e-7 | |
| 21994590 | 17 days ago | | | 0 | 1.4208972e-7 | |
| 21752378 | 23 days ago | | | 0 | 3.1661374e-7 | |
| 21721349 | 24 days ago | | | 0 | 1.6853806e-7 | |
| 21721345 | 24 days ago | | | 0 | 1.6795274e-7 |
ABI
ABI objects
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(uint256) view returns (uint256)
BlobSVG(uint256, uint256) view returns (uint256)
Lefteye(uint256) view returns (uint256)
Righteye(uint256) view returns (uint256)
balanceOf(address owner) view returns (uint256)
buildSVG(uint256 tokenid) view returns (string)
getApproved(uint256 tokenId) view returns (address)
getNumberOfDataPoints(uint256 tokenId) view returns (uint256)
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)
State-modifying
Events approve(address to, uint256 tokenId) payable
devMint(uint256 _quantity)
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)
toggleMinting()
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NotCompatibleWithSpotMints()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SequentialMintExceedsLimit()
SequentialUpToTooSmall()
SpotMintTokenIdTooSmall()
TokenAlreadyExists()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()