Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ATN | ERC-20 | 10K | -- | -- | |
GTC | ERC-20 | 2.4K | -- | -- | |
ERC-20 | 2.4K | -- | -- | ||
ERC-20 | 2.4K | -- | -- | ||
POTUS | ERC-20 | 22.011435 | -- | -- | |
LZPZ | ERC-20 | 2 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22722075 | 28 minutes ago | | | 0 | 5.3664390e-7 | |
| 22721350 | an hour ago | | | 0 | 0.000000078058691892 | |
| 22721138 | an hour ago | | | 0 | 6.9656114e-7 | |
| 22716089 | 4 hours ago | | | 0 | 0.0000013622437 | |
| 22715376 | 4 hours ago | | | 0 | 0.000000078058691892 | |
| 22711431 | 6 hours ago | | | 0 | 1.9412223e-7 | |
| 22710399 | 7 hours ago | | | 0 | 1.9412223e-7 | |
| 22710396 | 7 hours ago | | | 0 | 1.9412223e-7 | |
| 22710395 | 7 hours ago | | | 0 | 1.9412223e-7 | |
| 22710394 | 7 hours ago | | | 0 | 1.9412223e-7 |
ABI
ABI objects
Getter at block 22722920
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
METADATA_ADMIN_ROLE() view returns (bytes32)
0xe02a0315b383857ac496e9d2b2546a699afaeb4e5e83a1fdef64376d0b74e5a5
SALE_ADMIN_ROLE() view returns (bytes32)
0x27a0624e64a794e52337524177801654db9a21fcd4c18d902036cf6ff01b0159
contractURI() view returns (string)
ipfs://bafkreiblfrrhnrklhloptmkuer2ksq5hq3yl7u3jnbf2cw3ycjqg3tfjn4
finalized() view returns (bool)
true
mintPrice() view returns (uint256)
0
name() view returns (string)
Rocket
presaleIndex() view returns (uint256)
0
presaleMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
provenanceHash() view returns (string)
c64b4c19aad683bb3b91281fdcbf585ecba5e5764b34b0bb59e659334be181d8
saleState() view returns (uint8)
2
symbol() view returns (string)
ROCKET
totalSupply() view returns (uint256)
744244
Read-only
alreadyMinted(address minter, uint256 index) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
grantRole(bytes32 role, address account)
mintListed(bytes32[] merkleProof) payable
mintPublic() payable
ownerMint(address to, uint256 amount)
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setContractURI(string uri)
setFinalized()
setMintPrice(uint256 amount)
setPresaleMerkleRoot(uint256 index, bytes32 merkleRoot)
setProvenanceHash(string hash)
setSaleState(uint8 state)
transferFrom(address from, address to, uint256 tokenId)
withdraw(address to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Finalized()
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
ReentrancyGuardReentrantCall()