MobyMask Premiere
Verified contract
Proxy
Active on
Ethereum with 1,292 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 ($18,272.30)
Native
Value
$18,272.3
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 5 | $3,654.46 |
$18,272.3 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21141260 | 22 days ago | | | 0 | 0.00042255485 | |
| 20712005 | 3 months ago | | | 0 | 0.00014159545 | |
| 20536323 | 3 months ago | | | 0 | 0.00034698788 | |
| 20468214 | 4 months ago | | | 0 | 0.00014483972 | |
| 20468198 | 4 months ago | | | 0 | 0.00016852980 | |
| 20212631 | 5 months ago | | | 0 | 0.00071242392 | |
| 20151963 | 5 months ago | | | 0 | 0.000048566377 | |
| 20111336 | 5 months ago | | | 0 | 0.00012799615 | |
| 20104248 | 5 months ago | | | 0 | 0.00017731965 | |
| 19997336 | 6 months ago | | | 0 | 0.00032283833 |
ABI
ABI objects
Getter at block 21300134
contractURI() view returns (string)
ipfs://bafkreie4ka4itcsgz2uqwo4dms6doldzcsekngyekw6zqebigv26mg3nba
description() view returns (string)
Celebrate the premiere of the Delegatable framework by sporting the white whale: The bane of all phishers. Let us join forces and make a safer sea for all fish. All funds will go towards grants to develop the Delegatable ecosystem.
factory() view returns (address)
0xf44880e5a2eeb8230d6c0c7daa0b59a0dfb2cccf
feeConfig() view returns (address)
0x2b27d7a2b62d532e8d34fb8b35a41c75eb90a854
isNextOwner() view returns (bool)
false
isOwner() view returns (bool)
false
limit() view returns (uint256)
500
name() view returns (string)
MobyMask Premiere
owner() view returns (address)
0x55e2780588aa5000f464f700d2676fd0a22ee160
paused() view returns (bool)
false
price() view returns (uint256)
10000000000000000
renderer() view returns (address)
0x0000000000000000000000000000000000000000
royaltyBPS() view returns (uint256)
1000
royaltyRecipient() view returns (address)
0x55e2780588aa5000f464f700d2676fd0a22ee160
symbol() view returns (string)
MOBY
treasuryConfig() view returns (address)
0x21a93be569666527dae0fdbfbe7715299dec1202
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) pure returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events acceptOwnership()
allocate(address recipient, uint256 count)
approve(address to, uint256 tokenId)
cancelOwnershipTransfer()
initialize(address owner_, string name_, string symbol_, string description_, string contentURI_, string animationURI_, string contractURI_, struct IEditionsEdition edition_, bool paused_)
mint(address recipient) returns (uint256 tokenId)
pause()
purchase(address recipient) payable returns (uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setLimit(uint256 newLimit)
setPrice(uint256 price_)
setRenderer(address renderer_)
setRoyaltyInfo(address royaltyRecipient_, uint256 royaltyBPS_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address nextOwner_)
unpause()
withdraw(uint16 feeBPS, address fundingRecipient)
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 fromAddress, address indexed toAddress)
EditionLimitSet(uint256 oldLimit, uint256 newLimit)
EditionPurchased(uint256 indexed tokenId, address indexed nftRecipient, uint256 amountPaid)
FundingRecipientSet(address indexed oldFundingRecipient, address indexed newFundingRecipient)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PriceSet(uint256 price)
RendererSet(address indexed renderer)
RoyaltyChange(address indexed oldRoyaltyRecipient, uint256 oldRoyaltyBPS, address indexed newRoyaltyRecipient, uint256 newRoyaltyBPS)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
Withdrawal(address indexed recipient, uint256 amount, uint256 fee)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.