Sovereignty
Verified contract
Proxy
Active on
Ethereum with 330 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 ($21,255.98)
Native
Value
$21,255.98
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 6.8 | $3,125.88 |
$21,255.98 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19501612 | 8 months ago | | | 0 | 0.00082488179 | |
| 18824073 | a year ago | | | 0 | 0.0015177456 | |
| 17822270 | a year ago | | | 0 | 0.0017126028 | |
| 17779935 | a year ago | | | 0 | 0.0015955546 | |
| 17566688 | a year ago | | | 0 | 0.00076734901 | |
| 17470259 | a year ago | | | 0 | 0.0012239346 | |
| 17117827 | 2 years ago | | | 0 | 0.0025887381 | |
| 17055095 | 2 years ago | | | 0 | 0.0011349496 | |
| 16987050 | 2 years ago | | | 0 | 0.0012467584 | |
| 16987031 | 2 years ago | | | 0 | 0.0017316199 |
ABI
ABI objects
Getter at block 21223485
contentHash() view returns (bytes32)
0x4a66906f9be64d6a91cff8abedbb612da1d18ac1288952fafe02ea24eb4b944b
contractURI() view returns (string)
https://mirror-api.com/editions/custom/dynamic/v2/0x972e96586B56B7d99e89e6e1838a8bF8D1e8ac70/metadata
factory() view returns (address)
0x6ef0f6be2556cfaff90bf0d572d7e38a13d715ad
feeConfig() view returns (address)
0x2b27d7a2b62d532e8d34fb8b35a41c75eb90a854
isNextOwner() view returns (bool)
false
isOwner() view returns (bool)
false
limit() view returns (uint256)
1000
name() view returns (string)
Sovereignty
owner() view returns (address)
0xc8f8e2f59dd95ff67c3d39109eca2e2a017d4c8a
paused() view returns (bool)
false
price() view returns (uint256)
100000000000000000
renderer() view returns (address)
0x0000000000000000000000000000000000000000
royaltyBPS() view returns (uint256)
1000
royaltyRecipient() view returns (address)
0xc8f8e2f59dd95ff67c3d39109eca2e2a017d4c8a
symbol() view returns (string)
SOVEREIGN
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 contentURI_, 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 limit_)
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.