Supernovas
Verified contract
Active on
Ethereum with 1,387 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($22,404.60)
Native
Value
$22,404.6
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 6.7 | $3,343.97 |
$22,404.6 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20598373 | 3 months ago | | | 0 | 0.000072189800 | |
| 20421365 | 4 months ago | | | 0 | 0.00049680821 | |
| 20110328 | 5 months ago | | | 0 | 0.00013119002 | |
| 20079288 | 5 months ago | | | 0 | 0.00063227318 | |
| 19926890 | 6 months ago | | | 0 | 0.0010101447 | |
| 19896202 | 6 months ago | | | 0 | 0.00016647300 | |
| 18865401 | a year ago | | | 0 | 0.00066371433 | |
| 18842102 | a year ago | | | 0 | 0.0022377350 | |
| 16299474 | 2 years ago | | | 0 | 0.00083612437 | |
| 16229871 | 2 years ago | | | 0 | 0.00054643216 |
ABI
ABI objects
Getter at block 21247369
MAX_ELEMENTS() view returns (uint256)
999
MINT_PRICE() view returns (uint256)
50000000000000000
baseTokenURI() view returns (string)
https://gateway.pinata.cloud/ipfs/QmUbG3hwCiDwzgxMLd3kKr9FVaqRqN9ifkdaw63jQGmGpT/
creatorAddress() view returns (address)
0x26c77eeb3776a92792b29fd34d44b051b537bdd2
name() view returns (string)
Supernovas
owner() view returns (address)
0x26c77eeb3776a92792b29fd34d44b051b537bdd2
symbol() view returns (string)
NOVA
totalBurned() view returns (uint256)
867
totalMint() view returns (uint256)
999
totalSupply() view returns (uint256)
999
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)
price(uint256 _count) pure returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
mint(address _to, uint256 _count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
transferFrom(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)
CreateSupernova(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.