Crypto-Native
Verified contract
Proxy
Active on
Base with 2,024 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 1 additional slot
0x4e0a…19f1
-
variable spans 49 additional slots
15 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000734 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22048721 | 2 days ago | | | 0 | 3.5277501e-7 | |
| 21928982 | 5 days ago | | | 0 | 3.7841383e-7 | |
| 21820112 | 7 days ago | | | 0 | 0.000000209472638850 | |
| 21819485 | 8 days ago | | | 0 | 2.1738916e-7 | |
| 21778465 | 8 days ago | | | 0 | 2.1127242e-7 | |
| 21749329 | 9 days ago | | | 0 | 2.2060800e-7 | |
| 21738907 | 9 days ago | | | 0 | 4.1298620e-7 | |
| 21730409 | 10 days ago | | | 0 | 6.1346289e-7 | |
| 21453458 | 16 days ago | | | 0 | 6.1823709e-7 | |
| 21451481 | 16 days ago | | | 0 | 3.8141572e-7 |
ABI
ABI objects
Getter at block 22144055
implementation() view returns (address)
0x1b142d3edd537df8fb7d29cb12d842ecd430287f
standard() pure returns (string)
GenerativeSeries
baseURI() view returns (string)
https://highlight-creator-assets.highlight.xyz/main/base-dir/836d3db4-2dc4-4b80-984d-68029b3f1902/onChainDir
contractURI() view returns (string)
https://arweave.net/Cdbzd2Ugi6849NMHwfTfou7v1udDB9eAqkvjzEjNz0s
defaultManager() view returns (address)
0x0000000000000000000000000000000000000000
files() view returns (string[])
[hl-gen.js, index.html, main.min.js, prompts.txt, fonts.txt]
generativeCodeUri() view returns (string)
https://arweave.net/L-Eauqr4OxkXOU8M1JKlr0Tj4Em2PSfcd1uFeY5YdVQ
limitSupply() view returns (uint256)
0
minters() view returns (address[])
[0x8087039152c472Fa74F47398628fF002994056EA]
name() view returns (string)
Crypto-Native
observability() view returns (address)
0x4e0afba59894060369881f4bc9ba05731a4119f1
operatorFiltererRegistry() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x4bed1d532b7c7bd148eb43c8473dca3685fd271d
royaltyManager() view returns (address)
0x0000000000000000000000000000000000000000
supply() view returns (uint256)
3837
symbol() view returns (string)
CPTNTV
totalSupply() view returns (uint256)
3837
Read-only
balanceOf(address owner) view returns (uint256)
fileContents(string fileName) view returns (string)
fileStorage(string fileName) view returns (address[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isTrustedForwarder(address forwarder) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenGroupingId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenManager(uint256 id) view returns (address manager)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addFile(string fileName, address[] fileStorageAddresses)
approve(address operator, uint256 tokenId)
burn(uint256 tokenId)
freezeMints()
initialize(bytes data, address _observability)
mintAmountToOneRecipient(address recipient, uint256 amount)
mintOneToMultipleRecipients(address[] recipients)
mintOneToOneRecipient(address recipient) returns (uint256)
mintSameAmountToMultipleRecipients(address[] recipients, uint256 amount)
mintSpecificTokenToOneRecipient(address recipient, uint256 tokenId)
mintSpecificTokensToOneRecipient(address recipient, uint256[] tokenIds)
registerMinter(address minter)
removeDefaultTokenManager()
removeFile(string fileName)
removeGranularTokenManagers(uint256[] _ids)
removeRoyaltyManager()
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)
setContractMetadata(string newName, string newSymbol, string newContractUri)
setDefaultRoyalty(struct IRoyaltyManagerRoyalty _royalty)
setDefaultTokenManager(address _defaultTokenManager)
setGranularRoyalties(uint256[] ids, struct IRoyaltyManagerRoyalty[] _newRoyalties)
setGranularTokenManagers(uint256[] _ids, address[] _tokenManagers)
setLimitSupply(uint256 _limitSupply)
setRegistryAndSubscription(address newRegistry, address subscription)
setRoyaltyManager(address _royaltyManager)
setTokenURIs(uint256[] ids, string[] uris)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unregisterMinter(address minter)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURISet(string oldBaseUri, string newBaseURI)
DefaultRoyaltySet(address indexed recipientAddress, uint16 indexed royaltyPercentageBPS)
DefaultTokenManagerChanged(address indexed newDefaultTokenManager)
GranularRoyaltiesSet(uint256[] ids, struct IRoyaltyManagerRoyalty[] _newRoyalties)
GranularTokenManagersRemoved(uint256[] _ids)
GranularTokenManagersSet(uint256[] _ids, address[] _tokenManagers)
Initialized(uint8 version)
LimitSupplySet(uint256 indexed newLimitSupply)
MinterRegistrationChanged(address indexed minter, bool indexed registered)
MintsFrozen()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoyaltyManagerChanged(address indexed newRoyaltyManager)
TokenURIsSet(uint256[] ids, string[] uris)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address implementation_, bytes initializeData, bytes mintVectorData, address _observability)
fallback()
receive()
EmptyString()
FileAlreadyRegistered()
FileNotRegistered()
InvalidManager()
ManagerDoesNotExist()
ManagerRemoveBlocked()
ManagerSwapBlocked()
MintFrozen()
MinterRegistrationInvalid()
MismatchedArrayLengths()
NotAContract()
NotMinter()
OperatorNotAllowed()
OverLimitSupply()
RoyaltyBPSInvalid()
RoyaltySetBlocked()
TokenDoesNotExist()
TokenNotInRange()
Unauthorized()