Metablobs
Verified contract
Active on
Ethereum with 8,485 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x193d…8a0e
0x1a92…050c
0xbc4c…f13d
0x6ca9…4ec2
0xc92c…aafc
0x18df…7da5
0xf4ee…d043
0xc4a0…d508
0x9a53…ca8f
0x8635…66c0
Balances ($7.32)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MATIC | ERC-20 | 13 | $0.563175 |
$7.32 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21097049 | 24 days ago | | | 0 | 0.00025963685 | |
| 21057130 | a month ago | | | 0 | 0.00028422121 | |
| 20857074 | 2 months ago | | | 0 | 0.00047664150 | |
| 20853130 | 2 months ago | | | 0 | 0.0011861935 | |
| 20752625 | 2 months ago | | | 0 | 0.000078482297 | |
| 20721248 | 2 months ago | | | 0 | 0.00041033257 | |
| 20675641 | 3 months ago | | | 0 | 0.000077214124 | |
| 20453606 | 4 months ago | | | 0 | 0.000045847850 | |
| 20453134 | 4 months ago | | | 0 | 0.000029111000 | |
| 20453084 | 4 months ago | | | 0 | 0.000029111000 |
ABI
ABI objects
Getter at block 21266822
MAX_SUPPLY() view returns (uint256)
100000
baseUri() view returns (string)
https://onchain.mypinata.cloud/ipfs/QmRaVAv6zPWs8J2MmPMNdq14gdtRFgUG4juotWyxRMwvxk/
mintingIsLive() view returns (bool)
false
name() view returns (string)
Metablobs
owner() view returns (address)
0x5d52f6632b1a9d743a5290dc26a3f831f09db6a0
symbol() view returns (string)
MB
totalSupply() view returns (uint256)
10027
Read-only
balanceOf(address owner) view returns (uint256)
getAllowedMetablobsAmountFromHoldersOtherNFTHoldingsLongName(address tokenholder) view returns (uint256)
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)
tokensPerAddress(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mintMetablobs(address to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseUri(string newBaseUri)
switchMintingState()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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.
This contract contains no error objects.