Nuclear Nerds Comic
Verified contract
Active on
Ethereum with 2,853 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8998 additional slots
Balances ($0.00)
No balances found for "Nuclear Nerds Comic"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21116915 | 12 hours ago | | | 0 | 0.00038911432 | |
| 21114542 | 20 hours ago | | | 0 | 0.00037991826 | |
| 21114535 | 20 hours ago | | | 0 | 0.00034728281 | |
| 21107467 | 2 days ago | | | 0 | 0.00070427674 | |
| 21106845 | 2 days ago | | | 0 | 0.00027725470 | |
| 21106832 | 2 days ago | | | 0 | 0.00025948174 | |
| 21106822 | 2 days ago | | | 0 | 0.00025849596 | |
| 21106815 | 2 days ago | | | 0 | 0.00024607950 | |
| 21100083 | 3 days ago | | | 0 | 0.00027262386 | |
| 21064042 | 8 days ago | | | 0 | 0.00049046565 |
ABI
ABI objects
Getter at block 21120506 owners() view returns (address[8999])
PACKED() view returns (uint256)
64
PACKED_SHIFT() view returns (uint256)
4
REDEMPTION_QUALIFIER() view returns (uint256)
13
contractURI() view returns (string)
ipfs://QmWiWsg6jp6MpvXkTKgCgco81kZ8FTJSczfbS6BJh24itS
contractURIHash() view returns (string)
QmWiWsg6jp6MpvXkTKgCgco81kZ8FTJSczfbS6BJh24itS
locked() view returns (bool)
false
masterLocked() view returns (bool)
false
mirror() view returns (address)
0x0f78c6eee3c89ff37fd9ef96bd685830993636f2
name() view returns (string)
Nuclear Nerds Comic
owner() view returns (address)
0xefc83375b4bf4e9011a8bc716bdaada4e043e90d
royaltyBasis() view returns (uint256)
690
royaltyReceiver() view returns (address)
0xefc83375b4bf4e9011a8bc716bdaada4e043e90d
symbol() view returns (string)
NERDSCOMIC
wildcardsLocked() view returns (bool)
true
Read-only
balanceOf(address account) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
hooks(address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isClaimable(uint256[] _tokenIds) view returns (bool)
isRedeemable(uint256[] _tokenIds) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 _salePrice) view returns (address, uint256)
seriesImage(uint8 _series) view returns (string ipfsString)
seriesMetadata(uint8 _series, uint256 _tokenId, bool redeemed, bool exists, bool wildcard, uint256 votes) view returns (string metadataString)
seriesToSeries(uint8) view returns (string description, string ipfsHash, uint256 issuanceEnd)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenImage(uint256 _tokenId) view returns (string)
tokenMetadata(uint256 _tokenId) view returns (string)
tokenRedeemed(uint256 _tokenId) view returns (bool)
tokenSeries(uint256 _tokenId) view returns (uint8 series)
tokenURI(uint256 _tokenId) view returns (string uri)
tokenVotes(uint256 _tokenId) view returns (uint8)
tokensToRedeemed(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
claimComic(uint256 _tokenId)
claimComicBundle(uint256[] _tokenIds)
focusSeries(uint8 _series, uint256 _tokenId)
focusSeriesBundle(uint8[] _series, uint256[] _tokenIds)
loadCollection2309(uint256 _fromTokenId, uint256 _toTokenId)
loadCollection2309From(uint256 _fromTokenId, uint256 _toTokenId, address _from)
loadCollection2309To(uint256 _fromTokenId, uint256 _toTokenId, address _to)
loadCollectionCalldata(uint256 _fromTokenId, uint256 _toTokenId, address[] _to)
loadCollectionOwners(uint256 _fromTokenId, uint256 _toTokenId)
loadMirror(address _mirror)
loadSeries(uint8 _series, string _description, string _ipfsHash, uint256 _issuanceEnd)
loadWildcards(uint256[] _tokenIds)
lock()
masterLock()
redeemComics(uint256[] _tokenIds)
redeemWildcardComic(uint256 _tokenId)
refreshToken(uint256 _tokenId)
refreshTokenBundle(uint256[] _tokenIds)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
safeTransferHook(address _from, address _to, uint256 _tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContractURI(string _contractURIHash)
setRoyaltyBasis(uint256 _royaltyBasis)
setRoyaltyReceiver(address _royaltyReceiver)
toggleHook(address _hook)
transferFrom(address from, address to, uint256 tokenId)
transferHook(address _from, address _to, uint256 _tokenId)
transferOwnership(address newOwner)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _seriesZeroDescription, string _seriesZeroHash, string _collectionDescription, string _wildcardDescription, string _redeemedDescription, address _nerds, address _royaltyReceiver, string _contractURIHash)
This contract contains no fallback and receive objects.
CollectionMasterLocked()
CollectionStateInvalid()
CollectionWildcardsLocked()
HookCallerMismatch()
SeriesAlreadyLoaded()
SeriesAlreadyLocked()
SeriesBundleInvalid()
SeriesDirectionProhibited()
SeriesNotLoaded()
SeriesNotLocked()
TokenBundleInvalid()
TokenDoesNotExist()
TokenMinted()
TokenNotWildcard()
TokenOwnerMismatch()
TokenRedeemed()