POOL VOID
Verified contract
Proxy
Active on
Base with 1,930 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000695 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22734627 | 4 days ago | | | 0 | 0.0000052991241 | |
| 22734531 | 4 days ago | | | 0 | 1.9517847e-7 | |
| 22671341 | 6 days ago | | | 0 | 0.0000011488147 | |
| 22503126 | 10 days ago | | | 0 | 0.0000010223253 | |
| 22503112 | 10 days ago | | | 0 | 0.0000010135547 | |
| 22332934 | 14 days ago | | | 0 | 6.6826872e-7 | |
| 22288143 | 15 days ago | | | 0 | 4.2273280e-7 | |
| 21773622 | a month ago | | | 0 | 4.2607542e-7 | |
| 21773602 | a month ago | | | 0 | 4.2943640e-7 | |
| 21541179 | a month ago | | | 0 | 0.0000011357732 |
ABI
ABI objects
Getter at block 22922195
contractURI() view returns (string)
https://meme.market/api/metadata/collection/8453/0xb49502494c99e05a125c3f688f6b6bc7506fe9a8
name() view returns (string)
POOL VOID
owner() view returns (address result)
0x000000000000b03943bc5083d5516fea9f20fb71
Read-only
balanceOf(address owner, uint256 id) view returns (uint256 result)
balanceOfBatch(address[] owners, uint256[] ids) view returns (uint256[] balances)
isApprovedForAll(address owner, address operator) view returns (bool result)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 id) view returns (string)
State-modifying
Events burn(address from, uint256 id, uint256 amount)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
initialize(string name_, string contractBaseURI_)
mint(address to, uint256 id)
mintNewMedia(address creator, string tokenURI) returns (uint256 id)
renounceOwnership() payable
requestOwnershipHandover() payable
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool isApproved)
transferOwnership(address newOwner) payable
updateContractURI()
ApprovalForAll(address indexed owner, address indexed operator, bool isApproved)
ContractBaseURI(string contractBaseURI)
ContractURIUpdated()
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] amounts)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 amount)
URI(string value, uint256 indexed id)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AccountBalanceOverflow()
AlreadyInitialized()
ArrayLengthsMismatch()
InsufficientBalance()
InvalidCreator()
InvalidToken()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NotOwnerNorApproved()
StringsInsufficientHexLength(uint256 value, uint256 length)
TransferToNonERC1155ReceiverImplementer()
TransferToZeroAddress()
Unauthorized()
UpdateCalledTooSoon()