EditionMetadataRenderer
Verified contract
Active on
Base with 325 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "EditionMetadataRenderer"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21800833 | 2 days ago | | | 0 | 2.8817267e-7 | |
| 21800795 | 2 days ago | | | 0 | 3.2628342e-7 | |
| 21800601 | 2 days ago | | | 0 | 4.7433924e-7 | |
| 21800517 | 2 days ago | | | 0 | 2.7521610e-7 | |
| 21800466 | 2 days ago | | | 0 | 3.2476923e-7 | |
| 21800453 | 2 days ago | | | 0 | 3.1199891e-7 | |
| 18139155 | 3 months ago | | | 0 | 4.1132105e-7 | |
| 17179497 | 4 months ago | | | 0 | 2.8893067e-7 | |
| 15753493 | 5 months ago | | | 0 | 3.1869594e-7 | |
| 15496306 | 5 months ago | | | 0 | 2.2854725e-7 |
ABI
ABI objects
Getter at block 21876964 contractURI() view returns (string)
Read-only
tokenInfos(address) view returns (string description, string imageURI, string animationURI)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events initializeWithData(bytes data)
updateDescription(address target, string newDescription)
updateMediaURIs(address target, string imageURI, string animationURI)
DescriptionUpdated(address indexed target, address sender, string newDescription)
EditionInitialized(address indexed target, string description, string imageURI, string animationURI)
MediaURIsUpdated(address indexed target, address sender, string imageURI, string animationURI)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
Access_OnlyAdmin()