James Webb Space Telescope NFTs
Verified contract
Active on
Ethereum with 84,772 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "James Webb Space Telescope NFTs"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151593 | a day ago | | | 0 | 0.00034461987 | |
| 21149845 | 2 days ago | | | 0 | 0.00051106948 | |
| 21149343 | 2 days ago | | | 0 | 0.00053162823 | |
| 21149340 | 2 days ago | | | 0 | 0.00047931304 | |
| 21149082 | 2 days ago | | | 0 | 0.00044604799 | |
| 21148905 | 2 days ago | | | 0 | 0.00051087247 | |
| 21148903 | 2 days ago | | | 0 | 0.00031839163 | |
| 21148825 | 2 days ago | | | 0 | 0.00034513077 | |
| 21148821 | 2 days ago | | | 0 | 0.00051625368 | |
| 21148660 | 2 days ago | | | 0 | 0.00057447045 |
ABI
ABI objects
Getter at block 21161751
baseURI() view returns (string)
ipfs://QmWdKUq3qHjstVSqCs9fMMoVB37N7pATprPXdWaCcfeQSs/
enabled() view returns (bool)
true
maxID() view returns (uint256)
6
name() view returns (string)
James Webb Space Telescope NFTs
owner() view returns (address)
0x58cb3792bfe2725190d6ce0b58d09d6d2ef4a588
symbol() view returns (string)
WEBB3
Read-only
balanceOf(address, uint256) view returns (uint256)
balanceOfBatch(address[] owners, uint256[] ids) view returns (uint256[] balances)
isApprovedForAll(address, address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 id) view returns (string)
State-modifying
Events mint(uint256 id)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setEnabled(bool _enabled)
setMaxID(uint256 _maxID)
setOwner(address newOwner)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIUpdated(string newBaseURI)
EnabledUpdated(bool newEnabled)
MaxIDUpdated(uint256 newMaxID)
OwnerUpdated(address indexed user, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] amounts)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 amount)
URI(string value, uint256 indexed id)
constructor(string _baseURI, uint256 _maxID)
This contract contains no fallback and receive objects.
MintingNotEnabled()
TokenDoesNotExist()